]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fri Jul 19 15:45:20 1996 Ulrich Drepper <drepper@cygnus.com>
authorRoland McGrath <roland@gnu.org>
Sat, 20 Jul 1996 11:53:52 +0000 (11:53 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 20 Jul 1996 11:53:52 +0000 (11:53 +0000)
* locale/C-messages.c (_nl_C_LC_MESSAGES): Add missing Kleene
operator to yesexpr and noexpr string.

ChangeLog
db.h [new file with mode: 0644]
dlfcn.h [new file with mode: 0644]
locale/C-messages.c

index 6d97ab7b594e62962375b8d6542d4a0f5d307346..2324aeb5be3ddc858bc917981cd4dbc654317872 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@ Sat Jul 20 07:15:33 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
        ($(libdir)/libc.so): Remove dep on libcrypt.so$(libcrypt.so-version).
        * Makefile (subdirs): Remove crypt.
 
+Fri Jul 19 15:45:20 1996  Ulrich Drepper  <drepper@cygnus.com>
+
+       * locale/C-messages.c (_nl_C_LC_MESSAGES): Add missing Kleene
+       operator to yesexpr and noexpr string.
+
 Fri Jul 19 15:10:37 1996  David Mosberger-Tang  <davidm@azstarnet.com>
 
        * sunrpc/xdr_mem.c (xdrmem_putlong): Don't cast LP to int32 (the
diff --git a/db.h b/db.h
new file mode 100644 (file)
index 0000000..a04f774
--- /dev/null
+++ b/db.h
@@ -0,0 +1 @@
+#include <db/db.h>
diff --git a/dlfcn.h b/dlfcn.h
new file mode 100644 (file)
index 0000000..92804a1
--- /dev/null
+++ b/dlfcn.h
@@ -0,0 +1 @@
+#include <elf/dlfcn.h>
index c6ce5b758d60dd84399398aaa42b367afd977be2..b5fcd199cae0d6e03008a98f3c3deb4c59ea2d6c 100644 (file)
@@ -25,8 +25,8 @@ const struct locale_data _nl_C_LC_MESSAGES =
   NULL, 0, /* no file mapped */
   4,
   {
-    { string: "[yY][[:alpha:]]" },
-    { string: "[nN][[:alpha:]]" },
+    { string: "[yY][[:alpha:]]*" },
+    { string: "[nN][[:alpha:]]*" },
     { string: "" },
     { string: "" }
   }