Find a file
Ulrich Drepper 569c558c88 update from main archive 960909
Mon Sep  9 20:31:27 1996  Ulrich Drepper  <drepper@cygnus.com>

	* version.c (banner): Report to bug-glibc@prep not @gnu.
	Reported by Andreas Jaeger.

	* libio/stdio.h [!__USE_REENTRANT]: Don't define getc as
 	_IO_getc_unlocked.
	[__USE_REENTRANT]: Don't define

Mon Sep  9 15:59:32 1996  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/i386/strrchr.c: Fix bug where NUL byte is not recognized
	when it is the third byte in the string.  Reported by
	NIIBE Yutaka.
	* string/tester.c: Add tests for above bug to strlen, strchr, and
	strrchr tests.

Fri Sep  6 21:23:33 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/m68k/fpu/e_acos.c: Deansideclized.  Include
	"math_private.h" to get prototype.
	* sysdeps/m68k/fpu/e_fmod.c: Likewise.
	* sysdeps/m68k/fpu/k_cos.c: Likewise.
	* sysdeps/m68k/fpu/k_sin.c: Likewise.
	* sysdeps/m68k/fpu/k_tan.c: Likewise.

	* sysdeps/m68k/fpu/k_sin.c: Remove uneeded indirection of
	__m81_u.
	* sysdeps/m68k/fpu/k_tan.c: Likewise.

Sun Sep  1 18:01:35 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/m68k/fpu/__math.h: Check for __NO_M81_MATH_INLINES
	instead of __NO_MATH_INLINES.
	(__M81_MATH_INLINES): Renamed from __MATH_INLINES.
	* sysdeps/m68k/fpu/e_acos.c: Define __NO_M81_MATH_INLINES.
	* sysdeps/m68k/fpu/e_fmod.c: Likewise.
	* sysdeps/m68k/fpu/k_cos.c: Likewise.
	* sysdeps/m68k/fpu/k_sin.c: Likewise.
	* sysdeps/m68k/fpu/k_tan.c: Likewise.
	* sysdeps/m68k/fpu/s_atan.c: Likewise.
	* sysdeps/m68k/fpu/s_frexp.c: Likewise.
	* sysdeps/m68k/fpu/s_ilogb.c: Likewise.
	* sysdeps/m68k/fpu/s_isinf.c: Likewise.
	* sysdeps/m68k/fpu/s_ldexp.c: Likewise.
	* sysdeps/m68k/fpu/s_modf.c: Likewise.
	* sysdeps/m68k/fpu/k_cos.c: Use inline version of __cos.
	* sysdeps/m68k/fpu/k_sin.c: Likewise.
	* sysdeps/m68k/fpu/k_tan.c: Likewise.

Mon Sep  9 12:55:14 1996  Ulrich Drepper  <drepper@cygnus.com>

	* nss/nss_files/files-parse.c (INT_FIELD_MAYBE_NULL): Check for
	available character before converting number and return with
	error if none is available.

Fri Sep  6 22:09:08 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/init-first.h: New file, generic
	implementation for architectures where parameters are passed on
	stack.
	* sysdeps/unix/sysv/linux/m68k/init-first.h: Removed.
	* sysdeps/unix/sysv/linux/i386/init-first.h: Removed.

Fri Sep  6 22:05:32 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* configure.in: Remove unneeded sysnames frobbing.

Mon Sep  9 05:29:09 1996  Ulrich Drepper  <drepper@cygnus.com>

	* time/zic.c: Update from ADO 96l.
	* time/africa: Update from ADO 96k.
	* time/antarctica: Likewise.
	* time/asia: Likewise.
	* time/australia: Likewise.
	* time/europe: Likewise.
	* time/northamerica: Likewise.
	* time/southamerica: Likewise.

Mon Sep  9 05:03:47 1996  NIIBE Yutaka  <gniibe@mri.co.jp>

	* sysdeps/unix/sysv/linux/i386/init-first.h: Work around buggy
	gcc <= 2.7.2.1 which optimizes away address operations on weak
	objects.

	* nss/nss_files/files-parse.c (INT_FIELD_MAYBE_NULL): New macro.
	Like INT_FIELD but also accept non-existing field.
	* shadow/sgetspent_r.c (LINE_PARSER): Use INT_FIELD_MAYBE_NULL
	for last four fields.
	* shadow/putspent.c (putspent): Print `:' after numeric value.

Mon Sep  9 02:42:48 1996  Richard Henderson  <rth@tamu.edu>

	* libio/stdio.h (BUFSIZ): Define using _IO_BUFSIZ.

Sun Sep  8 16:43:56 1996  Ulrich Drepper  <drepper@cygnus.com>

	* Make-dist: Filter out $(add-ons) from $(subdirs).
	Don't distribute TAGS files.
	($(tardir).tar): Remove dist.tar when all is done.
	* manual/Makefile (distribute): Add libc.info*.
	* libio/Makefile (distribute): Add Banner.
	* inet/Makefile (headers): Add netinet/tcp.h.

	* resolv/Makefile (libresolv-routines): Add getnetnamadr.

	* crypt-README: Removed.
	* gnu-stabs.h: Removed.

	* sysdeps/alpha/copysign.S: Renamed to...
	* sysdeps/alpha/s_copysign.S: ...this.
	* sysdeps/alpha/fabs.S: Renamed to...
	* sysdeps/alpha/s_fabs.S: ...this.

	* sysdeps/m68k/isinfl.c: Renamed to...
	* sysdeps/m68k/s_isinfl.c: ...this.
	* sysdeps/m68k/isnanl.c: Renamed to...
	* sysdeps/m68k/s_isnanl.c: ...this.

	* sysdeps/sparc/sqrt.c: Renamed to...
	* sysdeps/sparc/e_sqrt.c: ...this.  Function name now is
	__ieee754_sqrt.

	* sysdeps/generic/get_str.c: Removed.

	* sysdeps/ieee754/cbrt.c: Removed.
	* sysdeps/ieee754/drem.c: Removed.
	* sysdeps/ieee754/logb.c: Removed.
	* sysdeps/ieee754/sqrt.c: Removed.

	* sysdeps/stub/cbrt.c: Removed.
	* sysdeps/stub/cos.c: Removed.
	* sysdeps/stub/drem.c: Removed.
	* sysdeps/stub/isinf.c: Removed.
	* sysdeps/stub/isinfl.c: Removed.
	* sysdeps/stub/isnanl.c: Removed.
	* sysdeps/stub/logb.c: Removed.
	* sysdeps/stub/sin.c: Removed.
	* sysdeps/stub/sqrt.c: Removed.

	* sysdeps/tahoe/log10.c: Removed.

	* sysdeps/vax/index.s: Removed.
	* sysdeps/vax/rindex.s: Removed.
	* sysdeps/vax/bcmp.s: Removed.
	* sysdeps/vax/log10.c: Removed.
	* sysdeps/vax/infnan.c: Removed.
	* sysdeps/vax/Dist: Add fl.h.

	* sysdeps/unix/sysv/linux/alpha/Dist: Add llseek.S.

	* inet/rcmd.c (rcmd): Make messages more uniform.

Sun Sep  8 14:15:42 1996  Ulrich Drepper  <drepper@cygnus.com>

	* po/de.po: Update.
	* po/es.po: Update.
	* po/ko.po: Update.
	* po/pl.po: New file.
	* po/nl.po: New file.

	take care for a possible clash.  Nobody will name the domain
1996-09-10 02:00:15 +00:00
arpa
assert Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
bare update from main archive 960829 1996-08-30 00:58:28 +00:00
catgets second update 960907 from main archive 1996-09-08 02:07:08 +00:00
conf
csu update from main archive 960904 1996-09-05 02:49:18 +00:00
ctype Fri Jul 26 00:36:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-27 00:32:20 +00:00
db second update 960907 from main archive 1996-09-08 02:07:08 +00:00
dirent Update. 1996-08-07 23:50:59 +00:00
elf update from main archive 960907 1996-09-07 23:56:19 +00:00
gmon *** empty log message *** 1996-09-06 00:08:55 +00:00
gnulib Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
grp Update to 960810. 1996-08-11 01:08:23 +00:00
hurd *** empty log message *** 1996-09-06 00:08:55 +00:00
inet update from main archive 960909 1996-09-10 02:00:15 +00:00
intl update from main archive 960904 1996-09-05 02:49:18 +00:00
io update from main archive 960828 1996-08-29 00:31:18 +00:00
libio update from main archive 960909 1996-09-10 02:00:15 +00:00
locale second update 960907 from main archive 1996-09-08 02:07:08 +00:00
login update from main archive 960818 1996-08-19 01:07:44 +00:00
mach *** empty log message *** 1996-09-06 00:08:55 +00:00
manual update from main archive 960909 1996-09-10 02:00:15 +00:00
math update from main archive 960830 1996-08-31 00:13:23 +00:00
misc *** empty log message *** 1996-09-03 22:24:21 +00:00
netinet Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-28 08:56:59 +00:00
nss update from main archive 960909 1996-09-10 02:00:15 +00:00
po second update 960907 from main archive 1996-09-08 02:07:08 +00:00
posix update from main archive 960906 1996-09-07 04:10:57 +00:00
protocols
pwd Update to 960810. 1996-08-11 01:08:23 +00:00
resolv update from main archive 960909 1996-09-10 02:00:15 +00:00
resource Update. 1996-08-07 23:50:59 +00:00
rpc
rpm update from main archive 960906 1996-09-07 04:10:57 +00:00
setjmp Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
shadow update from main archive 960909 1996-09-10 02:00:15 +00:00
signal Tue Jun 4 00:16:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-04 01:41:11 +00:00
socket Update. 1996-08-12 01:42:37 +00:00
stdio update from main archive 960904 1996-09-05 02:49:18 +00:00
stdio-common update from main archive 960906 1996-09-07 04:10:57 +00:00
stdlib update from main archive 960814 1996-08-15 01:23:29 +00:00
string update from main archive 960909 1996-09-10 02:00:15 +00:00
sunrpc Update. 1996-08-09 02:46:09 +00:00
sys Sun Jul 14 01:51:39 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-14 06:04:09 +00:00
sysdeps update from main archive 960909 1996-09-10 02:00:15 +00:00
sysvipc Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
termios Wed Jul 31 14:21:36 1996 Ulrich Drepper <drepper@cygnus.com> 1996-08-01 00:08:31 +00:00
time update from main archive 960909 1996-09-10 02:00:15 +00:00
wcsmbs update from main archive 960904 1996-09-05 02:49:18 +00:00
wctype * time/Makefile (tzcompile): Add missing backslash. 1996-05-26 22:09: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
=__ify
a.out.h
aclocal.m4 Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-10 22:06:47 +00:00
alloca.h
ansidecl.h
argz.h Mon Apr 29 00:11:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-29 05:21:53 +00:00
assert.h
autolock.sh Last minute change. 1996-08-12 02:44:03 +00:00
ChangeLog update from main archive 960909 1996-09-10 02:00:15 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5 Thu Jul 18 12:33:57 1996 Roland McGrath <roland@baalperazim.frob.com> 1996-07-20 12:06:21 +00:00
config-name.in
config.guess Fix previous change. Use sed's y command instead. 1996-07-16 04:47:46 +00:00
config.h.in Tue Apr 23 15:56:56 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-24 00:58:47 +00:00
config.make.in update from main archive 960906 1996-09-07 04:10:57 +00:00
config.sub Recognize rtems as an o/s. 1996-07-07 17:26:50 +00:00
configure update from main archive 960909 1996-09-10 02:00:15 +00:00
configure.in update from main archive 960909 1996-09-10 02:00:15 +00:00
ctype.h
db.h Fri Jul 19 15:45:20 1996 Ulrich Drepper <drepper@cygnus.com> 1996-07-20 11:53:52 +00:00
dirent.h
dlfcn.h Fri Jul 19 15:45:20 1996 Ulrich Drepper <drepper@cygnus.com> 1996-07-20 11:53:52 +00:00
elf.h
endian.h
envz.h Mon Apr 29 00:11:59 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-29 05:21:53 +00:00
err.h update from main archive 960818 1996-08-19 01:07:44 +00:00
errno.h Thu Jun 13 17:25:11 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-06-19 06:54:12 +00:00
error.h
extra-lib.mk update from main archive 960906 1996-09-07 04:10:57 +00:00
FAQ Tue Jul 16 00:31:31 1996 Richard Henderson <rth@tamu.edu> 1996-07-16 06:38:54 +00:00
fcntl.h
features.h update from main archive 960906 1996-09-07 04:10:57 +00:00
fnmatch.h
ftw.h
getopt.h
glob.h
gnu-versions.h
grp.h
INSTALL Update. 1996-08-14 21:45:21 +00:00
install-sh Add MIT copyright notice. From gordoni@cygnus.com. 1996-07-11 21:02:19 +00:00
langinfo.h
libc-symbols.h update from main archive 960906 1996-09-07 04:10:57 +00:00
libintl.h
limits.h Tue May 28 04:38:10 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-29 04:48:04 +00:00
locale.h
Make-dist update from main archive 960909 1996-09-10 02:00:15 +00:00
Makeconfig third update from main archive 960907 1996-09-08 02:16:48 +00:00
Makefile update from main archive 960907 1996-09-07 23:56:19 +00:00
Makefile.in
Makerules update from main archive 960907 1996-09-07 23:56:19 +00:00
MakeTAGS second update 960907 from main archive 1996-09-08 02:07:08 +00:00
malloc.h
math.h
mathcalls.h
memory.h
mkinstalldirs Don't report an error if mkdir fails because a directory was created by another process. 1996-05-03 07:37:52 +00:00
move-if-change
munch-tmpl.c
munch.awk
netdb.h
NEWS update from main archive 960828 1996-08-29 00:31:18 +00:00
nlist.h
NOTES
nss.h Last minute change. 1996-08-12 02:44:03 +00:00
o-iterator.mk
obstack.h
paths.h
poll.h
posix1_lim.h
posix2_lim.h
printf.h
printsources
PROJECTS update from main archive 960828 1996-08-29 00:31:18 +00:00
pwd.h
README update from main archive 960909 1996-09-10 02:00:15 +00:00
README.libm update from main archive 960830 1996-08-31 00:13:23 +00:00
README.template Mon May 13 12:03:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-13 17:30:42 +00:00
regex.h
resolv.h Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-25 08:56:57 +00:00
Rules third update from main archive 960907 1996-09-08 02:16:48 +00:00
search.h
set-hooks.h
set-init.c
setjmp.h
sgtty.h
shadow.h Update. 1996-08-12 01:42:37 +00:00
shlib-versions Wed Jul 17 17:08:48 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-17 19:01:35 +00:00
signal.h
stdio.h
stdlib.h
string.h
strings.h
syslog.h
tar.h
termios.h
time.h
ttyent.h
unistd.h
utime.h
utmp.h Tue May 28 04:38:10 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-29 04:48:04 +00:00
values.h
version.c update from main archive 960909 1996-09-10 02:00:15 +00:00
version.h second update 960907 from main archive 1996-09-08 02:07:08 +00:00
wchar.h
wctype.h Wed May 1 09:10:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-01 13:55:18 +00:00
wordexp.h

This directory contains the version 1.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 has been ported to the following
configurations:

		alpha-dec-osf1
		i[345]86-*-bsd4.3
		i[345]86-*-gnu
		i[345]86-*-isc2.2
		i[345]86-*-isc3
		i[345]86-*-linux
		i[345]86-*-sco3.2
		i[345]86-*-sco3.2v4
		i[345]86-*-sysv
		i[345]86-*-sysv4
		i[345]86-force_cpu386-none
		i[345]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

Porting the library is not hard.  If you are interested in doing a port,
please get on the mailing list by sending electronic mail to
bug-glibc-request@prep.ai.mit.edu.

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-1.94-crypt.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.uni-c.dk
[129.142.6.74], 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.uni-c.dk; transferring this
distribution from prep.ai.mit.edu (or any other site in the USA) to a
site outside the USA is in violation of US export laws.

See the file INSTALL to find out how to configure, build, install, and port
the GNU C library.

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@prep.ai.mit.edu, 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.

Send bug reports to bug-glibc@prep.ai.mit.edu.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions.