glibc/localedata/charmaps
Ulrich Drepper ba9234d947 Update.
1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>

	* libio/Makefile (routines): Add iofread_u and iofwrite_u.
	* libio/Versions: Add fread_unlocked and fwrite_unlocked.

	* Makerules (lib%.so): Adjust ignore pattern for last makefile change.

	* time/tzfile.c (decode): Optimize by using bswap_32.
	(__tzfile_read): Use _unlocked stream functions.  Correct setting of
	__tzname array values.
	(__tzfile_compute): Correct setting of __tzname array values.
	* time/tzset.c (__tzstring): Clean up a bit.

1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>

	* posix/regex.c (re_comp): Add cast to char * before gettext calls.

1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
	that fd can be bigger than FD_SETSIZE.

1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* nscd/grpcache.c: Include <unistd.h>.
	* nscd/pwdcache.c: Likewise.

	* nis/nis_modify.c: Include <string.h>.
	* nis/nis_add.c: Likewise.
	* nis/nis_checkpoint.c: Likewise.
	* posix/runptests.c: Likewise.
	* sysdeps/generic/statvfs64.c: Likewise.
	* sysdeps/generic/fstatvfs64.c: Likewise.

1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>

	* localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
	to match data from Unicode.
	Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.

1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>

	* stdio-common/printf.h: Define printf_function and
	printf_arginfo_function types using __PMT not __P.
	Reported by Marc Lehmann.

1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* assert/test-assert.c: New test.
	* assert/test-assert-perr.c: New test.
	* assert/Makefile (tests): Add test-assert and test-assert-perr.

1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	BSD-style SCM_CREDS support.

	* sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
	SCM_CREDS.
	* sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
	visible SCM_CREDS packet to what the kernel wants.
	* sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
	SCM_CREDS packet output by kernel to what users want.

	* sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
	* sysdeps/unix/sysv/linux/__sendmsg.S: here.
	* sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
	* sysdeps/unix/sysv/linux/__recvmsg.S: here.

	* sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
	__sendmsg and __recvmsg to sysdep_routines.
	* sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.

1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* nscd/grpcache.c: Fix gid pointer handling and debug messages.
	* nscd/pwdcache.c: Fix uid pointer handling and debug messages.
	* nscd/nscd.c: Check, if pthread_create fails.

1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
	format strings.
	* stdio-common/bug1.c (main): Likewise.
	* stdio-common/bug5.c (main): Likewise.
	* stdio-common/tstgetln.c (main): Likewise.
	* elf/sprof.c (generate_call_graph): Likewise.
	(load_shobj): Likewise.
	* posix/runptests.c (main): Likewise.
	* string/tst-strlen.c (main): Likewise.

	* sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
	variable q3.
	* sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise

1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* wctype/Versions: Add __towctrans.
	Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.

1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>

	* grp/initgroups.c (compat_call): Only call dynamically loaded
	functions if they are really present.

1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>

	* sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
	#ifdef that contains __BEGIN_DECLS.

1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* libio/iofwrite.c: Fix return value when size == 0.

1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* posix/Makefile (distribute): Add annexc.c.
	(generated): Add $(objpfx)annexc and $(objpfx)annexc.out.

1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
	bits/pthreadtypes.h here, and do not clobber headers.

	* sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.

1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* timezone/tst-timezone.c: Add tests for tzname variable.

1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* Makefile [versioning=yes]: Build the mapfiles with a pattern
	rule that lists all of them as targets.
	(sysd-versions): Depend only on Versions.def.  Write a Makefile
	fragment that defines $(vers-libs) based on contents of that file;
	then include it.
	(lib-noranlib): Depend on lib-mapfiles not sysd-versions.
	(lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
	Predicate all this on avoid-generated unset as well as versioning.

1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1998-07-04 10:39:13 +00:00
..
ANSI_X3.4-1968 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ANSI_X3.110-1983 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ASMO_449 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
BALTIC Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
BS_4730 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
BS_VIEWDATA Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CP1250 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CP1251 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CP1252 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CP1253 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CP1254 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CP1255 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CP1256 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CP1257 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CSA_Z243.4-1985-1 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CSA_Z243.4-1985-2 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CSA_Z243.4-1985-GR Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CSN_369103 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
CWI Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
DEC-MCS Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
DIN_66003 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
DS_2089 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-AT-DE Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-AT-DE-A Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-CA-FR Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-DK-NO Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-DK-NO-A Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-ES Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-ES-A Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-ES-S Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-FI-SE Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-FI-SE-A Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-FR Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-IS-FRISS Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-IT Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-PT Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-UK Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
EBCDIC-US Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ECMA-CYRILLIC Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ES Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ES2 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
GB_1988-80 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
GOST_19768-74 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
GREEK-CCITT Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
GREEK7 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
GREEK7-OLD Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
HP-ROMAN8 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM037 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM038 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM256 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM273 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM274 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM275 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM277 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM278 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM280 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM281 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM284 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM285 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM290 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM297 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM420 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM423 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM424 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM437 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM500 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM850 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM851 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM852 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM855 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM857 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM860 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM861 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM862 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM863 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM864 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM865 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM868 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM869 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM870 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM871 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM875 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM880 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM891 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM903 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM904 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM905 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM918 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM1004 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM1026 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IBM1047 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
IEC_P27-1 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
INIS Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
INIS-8 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
INIS-CYRILLIC Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
INVARIANT Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-8859-1 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-8859-2 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-8859-3 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-8859-4 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-8859-5 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-8859-6 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-8859-7 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-8859-8 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-8859-9 Update. 1998-07-04 10:39:13 +00:00
ISO-8859-10 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO-IR-90 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_646.BASIC Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_646.IRV Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_2033-1983 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_5427 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_5427-EXT Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_5428 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_6937 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_6937-2-25 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_6937-2-ADD Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_8859-1,GL Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_8859-SUPP Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_10367-BOX Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
ISO_10646 Initial revision 1997-03-05 00:35:19 +00:00
IT Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JIS_C6220-1969-JP Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JIS_C6220-1969-RO Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JIS_C6229-1984-A Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JIS_C6229-1984-B Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JIS_C6229-1984-B-ADD Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JIS_C6229-1984-HAND Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JIS_C6229-1984-HAND-ADD Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JIS_C6229-1984-KANA Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JIS_X0201 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JUS_I.B1.002 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JUS_I.B1.003-MAC Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
JUS_I.B1.003-SERB Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
KOI-8 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
KOI8-R Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
KSC5636 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
LATIN-GREEK Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
LATIN-GREEK-1 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
MAC-IS Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
MACINTOSH Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
MSZ_7795.3 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NATS-DANO Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NATS-DANO-ADD Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NATS-SEFI Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NATS-SEFI-ADD Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NC_NC00-10 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NEXTSTEP Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NF_Z_62-010 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NF_Z_62-010-1973 Initial revision 1997-03-05 00:35:19 +00:00
NF_Z_62-010_(1973) Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NS_4551-1 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
NS_4551-2 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
PT Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
PT2 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
SAMI Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
SEN_850200_B Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
SEN_850200_C Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
T.61-7BIT Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
T.61-8BIT Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
T.101-G2 Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00
UTF8 Update. 1998-05-01 21:51:03 +00:00
VIDEOTEX-SUPPL Use most recent localedata from glibc-2.0.91. 1998-01-25 19:46:25 +00:00