Go to file
Ulrich Drepper c743652a38 Update.
2000-09-04  Andreas Schwab  <schwab@suse.de>

	* elf/Makefile (all-dl-routines): New variable.
	(elide-routines.os): Use it instead of $(dl-routines).
	(all-rtld-routines): New variable.
	(extra-objs): Use it instead of $(rtld-routines).
	($(objpfx)dl-allobjs.os): Likewise.
	* sysdeps/ia64/Makefile [$(subdir) = elf]: Modify
	sysdep-dl-routines and sysdep_routines instead of rtld-routines
	and dl-routines.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconv/gconv_trans.c (__gconv_translit_find): Update open_count.
	Set fname to NULL if the module wasn't found.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconv/gconv_trans.c (__gconv_translit_find): Don't set need_so to
	true if trans->name already ends in ".so".

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconv/gconv_int.h (__gconv_release_shlib): Change return type to
	void.
	* iconv/gconv_dl.c (do_release_shlib): Don't decrement the counter
	below -TRIES_BEFORE_UNLOAD-1, to avoid wraparound.
	(__gconv_release_shlib): Change return type to void.
	* iconv/gconv_builtin.c (__gconv_get_builtin_trans): Don't set
	step->__counter here.
	* iconv/gconv_db.c (free_derivation): Don't call a step's destructor
	if the reference is zero.
	(release_step): New function.
	(gen_steps): Always initialize the __counter to 1. Use release_step.
	Don't call the destructor on the step whose initializer failed.
	(increment_counter): Use release_step. Don't normally run destructors
	here.
	(__gconv_close_transform): Use release_step.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconv/gconv_simple.c (encoding_mask, encoding_byte): Remove.
	(__gconv_transform_internal_utf8) [BODY]: Use simple shifts instead.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/euc-tw.c (BODY for FROM_LOOP): Initialize ch2 correctly.
	If the first byte is 0x8E, don't ask for 4 bytes until it has been
	verified that the second byte is valid. Leave it to cns11643_to_ucs4
	to check for incomplete input.
	* iconvdata/cns11643.h (cns11643_to_ucs4): The plane number is
	ch - 0x20 - offset, not ch - 0x21 - offset. Upper bound for
	__cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
	(ucs4_to_cns11643): Fix mapping for ranges 0x3105..0x3129 and
	0x9f9d..0x9fa5.
	* iconvdata/cns11643l1.h (cns11643l1_to_ucs4): Upper bound for
	__cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
	(ucs4_to_cns11643l1): Fix mapping for range 0x3105..0x3129.
	* iconvdata/cns11643l1.c (__cns11643l1_from_ucs4_tab6): Extend
	upto index 0x0052.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconv/gconv_db.c (find_derivation): Always use the least-cost
	solution.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/big5.c (BODY for FROM_LOOP): Bytes 0x81..0xA0, 0xFA..0xFF
	are invalid.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/jis0208.c (__jis0208_to_ucs): Map EUC-JP 0xA1C0 to U+005C.
	* iconvdata/jis0212.c (__jisx0212_to_ucs): Map EUC-JP 0x8FA2B7 to
	U+007E.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/sjis.c (cjk_block1): Map 0x815F to U+005C.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/iso_6937-2.c (to_ucs4): Map 0xB4 to U+00D7.

2000-09-03  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/tst-tables.sh: New file.
	* iconvdata/tst-table.sh: New file.
	* iconvdata/tst-table-from.c: New file.
	* iconvdata/tst-table-to.c: New file.
	* iconvdata/tst-table-charmap.sh: New file.
	* iconvdata/Makefile (test-srcs): Set to tst-table-from tst-table-to.
	(distribute): Add tst-tables.sh, tst-table.sh, tst-table-charmap.sh,
	tst-table-from.c, tst-table-to.c, EUC-JP.irreversible,
	ISIRI-3342.irreversible, SJIS.irreversible.
	(tests): Add dependency on tst-tables.out.
	(tst-tables.out, tst-tables-clean): New rules.
	(do-tests-clean, common-mostlyclean): Require tst-tables-clean.
	* iconvdata/ISIRI-3342.irreversible: New file.
	* iconvdata/EUC-JP.irreversible: New file.
	* iconvdata/SJIS.irreversible: New file.

2000-09-04  Ulrich Drepper  <drepper@redhat.com>

	* manual/locale.texi (General Numeric): Update description of
	representation of the grouping information in the locale data.
	Patch by Gaute B. Strokkenes <gs234@cam.ac.uk>.

	Reported by Rob Levin <lilo@transvirtual.com>.
2000-09-05 02:51:27 +00:00
aout Update. 1997-07-28 22:35:20 +00:00
argp Update. 2000-08-21 04:18:25 +00:00
assert Update. 2000-08-02 00:09:25 +00:00
bare update from main arhive 970119 1997-01-20 02:49:49 +00:00
bits Update. 2000-09-01 06:39:10 +00:00
catgets Update. 2000-09-01 06:39:10 +00:00
conf (NEED_INETADDR, NEED_INETATON): Define to 1, not empty. 1995-09-08 20:24:57 +00:00
conform Update. 2000-08-03 04:40:50 +00:00
crypt Update. 2000-08-24 06:11:27 +00:00
csu * Makeconfig (+link-bounded, link-libc-bounded, 2000-07-26 18:18:43 +00:00
ctype Update. 2000-09-01 19:36:44 +00:00
debug Update. 2000-07-01 15:41:36 +00:00
dirent (alphasort, versionsort): Move __attribute_pure__ out of the __REDIRECT macro. 2000-08-23 18:03:00 +00:00
dlfcn Update. 2000-07-28 08:13:51 +00:00
elf Update. 2000-09-05 02:41:25 +00:00
gmon Update. 2000-04-19 02:40:21 +00:00
gnulib Update. 2000-08-02 00:09:25 +00:00
grp Update. 2000-08-24 07:57:44 +00:00
hesiod Update. 2000-08-01 13:06:28 +00:00
hurd * hurd/hurdsig.c: Rearrange headers a bit. (_hurdsig_init): Block until _hurd_msgport_thread is initialized when cthreads is being used. 2000-08-22 19:31:27 +00:00
iconv Update. 2000-09-05 02:41:25 +00:00
iconvdata Update. 2000-09-05 02:41:25 +00:00
include Update. 2000-08-31 02:27:07 +00:00
inet Update. 2000-09-01 02:26:05 +00:00
intl Update. 2000-09-01 02:26:05 +00:00
io Update. 2000-09-01 02:26:05 +00:00
libio Update. 2000-09-02 15:05:15 +00:00
linuxthreads Update. 2000-09-05 02:51:27 +00:00
linuxthreads_db Update. 2000-08-01 16:05:21 +00:00
locale Update. 2000-09-04 09:40:57 +00:00
localedata Update. 2000-09-05 02:51:27 +00:00
login Update. 2000-06-15 07:01:02 +00:00
mach 2000-04-02 Roland McGrath <roland@baalperazim.frob.com> 2000-04-02 20:15:08 +00:00
malloc Update. 2000-08-31 07:34:24 +00:00
manual (General Numeric): Update information about grouping representation in locale data. Describe new members in lconv introduced in C99. 2000-09-04 21:12:19 +00:00
math Update. 2000-09-01 07:00:07 +00:00
misc Update. 2000-09-01 02:26:05 +00:00
nis Update. 2000-08-01 16:05:21 +00:00
nscd Update. 2000-07-17 22:09:30 +00:00
nss Update. 2000-09-03 17:10:35 +00:00
po Update. 2000-08-28 08:00:42 +00:00
posix Update. 2000-09-01 19:36:44 +00:00
pwd * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last 2000-07-14 07:42:07 +00:00
resolv (res_ourserver_p): Cleanup the type mess to avoid problems with now restrict parameter types. (convaddr4to6): Likewise. 2000-08-24 10:00:43 +00:00
resource Update. 2000-02-28 05:08:01 +00:00
rpm Update. 1998-05-18 11:43:16 +00:00
rt Update. 2000-08-21 06:49:52 +00:00
scripts Update. 2000-05-17 06:48:50 +00:00
setjmp Update. 1999-10-09 21:56:43 +00:00
shadow Update. 2000-08-21 04:18:25 +00:00
signal Update. 2000-08-29 20:17:40 +00:00
socket * misc/sys/select.h: Move prototypes of __select from here ... 2000-08-23 17:05:51 +00:00
soft-fp Update. 2000-06-14 04:06:42 +00:00
stdio Update. 1999-12-02 08:21:38 +00:00
stdio-common Update. 2000-08-31 08:50:08 +00:00
stdlib Update. 2000-09-01 06:39:10 +00:00
streams Update. 2000-08-21 06:49:52 +00:00
string Update. 2000-09-01 19:36:44 +00:00
sunrpc Update. 2000-08-24 08:53:30 +00:00
sysdeps Update. 2000-09-05 02:41:25 +00:00
sysvipc Update. 2000-09-01 02:26:05 +00:00
termios Update. 1999-10-09 21:56:43 +00:00
time Update. 2000-09-03 17:10:35 +00:00
timezone Update. 2000-08-10 19:48:27 +00:00
wcsmbs Update. 2000-09-01 19:36:44 +00:00
wctype Update. 2000-09-01 19:36:44 +00:00
.cvsignore Update. 2000-04-28 05:12:30 +00:00
BUGS Mention broken LC_COLLATE specification. 2000-08-28 04:08:02 +00:00
CONFORMANCE Update. 2000-08-16 02:05:38 +00:00
COPYING Update. 1999-07-28 19:16:26 +00:00
COPYING.LIB Update. 1999-07-28 19:16:26 +00:00
ChangeLog Update. 2000-09-05 02:51:27 +00:00
ChangeLog.1 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.2 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.3 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.4 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.5 Thu Jul 18 12:33:57 1996 Roland McGrath <roland@baalperazim.frob.com> 1996-07-20 12:06:21 +00:00
ChangeLog.6 Update. 1997-07-22 00:10:33 +00:00
ChangeLog.7 Update. 1997-11-18 02:50:07 +00:00
ChangeLog.8 Update. Old logs are in ChangeLog.7. 1998-08-11 18:44:11 +00:00
ChangeLog.9 Update. 2000-04-28 06:14:43 +00:00
ChangeLog.10 Update. 2000-02-29 01:13:44 +00:00
FAQ Update. 2000-08-09 07:12:30 +00:00
FAQ.in Update. 2000-08-09 07:12:30 +00:00
INSTALL Update. 2000-08-09 07:12:30 +00:00
INTERFACE Update. 1999-10-31 17:37:43 +00:00
Make-dist (dist): Resolve `..' in file names. 2000-08-01 12:16:52 +00:00
MakeTAGS Update. 2000-04-28 05:12:30 +00:00
Makeconfig (built-program-cmd): Don't use the dynamic linker to run a binary if it is in $(tests-static). 2000-09-03 16:49:49 +00:00
Makefile Update. 2000-08-03 04:40:50 +00:00
Makefile.in Update. 1998-02-26 16:30:54 +00:00
Makerules * Makeconfig (+link-bounded, link-libc-bounded, 2000-07-26 18:18:43 +00:00
NAMESPACE Add and update many more entries. 2000-03-20 00:42:58 +00:00
NEWS Update. 2000-08-29 03:44:11 +00:00
NOTES Regenerated. 2000-03-10 09:36:06 +00:00
PROJECTS Update. 1999-10-31 17:37:43 +00:00
README Update. 2000-08-31 23:34:32 +00:00
README-alpha Update. 1999-05-13 10:22:54 +00:00
README.libm update from main archive 961105 1996-11-06 04:24:40 +00:00
README.template Update alpha entry, add mips and ia64. 2000-08-09 06:29:17 +00:00
Rules Update. 2000-09-03 16:55:13 +00:00
Versions.def Update. 2000-04-21 03:43:31 +00:00
abi-tags Update. 1998-09-21 14:34:13 +00:00
aclocal.m4 Update. 1999-05-29 22:56:42 +00:00
config-name.in initial import 1995-02-18 01:27:10 +00:00
config.h.in Don't use regparm with bounded pointers. 2000-06-29 17:13:34 +00:00
config.make.in Update. 2000-07-21 04:12:25 +00:00
configure Update. 2000-08-31 21:05:59 +00:00
configure.in Update. 2000-08-31 21:05:59 +00:00
extra-lib.mk 1999-07-19 Andreas Schwab <schwab@suse.de> 1999-07-20 08:19:37 +00:00
glibcbug.in Update. 1999-08-28 22:34:29 +00:00
o-iterator.mk Fri Mar 17 12:58:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-17 18:42:51 +00:00
shlib-versions Add a rule for S/390 to the libm version list. 2000-08-28 11:09:29 +00:00
test-skeleton.c Update. 2000-04-11 16:27:38 +00:00
version.h Update. 2000-08-31 21:42:39 +00:00

README

This directory contains the version 2.1.93 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
		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

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.