glibc/sunrpc
Roland McGrath ce7a5ef4bc Sun Jul 28 23:46:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* time/strftime.c (strftime: do_number): Initialize PRINTED to
	MAXDIGITS in case P is null and so sprintf is never actually called.

Mon Jul 29 02:46:23 1996  Ulrich Drepper  <drepper@cygnus.com>

	Add support for the to-be-written internationalized regexp.
	This code must be able to use collation symbols and collation
	equivalent classes.
	* locale/C-collate.c (_nl_C_LC_COLLATE_symbol_hash,
	_nl_C_LC_COLLATE_symbol_strings, _nl_C_LC_COLLATE_symbol_classes):
	New global variables for collation classes.
	* locale/categories.def: Add new descriptions for collation symbols
	and collation classes.
	* locale/langinfo.h: Add constants for collation symbols and
	collation classes.
	* locale/lc-collate.c: Add new global variables for collation symbols
	and collation classes.
	(_nl_postload_collate): Initialize new variables.
	* locale/programs/ld-collate.c: Add code to emit tables for
	collation symbols and collation classes.
	* locale/programs/locales.h: Change prototype for `collate_output'.
	* locale/programs/locfile.c (write_all_categories): Call
	`collate_output' with new argument.
	* locale/localeinfo.h: Add declaration for new global vars.
	(union locale_data_value): New member wstr for `wchar_t' strings.
	* locale/programs/locale-spec.c: Handle `collate-classes'
	keyword and print information about available collation classes.
	* locale/strlen-hash.h: New file.  Simple hashing function which
	takes a string with known length.
	* locale/Makefile (distribute): Add strlen-hash.h.
	(locale-modules): New var.  Additional files for `locale' program.

	* locale/C-ctype.c: Rewrite to avoid using string for giving values
	which are of type `u_int32_t'.
	Correct entry for EOF in toupper and tolower tables.

	* locale/loadlocale.c (_nl_load_locale):  Add cast to prevent
	warning.

	* locale/programs/ld-ctype.c (ctype_output): Add code to make
	sure that all tables in binary file are words aligned.

	* locale/programs/locfile.c (write_locale_data): Correct handling
	of LC_MESSAGES locale.  Create directory if necessary.

	* locale/setlocale.c (setlocale): Add cast to avoid warning.

	* string/string.h: Add prototype for `__strndup'.

Wed Jul 24 19:10:00 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* wcsmbs/mbrtowc.c: Remove unused variable.

Sun Jul 28 22:40:25 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

	* sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION): Update to
	2.0.10; some problems were reported with an earlier version, and this
	one is known to work.

	* sysdeps/generic/dl-sysdep.c (__libc_enable_secure): New variable.
	* sysdeps/mach/hurd/dl-sysdep.c: Likewise.
1996-07-29 03:49:00 +00:00
..
rpc Sun Jul 28 23:46:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-29 03:49:00 +00:00
rpcsvc initial import 1995-02-18 01:27:10 +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
auth_none.c initial import 1995-02-18 01:27:10 +00:00
auth_unix.c Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-26 17:37:11 +00:00
authuxprot.c initial import 1995-02-18 01:27:10 +00:00
bindrsvprt.c initial import 1995-02-18 01:27:10 +00:00
clnt_gen.c initial import 1995-02-18 01:27:10 +00:00
clnt_perr.c Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-26 17:37:11 +00:00
clnt_raw.c Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-26 17:37:11 +00:00
clnt_simp.c Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>. 1996-05-09 21:50:42 +00:00
clnt_tcp.c Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>. 1996-05-09 21:50:42 +00:00
clnt_udp.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
etc.rpc Sun Jan 14 01:01:10 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1996-01-17 00:46:59 +00:00
get_myaddr.c Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-26 17:37:11 +00:00
getrpcport.c initial import 1995-02-18 01:27:10 +00:00
Makefile * nss/nss_files/files-parse.c (parse_list): Set EOL from LINE if it 1996-07-05 19:18:13 +00:00
pm_getmaps.c Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>. 1996-05-09 21:50:42 +00:00
pm_getport.c Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>. 1996-05-09 21:50:42 +00:00
pmap_clnt.c Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>. 1996-05-09 21:50:42 +00:00
pmap_prot.c initial import 1995-02-18 01:27:10 +00:00
pmap_prot2.c initial import 1995-02-18 01:27:10 +00:00
pmap_rmt.c Fri Jul 26 15:24:25 1996 Ulrich Drepper <drepper@cygnus.com> 1996-07-27 02:04:33 +00:00
portmap.c Sat Jul 20 07:15:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-20 11:26:09 +00:00
rpc_clntout.c initial import 1995-02-18 01:27:10 +00:00
rpc_cmsg.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
rpc_common.c initial import 1995-02-18 01:27:10 +00:00
rpc_cout.c initial import 1995-02-18 01:27:10 +00:00
rpc_dtable.c initial import 1995-02-18 01:27:10 +00:00
rpc_hout.c initial import 1995-02-18 01:27:10 +00:00
rpc_main.c * sunrpc/rpc_main.c (main): Call textdomain. 1996-03-28 21:00:28 +00:00
rpc_parse.c Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-26 17:37:11 +00:00
rpc_parse.h initial import 1995-02-18 01:27:10 +00:00
rpc_prot.c initial import 1995-02-18 01:27:10 +00:00
rpc_scan.c Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-26 17:37:11 +00:00
rpc_scan.h initial import 1995-02-18 01:27:10 +00:00
rpc_svcout.c initial import 1995-02-18 01:27:10 +00:00
rpc_util.c Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-26 17:37:11 +00:00
rpc_util.h initial import 1995-02-18 01:27:10 +00:00
rpcinfo.c Sat Nov 25 02:48:47 1995 Ulrich Drepper <drepper@gnu.ai.mit.edu> 1995-11-26 17:37:11 +00:00
svc.c Sat Jul 20 07:15:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-20 11:26:09 +00:00
svc_auth.c initial import 1995-02-18 01:27:10 +00:00
svc_authux.c * config.make.in (weak-symbols): Variable removed. 1996-03-19 21:10:11 +00:00
svc_raw.c initial import 1995-02-18 01:27:10 +00:00
svc_run.c initial import 1995-02-18 01:27:10 +00:00
svc_simple.c Fri May 3 13:32:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-03 17:44:31 +00:00
svc_tcp.c * nss/nss_files/files-network.c: Pass empty for new DB_LOOKUP args. 1996-07-02 19:35:40 +00:00
svc_udp.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
xdr.c Sat Jul 20 07:15:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-20 11:26:09 +00:00
xdr_array.c initial import 1995-02-18 01:27:10 +00:00
xdr_float.c initial import 1995-02-18 01:27:10 +00:00
xdr_mem.c Sat Jul 20 07:15:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-20 11:26:09 +00:00
xdr_rec.c Thu Jun 13 17:25:11 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-06-19 06:54:12 +00:00
xdr_ref.c initial import 1995-02-18 01:27:10 +00:00
xdr_stdio.c Sat Jul 20 07:15:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-20 11:26:09 +00:00