Update.
2000-09-25 Ulrich Drepper <drepper@redhat.com> * locale/Makefile (routines): Add nl_langinfo_l. * locale/Versions [libc] (GLIBC_2.2): Add __nl_langinfo_l. * locale/nl_langinfo_l.c: New file.
This commit is contained in:
parent
0b95971d92
commit
6c163862c4
@ -1,3 +1,9 @@
|
||||
2000-09-25 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/Makefile (routines): Add nl_langinfo_l.
|
||||
* locale/Versions [libc] (GLIBC_2.2): Add __nl_langinfo_l.
|
||||
* locale/nl_langinfo_l.c: New file.
|
||||
|
||||
2000-09-23 Bruno Haible <haible@clisp.cons.org>
|
||||
|
||||
* iconvdata/gbk.c (USE_PRIVATE_AREA): Define to 0.
|
||||
|
@ -35,7 +35,7 @@ distribute = localeinfo.h categories.def iso-639.def iso-3166.def \
|
||||
locfile.h charmap.h repertoire.h localedef.h \
|
||||
3level.h)
|
||||
routines = setlocale findlocale loadlocale localeconv nl_langinfo \
|
||||
mb_cur_max codeset_name \
|
||||
nl_langinfo_l mb_cur_max codeset_name \
|
||||
newlocale duplocale freelocale
|
||||
categories = ctype messages monetary numeric time paper name \
|
||||
address telephone measurement identification collate
|
||||
|
@ -44,5 +44,8 @@ libc {
|
||||
|
||||
# more functions from the experimental locale implementation
|
||||
__wctrans_l;
|
||||
|
||||
# missing function from the experimental locale implementation
|
||||
__nl_langinfo_l;
|
||||
}
|
||||
}
|
||||
|
20
locale/nl_langinfo_l.c
Normal file
20
locale/nl_langinfo_l.c
Normal file
@ -0,0 +1,20 @@
|
||||
/* Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
The GNU C Library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with the GNU C Library; see the file COPYING.LIB. If not,
|
||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define USE_IN_EXTENDED_LOCALE_MODEL 1
|
||||
#include <nl_langinfo.c>
|
@ -1,3 +1,9 @@
|
||||
2000-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||
|
||||
* charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges,
|
||||
so they become printable and carry a width. Comment out surrogate
|
||||
ranges. Add a WIDTH table.
|
||||
|
||||
2000-09-24 Bruno Haible <haible@clisp.cons.org>
|
||||
|
||||
* gen-unicode-ctype.c: New file.
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user