From 6990326c21e6d767e3531a00782af1e091eab4fe Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 19 Jun 1996 05:38:55 +0000 Subject: Wed Jun 19 01:27:57 1996 Roland McGrath * math/Makefile (distribute): Add ieee-math.c. Wed Jun 19 03:24:58 1996 Ulrich Drepper * 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. --- locale/C-ctype.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'locale/C-ctype.c') diff --git a/locale/C-ctype.c b/locale/C-ctype.c index 0eb131c050..0cbae19836 100644 --- a/locale/C-ctype.c +++ b/locale/C-ctype.c @@ -920,6 +920,7 @@ const struct locale_data _nl_C_LC_CTYPE = "print\0" "graph\0" "blank\0" "cntrl\0" "punct\0" "alnum\0" }, { string: "tolower\0" "toupper\0" }, { string: _nl_C_LC_CTYPE_width }, - { word: 2 } + { word: 2 }, + { string: "ISO_646.IRV:1983" } } }; -- cgit v1.2.3