Go to file
Roland McGrath 0d6578b0d8 (__SOCKADDR_ARG): Always use non-GCC defn, for now. 1994-10-14 02:07:57 +00:00
arpa
assert
bare (routines, elided-routines): Set these both to $(bare-routines). 1994-09-02 03:21:20 +00:00
conf
ctype
dirent Comment fixes. 1994-09-29 09:43:26 +00:00
gnu
gnulib
grp
hurd (abort_all_rpcs): Declare SS. 1994-10-10 02:41:15 +00:00
inet Add back h_errno declaration. 1994-09-05 02:07:10 +00:00
io
locale
mach Increase default MAX_SIZE to two pages. 1994-10-10 07:20:14 +00:00
manual (Temporary Files): Say tempnam return is malloc'd. 1994-10-11 03:57:59 +00:00
math (print_trig_stuff): New function, tests many math functions. 1994-08-31 05:22:20 +00:00
misc Cast string constant to non-const type. 1994-10-10 04:36:05 +00:00
netinet
posix (__WAIT_STATUS): Always use non-GCC defn, for now. 1994-10-14 02:06:45 +00:00
protocols
pwd
resolv (getnetbyname): Arg is always const, regardless of [sun]. 1994-09-05 17:24:23 +00:00
resource
rpc
setjmp
signal
socket (__SOCKADDR_ARG): Always use non-GCC defn, for now. 1994-10-14 02:07:57 +00:00
stdio Grok %q modifier like %ll. 1994-10-10 09:25:42 +00:00
stdlib
string (main: try): Actually call ffs in the test. 1994-09-03 16:22:50 +00:00
sunrpc
sys
sysdeps Use %1 again instead of listing TMP as an input with constraint "1". 1994-10-10 04:33:44 +00:00
termios
time Remove CONFIG_BROKETS conditional. 1994-09-27 21:14:19 +00:00
=__ify
Make-dist (sysdep-Subdir-files, subdirs): Set these early on, before doing distinfo. 1994-09-09 08:03:51 +00:00
MakeTAGS (all-dist): Prepend the appropriate sysdep dir names. 1994-09-27 03:00:50 +00:00
Makeconfig
Makefile ($(objpfx)sysd-dirs): Use sed to remove # comments from Subdirs files. 1994-08-26 19:44:50 +00:00
Makerules (libc-name): New variable. 1994-09-13 23:56:58 +00:00
README.template
Rules
a.out.h
aclocal.m4
alloca.h
ansidecl.h
assert.h
config.guess Patch to handle old Convex systems (without uname). 1994-10-07 01:03:20 +00:00
config.sub Translate -gnu/linux* to -linux*. 1994-10-04 09:12:29 +00:00
configure.in
crypt-README
ctype.h
dirent.h
endian.h
errno.h
fcntl.h
features.h
fnmatch.h
ftw.h
getopt.h
glob.h
gnu-stabs.h
grp.h
install-sh comment name install-sh 1994-09-13 04:32:54 +00:00
limits.h
locale.h
localeinfo.h
malloc.h
math.h
memory.h
mkinstalldirs
munch-tmpl.c
munch.awk
netdb.h Initial revision 1994-09-05 02:02:00 +00:00
nlist.h
obstack.h
paths.h
poll.h
posix1_lim.h
posix2_lim.h
printf.h
printsources
pwd.h
resolv.h
set-hooks.h
set-init.c
setjmp.h
sgtty.h
signal.h
stdio.h
stdlib.h
string.h
strings.h
syslog.h
tar.h
termios.h
time.h
ttyent.h
unistd.h
utime.h
wordexp.h

README.template

This directory contains the version VERSION 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 (mostly finished)
		i386-bsd4.3
		i386-gnu (for Hurd development only)
		i386-isc2.2
		i386-isc3
		i386-sco3.2
		i386-sco3.2v4
		i386-sequent-dynix
		i386-sysv
		i386-sysv4
		m68k-hp-bsd4.3
		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-VERSION-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.