aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-04-04 02:11:36 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-04-04 02:11:36 +0000
commitd66c34e293ba1b0b0129729c3f8a2c46ad1567c8 (patch)
tree1c5c86239a768d5fa860ae9555516c92ab2ed65f
parent8898755195dbdc1b44c494477ddc0367ab32cd9a (diff)
downloadgdb-d66c34e293ba1b0b0129729c3f8a2c46ad1567c8.zip
gdb-d66c34e293ba1b0b0129729c3f8a2c46ad1567c8.tar.gz
gdb-d66c34e293ba1b0b0129729c3f8a2c46ad1567c8.tar.bz2
2000-04-03 H.J. Lu <hjl@gnu.org>
* TODO: Remove the regex entry.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/TODO11
2 files changed, 4 insertions, 11 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e44dc91..c30b5dd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2000-04-03 H.J. Lu <hjl@gnu.org>
+ * TODO: Remove the regex entry.
+
+2000-04-03 H.J. Lu <hjl@gnu.org>
+
* gdb_regex.h: New. Include "regex.h" if USE_INCLUDED_REGEX
is defined and <regex.h> otherwise.
diff --git a/gdb/TODO b/gdb/TODO
index 928c677..6a86235 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -268,17 +268,6 @@ http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00814.html
--
-Allow GDB to use installed regex. Think about updating regex to more
-recent version (Andrew Cagney).
-
-Re: A new patch for regex
-http://sourceware.cygnus.com/ml/gdb-patches/2000-q1/msg00635.html
-
-A patch for gnu-regex
-http://sourceware.cygnus.com/ml/gdb/2000-q1/msg00568.html
-
---
-
ChangeLog.mi vs ChangeLog-mi (Andrew Cagney)
Needs further debate.