Go to file
Ulrich Drepper faaa6f6283 Update.
2002-05-12  Bruno Haible  <bruno@clisp.org>

	* iconvdata/testdata/EUC-JISX0213: New file.
	* iconvdata/testdata/EUC-JISX0213..UTF8: New file.
	* iconvdata/testdata/SHIFT_JISX0213: New file.
	* iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
	* iconvdata/testdata/ISO-2022-JP-3: New file.
	* iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
	* iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
	* iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
	contains comments indicating precomposed characters.

2002-04-21  Bruno Haible  <bruno@clisp.org>

	* iconvdata/iso-2022-jp-3.c: New file.
	* iconvdata/gconv-modules (ISO-2022-JP-3): New module.
	* iconvdata/Makefile (modules): Add ISO-2022-JP-3.
	(LDFLAGS-ISO-2022-JP-3.so): New variable.
	(ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
	(distribute): Add iso-2022-jp-3.c.

2002-05-12  Bruno Haible  <bruno@clisp.org>

	* iconvdata/tst-table-to.c (main): Restore handling of
	transliterations, broken by last patch.

2002-05-12  Bruno Haible  <bruno@clisp.org>

	* iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.

2002-05-12  Bruno Haible  <bruno@clisp.org>

	* iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
	when there is not enough room in the output buffer.
	* iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.

2002-04-20  Bruno Haible  <bruno@clisp.org>

	* iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
	macros.
	(RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
	Also make this macro work if FROM_DIRECTION evaluates to 0.
	(gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
	(FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
	of consume_incomplete.
	* iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
	instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
	4, not 8.
	* iconvdata/cp1258.c: Likewise.
	* iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
	instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
	not 2.
	* iconvdata/ibm933.c: Likewise.
	* iconvdata/ibm935.c: Likewise.
	* iconvdata/ibm937.c: Likewise.
	* iconvdata/ibm939.c: Likewise.
	* iconvdata/iso-2022-cn.c: Define
	{FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
	{MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
	* iconvdata/iso-2022-cn-ext.c: Likewise.
	* iconvdata/iso-2022-jp.c: Define
	{FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
	{MIN,MAX}_NEEDED_{FROM,TO}.
	* iconvdata/tcvn5712-1.c: Define
	{FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
	{MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
	* iconvdata/euc-jisx0213.c: Define
	{FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
	{MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
	* iconvdata/shift_jisx0213.c: Likewise.

2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

	* sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
	shdi3, fixdfdi, fixsfdi in csu dir.
	(shared-only-routines): Likewise.
	* sysdeps/wordsize-32/cmpdi2.c: New file.
	* sysdeps/wordsize-32/shdi3.c: New file.
	* sysdeps/wordsize-32/fixdfdi.c: New file.
	* sysdeps/wordsize-32/fixsfdi.c: New file.
	* sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
	__ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
	__fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.

	* sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
	Only use va_arg if the argument will be used [PR libc/3259].

2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>

	* catgets/catgets.c (catopen): Free buffer if internal catalog
	open fails.

2002-05-14  Ulrich Drepper  <drepper@redhat.com>

	* debug/xtrace.sh: Make more robust.  For realtime tracking use
	non-buffering methods.
	* debug/pcprofiledump.c: Implement -u option.
	Patch by Roger Luethi <rl@hellgate.ch>.
2002-05-15 06:02:35 +00:00
aout
argp Update. 2002-04-08 08:59:00 +00:00
assert Update. 2002-04-15 05:35:10 +00:00
bare
bits * sysdeps/mach/hurd/times.c: Fix typo in last change. 2002-02-19 00:22:30 +00:00
catgets Update. 2002-05-15 06:02:35 +00:00
conf
conform Add strerror_r prototype. 2002-04-23 21:16:22 +00:00
crypt Realloc error handling memory leak fix. 2001-12-29 15:57:15 +00:00
csu Update. 2002-02-23 08:47:54 +00:00
ctype Update. 2002-03-13 06:33:52 +00:00
debug Update. 2002-05-15 03:36:41 +00:00
dirent Update. 2001-08-08 02:52:43 +00:00
dlfcn Update. 2002-04-09 20:36:24 +00:00
elf Update. 2002-04-24 21:09:14 +00:00
gmon Update. 2002-03-13 02:17:12 +00:00
gnulib
grp Update. 2002-03-13 19:21:13 +00:00
hesiod Update. 2002-02-01 23:24:05 +00:00
hurd * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning. 2002-05-14 02:22:58 +00:00
iconv Update. 2002-05-15 06:02:35 +00:00
iconvdata Update. 2002-05-15 06:02:35 +00:00
include Update. 2002-05-15 00:22:23 +00:00
inet Update. 2002-05-15 00:22:23 +00:00
intl Update. 2002-05-01 17:09:58 +00:00
io Update. 2002-02-07 17:54:45 +00:00
libio (bug-ungetwc2-ENV): Define. 2002-05-14 21:26:41 +00:00
linuxthreads Update. 2002-05-03 07:39:22 +00:00
linuxthreads_db Update. 2002-03-03 19:43:30 +00:00
locale Update. 2002-05-15 00:22:23 +00:00
localedata Update. 2002-05-15 06:02:35 +00:00
login Update. 2002-03-13 06:33:52 +00:00
mach 2002-05-13 Marcus Brinkmann <marcus@gnu.org> 2002-05-13 01:48:25 +00:00
malloc Update. 2002-05-15 00:22:23 +00:00
manual (Output Conversion Syntax): Document how to use precision with the * precision. 2002-04-22 19:42:10 +00:00
math Fix comment. 2002-04-19 14:52:54 +00:00
misc Update. 2002-04-09 20:36:24 +00:00
nis (yp_all): Remove the hack introduced on 1998-09-29. Correctly close the UDP connection right away. 2002-03-21 00:43:13 +00:00
nscd Update. 2002-03-22 07:17:03 +00:00
nss Update. 2002-04-07 19:46:16 +00:00
po Update. 2002-05-15 06:02:35 +00:00
posix Update. 2002-04-29 04:32:06 +00:00
pwd
resolv Update. 2002-02-05 00:57:29 +00:00
resource
rpm
rt Update. 2002-04-03 00:36:12 +00:00
scripts Update. 2002-04-03 06:59:37 +00:00
setjmp Update. 2002-02-01 23:24:05 +00:00
shadow Update. 2002-04-07 19:46:16 +00:00
signal Update. 2002-03-23 18:59:09 +00:00
socket Update. 2002-02-01 23:24:05 +00:00
soft-fp
stdio-common Update. 2002-04-14 17:55:43 +00:00
stdlib Update. 2002-04-09 20:36:24 +00:00
streams
string Update. 2002-04-21 18:04:21 +00:00
sunrpc Update. 2002-05-15 00:22:23 +00:00
sysdeps Update. 2002-05-15 06:02:35 +00:00
sysvipc
termios Update. 2002-02-01 23:24:05 +00:00
time Update. 2002-04-19 07:49:16 +00:00
timezone Update. 2002-04-06 04:05:41 +00:00
wcsmbs Update. 2002-04-15 05:35:10 +00:00
wctype Update. 2002-04-14 20:15:40 +00:00
.cvsignore
BUGS
CONFORMANCE
COPYING
COPYING.LIB
ChangeLog Update. 2002-05-15 06:02:35 +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
FAQ.in cygnus.com -> redhat.com 2002-01-05 06:15:54 +00:00
INSTALL Update. 2002-04-06 01:45:15 +00:00
INTERFACE
Make-dist
MakeTAGS Update. 2002-04-20 20:36:26 +00:00
Makeconfig 2002-04-30 Roland McGrath <roland@frob.com> 2002-04-30 22:00:59 +00:00
Makefile Update. 2002-04-20 20:36:26 +00:00
Makefile.in
Makerules Update. 2002-04-20 20:36:26 +00:00
NAMESPACE
NEWS Update. 2002-04-20 08:14:24 +00:00
NOTES
PROJECTS Update. 2001-11-14 08:49:20 +00:00
README Remade for development-2.2.90 2001-12-06 23:48:26 +00:00
README-alpha
README.libm
README.template
Rules Update. 2002-04-20 20:36:26 +00:00
Versions.def 2002-03-11 Roland McGrath <roland@frob.com> 2002-03-11 21:28:28 +00:00
abi-tags
aclocal.m4
config-name.in
config.h.in * hurd/hurdselect.c (_hurd_select): Fix 2002-04-02 04:43:06 +00:00
config.make.in 2002-04-30 Roland McGrath <roland@frob.com> 2002-04-30 22:00:59 +00:00
configure 2002-04-30 Roland McGrath <roland@frob.com> 2002-04-30 22:00:59 +00:00
configure.in 2002-04-30 Roland McGrath <roland@frob.com> 2002-04-30 22:00:59 +00:00
cppflags-iterator.mk Update. 2002-04-08 18:50:41 +00:00
extra-lib.mk Update. 2002-04-09 08:03:15 +00:00
glibcbug.in Update. 2002-02-14 01:02:42 +00:00
o-iterator.mk
shlib-versions 2002-05-03 Roland McGrath <roland@frob.com> 2002-05-03 08:05:49 +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.90 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.