glibc/sunrpc
Ulrich Drepper 86187531d3 Update.
1997-11-06 00:06  Ulrich Drepper  <drepper@cygnus.com>

	* argp/argp-help.c: Optimize a bit by using mempcpy.
	* elf/dl-load.c: Likewise.
	* elf/dl-lookup.c: Likewise.
	* inet/rcmd.c: Likewise.
	* io/ftw.c: Likewise.
	* libio/fileops.c: Likewise.
	* libio/genops.c: Likewise.
	* libio/obprintf.c: Likewise.
	* nss/nsswitch.c: Likewise.
	* posix/execvp.c: Likewise.
	* posix/getopt.c: Likewise.
	* posix/glob.c: Likewise.
	* posix/wordexp.c: Likewise.
	* stdio-common/vfprintf.c: Likewise.
	* stdlib/canonicalize.c: Likewise.
	* stdlib/msort.c: Likewise.
	* string/argz-replace.c: Likewise.
	* sysdeps/generic/putenv.c: Likewise.
	* sysdeps/generic/setenv.c: Likewise.
	* sysdeps/posix/getcwd.c: Likewise.
	* sysdeps/posix/ttyname.c: Likewise.
	* sysdeps/posix/writev.c: Likewise.
	* time/strftime.c: Likewise.
	* time/tzfile.c: Likewise.

	* login/utmp_daemon.c: Use memcpy instead of strcpy where possible.
	* sunrpc/svcauth_des.c: Likewise.
	* sysdeps/unix/sysv/linux/gethostname.c: Likewise.

	* misc/tsearch.c: Use memcpy return value if possible.
	* posix/regex.c: Likewise.
	* sysdeps/unix/readdir_r.c: Likewise.
	* wcsmbc/wcsdup.c: Likewise.

	* nss/digits_dots.c: Little optimization.

	* inet/ruserpass.c (ruserpass): Optimize by using stpcpy.
	(struct toktab): Make tokstr field a const char *.

	* elf/dl-profile.c: Fix typo.

	* inet/ether_ntoh.c: Don't use relative #include path.
	* inet/gethstbynm.c: Likewise.
	* resolv/inet_pton.c: Likewise.
	* shadow/sgetspent_r.c: Likewise.

	* libio/oldfileops.c (_IO_old_file_jumps): Use correct sync and write
	callbacks.  Patch by NIIBE Yutaka <gniibe@mri.co.jp>.

	* posix/confstr.c: Correct string for _CS_LFS_CFLAGS.
	Handle _CS_XBS5_* constants.
	* posix/unistd.h: Add comment describing _XBS5_* constants.
	* sysdeps/generic/bits/confname.h: Add _CS_XBS5_* constants.

	* posix/regex.c: Indent preprocessor code.

	* posix/wordexp.c: Using _itoa_word instead of sprintf.

	* stdlib/canonicalize.c: Avoid unnecessary copying.  Handle NULL
	and "" arguments correctly according to SUS.
	* stdlib/test-canon.c: Test "" and NULL argument handling.

	* sysdeps/posix/writev.c: Correct condition to leave the loop.

1997-11-05 18:13  Ulrich Drepper  <drepper@cygnus.com>

	* nss/getXXbyYY.c: Set buffer to NULL if realloc fails so that possible
	next call starts with malloc again.
	Proposed by Joe Keane <jgk@jgk.org>.

1997-11-04 23:57  Ulrich Drepper  <drepper@cygnus.com>

	* configure.in: Correct gcc -pipe test.
	Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.

	* posix/glob.c: Cleanups.  Patch by H.J. Lu <hjl@lucon.org>.

1997-11-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* manual/creature.texi (Feature Test Macros): Add _POSIX_C_SOURCE
	definition.
1997-11-06 00:02:46 +00:00
..
rpc Update. 1997-10-26 20:13:00 +00:00
rpcsvc Update. 1997-08-29 21:01:47 +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. 1997-09-05 01:43:20 +00:00
auth_des.c Update. 1997-10-12 04:05:44 +00:00
auth_none.c Update. 1997-09-11 12:09:10 +00:00
auth_unix.c Update. 1997-10-12 04:05:44 +00:00
authdes_prot.c Update. 1997-08-29 21:01:47 +00:00
authuxprot.c Update. 1997-05-21 01:48:59 +00:00
bindrsvprt.c Update. 1997-03-27 01:59:53 +00:00
clnt_gen.c Update. 1997-03-27 01:59:53 +00:00
clnt_perr.c Update. 1997-10-26 20:13:00 +00:00
clnt_raw.c Update. 1997-09-11 12:09:10 +00:00
clnt_simp.c Update. 1997-09-30 17:10:40 +00:00
clnt_tcp.c Update. 1997-09-11 12:09:10 +00:00
clnt_udp.c Update. 1997-07-26 02:33:30 +00:00
des.h Update. 1997-08-29 21:01:47 +00:00
des_crypt.c Update. 1997-08-29 21:01:47 +00:00
des_soft.c Update. 1997-08-29 21:01:47 +00:00
etc.rpc update from main archive 961019 1996-10-19 23:33:00 +00:00
get_myaddr.c Update. 1997-10-26 20:13:00 +00:00
getrpcport.c Update. 1997-03-27 01:59:53 +00:00
key_call.c Update. 1997-10-12 04:05:44 +00:00
key_prot.c Update. 1997-08-29 21:01:47 +00:00
netname.c Update. 1997-08-29 21:01:47 +00:00
openchild.c Update. 1997-09-11 12:09:10 +00:00
pm_getmaps.c Update. 1997-03-27 01:59:53 +00:00
pm_getport.c Update. 1997-03-27 01:59:53 +00:00
pmap_clnt.c Update. 1997-10-26 20:13:00 +00:00
pmap_prot.c Update. 1997-03-27 01:59:53 +00:00
pmap_prot2.c Update. 1997-03-27 01:59:53 +00:00
pmap_rmt.c Update. 1997-10-12 04:05:44 +00:00
proto.h Update. 1997-05-21 01:48:59 +00:00
publickey.c update from main archive 961110 1996-11-11 00:59:33 +00:00
rpc_clntout.c Update. 1997-03-27 01:59:53 +00:00
rpc_cmsg.c Update. 1997-09-11 12:09:10 +00:00
rpc_common.c initial import 1995-02-18 01:27:10 +00:00
rpc_cout.c Update. 1997-09-05 01:43:20 +00:00
rpc_dtable.c Update. 1997-03-27 01:59:53 +00:00
rpc_hout.c update from main archive 961016 1996-10-17 01:51:38 +00:00
rpc_main.c Update. 1997-07-06 22:02:42 +00:00
rpc_parse.c update from main archive 961016 1996-10-17 01:51:38 +00:00
rpc_parse.h Update. 1997-05-21 01:48:59 +00:00
rpc_prot.c Update. 1997-03-27 01:59:53 +00:00
rpc_sample.c Update. 1997-03-27 01:59:53 +00:00
rpc_scan.c Update. 1997-06-03 21:53:09 +00:00
rpc_scan.h update from main archive 961016 1996-10-17 01:51:38 +00:00
rpc_svcout.c Update. 1997-05-21 01:48:59 +00:00
rpc_tblout.c Update. 1997-03-27 01:59:53 +00:00
rpc_util.c Update. 1997-06-03 21:53:09 +00:00
rpc_util.h update from main archive 961016 1996-10-17 01:51:38 +00:00
rpcinfo.c Update. 1997-05-22 02:19:00 +00:00
rtime.c Update. 1997-08-29 21:01:47 +00:00
svc.c Update. 1997-03-27 01:59:53 +00:00
svc_auth.c Update. 1997-08-29 21:01:47 +00:00
svc_authux.c Update. 1997-03-27 01:59:53 +00:00
svc_raw.c Update. 1997-03-27 01:59:53 +00:00
svc_run.c 1997-05-07 16:31 Ulrich Drepper <drepper@cygnus.com> 1997-05-07 14:34:37 +00:00
svc_simple.c Update. 1997-03-27 01:59:53 +00:00
svc_tcp.c Update. 1997-10-12 04:05:44 +00:00
svc_udp.c Update. 1997-05-31 00:47:04 +00:00
svcauth_des.c Update. 1997-11-06 00:02:46 +00:00
xcrypt.c Update. 1997-10-12 04:05:44 +00:00
xdr.c Update. 1997-05-31 00:47:04 +00:00
xdr_array.c Update. 1997-03-27 01:59:53 +00:00
xdr_float.c Update. 1997-05-21 01:48:59 +00:00
xdr_mem.c Update. 1997-08-27 20:26:10 +00:00
xdr_rec.c Update. 1997-10-12 04:05:44 +00:00
xdr_ref.c Update. 1997-03-27 01:59:53 +00:00
xdr_sizeof.c Update. 1997-08-10 18:37:15 +00:00
xdr_stdio.c Update. 1997-08-27 20:26:10 +00:00