glibc/stdio-common
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
..
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 1998-06-15 14:55:03 +00:00
Versions Update. 1998-07-02 22:51:40 +00:00
_itoa.c Update. 1997-10-26 20:13:00 +00:00
_itoa.h Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
asprintf.c Update. 1998-04-07 16:28:09 +00:00
bug1.c Update. 1998-07-04 10:39:13 +00:00
bug1.input * Makefile (subdirs): Replace stdio with stdio-common and $(stdio). 1995-10-17 00:41:39 +00:00
bug2.c Update. 1997-05-26 23:01:17 +00:00
bug3.c 1997-05-07 16:31 Ulrich Drepper <drepper@cygnus.com> 1997-05-07 14:34:37 +00:00
bug4.c 1997-05-07 16:31 Ulrich Drepper <drepper@cygnus.com> 1997-05-07 14:34:37 +00:00
bug5.c Update. 1998-07-04 10:39:13 +00:00
bug6.c Update. 1997-05-26 23:01:17 +00:00
bug6.input * Makefile (subdirs): Replace stdio with stdio-common and $(stdio). 1995-10-17 00:41:39 +00:00
bug7.c update from main archive 970122 1997-01-24 02:23:54 +00:00
bug8.c update from main archive 961008 1996-10-08 23:39:20 +00:00
bug9.c update from main archive 961008 1996-10-08 23:39:20 +00:00
bug10.c update from main archive 970218 1997-02-19 04:43:53 +00:00
bug11.c update from main archive 961008 1996-10-08 23:39:20 +00:00
bug12.c Update. 1998-06-15 14:55:03 +00:00
dprintf.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
errnobug.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
fprintf.c Update. 1997-10-12 04:05:44 +00:00
fscanf.c Update. 1997-05-26 23:01:17 +00:00
getline.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
getw.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
itoa-digits.c Update. 1997-10-26 20:13:00 +00:00
perror.c Update. 1998-04-15 10:15:16 +00:00
printf-parse.h Update. 1998-01-30 11:44:34 +00:00
printf-prs.c update from main archive 961220 1996-12-22 00:32:43 +00:00
printf.c Update. 1997-10-15 05:34:02 +00:00
printf.h Update. 1998-07-04 10:39:13 +00:00
printf_fp.c Update. 1997-11-18 02:50:07 +00:00
printf_fphex.c Update. 1997-12-22 20:53:38 +00:00
printf_size.c Update. 1997-04-30 15:51:34 +00:00
psignal.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
putw.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
reg-printf.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
scanf.c Update. 1997-10-15 05:34:02 +00:00
scanf1.c update from main archive 970121 1997-01-23 04:24:20 +00:00
scanf2.c update from main archive 961008 1996-10-08 23:39:20 +00:00
scanf3.c update from main archive 970121 1997-01-23 04:24:20 +00:00
scanf4.c update from main archive 961008 1996-10-08 23:39:20 +00:00
scanf5.c update from main archive 961008 1996-10-08 23:39:20 +00:00
scanf6.c update from main archive 961008 1996-10-08 23:39:20 +00:00
scanf7.c update from main archive 961008 1996-10-08 23:39:20 +00:00
scanf8.c update from main archive 961008 1996-10-08 23:39:20 +00:00
scanf9.c * stdio-common/Makefile (tests): Add scanf[1-9]. 1996-01-24 08:23:33 +00:00
scanf10.c update from main archive 970121 1997-01-23 04:24:20 +00:00
scanf11.c update from main archive 970118 1997-01-19 04:54:28 +00:00
snprintf.c update. 1997-07-11 01:19:07 +00:00
sprintf.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
sscanf.c update from main archive 961211 1996-12-12 03:24:48 +00:00
tempnam.c Update. 1997-10-12 04:05:44 +00:00
temptest.c Update. 1997-06-19 19:11:22 +00:00
test-fseek.c update from main archive 970221 1997-02-22 01:20:46 +00:00
test-fwrite.c update from main archive 961008 1996-10-08 23:39:20 +00:00
test-popen.c Update. 1998-01-30 11:44:34 +00:00
test_rdwr.c Update. 1998-07-04 10:39:13 +00:00
tfformat.c Update. 1997-08-04 14:31:26 +00:00
tiformat.c Update. 1998-01-30 11:44:34 +00:00
tmpfile.c Update. 1997-10-12 04:05:44 +00:00
tmpfile64.c Update. 1997-12-04 00:12:34 +00:00
tmpnam.c Update. 1997-10-12 04:05:44 +00:00
tmpnam_r.c Update. 1997-10-12 04:05:44 +00:00
tst-ferror.c Update. 1997-04-08 23:42:08 +00:00
tst-ferror.input Update. 1997-04-08 23:42:08 +00:00
tst-fileno.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
tst-printf.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
tst-printfsz.c Add description of printf_size and printf_size_info. 1997-04-19 11:22:31 +00:00
tst-ungetc.c * nss/nss_files/files-ethers.c (ntohost): Fix db key. 1996-07-02 19:42:29 +00:00
tst-wc-printf.c Update. 1998-04-28 14:15:46 +00:00
tstdiomisc.c update from main archive 970121 1997-01-23 04:24:20 +00:00
tstgetln.c Update. 1998-07-04 10:39:13 +00:00
tstgetln.input * Makefile (subdirs): Replace stdio with stdio-common and $(stdio). 1995-10-17 00:41:39 +00:00
tstscanf.c Update. 1998-02-01 17:06:45 +00:00
tstscanf.input * Makefile (subdirs): Replace stdio with stdio-common and $(stdio). 1995-10-17 00:41:39 +00:00
vfprintf.c Update. 1998-06-07 14:06:56 +00:00
vfscanf.c Update. 1998-06-07 14:06:56 +00:00
vprintf.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
xbug.c Update. 1998-01-21 17:04:36 +00:00