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.
This commit is contained in:
Roland McGrath 1996-07-20 11:53:52 +00:00
parent 22f87e0fa8
commit 73f7f68ba3
4 changed files with 9 additions and 2 deletions

View File

@ -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

1
db.h Normal file
View File

@ -0,0 +1 @@
#include <db/db.h>

1
dlfcn.h Normal file
View File

@ -0,0 +1 @@
#include <elf/dlfcn.h>

View 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: "" }
}