glibc/stdlib
Ulrich Drepper e852e88944 Update.
1998-07-28  Ulrich Drepper  <drepper@cygnus.com>

	* math/libm-test.c (tgamma_test): Remove redundant tests.

1998-07-28 16:20  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/generic/glob.c: Correct problems with */foo and GLOB_NOCHECK
	where foo does not exist in any of the subdirectories.
	Reported by Paul D. Smith <psmith@BayNetworks.COM>.

	* posix/globtest.sh: Add test for this bug.

1998-07-28  Mark Kettenis  <kettenis@phys.uva.nl>

	* io/sys/statfs.h: Fix typos.
	* io/sys/statvfs.h: Fix typos.

1998-07-28  Ulrich Drepper  <drepper@cygnus.com>

	* version.h (VERSION): Bump to 2.0.95.

	* math/Makefile (libm-calls): Remove w_gamma, add w_tgamma.
	* math/Versions [GLIBC_2.1]: Add tgamma, tgammaf, and tgammal.
	* math/libm-test.c: Split old gamma_test and move half of it in new
	function tgamma_test.
	* math/bits/mathcalls.h: Add declaration of tgamma.
	* sysdeps/libm-ieee754/k_standard.c: Change gamma errors into
	tgamma errors.
	* sysdeps/libm-ieee754/w_gamma.c: Remove lgamma compatibility code
	and rename to ...
	* sysdeps/libm-ieee754/w_tgamma.c: ... this.  New file.
	* sysdeps/libm-ieee754/w_gammaf.c: Remove lgammaf compatibility code
	and rename to ...
	* sysdeps/libm-ieee754/w_tgammaf.c: ... this.  New file.
	* sysdeps/libm-ieee754/w_gammal.c: Remove lgammal compatibility code
	and rename to ...
	* sysdeps/libm-ieee754/w_tgammal.c: ... this.  New file.
	* sysdeps/libm-ieee754/w_lgamma.c: Add gamma as weak alias.
	* sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
	* sysdeps/libm-ieee754/w_lgammal.c: Likewise.

	* stgdio-common/printf-parse.h: Implement handling of j, t, and z
	modifiers.
	* stdio-common/vfprintf.c: Likewise.
	* stdio-common/vfscanf.c: Likewise.
	* manual/stdio.texi: Document new printf/scanf modifiers.

	* sysdeps/unix/sysv/linux/recvmsg.c: Remove alias __recvmsg.
	* sysdeps/unix/sysv/linux/sendmsg.c: Remove alias __sendmsg.

1998-07-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* sunrpc/Makefile (routines): Add clnt_unix and svc_unix.
	* sunrpc/Versions: Add new *unix_create functions.
	* sunrpc/clnt_gen.c: Add support for RPC over AF_UNIX.
	* sunrpc/clnt_unix.c: New, client side of RPC over AF_UNIX.
	* sunrpc/key_call.c: Use RPC over AF_UNIX for communication
	with keyserv daemon.
	* sunrpc/rpc/clnt.h: Add AF_UNIX based RPC function prototypes.
	* sunrpc/rpc/svc.h: Likewise.
	* sunrpc/svc_authux.c: Copy internal auth flavor if none is given.
	* sunrpc/svc_tcp.c: Fix typos.
	* sunrpc/svc_unix.c: New, server side of AF_UNIX based RPC.

	* nis/Makefile: Remove currently not working cache functions.
	* nis/Versions: Add __nisbind_* functions for rpc.nisd.
	* nis/nis_call.c: Rewrite binding to a NIS+ server to reuse
	CLIENT handles.
	* nis/nis_file.c: Fix memory leaks.
	* nis/nis_intern.h: Move internal structs from here ...
	* nis/rpcsvc/nislib.h: ... to here for NIS+ server and tools.
	* nis/nis_lookup.c: Try at first if last client handle works.
	* nis/nis_table.c: Likewise.
	* nis/nis_checkpoint.c: Adjust __do_niscall2 parameters.
	* nis/nis_mkdir.c: Likewise.
	* nis/nis_ping.c: Likewise.
	* nis/nis_rmdir.c: Likewise.
	* nis/nis_server.c: Likewise.
	* nis/nis_util.c: Likewise.
	* nis/nis_findserv.c (__nis_findfastest): Little optimization.

1998-07-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* stdlib/strtol.c (STRTOL_LONG_MAX): Correct typo in last patch -
	define as LONG_MAX.

1998-07-28 09:31  Ulrich Drepper  <drepper@cygnus.com>

	* nscd/connections.c (gr_send_answer): Deal with missing UIO_MAXIOV.
	Correct test whether writev send all data.
	* nscd/nscd_getgr_r.c (__nscd_getgr_r): Correct test whether readv
	received all data.

1998-07-28  Mark Kettenis  <kettenis@phys.uva.nl>

	* nscd/nscd_getgr_r.c (__nscd_getgr_r): Deal with missing UIO_MAXIOV.

1998-07-28  Mark Kettenis  <kettenis@phys.uva.nl>

	* sysdeps/mach/hurd/dl-sysdep.c (open_file): Change assert call to
	allow mode to be 0.
	(__xstat): New function.
	(__fxstat): New function.
	(_dl_sysdep_read_whole_file): Removed.  The implementation in
	`elf/dl-misc.c' now also works for the Hurd.
1998-07-28 16:26:04 +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-26 14:47:05 +00:00
Versions Update. 1998-07-02 22:51:40 +00:00
a64l.c Update. 1998-03-02 18:02:11 +00:00
abs.c update from main archive 970209 1997-02-10 03:19:57 +00:00
alloca.h Update. 1997-08-27 20:26:10 +00:00
atexit.c Update. 1997-06-21 02:59:26 +00:00
atof.c update from main archive 970209 1997-02-10 03:19:57 +00:00
atoi.c update from main archive 970209 1997-02-10 03:19:57 +00:00
atol.c update from main archive 970209 1997-02-10 03:19:57 +00:00
atoll.c Update. 1998-02-10 20:06:30 +00:00
bsearch.c update from main archive 970209 1997-02-10 03:19:57 +00:00
canonicalize.c Update. 1998-04-14 16:51:08 +00:00
drand48-iter.c update from main archive 961119 1996-11-20 03:45:51 +00:00
drand48.c Update. 1998-02-13 17:54:15 +00:00
drand48_r.c Update. 1998-02-13 17:54:15 +00:00
erand48.c Update. 1997-04-21 14:50:33 +00:00
erand48_r.c Update. 1997-11-18 02:50:07 +00:00
exit.c Update. 1997-11-12 00:06:02 +00:00
exit.h Update. 1997-06-21 02:59:26 +00:00
fmtmsg.c Update. 1997-10-12 04:05:44 +00:00
fmtmsg.h Update. 1997-06-21 02:59:26 +00:00
fpioconst.c update from main archive 970209 1997-02-10 03:19:57 +00:00
fpioconst.h update from main archive 970209 1997-02-10 03:19:57 +00:00
gen-mpn-copy Mon Dec 4 12:10:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-12-04 19:00:50 +00:00
getsubopt.c update from main archive 970203 1997-02-04 02:01:01 +00:00
gmp-impl.h Update. 1998-06-01 14:26:00 +00:00
gmp.h Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
grouping.h Update. 1998-04-28 17:18:24 +00:00
isomac.c Update. 1998-06-30 12:09:42 +00:00
jrand48.c Update. 1997-04-21 14:50:33 +00:00
jrand48_r.c Update. 1997-04-21 14:50:33 +00:00
l64a.c Update. 1997-10-29 20:33:40 +00:00
labs.c update from main archive 970209 1997-02-10 03:19:57 +00:00
lcong48.c Update. 1997-04-21 14:50:33 +00:00
lcong48_r.c Update. 1998-02-13 17:54:15 +00:00
llabs.c update from main archive 970209 1997-02-10 03:19:57 +00:00
longlong.h Update. 1998-06-01 14:26:00 +00:00
lrand48.c Update. 1998-02-13 17:54:15 +00:00
lrand48_r.c Update. 1998-07-16 11:44:36 +00:00
mblen.c Update. 1998-04-21 19:09:49 +00:00
mbstowcs.c update from main archive 970209 1997-02-10 03:19:57 +00:00
mbtowc.c Update. 1998-04-21 19:09:49 +00:00
monetary.h Update. 1997-06-21 02:59:26 +00:00
mp_clz_tab.c update from main archive 970209 1997-02-10 03:19:57 +00:00
mrand48.c Update. 1998-02-13 17:54:15 +00:00
mrand48_r.c Update. 1998-07-16 11:44:36 +00:00
msort.c Update. 1997-11-06 00:02:46 +00:00
nrand48.c Update. 1997-04-21 14:50:33 +00:00
nrand48_r.c Update. 1997-04-21 14:50:33 +00:00
on_exit.c update from main archive 961217 1996-12-18 03:23:47 +00:00
qsort.c update from main archive 970218 1997-02-19 04:43:53 +00:00
rand.c update from main archive 961203 1996-12-04 01:41:39 +00:00
rand_r.c update from main archive 961206 1996-12-07 03:30:25 +00:00
random.c Update. 1997-06-21 02:59:26 +00:00
random_r.c Update. 1998-05-22 22:49:57 +00:00
rpmatch.c update from main archive 970209 1997-02-10 03:19:57 +00:00
secure-getenv.c update from main archive 961207 1996-12-08 08:01:13 +00:00
seed48.c Update. 1998-02-13 17:54:15 +00:00
seed48_r.c Update. 1998-02-13 17:54:15 +00:00
srand48.c Update. 1997-04-21 14:50:33 +00:00
srand48_r.c Update. 1998-02-13 17:54:15 +00:00
stdlib.h Update. 1998-07-08 22:53:56 +00:00
strfmon.c Update. 1998-02-13 17:54:15 +00:00
strfmon_l.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strtod.c Update. 1998-06-17 22:55:57 +00:00
strtod_l.c Update. 1998-04-09 21:07:26 +00:00
strtof.c Update. 1997-05-24 02:30:09 +00:00
strtof_l.c Update. 1998-04-09 21:07:26 +00:00
strtol.c Update. 1998-07-28 16:26:04 +00:00
strtol_l.c Update. 1997-05-26 23:01:17 +00:00
strtold.c Update. 1997-05-24 02:30:09 +00:00
strtold_l.c Update. 1998-04-09 21:07:26 +00:00
strtoll.c update from main archive 970225 1997-02-25 05:18:05 +00:00
strtoll_l.c Update. 1997-05-26 23:01:17 +00:00
strtoul.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
strtoul_l.c Update. 1997-05-26 23:01:17 +00:00
strtoull.c update from main archive 970225 1997-02-25 05:18:05 +00:00
strtoull_l.c Update. 1997-05-26 23:01:17 +00:00
test-canon.c Update. 1997-11-12 00:06:02 +00:00
test-canon2.c Update. 1998-04-14 16:51:08 +00:00
testdiv.c Update. 1997-03-21 20:00:48 +00:00
testdiv.input initial import 1995-02-18 01:27:10 +00:00
testmb.c Update. 1998-04-15 17:02:23 +00:00
testrand.c update from main archive 970218 1997-02-19 04:43:53 +00:00
testsort.c Update. 1997-06-12 21:38:55 +00:00
tst-strtod.c Update. 1998-06-18 12:33:44 +00:00
tst-strtol.c Update. 1997-09-30 17:10:40 +00:00
ucontext.h Update. 1998-01-25 17:01:47 +00:00
wcstombs.c update from main archive 970209 1997-02-10 03:19:57 +00:00
wctomb.c Update. 1998-04-21 19:09:49 +00:00
xpg_basename.c Update. 1997-04-17 15:10:04 +00:00