Go to file
Ulrich Drepper a5113b141c Update.
Thu Aug  8 16:17:38 1996  Ulrich Drepper  <drepper@cygnus.com>

	* pwd/getpwent.c: Define BUFLEN from NSS_BUFLEN_PASSWD.
	* pwd/getpwent_r.c: Likewise.
	* pwd/getpwnam.c: Likewise.
	* pwd/getpwnam_r.c: Likewise.
	* pwd/getpwuid.c: Likewise.
	* pwd/getpwuid_r.c: Likewise.

	* grp/getgrent.c: Define BUFLEN from NSS_BUFLEN_GROUP.
	* grp/getgrent_r.c: Likewise.
	* grp/getgrgid.c: Likewise.
	* grp/getgrgid_r.c: Likewise.
	* grp/getgrnam.c: Likewise.

	* pwd/fgetpwent_r.c: New file.  Reentrant version of fgetpwent.
	* pwd/fgetpwent.c: Rewrite to use fgetpwent_r.
	* pwd/Makefile (routines): Add fgetpwent_r.
	* pwd/pwd.h: Add prototypes for __fgetpwent_r and fgetpwent_r.

	* grp/fgetgrent_r.c: New file.  Reentrant version of fgetgrent.
	* grp/fgetgrent.c: Rewrite to use fgetgrent_r.
	* grp/Makefile (routines): Add fgetgrent_r.
	* grp/grp.h: Add prototypes for __fgetgrent_r and fgetgrent_r.

	Implement shadow password lookup functions.  This is no complete
	shadow password suite.
	* shadow/Makefile: New file.
	* shadow/fgetspent.c: New file.
	* shadow/fgetspent_r.c: New file.
	* shadow/getspent.c: New file.
	* shadow/getspent_r.c: New file.
	* shadow/getspnam.c: New file.
	* shadow/getspnam_r.c: New file.
	* shadow/putspent.c: New file.
	* shadow/sgetspent.c: New file.
	* shadow/sgetspent_r.c: New file.
	* shadow/shadow.h: New file.
	* shadow/spwd-lookup.c: New file.
	* shadow/nss_files/files-spwd.c: New file.

Thu Aug  8 13:33:45 1996  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/ftime.c: New file.  Available system
 	call is only a stub.
	Reported by Matthias Urlichs.

	* Makeconfig [!default_cflags]: Change default value from `-g'
	to `-g -O'.

	* configure.in: Recognize i686.
	* sysdeps/i386/i686/Implies: Default on i586 optimized code.

Thu Aug  8 12:40:20 1996  Matthias Urlichs  <smurf@smurf.noris.de>

	* Makeconfig [$(build-omitfp) == yes]: Add to CFLAGS-.so
	value of CFLAGS-.o, not CFLAGS-o.

	* sysdeps/unix/sysv/linux/init-first.c (init): Add volatile
	pointer to ourself.  Otherwise `gcc -O3' optimized init away.

	sure that all tables in binary file are word-aligned.
1996-08-09 02:46:09 +00:00
arpa initial import 1995-02-18 01:27:10 +00:00
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 Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
catgets Update. 1996-08-09 02:46:09 +00:00
conf (NEED_INETADDR, NEED_INETATON): Define to 1, not empty. 1995-09-08 20:24:57 +00:00
csu Update. 1996-08-07 23:50:59 +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 Sat Jul 27 13:02:09 1996 Ulrich Drepper <drepper@cygnus.com> 1996-07-29 00:18:42 +00:00
dirent Update. 1996-08-07 23:50:59 +00:00
elf Update. 1996-08-09 02:46:09 +00:00
gmon Fri Jun 7 09:11:17 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-07 20:37:41 +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. 1996-08-07 23:50:59 +00:00
hurd Fri Jul 19 13:18:02 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-19 17:18:51 +00:00
inet * inet/getnetent_r.c: Define NEED_H_ERRNO. 1996-07-12 02:01:17 +00:00
intl Fri Jul 26 04:41:28 1996 Ulrich Drepper <drepper@cygnus.com> 1996-07-26 04:35:31 +00:00
io Update. 1996-08-07 23:50:59 +00:00
libio Update. 1996-08-07 23:50:59 +00:00
locale Update. 1996-08-09 02:46:09 +00:00
login Update. 1996-08-07 23:50:59 +00:00
mach Thu Jun 13 17:25:11 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-06-19 06:54:12 +00:00
manual Update. 1996-08-09 02:46:09 +00:00
math Update. 1996-08-07 23:50:59 +00:00
misc Update. 1996-08-09 02:46:09 +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. 1996-08-09 02:46:09 +00:00
po Update. 1996-08-07 23:50:59 +00:00
posix Update. 1996-08-07 23:50:59 +00:00
protocols initial import 1995-02-18 01:27:10 +00:00
pwd Update. 1996-08-07 23:50:59 +00:00
resolv Update. 1996-08-07 23:50:59 +00:00
resource Update. 1996-08-07 23:50:59 +00:00
rpc initial import 1995-02-18 01:27:10 +00:00
rpm * rpm/template (%build): Use @prefix@ instead of always /usr. 1996-07-02 21:57:31 +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
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-09 02:46:09 +00:00
stdio Update. 1996-08-07 23:50:59 +00:00
stdio-common Update. 1996-08-07 23:50:59 +00:00
stdlib Update. 1996-08-07 23:50:59 +00:00
string Update. 1996-08-09 02:46:09 +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. 1996-08-09 02:46:09 +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. 1996-08-09 02:46:09 +00:00
wcsmbs Update. 1996-08-07 23:50:59 +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 initial import 1995-02-18 01:27:10 +00:00
ChangeLog Update. 1996-08-09 02:46:09 +00:00
ChangeLog.1 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.2 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.3 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.4 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.5 Thu Jul 18 12:33:57 1996 Roland McGrath <roland@baalperazim.frob.com> 1996-07-20 12:06:21 +00:00
FAQ Tue Jul 16 00:31:31 1996 Richard Henderson <rth@tamu.edu> 1996-07-16 06:38:54 +00:00
INSTALL Update. 1996-08-09 02:46:09 +00:00
Make-dist * Make-dist (dist): Don't depend on crypt tar file. Remove that rule. 1996-06-25 13:49:53 +00:00
MakeTAGS * MakeTAGS (extract): Pass --add-comments=TRANS. 1996-07-14 17:48:00 +00:00
Makeconfig Fri Aug 2 14:40:22 1996 Roland McGrath <roland@fast.cs.utah.edu> 1996-08-02 20:56:23 +00:00
Makefile Mon Jul 29 01:27:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-29 05:54:17 +00:00
Makefile.in initial import 1995-02-18 01:27:10 +00:00
Makerules Remade for alpha-1.93 1996-08-02 05:27:50 +00:00
NEWS Mon Jul 8 13:37:40 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-08 17:45:03 +00:00
NOTES initial import 1995-02-18 01:27:10 +00:00
PROJECTS Fri Jul 26 20:39:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-27 00:40:06 +00:00
README Remade for alpha-1.93 1996-08-02 05:27:50 +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
Rules Thu Jul 18 12:33:57 1996 Roland McGrath <roland@baalperazim.frob.com> 1996-07-20 12:06:21 +00:00
a.out.h initial import 1995-02-18 01:27:10 +00:00
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 initial import 1995-02-18 01:27:10 +00:00
ansidecl.h initial import 1995-02-18 01:27:10 +00:00
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 initial import 1995-02-18 01:27:10 +00:00
config-name.in initial import 1995-02-18 01:27:10 +00:00
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 Mon Jul 29 01:27:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-29 05:54:17 +00:00
config.sub Recognize rtems as an o/s. 1996-07-07 17:26:50 +00:00
configure Update. 1996-08-09 02:46:09 +00:00
configure.in Remade for alpha-1.93 1996-08-02 05:27:50 +00:00
crypt-README initial import 1995-02-18 01:27:10 +00:00
ctype.h initial import 1995-02-18 01:27:10 +00:00
db.h Fri Jul 19 15:45:20 1996 Ulrich Drepper <drepper@cygnus.com> 1996-07-20 11:53:52 +00:00
dirent.h initial import 1995-02-18 01:27:10 +00:00
dlfcn.h Fri Jul 19 15:45:20 1996 Ulrich Drepper <drepper@cygnus.com> 1996-07-20 11:53:52 +00:00
elf.h (os=gnu*): Always set elf=yes, not just for os=gnu*elf*. 1995-05-13 06:16:24 +00:00
endian.h initial import 1995-02-18 01:27:10 +00:00
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
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 Sun Dec 10 09:56:06 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-12-11 10:00:21 +00:00
extra-lib.mk Fri Jul 5 12:22:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-05 23:47:08 +00:00
fcntl.h initial import 1995-02-18 01:27:10 +00:00
features.h Thu Jun 13 17:25:11 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-06-19 06:54:12 +00:00
fnmatch.h initial import 1995-02-18 01:27:10 +00:00
ftw.h initial import 1995-02-18 01:27:10 +00:00
getopt.h initial import 1995-02-18 01:27:10 +00:00
glob.h initial import 1995-02-18 01:27:10 +00:00
gnu-stabs.h initial import 1995-02-18 01:27:10 +00:00
gnu-versions.h (_GNU_GLOB_INTERFACE_VERSION): New macro. 1995-12-06 14:10:23 +00:00
grp.h initial import 1995-02-18 01:27:10 +00:00
install-sh Add MIT copyright notice. From gordoni@cygnus.com. 1996-07-11 21:02:19 +00:00
langinfo.h Sun Mar 5 19:40:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-06 03:00:08 +00:00
libc-symbols.h Mon Jul 8 02:14:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-08 06:18:25 +00:00
libintl.h Fri Nov 10 14:15:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-11-10 20:38:31 +00:00
limits.h Tue May 28 04:38:10 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-29 04:48:04 +00:00
locale.h initial import 1995-02-18 01:27:10 +00:00
malloc.h initial import 1995-02-18 01:27:10 +00:00
math.h initial import 1995-02-18 01:27:10 +00:00
mathcalls.h Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
memory.h initial import 1995-02-18 01:27:10 +00:00
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 * Makefile (subdirs): Add elf first. 1995-02-21 06:15:34 +00:00
munch-tmpl.c * csu/Makefile [$(elf)=yes] (have-initfini): Set to yes. 1995-07-27 09:00:07 +00:00
munch.awk initial import 1995-02-18 01:27:10 +00:00
netdb.h Tue Aug 22 16:49:12 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-08-22 22:47:57 +00:00
nlist.h initial import 1995-02-18 01:27:10 +00:00
o-iterator.mk Fri Mar 17 12:58:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-17 18:42:51 +00:00
obstack.h initial import 1995-02-18 01:27:10 +00:00
paths.h initial import 1995-02-18 01:27:10 +00:00
poll.h initial import 1995-02-18 01:27:10 +00:00
posix1_lim.h initial import 1995-02-18 01:27:10 +00:00
posix2_lim.h initial import 1995-02-18 01:27:10 +00:00
printf.h initial import 1995-02-18 01:27:10 +00:00
printsources initial import 1995-02-18 01:27:10 +00:00
pwd.h initial import 1995-02-18 01:27:10 +00:00
regex.h Wed May 17 16:50:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-05-18 09:00:09 +00:00
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
search.h Sat Sep 16 17:47:19 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1995-09-17 20:23:15 +00:00
set-hooks.h initial import 1995-02-18 01:27:10 +00:00
set-init.c Fri May 19 17:16:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-05-20 00:13:43 +00:00
setjmp.h initial import 1995-02-18 01:27:10 +00:00
sgtty.h initial import 1995-02-18 01:27:10 +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 initial import 1995-02-18 01:27:10 +00:00
stdio.h * Makefile (subdirs): Replace stdio with stdio-common and $(stdio). 1995-10-17 00:41:39 +00:00
stdlib.h initial import 1995-02-18 01:27:10 +00:00
string.h initial import 1995-02-18 01:27:10 +00:00
strings.h initial import 1995-02-18 01:27:10 +00:00
syslog.h initial import 1995-02-18 01:27:10 +00:00
tar.h initial import 1995-02-18 01:27:10 +00:00
termios.h initial import 1995-02-18 01:27:10 +00:00
time.h initial import 1995-02-18 01:27:10 +00:00
ttyent.h initial import 1995-02-18 01:27:10 +00:00
unistd.h initial import 1995-02-18 01:27:10 +00:00
utime.h Fri Aug 25 12:12:42 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-08-25 19:23:32 +00:00
utmp.h Tue May 28 04:38:10 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-29 04:48:04 +00:00
values.h Fri May 19 17:16:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-05-20 00:13:43 +00:00
version.c * sysdeps/sparc/elf/start.S: New file. 1996-06-21 21:01:27 +00:00
version.h Wed Jul 17 17:08:48 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-17 19:01:35 +00:00
wchar.h Mon Apr 1 13:34:55 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> 1996-04-02 13:27:17 +00:00
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 initial import 1995-02-18 01:27:10 +00:00

README

This directory contains the version 1.93 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.93-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.