Ulrich Drepper ba9234d947 Update.
1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>

	* libio/Makefile (routines): Add iofread_u and iofwrite_u.
	* libio/Versions: Add fread_unlocked and fwrite_unlocked.

	* Makerules (lib%.so): Adjust ignore pattern for last makefile change.

	* time/tzfile.c (decode): Optimize by using bswap_32.
	(__tzfile_read): Use _unlocked stream functions.  Correct setting of
	__tzname array values.
	(__tzfile_compute): Correct setting of __tzname array values.
	* time/tzset.c (__tzstring): Clean up a bit.

1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>

	* posix/regex.c (re_comp): Add cast to char * before gettext calls.

1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
	that fd can be bigger than FD_SETSIZE.

1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* nscd/grpcache.c: Include <unistd.h>.
	* nscd/pwdcache.c: Likewise.

	* nis/nis_modify.c: Include <string.h>.
	* nis/nis_add.c: Likewise.
	* nis/nis_checkpoint.c: Likewise.
	* posix/runptests.c: Likewise.
	* sysdeps/generic/statvfs64.c: Likewise.
	* sysdeps/generic/fstatvfs64.c: Likewise.

1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>

	* localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
	to match data from Unicode.
	Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.

1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>

	* stdio-common/printf.h: Define printf_function and
	printf_arginfo_function types using __PMT not __P.
	Reported by Marc Lehmann.

1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* assert/test-assert.c: New test.
	* assert/test-assert-perr.c: New test.
	* assert/Makefile (tests): Add test-assert and test-assert-perr.

1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	BSD-style SCM_CREDS support.

	* sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
	SCM_CREDS.
	* sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
	visible SCM_CREDS packet to what the kernel wants.
	* sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
	SCM_CREDS packet output by kernel to what users want.

	* sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
	* sysdeps/unix/sysv/linux/__sendmsg.S: here.
	* sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
	* sysdeps/unix/sysv/linux/__recvmsg.S: here.

	* sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
	__sendmsg and __recvmsg to sysdep_routines.
	* sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.

1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* nscd/grpcache.c: Fix gid pointer handling and debug messages.
	* nscd/pwdcache.c: Fix uid pointer handling and debug messages.
	* nscd/nscd.c: Check, if pthread_create fails.

1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
	format strings.
	* stdio-common/bug1.c (main): Likewise.
	* stdio-common/bug5.c (main): Likewise.
	* stdio-common/tstgetln.c (main): Likewise.
	* elf/sprof.c (generate_call_graph): Likewise.
	(load_shobj): Likewise.
	* posix/runptests.c (main): Likewise.
	* string/tst-strlen.c (main): Likewise.

	* sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
	variable q3.
	* sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise

1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* wctype/Versions: Add __towctrans.
	Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.

1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>

	* grp/initgroups.c (compat_call): Only call dynamically loaded
	functions if they are really present.

1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>

	* sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
	#ifdef that contains __BEGIN_DECLS.

1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* libio/iofwrite.c: Fix return value when size == 0.

1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* posix/Makefile (distribute): Add annexc.c.
	(generated): Add $(objpfx)annexc and $(objpfx)annexc.out.

1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
	bits/pthreadtypes.h here, and do not clobber headers.

	* sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.

1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* timezone/tst-timezone.c: Add tests for tzname variable.

1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* Makefile [versioning=yes]: Build the mapfiles with a pattern
	rule that lists all of them as targets.
	(sysd-versions): Depend only on Versions.def.  Write a Makefile
	fragment that defines $(vers-libs) based on contents of that file;
	then include it.
	(lib-noranlib): Depend on lib-mapfiles not sysd-versions.
	(lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
	Predicate all this on avoid-generated unset as well as versioning.

1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1998-07-04 10:39:13 +00:00
1997-07-28 22:35:20 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1997-01-20 02:49:49 +00:00
1998-06-19 11:09:14 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-06-09 15:16:55 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1997-01-20 02:49:49 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-06-18 10:33:29 +00:00
1998-06-30 12:09:42 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1998-06-22 17:08:51 +00:00
1998-07-02 22:51:40 +00:00
1998-06-30 13:22:33 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1998-04-09 10:14:17 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-05-18 11:43:16 +00:00
1998-07-02 22:51:40 +00:00
1998-07-01 09:34:02 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1998-07-04 10:39:13 +00:00
1998-07-02 22:51:40 +00:00
1998-07-04 10:39:13 +00:00
1998-05-12 12:22:17 +00:00
1998-05-06 09:52:22 +00:00
1998-04-07 15:41:36 +00:00
1998-04-08 20:27:31 +00:00
1998-07-04 10:39:13 +00:00
1997-07-22 00:10:33 +00:00
1997-11-18 02:50:07 +00:00
1995-02-18 01:27:10 +00:00
1998-05-06 14:43:15 +00:00
1998-06-26 14:47:05 +00:00
1998-06-26 14:47:05 +00:00
1998-06-26 14:47:05 +00:00
1998-05-15 14:46:36 +00:00
FAQ
1998-06-29 12:44:22 +00:00
1998-06-29 12:44:22 +00:00
1998-05-29 10:21:16 +00:00
1998-05-18 09:53:46 +00:00
1998-05-20 10:50:03 +00:00
1998-07-02 22:51:40 +00:00
1998-02-26 16:30:54 +00:00
1998-07-04 10:39:13 +00:00
1998-05-12 12:22:17 +00:00
1998-03-17 17:40:39 +00:00
1997-10-12 04:05:44 +00:00
1998-05-14 19:14:48 +00:00
1998-05-25 10:01:47 +00:00
1998-05-05 20:21:09 +00:00
1996-11-06 04:24:40 +00:00
1998-03-26 18:01:01 +00:00
1998-06-01 13:41:16 +00:00
1998-04-14 16:51:08 +00:00
1998-05-24 18:51:11 +00:00
1998-07-02 22:51:40 +00:00
1998-07-02 22:51:40 +00:00

This directory contains the version 2.0.94 test 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-*-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>.

The GNU C library now includes Michael Glad's Ultra Fast Crypt, which
provides the Unix `crypt' function, plus some other entry points.
Because of the United States export restriction on DES implementations,
we are distributing this code separately from the rest of the C
library.  There is an extra distribution tar file just for crypt; it is
called `glibc-crypt-2.0.94.tar.gz'.  You can just unpack the crypt
distribution along with the rest of the C library and build; you can
also build the library without getting crypt.  Users outside the USA
can get the crypt distribution via anonymous FTP from ftp.ifi.uio.no
[129.240.64.21], or another archive site outside the USA.  Archive
maintainers are encouraged to copy this distribution to their archives
outside the USA.  Please get it from ftp.ifi.uio.no; transferring this
distribution from ftp.gnu.org (or any other site in the USA) to a
site outside the USA is in violation of US export laws.

Beside the separate crypt tar file there are some more 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.
Description
No description provided
Readme 272 MiB
Languages
C 76.1%
Assembly 13.5%
Pawn 3.3%
Roff 3.2%
Makefile 1.1%
Other 2.5%