Go to file
Ulrich Drepper 0555fccea7 Update.
2001-03-04  Bruno Haible  <bruno@clisp.org>

	* intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.

2001-10-31  Bruno Haible  <bruno@clisp.org>

	* intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.

2001-03-21  Bruno Haible  <bruno@clisp.org>

	* intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
	chokes on empty macro arguments.
	* intl/plural.y: Add #pragma for alloca on AIX 3.

2001-11-27  Ulrich Drepper  <drepper@redhat.com>

	* intl/dcigettext.c (guess_category_value): Only implement for
	glibc.  Otherwise rely on function _nl_locale_name which isn't
	present in the glibc sources.

2001-09-24  Bruno Haible  <bruno@clisp.org>

	* intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
	transliteration when building on a glibc system but outside glibc.

2001-09-22  Bruno Haible  <bruno@clisp.org>

	* intl/plural-eval.c: New file, extracted from dcigettext.c.
	* intl/dcigettext.c (plural_eval): Remove function, moved to
	intl/plural-eval.c.
	(plural_lookup): Call PLURAL_EVAL instead of plural_eval.
	Include plural-eval.c.

2001-09-22  Bruno Haible  <bruno@clisp.org>

	* intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
	don't start with a digit; nplurals must be positive.

2001-09-02  Bruno Haible  <bruno@clisp.org>

	* intl/plural-exp.h: New file, extracted from gettextP.h.
	* intl/plural-exp.c: New file, extracted from loadmsgcat.c.
	* intl/gettextP.h (struct expression, struct parse_args,
	__gettext_free_exp, __gettextparse): Move to plural-exp.h.
	* intl/loadmsgcat.c: Include plural-exp.h.
	(PLURAL_PARSE): Move macro to plural-exp.h.
	(plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
	plural-exp.c.
	(_nl_load_domain): Move plural handling code to plural-exp.c.  Call
	EXTRACT_PLURAL_EXPRESSION.
	(_nl_unload_domain): Update.
	* intl/dcigettext.c: Include plural-exp.h.
	* intl/plural.y: Include plural-exp.h, not gettextP.h.
	(FREE_EXPRESSION): Move macro to plural-exp.h.
	* intl/Makefile (routines): Add plural-exp.
	(distribute): Add plural-exp.h.

2001-07-28  Bruno Haible  <bruno@clisp.org>

	* intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
	isdigit, tolower argument to 'unsigned char'.
	* intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
	'unsigned char'.
	* intl/localealias.c (read_alias_file): Cast isspace argument to
	'unsigned char'.

2001-10-20  Bruno Haible  <bruno@clisp.org>

	Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
	anyway.)
	* intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
	with the variable 'index' in plural_lookup.
	* intl/l10nflist.c (strchr): Likewise.
	* intl/localealias.c (strchr): Likewise.

	Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
	* intl/bindtextdom.c: Likewise.
	* intl/dcigettext.c: Likewise.
	* intl/dgettext.c: Likewise.
	* intl/dngettext.c: Likewise.
	* intl/explodename.c: Likewise.
	* intl/finddomain.c: Likewise.
	* intl/gettext.c: Likewise.
	* intl/l10nflist.c: Likewise.
	* intl/loadmsgcat.c: Likewise.
	* intl/localealias.c: Likewise.
	* intl/ngettext.c: Likewise.
	* intl/textdomain.c: Likewise.
	* intl/gettext.h: Assume <limits.h> exists.
2001-11-28 00:09:26 +00:00
aout Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp Update. 2001-08-20 19:55:53 +00:00
assert Update. 2001-08-17 04:49:12 +00:00
bare Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bits Update. 2001-10-27 00:23:28 +00:00
catgets Update. 2001-08-09 22:37:19 +00:00
conf
conform 2001-08-22 Roland McGrath <roland@frob.com> 2001-08-23 04:34:36 +00:00
crypt Update. 2001-08-31 01:46:47 +00:00
csu Update. 2001-07-25 22:15:17 +00:00
ctype Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
debug Update. 2001-08-29 23:31:38 +00:00
dirent Update. 2001-08-08 02:52:43 +00:00
dlfcn Update. 2001-10-27 00:23:28 +00:00
elf Update. 2001-11-16 01:27:24 +00:00
gmon Include <wchar.h>. 2001-08-17 07:57:23 +00:00
gnulib Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
grp Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
hesiod Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
hurd * stdio-common/tmpfile.c: Moved to ... 2001-11-13 10:07:33 +00:00
iconv Update. 2001-09-05 00:26:04 +00:00
iconvdata Update. 2001-10-31 09:32:37 +00:00
include * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for 2001-11-19 10:12:15 +00:00
inet Update. 2001-08-17 07:51:36 +00:00
intl Update. 2001-11-28 00:09:26 +00:00
io Update. 2001-11-05 21:02:41 +00:00
libio 2001-11-13 Roland McGrath <roland@frob.com> 2001-11-13 10:06:27 +00:00
linuxthreads * manager.c (pthread_handle_create): Start the child thread with 2001-11-26 13:00:23 +00:00
linuxthreads_db Update. 2001-07-06 06:58:28 +00:00
locale Update. 2001-11-27 03:47:06 +00:00
localedata Update. 2001-11-27 04:07:09 +00:00
login Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mach 2001-08-23 Roland McGrath <roland@frob.com> 2001-08-24 21:47:43 +00:00
malloc Update. 2001-10-27 00:23:28 +00:00
manual Update. 2001-11-27 04:07:09 +00:00
math Update. 2001-11-27 02:20:12 +00:00
misc (__attribute_used__): Define. 2001-10-26 23:35:32 +00:00
nis Update. 2001-11-27 03:47:06 +00:00
nscd Update. 2001-11-27 03:47:06 +00:00
nss Update. 2001-11-27 03:47:06 +00:00
po Update. 2001-11-11 01:48:58 +00:00
posix Update. 2001-11-27 02:20:12 +00:00
pwd Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
resolv Update. 2001-10-27 00:23:28 +00:00
resource Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
rpm
rt Update. 2001-09-25 03:10:54 +00:00
scripts Update. 2001-11-02 02:08:57 +00:00
setjmp Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
shadow Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
signal Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
socket Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
soft-fp Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
stdio 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 05:09:59 +00:00
stdio-common Update. 2001-11-27 08:33:32 +00:00
stdlib * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for 2001-11-19 10:12:15 +00:00
streams Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
string Update. 2001-11-03 09:05:11 +00:00
sunrpc Update. 2001-11-02 02:16:01 +00:00
sysdeps Update. 2001-11-27 03:47:06 +00:00
sysvipc Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
termios 2001-07-26 Roland McGrath <roland@frob.com> 2001-07-26 21:23:31 +00:00
time Update. 2001-09-01 06:22:57 +00:00
timezone Update. 2001-10-14 22:33:08 +00:00
wcsmbs Update. 2001-10-31 09:32:37 +00:00
wctype Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
.cvsignore
BUGS Update. 2001-06-16 04:34:51 +00:00
CONFORMANCE Update. 2001-01-11 17:50:24 +00:00
COPYING Update. 2001-07-06 06:58:28 +00:00
COPYING.LIB * COPYING: Fix Y2k bug in sample copyright notices. 2001-07-06 05:37:16 +00:00
ChangeLog Update. 2001-11-28 00:09:26 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12 Update. 2001-08-16 05:39:18 +00:00
FAQ Update. 2001-05-11 16:48:44 +00:00
FAQ.in Update. 2001-05-11 13:09:19 +00:00
INSTALL Update. 2001-04-19 20:15:22 +00:00
INTERFACE
Make-dist Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
MakeTAGS Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Makeconfig Update. 2001-09-12 18:50:25 +00:00
Makefile Update. 2001-08-29 23:31:38 +00:00
Makefile.in
Makerules Update. 2001-11-16 01:27:24 +00:00
NAMESPACE
NEWS Update. 2001-11-10 10:39:05 +00:00
NOTES
PROJECTS Update. 2001-11-14 08:49:20 +00:00
README Update. 2001-07-28 06:10:44 +00:00
README-alpha
README.libm
README.template Update. 2001-04-19 16:31:12 +00:00
Rules Update. 2001-08-29 23:31:38 +00:00
Versions.def Update. 2001-09-20 06:43:34 +00:00
abi-tags
aclocal.m4 Update. 2001-06-11 12:32:56 +00:00
config-name.in
config.h.in Update. 2001-11-16 01:27:24 +00:00
config.make.in Update. 2001-11-16 01:27:24 +00:00
configure Regenerated: autoconf configure.in 2001-11-26 03:01:30 +00:00
configure.in Update. 2001-11-16 01:27:24 +00:00
extra-lib.mk
glibcbug.in (BUGGLIBC): Send to new alias. 2001-04-18 20:03:28 +00:00
o-iterator.mk
shlib-versions Update. 2001-09-20 06:43:34 +00:00
test-skeleton.c Update. 2001-08-23 04:17:06 +00:00
version.h Update. 2001-11-27 04:07:09 +00:00

README

This directory contains the version 2.2.4 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

As of this release, the GNU C library is known to run on the following
configurations:

		*-*-gnu			GNU Hurd
		i[3456]86-*-linux-gnu	Linux-2.x on Intel
		m68k-*-linux-gnu	Linux-2.x on Motorola 680x0
		alpha*-*-linux-gnu	Linux-2.x on DEC Alpha
		powerpc-*-linux-gnu     Linux and MkLinux on PowerPC systems
		sparc-*-linux-gnu	Linux-2.x on SPARC
		sparc64-*-linux-gnu	Linux-2.x on UltraSPARC 64-bit
		arm-*-none		ARM standalone systems
		arm-*-linux		Linux-2.x on ARM
		arm-*-linuxaout		Linux-2.x on ARM using a.out binaries
		mips*-*-linux-gnu	Linux-2.x on MIPS
		ia64-*-linux-gnu	Linux-2.x on ia64
		s390-*-linux-gnu	Linux-2.x on IBM S/390
		s390x-*-linux-gnu	Linux-2.x on IBM S/390 64-bit
		sh-*-linux-gnu		Linux-2.x on Super Hitachi
		cris-*-linux-gnu	Linux-2.4+ on CRIS

Former releases of this library (version 1.09.1 and perhaps earlier
versions) used to run on the following configurations:

		alpha-dec-osf1
		i[3456]86-*-bsd4.3
		i[3456]86-*-isc2.2
		i[3456]86-*-isc3
		i[3456]86-*-sco3.2
		i[3456]86-*-sco3.2v4
		i[3456]86-*-sysv
		i[3456]86-*-sysv4
		i[3456]86-force_cpu386-none
		i[3456]86-sequent-bsd
		i960-nindy960-none
		m68k-hp-bsd4.3
		m68k-mvme135-none
		m68k-mvme136-none
		m68k-sony-newsos3
		m68k-sony-newsos4
		m68k-sun-sunos4
		mips-dec-ultrix4
		mips-sgi-irix4
		sparc-sun-solaris2
		sparc-sun-sunos4

Since no one has volunteered to test and fix the above configurations,
these are not supported at the moment.  It's expected that these don't
work anymore.  Porting the library is not hard.  If you are interested
in doing a port, please contact the glibc maintainers by sending
electronic mail to <bug-glibc@gnu.org>.

There are some add-ons which can be used together with GNU libc.  They
are designed in a way to ease the installation by integrating them in
the libc source tree.  Simply get the add-ons you need and use the
--enable-add-ons option of the `configure' script to tell where the
add-ons are found.  Please read the FAQ file for more details.

See the file INSTALL to find out how to configure, build, install, and port
the GNU C library.  You might also consider reading the WWW pages for the
GNU libc at http://www.gnu.org/software/libc/libc.html.

The GNU C Library is completely documented by the Texinfo manual found
in the `manual/' subdirectory.  The manual is still being updated and
contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.
Please send comments on the manual to <bug-glibc-manual@gnu.org>, and
not to the library bug-reporting address.

The file NOTES contains a description of the feature-test macros used
in the GNU C library, explaining how you can tell the library what
facilities you want it to make available.

We prefer to get bug reports sent using the `glibcbug' shell script which
is installed together with the rest of the GNU libc to <bugs@gnu.org>.
Simply run this shell script and fill in the information.  Nevertheless
you can still send bug reports to <bug-glibc@gnu.org> as normal electronic
mails.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions.