summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-08-23 20:37:24 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-08-23 20:37:24 +0000
commit9828dc4e8fd7e2a91c3b82c6fa73d26f43e4df58 (patch)
tree2ed493e0a58e01d9ac234a952592e60b50fa3223 /config
parentb5fb70042633a9d83409be29d76057295c6614e7 (diff)
downloadgnulib-9828dc4e8fd7e2a91c3b82c6fa73d26f43e4df58.tar.gz
* config/srclist.txt: Add glibc bug 1233.
* lib/regex.h (REG_NOSYS) [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]: Define, since POSIX requires it as of 2001. (_REG_ENOSYS) [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]: New private symbol, used to keep the enum signed in all cases.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog2
-rw-r--r--config/srclist.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 3ffe3ca0d7..fe364d592a 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,6 +1,6 @@
2005-08-23 Paul Eggert <eggert@cs.ucla.edu>
- * srclist.txt: Add glibc bugs 1231, 1232.
+ * srclist.txt: Add glibc bugs 1231-1233.
2005-08-20 Paul Eggert <eggert@cs.ucla.edu>
diff --git a/config/srclist.txt b/config/srclist.txt
index 76007a601a..5d64ea8114 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.80 2005-08-23 19:11:46 eggert Exp $
+# $Id: srclist.txt,v 1.81 2005-08-23 20:37:24 eggert Exp $
# Files for which we are not the source. See ./srclistvars.sh for the
# variable definitions.
@@ -107,6 +107,7 @@ $LIBCSRC/posix/regex.c lib gpl
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1207
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1222
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1232
+# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1233
#$LIBCSRC/posix/regex.h lib gpl
#
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=1215