glibc/elf
Ulrich Drepper 04ea3b0fbb Update.
2000-08-27  Bruno Haible  <haible@clisp.cons.org>

	* string/strxfrm.c (strxfrm, wcsxfrm): Include <sys/param.h>.
	If nrules == 0 and srclen < n, copy only srclen + 1 characters.

	* sysdeps/generic/getdomain.c (getdomainname): Include <sys/param.h>.
	If the result is fits in the buffer, copy only as many bytes as needed.

	* sysdeps/generic/_strerror.c (__strerror_r): Don't zero-fill the
	buffer after copying numbuf into it.
	* sysdeps/mach/_strerror.c (__strerror_r): Likewise.

2000-08-27  Bruno Haible  <haible@clisp.cons.org>

	* posix/confstr.c (confstr): When string_len > len, NUL-terminate
	the result.  When string_len < len, don't clear the rest of the buffer.

2000-08-27  Bruno Haible  <haible@clisp.cons.org>

	Support for new LC_COLLATE format.
	* locale/coll-lookup.h: New file.
	* locale/weightwc.h (findidx): When size == 0, call
	collidx_table_lookup.
	* wcsmbs/wcscoll.c: Include coll-lookup.h.
	* wcsmbs/wcsxfrm.c: Likewise.
	* posix/fnmatch.c: Likewise.
	* posix/fnmatch_loop.c (internal_fnwmatch): When size == 0, call
	collseq_table_lookup.
	* locale/programs/3level.h: New file.
	* locale/programs/ld-ctype.c: (wcwidth_table, wctrans_table): Define
	by including "3level.h".
	* locale/programs/ld-collate.c (wchead_table, collidx_table,
	collseq_table): New types, defined by including "3level.h".
	(locale_collate_t): New wcheads_3level, wcseqorder_3level fields.
	(encoding_mask, encoding_byte): Remove.
	(utf8_encode): Use simple shifts instead.
	(collate_finish): When !oldstyle_tables, set plane_size and plane_cnt
	to 0, and initialize and fill wcheads_3level and wcseqorder_3level.
	(collate_output): New local variable tablewc_3level. When
	!oldstyle_tables, set table_size to 0 and names to NULL and fill
	tablewc_3level instead of tablewc. Change format of TABLEWC and
	COLLSEQWC entries written to the file.
	* locale/C-collate.c (collseqwc): Change format.
	(_nl_C_LC_COLLATE): Set HASH_SIZE and HASH_LAYERS to 0, change format
	of COLLSEQWC.
	* locale/Makefile (distribute): Add coll-lookup.h, programs/3level.h.

2000-08-27  Bruno Haible  <haible@clisp.cons.org>

	* locale/programs/ld-ctype.c (MAX_CHARNAMES_IDX): New macro.
	(locale_ctype_t): New charnames_idx field.
	(ctype_startup): Initialize charnames_idx field.
	(find_idx): Speed up dramatically by using charnames_idx inverse table.

2000-08-27  Bruno Haible  <haible@clisp.cons.org>

	* locale/C-ctype.c: Switch to new locale format.
	(_nl_C_LC_CTYPE_names): Remove array.
	(STRUCT_CTYPE_CLASS): New macro.
	(_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
	graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
	New three-level tables.
	(_nl_C_LC_CTYPE_width): Change from array to three-level table.
	(_nl_C_LC_CTYPE): Fix nstrings value. Set HASH_SIZE and HASH_LAYERS
	to 0. Change WIDTH format. Set CLASS_OFFSET and MAP_OFFSET. Add
	12 class tables and 2 map tables at the end.
	* ctype/ctype-info.c (_nl_C_LC_CTYPE_names): Remove declaration.
	(_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
	graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
	New declarations.
	(b): Remove trailing semicolon.
	(__ctype_names, __ctype_width): Don't initialize.
	(__ctype32_wctype, __ctype32_wctrans, __ctype32_width): Initialize.

2000-08-27  Bruno Haible  <haible@clisp.cons.org>

	* elf/dl-load.c (open_path): Add a argument telling whether *dirsp
	is guaranteed to be allocated with the same malloc() and may be
	passed to free().
	(_dl_map_object): Update open_path calls. If rtld_search_dirs has
	been set to empty by an earlier open_path call, don't pass it again.
2000-08-29 01:20:23 +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. 2000-08-26 23:41:19 +00:00
Versions Update. 2000-08-28 08:32:23 +00:00
cache.c Update. 2000-05-17 11:04:21 +00:00
constload1.c Include <stdio.h> for puts prototype. 2000-08-19 08:30:28 +00:00
constload2.c Update. 2000-08-15 08:23:49 +00:00
constload3.c Update. 2000-03-17 02:17:59 +00:00
dep1.c Update. 2000-03-31 17:09:42 +00:00
dep2.c Update. 2000-03-31 17:09:42 +00:00
dep3.c Update. 2000-03-31 17:09:42 +00:00
dep4.c Update. 2000-03-31 17:09:42 +00:00
dl-addr.c Update. 2000-07-17 22:09:30 +00:00
dl-close.c Update. 2000-08-28 08:32:23 +00:00
dl-debug.c Update. 2000-03-23 20:31:46 +00:00
dl-deps.c Update. 2000-08-19 07:17:09 +00:00
dl-dst.h Update. 1999-06-28 15:52:36 +00:00
dl-error.c Update. 2000-07-13 19:46:27 +00:00
dl-fini.c Update. 2000-08-16 06:30:08 +00:00
dl-init.c Update. 2000-04-28 06:14:43 +00:00
dl-libc.c Update. 2000-08-26 23:41:19 +00:00
dl-load.c Update. 2000-08-29 01:20:23 +00:00
dl-lookup.c Update. 2000-08-26 23:41:19 +00:00
dl-minimal.c Update. 2000-03-23 20:31:46 +00:00
dl-misc.c Update. 2000-08-16 01:28:07 +00:00
dl-object.c Update. 2000-08-16 06:30:08 +00:00
dl-open.c Update. 2000-08-28 08:32:23 +00:00
dl-profile.c Update. 2000-08-16 01:28:07 +00:00
dl-profstub.c Update. 2000-07-18 17:18:38 +00:00
dl-reloc.c Update. 2000-08-26 23:41:19 +00:00
dl-runtime.c Update. 2000-08-26 23:41:19 +00:00
dl-support.c Update. 2000-08-16 06:30:08 +00:00
dl-sym.c Update. 2000-08-26 23:41:19 +00:00
dl-symbol.c Update. 2000-08-26 23:41:19 +00:00
dl-version.c Update. 2000-06-10 04:01:36 +00:00
do-lookup.h Update. 2000-08-26 23:41:19 +00:00
do-rel.h Update. 2000-06-08 04:48:56 +00:00
dynamic-link.h Update. 2000-07-20 22:53:54 +00:00
elf.h (EM_X8664): Add official x86-64 specific value. 2000-08-16 05:40:29 +00:00
failobj.c Update. 1999-01-25 11:00:16 +00:00
filter.c Update. 2000-08-19 07:17:09 +00:00
filtmod1.c Update. 2000-07-21 06:58:27 +00:00
filtmod2.c Update. 2000-07-21 06:58:27 +00:00
gen-trusted-dirs.awk Update. 1999-05-03 21:59:35 +00:00
genrtldtbl.awk Testsuite for owrdexp. 1998-03-05 16:42:56 +00:00
interp.c Update. 1998-05-08 20:42:23 +00:00
ldconfig.c Update. 2000-07-12 21:10:41 +00:00
ldconfig.h Update. 2000-05-26 10:23:45 +00:00
ldd.bash.in Update. 1999-10-05 01:55:45 +00:00
link.h Update. 2000-06-10 05:48:35 +00:00
loadfail.c Update. 2000-08-15 08:06:15 +00:00
loadtest.c Update. 2000-08-19 07:17:09 +00:00
multiload.c Update. 2000-08-15 07:06:23 +00:00
nodelete.c Update. 2000-08-25 19:33:19 +00:00
nodelmod1.c Update. 2000-08-25 19:33:19 +00:00
nodelmod2.c Update. 2000-08-25 19:33:19 +00:00
nodelmod3.c Update. 2000-07-21 04:42:21 +00:00
nodelmod4.c Update. 2000-08-25 19:33:19 +00:00
nodlopen.c Update. 2000-07-21 04:42:21 +00:00
nodlopenmod.c Update. 2000-07-21 04:42:21 +00:00
noload.c Update. 2000-07-20 22:53:54 +00:00
order.c Update. 2000-03-31 17:09:42 +00:00
origtest.c Update. 1999-05-05 23:29:18 +00:00
preloadtest.c Update. 1999-01-20 00:34:52 +00:00
readlib.c * elf/readlib.c (interpreters): Use LD_SO since this is supported 2000-05-29 17:19:36 +00:00
reldep.c Update. 2000-08-26 23:41:19 +00:00
reldep2.c Update. 2000-08-26 23:41:19 +00:00
reldep3.c Update. 2000-08-26 23:41:19 +00:00
reldepmod1.c Update. 2000-08-26 23:41:19 +00:00
reldepmod2.c Update. 2000-08-26 23:41:19 +00:00
reldepmod3.c Update. 2000-08-27 03:28:06 +00:00
reldepmod4.c Update. 2000-08-27 03:28:06 +00:00
resolvfail.c Update. 1999-08-02 19:56:07 +00:00
restest1.c Update. 2000-08-19 07:17:09 +00:00
rtld.c Update. 2000-08-26 23:41:19 +00:00
sln.c Update. 1999-12-31 18:51:25 +00:00
sofini.c Update. 1997-09-30 17:10:40 +00:00
soinit.c 2000-05-13 Jakub Jelinek <jakub@redhat.com> 2000-05-15 07:15:04 +00:00
sprof.c Update. 2000-06-20 04:18:25 +00:00
testobj1.c Update. 1999-01-21 08:31:59 +00:00
testobj1_1.c Update. 1999-01-21 08:31:59 +00:00
testobj2.c Update. 1999-01-21 08:31:59 +00:00
testobj3.c Update. 1999-01-21 08:31:59 +00:00
testobj4.c Update. 1999-01-21 08:31:59 +00:00
testobj5.c Update. 1999-01-21 08:31:59 +00:00
testobj6.c Update. 1999-01-21 08:31:59 +00:00
unload.c Update. 2000-08-26 23:41:19 +00:00
unloadmod.c Update. 2000-08-26 23:41:19 +00:00
vismain.c Update. 2000-05-27 16:51:52 +00:00
vismod1.c Update. 2000-05-23 18:12:52 +00:00
vismod2.c * sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset 2000-06-21 10:38:25 +00:00
vismod3.c Update. 2000-05-23 18:12:52 +00:00