aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-07 11:03:35 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-07 11:03:35 +0000
commitf5ebb9ea78ef2e0613cf1d855aebeca513048456 (patch)
treee202dfb26acc769e225c2a25ff7a4ce83cfd1847 /gdb/ChangeLog
parent01a0354571113ccc5eb3e51b619932e80bddf232 (diff)
downloadgdb-f5ebb9ea78ef2e0613cf1d855aebeca513048456.zip
gdb-f5ebb9ea78ef2e0613cf1d855aebeca513048456.tar.gz
gdb-f5ebb9ea78ef2e0613cf1d855aebeca513048456.tar.bz2
* Makefile.in (REGEX, REGEX1): Always use our own version of
regex.c to be consistent across hosts. * source.c (_initialize_source): Initialize regex to use grep style syntax as an approximation to POSIX basic regex syntax.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 74b5f25..7333f91 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Thu Oct 07 09:29:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * Makefile.in (REGEX, REGEX1): Always use our own version of
+ regex.c to be consistent across hosts.
+ * source.c (_initialize_source): Initialize regex to use grep
+ style syntax as an approximation to POSIX basic regex syntax.
+
Wed Oct 6 12:43:47 1993 Jeffrey A Law (law@snake.cs.utah.edu)
Jim Kingdon (kingdon@lioth.cygnus.com)