diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-19 05:38:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-19 05:38:55 +0000 |
commit | 6990326c21e6d767e3531a00782af1e091eab4fe (patch) | |
tree | 152c349333df65328c835486fe719a4488856c90 /locale/Makefile | |
parent | bd1be8ec88e0e9b7c0dc8d4c0ebfea69a11290f7 (diff) | |
download | glibc-6990326c21e6d767e3531a00782af1e091eab4fe.tar.gz glibc-6990326c21e6d767e3531a00782af1e091eab4fe.tar.xz glibc-6990326c21e6d767e3531a00782af1e091eab4fe.zip |
Wed Jun 19 01:27:57 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* math/Makefile (distribute): Add ieee-math.c. Wed Jun 19 03:24:58 1996 Ulrich Drepper <drepper@cygnus.com> * locale/codeset_name.c: New file. Provide function for information about currently used character set. * locale/Makefile (routines): Add codeset_name. * locale/langinfo.h (_NL_CTYPE_CODESET_NAME): Add new constant. * locale/localeinfo.h: Change magic number because of incompatible change. * locale/C-ctype.c: Add initializer for new field `codeset_name'. * locale/programs/ld-ctype.c: Implement handling of `codeset_name'. * locale/programs/locfile.c: Don't depend in pre-2.0 Linux specific name `MAX_IOVEC'. Instead use standard name `UIO_MAXIOV'. * locale/setlocale.c (setlocale): Initialize local variables to prevent warnings.
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile index 2ee2650f5b..8069e7e311 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -29,7 +29,7 @@ distribute = localeinfo.h categories.def \ locfile-kw.gperf locfile-kw.h linereader.h \ locales.h locfile.h stringtrans.h weight.h charset.h routines = setlocale findlocale loadlocale localeconv nl_langinfo \ - mb_cur_max + mb_cur_max codeset_name categories = ctype messages monetary numeric time collate aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name others = localedef locale |