Find a file
Ulrich Drepper d347a4ab1d Update.
2003-07-31  Jakub Jelinek  <jakub@redhat.com>

	* dlfcn/dlerror.c (once): New.
	(dlerror): Call __libc_once.
	(_dlerror_run): Remove once.

2003-07-31  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
	Sync with 2.5.7 and 2.5.73 kernel changes.

2003-07-31  Jakub Jelinek  <jakub@redhat.com>

	* dlfcn/eval.c (funcall): Add noinline attribute to shut up warnings.
	* elf/rtld.c (dl_main): Cast ElfW(Addr) arguments with %Zx/%Zd
	formats to size_t.
	* elf/dl-lookup.c (_dl_debug_bindings): Likewise.
	* elf/tst-tls6.c (do_test): Use %zd format for l_tls_modid.
	* elf/tst-tls8.c (do_test): Use %zd format for modid1 and modid2.
	* gmon/tst-sprofil.c (main): Add parens to shut up warning.
	* iconv/tst-iconv3.c (main): Use %td instead of %zd for pointer
	difference argument.
	* stdio-common/tst-wc-printf.c (main): Cast arguments with %C
	format to wint_t.
	* stdlib/tst-limits.c (main): For WORD_BIT and LONG_BIT, use
	%d format and cast expected value to int.
	* sysdeps/generic/libc-start.c (STATIC): Add
	__attribute__((always_inline) if LIBC_START_MAIN is already defined.
	* sysdeps/powerpc/fpu/w_sqrt.c (a_nan, a_inf): Change from uint32_t
	to ieee_float_shape_type.
	(__sqrt): Avoid type punning.
	* sysdeps/powerpc/fpu/w_sqrtf.c (a_nan, a_inf): Change from uint32_t
	to ieee_float_shape_type.
	(__sqrtf): Avoid type punning.
	* sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Don't define
	refsym if in dl-conflict.c.
	* sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
	* sysdeps/unix/sysv/linux/i386/semctl.c (union semun): Add __old_buf.
	(__new_semctl): Shut up warning.
	* sysdeps/unix/sysv/linux/semctl.c (union semun): Add __old_buf.
	(__new_semctl): Shut up warning.
	* sysdeps/unix/sysv/linux/shmctl.c (__new_shmctl): Wrap long lines.
	Change old into union of __old_shmid_ds and __old_shminfo structs.
	Adjust all users.
	* wcsmbs/wcsmbs-tst1.c (main): Cast arguments with %C format to wint_t.

2003-07-31  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/utimes.c (__utimes): Fix actime and
	modtime computation.
	* sysdeps/unix/sysv/linux/futimes.c (__futimes): Likewise.
	* sysdeps/posix/utimes.c (__utimes): Likewise.
2003-07-31 19:26:38 +00:00
abilist
aout
argp Update. 2003-06-13 21:05:42 +00:00
assert
bare
bits * sysdeps/generic/bits/types.h (__STD_TYPE): New macro. 2003-07-28 22:29:47 +00:00
catgets Update. 2003-07-15 07:52:52 +00:00
conf
conform
crypt
csu Update. 2003-06-26 08:00:21 +00:00
ctype
debug
dirent Update. 2003-06-12 02:04:20 +00:00
dlfcn Update. 2003-07-31 19:26:38 +00:00
elf Update. 2003-07-31 19:26:38 +00:00
gmon Update. 2003-07-31 19:26:38 +00:00
gnulib
grp Update. 2003-06-16 17:18:06 +00:00
hesiod
hurd
iconv Update. 2003-07-31 19:26:38 +00:00
iconvdata * iconvdata/cp932.c (BODY): STANDARD_ERR_HANDLER is now called 2003-07-20 12:11:01 +00:00
include Update. 2003-07-31 07:42:20 +00:00
inet Update. 2003-06-14 09:00:28 +00:00
intl Update. 2003-06-18 18:10:57 +00:00
io Update. 2003-07-15 08:59:35 +00:00
libio Update. 2003-07-22 23:56:53 +00:00
linuxthreads Update. 2003-07-31 19:26:38 +00:00
linuxthreads_db
locale Update. 2003-06-16 08:57:09 +00:00
localedata Include error.h for error prototype. 2003-07-27 14:22:12 +00:00
login
mach 2003-05-11 Andreas Schwab <schwab@suse.de> 2003-05-28 21:05:12 +00:00
malloc Update. 2003-07-01 08:31:38 +00:00
manual 2003-07-21 Art Haas <ahaas@airmail.net> 2003-07-22 20:05:55 +00:00
math Update. 2003-06-16 08:03:44 +00:00
misc Update. 2003-07-15 07:52:52 +00:00
nis Update. 2003-06-28 08:04:34 +00:00
nptl Update. 2003-07-31 19:26:38 +00:00
nptl_db * td_thr_event_enable.c (td_thr_event_enable): Use proper type `bool' 2003-06-19 08:38:40 +00:00
nscd
nss Update. 2003-06-26 08:00:21 +00:00
po Update. 2003-06-10 16:23:23 +00:00
posix Update. 2003-07-15 07:52:52 +00:00
pwd
resolv Update. 2003-07-22 23:10:17 +00:00
resource
rpm
rt * rt/tst-timer2.c: New file. 2003-07-29 09:32:03 +00:00
scripts Update. 2003-06-12 20:17:22 +00:00
setjmp
shadow
signal Update. 2003-06-15 21:22:26 +00:00
socket
soft-fp * soft-fp/soft-fp.h (FP_EX_UNDERFLOW): Define to 0. 2003-05-28 20:52:43 +00:00
stdio-common Update. 2003-07-31 19:26:38 +00:00
stdlib Update. 2003-07-31 19:26:38 +00:00
streams
string Update. 2003-07-15 07:52:52 +00:00
sunrpc Update. 2003-06-10 02:32:35 +00:00
sysdeps Update. 2003-07-31 19:26:38 +00:00
sysvipc Update. 2003-06-15 21:22:26 +00:00
termios Update. 2003-06-15 21:22:26 +00:00
time Update. 2003-07-15 07:52:52 +00:00
timezone Update. 2003-07-25 00:49:30 +00:00
wcsmbs Update. 2003-07-31 19:26:38 +00:00
wctype Update. 2003-06-13 21:05:42 +00:00
.cvsignore
abi-tags
aclocal.m4
BUGS
ChangeLog Update. 2003-07-31 19:26:38 +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
ChangeLog.13
config-name.in
config.h.in
config.make.in Update. 2003-06-08 07:09:07 +00:00
configure Update. 2003-07-03 21:08:05 +00:00
configure.in Update. 2003-07-03 21:08:05 +00:00
CONFORMANCE
COPYING
COPYING.LIB
cppflags-iterator.mk
extra-lib.mk
FAQ
FAQ.in
glibcbug.in
INSTALL
INTERFACE
LICENSES
Make-dist
Makeconfig Update. 2003-07-10 09:10:43 +00:00
Makefile
Makefile.in
Makerules Update. 2003-07-21 22:40:24 +00:00
MakeTAGS
NAMESPACE
NEWS
NOTES
o-iterator.mk
PROJECTS
README
README-alpha
README.libm
README.template
Rules
shlib-versions
test-skeleton.c * posix/transbug.c: Include <string.h> for memset and strlen 2003-06-25 11:04:58 +00:00
tls.make.c
version.h
Versions.def

This directory contains the version 2.3.2 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
		powerpc64-*-linux-gnu	Linux-2.4.19+ on 64-bit 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.4+ on IBM S/390 64-bit
		sh-*-linux-gnu		Linux-2.x on Super Hitachi
		cris-*-linux-gnu	Linux-2.4+ on CRIS
		x86-64-*-linux-gnu	Linux-2.4+ on x86-64

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, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.