aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2334841..e8300f2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.