glibc/sysdeps/generic
Ulrich Drepper 6973fc0127 Update.
1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>

	* iconv/Makefile: New file.
	* iconv/gconv.c: New file.
	* iconv/gconv.h: New file.
	* iconv/gconv_builtin.c: New file.
	* iconv/gconv_builtin.h: New file.
	* iconv/gconv_close.c: New file.
	* iconv/gconv_conf.c: New file.
	* iconv/gconv_db.c: New file.
	* iconv/gconv_dl.c: New file.
	* iconv/gconv_open.c: New file.
	* iconv/gconv_simple.c: New file.
	* iconv/iconv.c: New file.
	* iconv/iconv.h: New file.
	* iconv/iconv_close.c: New file.
	* iconv/iconv_open.c: New file.
	* include/gconv.h: New file.

	* Makeconfig: Define gconvdir.
	* Makefile (subdirs): Add iconv.

	* string/bits/string2.h: Add optimization for strtok_r.

	* sysdeps/generic/_G_config.h: Define __need_NULL to get definition
	for NULL.
	Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
	* configure.in: Correct test for bash2.
	* locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
	(CFLAGS-locfile.c): Likewise.
	Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
	* misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
	non-existing entry if the table is full.
	* posix/regex.h: Pretty print.
	* stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
	* sysdeps/posix/ctermid.c: Simplify a bit.
	* sysdeps/unix/sysv/linux/net/if.h: Pretty print.
1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/unix/sysv/linux/sys/quota.h: Add include for
	<sys/types.h> instead of <asm/types.h>.
1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* math/libm-test.c (asin_test): Add epsilon for asin (0.5).
1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
	* libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
	fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
	(_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
	(_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
	fclose): Added to GLIBC_2.1.
	* libio/Makefile (routines, shared-only-routines): Add
	oldiofclose.  Remove oldfreopen.
	* libio/freopen.c (freopen): When PIC is defined, call
	_IO_old_freopen () for old stdio.
	* libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
	(_IO_fclose, fclose): Use _IO_new_fclose as default version
	for GLIBC_2.1.
	* libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
	instead of _IO_file_close_it.
	* libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
	to _IO_2_1_stdxxx_.
	(_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
	* libio/libioP.h (_IO_old_do_flush): New.
	* libio/oldfileops.c (_IO_old_file_close_it,
	_IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
	Call _IO_old_do_flush () instead of _IO_do_flush ().
	(_IO_old_file_xsputn): Call _IO_old_do_write () instead of
	_IO_do_write ().
	* libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
	instead of _IO_file_init ().
	Bind old symbols to version GLIBC_2.0.
	* libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
	(_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
	_IO_stdxxx_.
	(_IO_check_libio): New function in .init.
	* libio/oldiofclose.c: New file.
	* libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
	_IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
	(DEF_STDFILE): Don't use default_symbol_version.
	* libio/stdio.c (stdin, stdout, stderr): Set to
	_IO_2_1_stdxxx_._
	(_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
	stdxxx.
	* csu/Makefile (distribute): Add init.c.
	(extra-objs): Add init.o for ELF.
	(start-installed-name): Add $(objpfx)init.o.
	* csu/init.c: New file.
1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
	* elf/dl-lookup.c (do_lookup): Don't use the hidden base
	definition as the default.
1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
	* erand48_r.c (__erand48_r): Implement for 32 bit short int.
1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
	(PR 351).
1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
	* sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
	to preserve condition codes on function call.
1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* math/libm-test.c (asin_test): Add epsilon for float.
	(tan_test): Add epsilon for float.
	(log1p_test): Add epsilon for float.
	(inverse_functions): Add epsilons.
	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
	net/if_packet.h.
	* sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* md5-crypt/Makefile (extra-objs): Make recursively expanded
	variable, since $(object-suffixes) is not defined yet.
1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* db2/Makefile (distribute): db185/db185_int.src ->
	db185/db185_int.h.
1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* misc/tst-fdset.c: Don't require the value of FD_ISSET to be
	exactly one.
1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
	* sysdeps/generic/e_acosl.c: Likewise.
	* sysdeps/generic/e_asinl.c: Likewise.
	* sysdeps/generic/e_atan2l.c: Likewise.
	* sysdeps/generic/e_expl.c: Likewise.
	* sysdeps/generic/e_fmodl.c: Likewise.
	* sysdeps/generic/e_j0l.c: Likewise.
	* sysdeps/generic/e_j1l.c: Likewise.
	* sysdeps/generic/e_jnl.c: Likewise.
	* sysdeps/generic/e_lgammal_r.c: Likewise.
	* sysdeps/generic/e_log10l.c: Likewise.
	* sysdeps/generic/e_logl.c: Likewise.
	* sysdeps/generic/e_powl.c: Likewise.
	* sysdeps/generic/e_sqrtl.c: Likewise.
	* sysdeps/generic/e_exp2l.c: Likewise.

1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Make-dist (+sysdep-names): Remove extra paren.
	* Makefile (distribute): Add stub-tag.h.
	* elf/Makefile (distribute): Add atomicity.h.
	* stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
	[$(subdir)=socket]: Add net/if_packet.h.
	* sysdeps/alpha/Dist: Remove setjmp_aux.c.
	* sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
	net/if_packet.h, scsi/sg.h.
1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* Makefile (install): Quote $(CC) expansion.
1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
	working /proc cwd and no restrictions on path length.  Following
	some ideas from Andi Kleen <ak@muc.de> (PR 350).
1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
	* nis/nss_compat/compat-grp.c: Remove buggy assert call.
1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
	* sysdeps/libm-i387/s_fdim.S: New file.
	* sysdeps/libm-i387/s_fdimf.S: New file.
	* sysdeps/libm-i387/s_fdiml.S: New file.
	* sysdeps/libm-i387/i686/s_fdim.S: New file.
	* sysdeps/libm-i387/i686/s_fdimf.S: New file.
	* sysdeps/libm-i387/i686/s_fdiml.S: New file.
1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
	* string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
	pointer to unsigned char.
1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
	* sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
	* sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
	* sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
	ilogb(0/NaN).
	* sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
	* sysdeps/libm-ieee754/s_ilogb.c: Likewise.

1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/libm-i387/s_fmin.S: New file.
	* sysdeps/libm-i387/s_fminf.S: New file.
	* sysdeps/libm-i387/s_fminl.S: New file.
	* sysdeps/libm-i387/s_fmax.S: New file.
	* sysdeps/libm-i387/s_fmaxf.S: New file.
	* sysdeps/libm-i387/s_fmaxl.S: New file.
	* sysdeps/libm-i387/i686/s_fmin.S: New file.
	* sysdeps/libm-i387/i686/s_fminf.S: New file.
	* sysdeps/libm-i387/i686/s_fminl.S: New file.
	* sysdeps/libm-i387/i686/s_fmax.S: New file.
	* sysdeps/libm-i387/i686/s_fmaxf.S: New file.
	* sysdeps/libm-i387/i686/s_fmaxl.S: New file.

1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
	* sysdeps/unix/sysv/linux/send.S: Likewise.
	* sysdeps/unix/sysv/linux/recv.S: Likewise.
	* sysdeps/unix/sysv/linux/connect.S: Likewise.
	Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
See ChangeLog.7 for earlier changes.
1997-11-18 02:50:07 +00:00
..
bits Update. 1997-11-13 00:21:19 +00:00
netinet Update. 1997-08-02 21:00:51 +00:00
sys Update. 1997-10-15 05:34:02 +00:00
__longjmp.c Update. 1997-10-15 05:34:02 +00:00
_exit.c Update. 1997-10-15 05:34:02 +00:00
_G_config.h Update. 1997-11-18 02:50:07 +00:00
_strerror.c Update. 1997-10-26 20:13:00 +00:00
a.out.h update from main archive 961203 1996-12-04 01:41:39 +00:00
abort-instr.h update from main archive 961220 1996-12-21 04:13:58 +00:00
abort.c Update. 1997-06-21 02:59:26 +00:00
accept.c Update. 1997-10-15 05:34:02 +00:00
access.c Update. 1997-10-15 05:34:02 +00:00
acct.c Update. 1997-10-15 05:34:02 +00:00
add_n.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
addmul_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
adjtime.c Update. 1997-10-15 05:34:02 +00:00
alarm.c Update. 1997-10-15 05:34:02 +00:00
asm-syntax.h Update. 1997-10-15 05:34:02 +00:00
atomicity.h Update. 1997-10-15 05:34:02 +00:00
bb_init_func.c Update. 1997-06-03 21:53:09 +00:00
bcopy.c Update. 1997-05-26 23:01:17 +00:00
bind.c Update. 1997-10-15 05:34:02 +00:00
brdinit.c Update. 1997-10-15 05:34:02 +00:00
brk.c Update. 1997-10-15 05:34:02 +00:00
bsd-_setjmp.c Update. 1997-10-15 05:34:02 +00:00
bsd-setjmp.c Update. 1997-10-15 05:34:02 +00:00
bzero.c Update. 1997-09-16 00:42:43 +00:00
chdir.c Update. 1997-10-15 05:34:02 +00:00
chflags.c Update. 1997-10-15 05:34:02 +00:00
chmod.c Update. 1997-10-15 05:34:02 +00:00
chown.c Update. 1997-10-15 05:34:02 +00:00
chroot.c Update. 1997-10-15 05:34:02 +00:00
clock.c Update. 1997-10-15 05:34:02 +00:00
close.c Update. 1997-10-15 05:34:02 +00:00
closedir.c Update. 1997-10-15 05:34:02 +00:00
cmp.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
configure Update. 1997-05-26 23:01:17 +00:00
configure.in initial import 1995-02-18 01:27:10 +00:00
confstr.h Update. 1997-10-15 05:34:02 +00:00
connect.c Update. 1997-10-15 05:34:02 +00:00
console.c Update. 1997-10-15 05:34:02 +00:00
crypt-entry.c Update. 1997-06-03 21:53:09 +00:00
crypt.h Update. 1997-09-11 12:09:10 +00:00
ctermid.c Update. 1997-10-15 05:34:02 +00:00
cuserid.c Update. 1997-10-15 05:34:02 +00:00
dbl2mpn.c Update. 1997-10-15 05:34:02 +00:00
defs.c Update. 1997-10-15 05:34:02 +00:00
des_impl.c Update. 1997-10-26 20:13:00 +00:00
det_endian.c Update. 1997-06-23 21:55:26 +00:00
dirfd.c Update. 1997-10-15 05:34:02 +00:00
dirstream.h Update. 1997-10-15 05:34:02 +00:00
Dist Update. 1997-07-12 23:35:19 +00:00
div.c Update. 1997-05-26 23:01:17 +00:00
divmod_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
divrem.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
dl-cache.c Update. 1997-10-26 20:13:00 +00:00
dl-machine.h Update. 1997-10-15 05:34:02 +00:00
dl-sysdep.c Update. 1997-08-29 01:19:12 +00:00
dup2.c Update. 1997-10-15 05:34:02 +00:00
dup.c Update. 1997-10-15 05:34:02 +00:00
e_acoshl.c Update. 1997-11-18 02:50:07 +00:00
e_acosl.c Update. 1997-11-18 02:50:07 +00:00
e_asinl.c Update. 1997-11-18 02:50:07 +00:00
e_atan2l.c Update. 1997-11-18 02:50:07 +00:00
e_expl.c Update. 1997-11-18 02:50:07 +00:00
e_fmodl.c Update. 1997-11-18 02:50:07 +00:00
e_j0l.c Update. 1997-11-18 02:50:07 +00:00
e_j1l.c Update. 1997-11-18 02:50:07 +00:00
e_jnl.c Update. 1997-11-18 02:50:07 +00:00
e_lgammal_r.c Update. 1997-11-18 02:50:07 +00:00
e_log10l.c Update. 1997-11-18 02:50:07 +00:00
e_logl.c Update. 1997-11-18 02:50:07 +00:00
e_powl.c Update. 1997-11-18 02:50:07 +00:00
e_rem_pio2l.c Update. 1997-10-15 05:34:02 +00:00
e_sqrtl.c Update. 1997-11-18 02:50:07 +00:00
enbl-secure.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
entry.h Update. 1997-07-12 23:35:19 +00:00
errlist.c Update. 1997-10-15 05:34:02 +00:00
errno-loc.c update from main archive 961127 1996-11-28 04:16:09 +00:00
euidaccess.c Update. 1997-10-15 05:34:02 +00:00
exc2signal.c Update. 1997-10-15 05:34:02 +00:00
execve.c Update. 1997-10-15 05:34:02 +00:00
fchdir.c Update. 1997-10-15 05:34:02 +00:00
fchflags.c Update. 1997-10-15 05:34:02 +00:00
fchmod.c Update. 1997-10-15 05:34:02 +00:00
fchown.c Update. 1997-10-15 05:34:02 +00:00
fclrexcpt.c Update. 1997-10-15 05:34:02 +00:00
fcntl.c Update. 1997-10-15 05:34:02 +00:00
fdatasync.c Update. 1997-06-23 21:55:26 +00:00
fdopen.c Update. 1997-10-15 05:34:02 +00:00
fegetenv.c Update. 1997-10-15 05:34:02 +00:00
fegetround.c Update. 1997-10-15 05:34:02 +00:00
feholdexcpt.c Update. 1997-10-15 05:34:02 +00:00
fesetenv.c Update. 1997-10-15 05:34:02 +00:00
fesetround.c Update. 1997-10-15 05:34:02 +00:00
feupdateenv.c Update. 1997-10-15 05:34:02 +00:00
fexecve.c Update. 1997-10-15 05:34:02 +00:00
ffs.c Update. 1997-05-26 23:01:17 +00:00
fgetexcptflg.c Update. 1997-10-15 05:34:02 +00:00
flock.c Update. 1997-10-15 05:34:02 +00:00
fork.c Update. 1997-10-15 05:34:02 +00:00
fpathconf.c Update. 1997-10-15 05:34:02 +00:00
fpu_control.c Update. 1997-06-23 21:55:26 +00:00
fpu_control.h Update. 1997-10-15 05:34:02 +00:00
fraiseexcpt.c Update. 1997-10-15 05:34:02 +00:00
fsetexcptflg.c Update. 1997-10-15 05:34:02 +00:00
fstatfs64.c Update. 1997-10-15 05:34:02 +00:00
fstatfs.c Update. 1997-10-15 05:34:02 +00:00
fsync.c Update. 1997-10-15 05:34:02 +00:00
ftestexcept.c Update. 1997-10-15 05:34:02 +00:00
ftime.c Update. 1997-06-23 21:55:26 +00:00
ftruncate.c Update. 1997-10-15 05:34:02 +00:00
fxstat64.c Update. 1997-10-15 05:34:02 +00:00
fxstat.c Update. 1997-10-15 05:34:02 +00:00
gai_strerror.c Update. 1997-10-15 05:34:02 +00:00
getaddrinfo.c Update. 1997-10-15 05:34:02 +00:00
getcwd.c Update. 1997-10-15 05:34:02 +00:00
getdents.c Update. 1997-10-15 05:34:02 +00:00
getdomain.c Update. 1997-10-15 05:34:02 +00:00
getdtsz.c Update. 1997-10-15 05:34:02 +00:00
getegid.c Update. 1997-10-15 05:34:02 +00:00
getenv.c update from main archive 961207 1996-12-08 08:01:13 +00:00
geteuid.c Update. 1997-10-15 05:34:02 +00:00
getgid.c Update. 1997-10-15 05:34:02 +00:00
getgroups.c Update. 1997-10-15 05:34:02 +00:00
gethostid.c Update. 1997-10-15 05:34:02 +00:00
gethostname.c Update. 1997-10-15 05:34:02 +00:00
getitimer.c Update. 1997-10-15 05:34:02 +00:00
getlogin_r.c Update. 1997-10-15 05:34:02 +00:00
getlogin.c Update. 1997-10-15 05:34:02 +00:00
getpagesize.c Update. 1997-10-15 05:34:02 +00:00
getpeername.c Update. 1997-10-15 05:34:02 +00:00
getpgid.c Update. 1997-10-15 05:34:02 +00:00
getpgrp.c Update. 1997-03-16 20:28:07 +00:00
getpid.c Update. 1997-10-15 05:34:02 +00:00
getppid.c Update. 1997-10-15 05:34:02 +00:00
getpriority.c Update. 1997-10-15 05:34:02 +00:00
getrlimit64.c Update. 1997-10-15 05:34:02 +00:00
getrlimit.c Update. 1997-10-15 05:34:02 +00:00
getrusage.c Update. 1997-10-15 05:34:02 +00:00
getsid.c Update. 1997-10-15 05:34:02 +00:00
getsockname.c Update. 1997-10-15 05:34:02 +00:00
getsockopt.c Update. 1997-10-15 05:34:02 +00:00
getsysstats.c Update. 1997-10-15 05:34:02 +00:00
gettimeofday.c Update. 1997-10-15 05:34:02 +00:00
getuid.c Update. 1997-10-15 05:34:02 +00:00
gmp-mparam.h Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
group_member.c Update. 1997-06-23 21:55:26 +00:00
gtty.c Update. 1997-10-15 05:34:02 +00:00
htonl.c Update. 1997-07-24 01:36:01 +00:00
htons.c Update. 1997-07-28 22:35:20 +00:00
if_index.c Update. 1997-10-15 05:34:02 +00:00
init-first.c Update. 1997-10-15 05:34:02 +00:00
init-posix.c Update. 1997-10-15 05:34:02 +00:00
inlines.c Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-08 02:07:47 +00:00
intr-msg.h Update. 1997-10-15 05:34:02 +00:00
ioctl.c Update. 1997-10-15 05:34:02 +00:00
isatty.c Update. 1997-10-15 05:34:02 +00:00
isfdtype.c Update. 1997-10-15 05:34:02 +00:00
jmp-unwind.c Update. 1997-10-15 05:34:02 +00:00
k_cosl.c Update. 1997-10-15 05:34:02 +00:00
k_rem_pio2l.c Update. 1997-10-15 05:34:02 +00:00
k_sinl.c Update. 1997-10-15 05:34:02 +00:00
k_tanl.c Update. 1997-10-15 05:34:02 +00:00
kill.c Update. 1997-10-15 05:34:02 +00:00
killpg.c Update. 1997-10-15 05:34:02 +00:00
lchown.c Update. 1997-10-15 05:34:02 +00:00
ldbl2mpn.c Update. 1997-10-15 05:34:02 +00:00
ldiv.c Update. 1997-06-23 21:55:26 +00:00
libc_fatal.c Update. 1997-10-15 05:34:02 +00:00
link.c Update. 1997-10-15 05:34:02 +00:00
listen.c Update. 1997-10-15 05:34:02 +00:00
lldiv.c Update. 1997-06-23 21:55:26 +00:00
lockfile.c Update. 1997-10-15 05:34:02 +00:00
longjmp-ts.c Update. 1997-10-15 05:34:02 +00:00
longjmp.c Update. 1997-06-29 22:05:27 +00:00
lseek64.c Update. 1997-10-15 05:34:02 +00:00
lseek.c Update. 1997-10-15 05:34:02 +00:00
lshift.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
lxstat64.c Update. 1997-10-15 05:34:02 +00:00
lxstat.c Update. 1997-06-23 21:55:26 +00:00
machine-gmon.h Update. 1997-07-26 02:33:30 +00:00
machine-lock.h Update. 1997-10-15 05:34:02 +00:00
machine-sp.h Update. 1997-10-15 05:34:02 +00:00
madvise.c Update. 1997-10-15 05:34:02 +00:00
make_siglist.c Update. 1997-11-04 03:00:40 +00:00
Makefile Update. 1997-10-15 05:34:02 +00:00
memccpy.c Update. 1997-09-11 12:09:10 +00:00
memchr.c Update. 1997-09-11 12:09:10 +00:00
memcmp.c Update. 1997-10-26 20:13:00 +00:00
memcopy.h Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
memcpy.c Update. 1997-08-27 20:26:10 +00:00
memmem.c Update. 1997-09-11 12:09:10 +00:00
memmove.c Update. 1997-09-11 12:09:10 +00:00
mempcpy.c Update. 1997-09-11 12:09:10 +00:00
memset.c Update. 1997-10-12 04:05:44 +00:00
mig-reply.c Update. 1997-06-23 21:55:26 +00:00
mkdir.c Update. 1997-10-15 05:34:02 +00:00
mkfifo.c Update. 1997-10-15 05:34:02 +00:00
mkstemp.c Update. 1997-10-15 05:34:02 +00:00
mktemp.c Update. 1997-10-15 05:34:02 +00:00
mmap.c Update. 1997-10-15 05:34:02 +00:00
mod_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
morecore.c Update. 1997-06-23 21:55:26 +00:00
mpn2dbl.c Update. 1997-10-15 05:34:02 +00:00
mpn2flt.c Update. 1997-10-15 05:34:02 +00:00
mpn2ldbl.c Update. 1997-10-15 05:34:02 +00:00
mprotect.c Update. 1997-10-15 05:34:02 +00:00
msgctl.c Update. 1997-10-15 05:34:02 +00:00
msgget.c Update. 1997-10-15 05:34:02 +00:00
msgrcv.c Update. 1997-10-15 05:34:02 +00:00
msgsnd.c Update. 1997-10-15 05:34:02 +00:00
msync.c Update. 1997-10-15 05:34:02 +00:00
mul_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
mul_n.c update from main archive 961220 1996-12-22 00:32:43 +00:00
mul.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
munmap.c Update. 1997-10-15 05:34:02 +00:00
nanosleep.c Update. 1997-10-15 05:34:02 +00:00
nice.c Update. 1997-10-15 05:34:02 +00:00
nlist.c Update. 1997-10-15 05:34:02 +00:00
open64.c Update. 1997-10-15 05:34:02 +00:00
open.c Update. 1997-10-15 05:34:02 +00:00
opendir.c Update. 1997-10-15 05:34:02 +00:00
pagecopy.h Update. 1997-06-23 21:55:26 +00:00
pathconf.c Update. 1997-10-15 05:34:02 +00:00
paths.h update from main arcive 961210 1996-12-11 01:40:39 +00:00
pause.c Update. 1997-10-15 05:34:02 +00:00
pipe.c Update. 1997-10-15 05:34:02 +00:00
pipestream.c Update. 1997-10-15 05:34:02 +00:00
poll.c Update. 1997-10-15 05:34:02 +00:00
pread64.c Update. 1997-10-26 20:13:00 +00:00
pread.c Update. 1997-10-26 20:13:00 +00:00
prof-freq.c update from main archive 960927 1996-09-28 03:24:10 +00:00
profil-counter.h Update. 1997-06-23 21:55:26 +00:00
profil.c Update. 1997-10-15 05:34:02 +00:00
pselect.c Update. 1997-06-23 21:55:26 +00:00
ptrace.c Update. 1997-10-15 05:34:02 +00:00
pty.c update from main archive 961126 1996-11-27 06:13:15 +00:00
putenv.c Update. 1997-11-06 00:02:46 +00:00
pwrite64.c Update. 1997-10-26 20:13:00 +00:00
pwrite.c Update. 1997-10-26 20:13:00 +00:00
raise.c Update. 1997-10-15 05:34:02 +00:00
read.c Update. 1997-10-15 05:34:02 +00:00
readdir64_r.c Update. 1997-10-15 05:34:02 +00:00
readdir64.c Update. 1997-10-15 05:34:02 +00:00
readdir_r.c Update. 1997-11-04 03:00:40 +00:00
readdir.c Update. 1997-10-15 05:34:02 +00:00
readlink.c Update. 1997-10-15 05:34:02 +00:00
readv.c Update. 1997-10-15 05:34:02 +00:00
reboot.c Update. 1997-10-15 05:34:02 +00:00
recv.c Update. 1997-10-15 05:34:02 +00:00
recvfrom.c Update. 1997-10-15 05:34:02 +00:00
recvmsg.c Update. 1997-10-15 05:34:02 +00:00
remove.c Update. 1997-10-15 05:34:02 +00:00
rename.c Update. 1997-10-15 05:34:02 +00:00
revoke.c Update. 1997-10-15 05:34:02 +00:00
rewinddir.c Update. 1997-10-15 05:34:02 +00:00
rmdir.c Update. 1997-10-15 05:34:02 +00:00
rshift.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
s_atanl.c Update. 1997-10-15 05:34:02 +00:00
s_erfl.c Update. 1997-10-15 05:34:02 +00:00
s_exp2.c Update. 1997-10-15 05:34:02 +00:00
s_exp2f.c Update. 1997-10-15 05:34:02 +00:00
s_exp2l.c Update. 1997-11-18 02:50:07 +00:00
s_expm1l.c Update. 1997-10-15 05:34:02 +00:00
s_log1pl.c Update. 1997-10-15 05:34:02 +00:00
s_log2l.c Update. 1997-10-15 05:34:02 +00:00
sbrk.c Update. 1997-06-23 21:55:26 +00:00
sched_getp.c Update. 1997-10-15 05:34:02 +00:00
sched_gets.c Update. 1997-10-15 05:34:02 +00:00
sched_primax.c Update. 1997-10-15 05:34:02 +00:00
sched_primin.c Update. 1997-10-15 05:34:02 +00:00
sched_rr_gi.c Update. 1997-10-15 05:34:02 +00:00
sched_setp.c Update. 1997-10-15 05:34:02 +00:00
sched_sets.c Update. 1997-10-15 05:34:02 +00:00
sched_yield.c Update. 1997-10-15 05:34:02 +00:00
seekdir.c Update. 1997-10-15 05:34:02 +00:00
select.c Update. 1997-10-15 05:34:02 +00:00
semctl.c Update. 1997-10-15 05:34:02 +00:00
semget.c Update. 1997-10-15 05:34:02 +00:00
semop.c Update. 1997-10-15 05:34:02 +00:00
send.c Update. 1997-10-15 05:34:02 +00:00
sendmsg.c Update. 1997-10-15 05:34:02 +00:00
sendto.c Update. 1997-10-15 05:34:02 +00:00
setdomain.c Update. 1997-10-15 05:34:02 +00:00
setegid.c Update. 1997-10-15 05:34:02 +00:00
setenv.c Update. 1997-11-12 00:06:02 +00:00
seteuid.c Update. 1997-10-15 05:34:02 +00:00
setfpucw.c Update. 1997-10-15 05:34:02 +00:00
setgid.c Update. 1997-10-15 05:34:02 +00:00
setgroups.c Update. 1997-10-15 05:34:02 +00:00
sethostid.c Update. 1997-10-15 05:34:02 +00:00
sethostname.c Update. 1997-10-15 05:34:02 +00:00
setitimer.c Update. 1997-10-15 05:34:02 +00:00
setjmp.c Update. 1997-10-15 05:34:02 +00:00
setlogin.c Update. 1997-10-15 05:34:02 +00:00
setpgid.c Update. 1997-10-15 05:34:02 +00:00
setpriority.c Update. 1997-10-15 05:34:02 +00:00
setregid.c Update. 1997-10-15 05:34:02 +00:00
setreuid.c Update. 1997-10-15 05:34:02 +00:00
setrlimit64.c Update. 1997-10-15 05:34:02 +00:00
setrlimit.c Update. 1997-10-15 05:34:02 +00:00
setsid.c Update. 1997-10-15 05:34:02 +00:00
setsockopt.c Update. 1997-10-15 05:34:02 +00:00
settimeofday.c Update. 1997-10-15 05:34:02 +00:00
setuid.c Update. 1997-10-15 05:34:02 +00:00
shmat.c Update. 1997-10-15 05:34:02 +00:00
shmctl.c Update. 1997-10-15 05:34:02 +00:00
shmdt.c Update. 1997-10-15 05:34:02 +00:00
shmget.c Update. 1997-10-15 05:34:02 +00:00
shutdown.c Update. 1997-10-15 05:34:02 +00:00
sigaction.c Update. 1997-10-15 05:34:02 +00:00
sigaltstack.c Update. 1997-10-15 05:34:02 +00:00
sigblock.c Update. 1997-10-15 05:34:02 +00:00
sigintr.c Update. 1997-10-15 05:34:02 +00:00
sigjmp.c Update. 1997-06-29 22:05:27 +00:00
siglist.c Update. 1997-10-15 05:34:02 +00:00
signal.c Update. 1997-10-15 05:34:02 +00:00
signame.c Update. 1997-06-23 21:55:26 +00:00
signame.h Update. 1997-06-23 21:55:26 +00:00
sigpause.c Update. 1997-10-15 05:34:02 +00:00
sigpending.c Update. 1997-10-15 05:34:02 +00:00
sigprocmask.c Update. 1997-10-15 05:34:02 +00:00
sigreturn.c Update. 1997-10-15 05:34:02 +00:00
sigsetmask.c Update. 1997-10-15 05:34:02 +00:00
sigstack.c Update. 1997-10-15 05:34:02 +00:00
sigsuspend.c Update. 1997-10-15 05:34:02 +00:00
sigvec.c Update. 1997-10-15 05:34:02 +00:00
sigwait.c Update. 1997-10-15 05:34:02 +00:00
sleep.c Update. 1997-10-15 05:34:02 +00:00
socket.c Update. 1997-10-15 05:34:02 +00:00
socketpair.c Update. 1997-10-15 05:34:02 +00:00
speed.c update from main archive 960105 1997-01-06 22:07:28 +00:00
sstk.c Update. 1997-10-15 05:34:02 +00:00
start.c Update. 1997-10-15 05:34:02 +00:00
statfs64.c Update. 1997-10-15 05:34:02 +00:00
statfs.c Update. 1997-10-15 05:34:02 +00:00
stdio_init.c Update. 1997-10-15 05:34:02 +00:00
stime.c Update. 1997-10-15 05:34:02 +00:00
stpcpy.c Update. 1997-09-16 00:42:43 +00:00
stpncpy.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strcasecmp_l.c Update. 1997-05-24 02:30:09 +00:00
strcasecmp.c Update. 1997-05-24 02:30:09 +00:00
strcat.c Update. 1997-09-11 12:09:10 +00:00
strchr.c Update. 1997-10-12 04:05:44 +00:00
strcmp.c Update. 1997-09-11 12:09:10 +00:00
strcpy.c Update. 1997-09-11 12:09:10 +00:00
strcspn.c Update. 1997-09-11 12:09:10 +00:00
strlen.c Update. 1997-10-12 04:05:44 +00:00
strncase_l.c Update. 1997-05-24 02:30:09 +00:00
strncase.c Update. 1997-05-24 02:30:09 +00:00
strncat.c Update. 1997-09-11 12:09:10 +00:00
strncmp.c Update. 1997-09-11 12:09:10 +00:00
strncpy.c Update. 1997-09-11 12:09:10 +00:00
strpbrk.c Update. 1997-09-11 12:09:10 +00:00
strrchr.c Update. 1997-09-11 12:09:10 +00:00
strsep.c Update. 1997-09-11 12:09:10 +00:00
strspn.c Update. 1997-09-11 12:09:10 +00:00
strstr.c Update. 1997-09-11 12:09:10 +00:00
strtok_r.c Update. 1997-09-11 12:09:10 +00:00
strtok.c Update. 1997-09-11 12:09:10 +00:00
strtsupp.c Update. 1997-10-15 05:34:02 +00:00
stty.c Update. 1997-10-15 05:34:02 +00:00
stub_warnings Update. 1997-10-15 05:34:02 +00:00
sub_n.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
submul_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
swapoff.c Update. 1997-10-15 05:34:02 +00:00
swapon.c Update. 1997-10-15 05:34:02 +00:00
symlink.c Update. 1997-10-15 05:34:02 +00:00
sync.c Update. 1997-10-15 05:34:02 +00:00
syscall.c Update. 1997-10-15 05:34:02 +00:00
sysconf.c Update. 1997-10-15 05:34:02 +00:00
sysd-stdio.c Update. 1997-09-16 00:42:43 +00:00
sysdep.c Update. 1997-10-15 05:34:02 +00:00
sysdep.h update from main archive 961105 1996-11-06 04:24:40 +00:00
system.c Update. 1997-10-15 05:34:02 +00:00
sysv_signal.c Update. 1997-10-15 05:34:02 +00:00
tcdrain.c Update. 1997-10-15 05:34:02 +00:00
tcflow.c Update. 1997-10-15 05:34:02 +00:00
tcflush.c Update. 1997-10-15 05:34:02 +00:00
tcgetattr.c Update. 1997-10-15 05:34:02 +00:00
tcgetpgrp.c Update. 1997-10-15 05:34:02 +00:00
tcsendbrk.c Update. 1997-10-15 05:34:02 +00:00
tcsetattr.c Update. 1997-10-15 05:34:02 +00:00
tcsetpgrp.c Update. 1997-10-15 05:34:02 +00:00
telldir.c Update. 1997-10-15 05:34:02 +00:00
tempname.c Update. 1997-10-15 05:34:02 +00:00
thread_state.h Update. 1997-10-15 05:34:02 +00:00
time.c Update. 1997-10-15 05:34:02 +00:00
times.c Update. 1997-10-15 05:34:02 +00:00
trampoline.c Update. 1997-10-15 05:34:02 +00:00
truncate.c Update. 1997-10-15 05:34:02 +00:00
ttyname_r.c Update. 1997-10-15 05:34:02 +00:00
ttyname.c Update. 1997-10-15 05:34:02 +00:00
ualarm.c Update. 1997-10-15 05:34:02 +00:00
udiv_qrnnd.c Update. 1997-10-15 05:34:02 +00:00
ulimit.c Update. 1997-10-15 05:34:02 +00:00
umask.c Update. 1997-10-15 05:34:02 +00:00
uname.c Update. 1997-06-23 21:55:26 +00:00
unlink.c Update. 1997-10-15 05:34:02 +00:00
usleep.c Update. 1997-10-15 05:34:02 +00:00
ustat.c Update. 1997-10-15 05:34:02 +00:00
utime.c Update. 1997-10-15 05:34:02 +00:00
utimes.c Update. 1997-10-15 05:34:02 +00:00
varargs.h Update. 1997-06-23 21:55:26 +00:00
vdprintf.c Update. 1997-10-15 05:34:02 +00:00
vfork.c Update. 1997-05-26 23:01:17 +00:00
vhangup.c Update. 1997-10-15 05:34:02 +00:00
vlimit.c Update. 1997-08-02 21:00:51 +00:00
vtimes.c Update. 1997-08-02 21:00:51 +00:00
wait3.c Update. 1997-10-15 05:34:02 +00:00
wait4.c Update. 1997-10-15 05:34:02 +00:00
wait.c Update. 1997-10-15 05:34:02 +00:00
waitpid.c Update. 1997-10-15 05:34:02 +00:00
wordcopy.c update from main archive 961220 1996-12-22 00:32:43 +00:00
write.c Update. 1997-10-15 05:34:02 +00:00
writev.c Update. 1997-10-15 05:34:02 +00:00
xmknod.c Update. 1997-10-15 05:34:02 +00:00
xstat64.c Update. 1997-10-15 05:34:02 +00:00
xstat.c Update. 1997-10-15 05:34:02 +00:00