Oops, forgot to save ChangeLog on previous commit
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jan 2000 21:46:23 +0000 (21:46 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jan 2000 21:46:23 +0000 (21:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31475 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 2334841..e8300f2 100644 (file)
@@ -1,3 +1,25 @@
+2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * 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  <ghazi@caip.rutgers.edu>
 
        * print-rtl.c: PROTO -> PARAMS.