From: Zack Weinberg Date: Mon, 17 Jan 2000 21:46:23 +0000 (+0000) Subject: Oops, forgot to save ChangeLog on previous commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e41e26be41ba7e39df1dff5ef47f9a06a55281cc;p=gcc.git Oops, forgot to save ChangeLog on previous commit From-SVN: r31475 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23348418c3d..e8300f27d83 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2000-01-17 Zack Weinberg + + * fixinc/fixlib.c: Add copyright notice. + (compile_re): New function. + * fixinc/fixlib.h: Prototype compile_re. + + * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c: + Use compile_re to compile regular expressions. + + * fixinc/fixincl.c (egrep_test): Don't bother asking regexec + where the pattern matched. + + * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy, + use 'replace'. + (ultrix_ansi_compat): Likewise. + (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test, + add egrep test. + (interactv_add2, interactv_add3): Delete. + (x11_sprintf): Don't use filename glob. + * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh: + Regenerate. + 2000-01-17 Kaveh R. Ghazi * print-rtl.c: PROTO -> PARAMS.