mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
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:
parent
22f87e0fa8
commit
73f7f68ba3
@ -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
|
||||
|
@ -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: "" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user