From: Roland McGrath Date: Sat, 20 Jul 1996 11:53:52 +0000 (+0000) Subject: Fri Jul 19 15:45:20 1996 Ulrich Drepper X-Git-Tag: cvs/libc-960721~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f7f68ba36f904d85f56c0c3e602b707f132069;p=thirdparty%2Fglibc.git Fri Jul 19 15:45:20 1996 Ulrich Drepper * locale/C-messages.c (_nl_C_LC_MESSAGES): Add missing Kleene operator to yesexpr and noexpr string. --- diff --git a/ChangeLog b/ChangeLog index 6d97ab7b594..2324aeb5be3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ Sat Jul 20 07:15:33 1996 Roland McGrath ($(libdir)/libc.so): Remove dep on libcrypt.so$(libcrypt.so-version). * Makefile (subdirs): Remove crypt. +Fri Jul 19 15:45:20 1996 Ulrich Drepper + + * 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 * 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 index 00000000000..a04f7746ef5 --- /dev/null +++ b/db.h @@ -0,0 +1 @@ +#include diff --git a/dlfcn.h b/dlfcn.h new file mode 100644 index 00000000000..92804a1c1c2 --- /dev/null +++ b/dlfcn.h @@ -0,0 +1 @@ +#include diff --git a/locale/C-messages.c b/locale/C-messages.c index c6ce5b758d6..b5fcd199cae 100644 --- a/locale/C-messages.c +++ b/locale/C-messages.c @@ -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: "" } }