Go to file
Ulrich Drepper 5134584a32 Update.
2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/sjis.c (BODY for FROM_LOOP): Treat the case
	ch >= 0x81 && ch2 < 0x40 as invalid.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/uhc.c (BODY for FROM_LOOP): Reject ch2 == 0xff as invalid.
	(BODY for TO_LOOP): Accept 0x7f. Increment outptr as needed.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/johab.c (BODY for TO_LOOP): After calling
	ucs4_to_ksc5601_sym, fix the conversion to JOHAB.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/t.61.c (to_ucs4): Change values of 0xa4, 0a6, 0xa8, 0xb4,
	0xb8.
	(from_ucs4): Change values of U+00A4, U+00BB, U+00ED.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/macintosh.c (HAS_HOLES): Set to 1.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/iso_6937.c (to_ucs4): Change values of 0x24 and 0xb4.
	(from_ucs4): Change values of U+00A4 and U+00ED.
	(BODY of TO_LOOP): Remove mapping from U+02DC to 0x0020.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/ansi_x3.110.c (from_ucs4): Change entry for 0xed.
	(BODY for TO_LOOP): Map U+2122, U+2126, not U+2022, U+2026.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* iconvdata/Makefile (gen-8bit-gap-modules): Remove isiri-3342.
	* iconvdata/isiri-3342.h: New file.
	* iconvdata/isiri-3342.c (HAS_HOLES): Avoid gaps >= 0xe0, but don't
	treat 0x80 as a gap.

2000-07-30  Bruno Haible  <haible@clisp.cons.org>

	* string/strxfrm.c (encoding_mask, encoding_byte): Remove.
	(utf8_encode): Use simple shifts instead.  Fix return value.
2000-07-31 22:47:52 +00:00
aout
argp Update. 2000-07-24 05:41:25 +00:00
assert Update. 2000-07-01 05:19:18 +00:00
bare
bits Update. 2000-07-20 22:53:54 +00:00
catgets Update. 2000-05-27 06:18:49 +00:00
conf
conform Update. 2000-05-21 20:13:15 +00:00
crypt Update. 2000-07-24 21:03:16 +00:00
csu * Makeconfig (+link-bounded, link-libc-bounded, 2000-07-26 18:18:43 +00:00
ctype Update. 2000-07-25 04:37:22 +00:00
debug Update. 2000-07-01 15:41:36 +00:00
dirent Update. 2000-07-12 20:06:44 +00:00
dlfcn Update. 2000-07-28 08:13:51 +00:00
elf (_dl_map_object): Take loader==NULL into account in DF_1_NODEFLIB handling. 2000-07-21 21:04:40 +00:00
gmon Update. 2000-04-19 02:40:21 +00:00
gnulib
grp (initgroups_dyn_function): Renamed from initgroups_function, adopted prototype for change from 2000-07-23. (initgroups): Follow type change. 2000-07-24 16:48:34 +00:00
hesiod Update. 2000-07-24 05:41:25 +00:00
hurd * hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the calling thread, set the cancellation flag and return success instead of EINTR. 2000-07-25 21:43:38 +00:00
iconv Add WCHAR_T alias. 2000-07-25 21:57:31 +00:00
iconvdata Update. 2000-07-31 22:47:52 +00:00
include Update. 2000-07-27 22:01:07 +00:00
inet * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last 2000-07-14 07:42:07 +00:00
intl Update. 2000-07-27 22:18:43 +00:00
io Update. 2000-07-24 05:41:25 +00:00
libio Update. 2000-07-29 08:11:47 +00:00
linuxthreads * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Implement for 2000-07-28 13:36:23 +00:00
linuxthreads_db Update. 2000-04-27 20:18:02 +00:00
locale Update. 2000-07-30 00:00:23 +00:00
localedata Update. 2000-07-30 00:00:23 +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-07-29 08:11:47 +00:00
manual Update. 2000-07-24 05:41:25 +00:00
math Update. 2000-07-29 18:08:15 +00:00
misc * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last 2000-07-14 07:42:07 +00:00
nis Update. 2000-07-24 05:41:25 +00:00
nscd Update. 2000-07-17 22:09:30 +00:00
nss Update. 2000-07-25 22:19:16 +00:00
po Update. 2000-07-03 21:40:46 +00:00
posix New file, libio needs localedata for tests. 2000-07-29 07:57:34 +00:00
pwd * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last 2000-07-14 07:42:07 +00:00
resolv Update. 2000-07-29 18:08:15 +00:00
resource Update. 2000-02-28 05:08:01 +00:00
rpm
rt * rt/tst-aio64.c: Add tests for aio_fsync64 and aio_cancel64. 2000-07-27 13:03:23 +00:00
scripts Update. 2000-05-17 06:48:50 +00:00
setjmp
shadow * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last 2000-07-14 07:42:07 +00:00
signal Update. 2000-02-23 06:02:09 +00:00
socket * sysdeps/mach/hurd/if_index.c: New file. 2000-03-24 20:59:00 +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-07-30 00:00:23 +00:00
stdlib Update. 2000-07-16 07:30:42 +00:00
streams Update. 2000-02-25 09:00:58 +00:00
string Update. 2000-07-31 22:47:52 +00:00
sunrpc Update. 2000-07-14 07:23:50 +00:00
sysdeps * sysdeps/unix/sysv/linux/mips/bits/sigstack.h: New file. On MIPS 2000-07-31 08:19:13 +00:00
sysvipc Update. 2000-06-13 01:09:57 +00:00
termios
time Update. 2000-07-29 08:11:47 +00:00
timezone Update. 2000-07-31 20:38:49 +00:00
wcsmbs Update. 2000-07-26 23:00:05 +00:00
wctype Update. 2000-07-28 19:52:40 +00:00
.cvsignore Update. 2000-04-28 05:12:30 +00:00
BUGS Add PR numbers. 2000-07-14 09:40:11 +00:00
CONFORMANCE
COPYING
COPYING.LIB
ChangeLog Update. 2000-07-31 22:47:52 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9 Update. 2000-04-28 06:14:43 +00:00
ChangeLog.10 Update. 2000-02-29 01:13:44 +00:00
FAQ Regenerated. 2000-03-10 09:36:06 +00:00
FAQ.in Update. 2000-07-07 00:52:01 +00:00
INSTALL Update. 2000-03-26 06:05:37 +00:00
INTERFACE
Make-dist Update. 2000-06-14 01:01:44 +00:00
MakeTAGS Update. 2000-04-28 05:12:30 +00:00
Makeconfig fix typo in +link-bounded 2000-07-27 00:05:38 +00:00
Makefile Update. 2000-06-14 03:46:36 +00:00
Makefile.in
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-07-01 15:41:36 +00:00
NOTES Regenerated. 2000-03-10 09:36:06 +00:00
PROJECTS
README Update. 2000-07-24 05:41:25 +00:00
README-alpha
README.libm
README.template Update. 2000-07-01 15:41:36 +00:00
Rules Update. 2000-07-29 08:11:47 +00:00
Versions.def Update. 2000-04-21 03:43:31 +00:00
abi-tags
aclocal.m4
config-name.in
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-07-21 04:12:25 +00:00
configure.in Update. 2000-07-21 04:12:25 +00:00
extra-lib.mk
glibcbug.in
o-iterator.mk
shlib-versions Make sparc64 GLIBC_2.2+ only. 2000-06-29 20:58:06 +00:00
test-skeleton.c Update. 2000-04-11 16:27:38 +00:00
version.h Update. 2000-07-01 06:34:10 +00:00

README

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


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.