glibc/wcsmbs
Ulrich Drepper b17277cfa2 Update.
1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>

	* posix/wordexp-test.c: Avoid duplicate messages.

	* sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
	tsearch.  Correctly interpret values returned by those functions.
	(unsetenv): Store pointer to string, not pointer to string pointer.

	* time/tzfile.c (__tzfile_compute): Take new arguments.  Store
	DST information and offset in them.
	* time/tzset.c (__tz_convert): Pass extra parameters to
	__tzfile_compute.  Compute equivalent values for use of tz_rules.

1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* iconvdata/Makefile (gen-8bit-table): Use move-if-change and
	stamp files to avoid unnecessary recompilation.
	(gen-8bit-gap-table): Likewise.
	(move-if-change): New variable.
	(all generated .h rules): Change to be .stmp rules.
	(%.h): New rule; depend on %.stmp; no commands.
	(distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
	gen-8bit-gap-1.sh.

1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* Makerules (libc-map): Deleted.
	(load-map-file): Set to the appropriate compiler switch, not
	just the file name.  If libfoo-map is not set, look for a
	libfoo.map in the current directory and $(..).
	(map-file): New variable, contains just the mapfile name.
	(build-shlib): Adjust for new value of load-map-file.
	(libc.so): Correct dependencies.

	* extra-lib.mk: Correct shlib dependencies since libfoo-map
	may not be set anymore.

	* elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
	Delete libdl-map.  Tweak ld.so link rule to work with changed
	variable settings in Makerules.
	* iconvdata/Makefile: Tweak build-module to work with changed
	variable settings in Makerules.

	* db/Makefile: Delete libdb-map.
	* hesiod/Makefile: Delete libnss_hesiod-map.
	* linuxthreads/Makefile: Delete libpthread-map.
	* locale/Makefile: Delete libBrokenLocale-map.
	* login/Makefile: Delete libutil-map.
	* math/Makefile: Delete libm-map.
	* md5-crypt/Makefile: Delete libcrypt-map.
	* nis/Makefile: Delete libnsl-map, libnss_nis-map,
	libnss_nisplus-map, and libnss_compat-map.
	* nss/Makefile: Delete libnss_files-map, libnss_db-map, and
	libnss_ldap-map.
	* resolv/Makefile: Delete libresolv-map and libnss_dns-map.
	* rt/Makefile: Delete librt-map.

1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* configure.in: Instead of substituting `yes' or `no' for whether
	--no-whole-archive is available, set @no_whole_archive@ to the
	appropriate gcc switch or the empty string.  Likewise for
	-fno-exceptions.
	* config.make.in: Replace have-no-whole-archive with
	no-whole-archive and have-no-exceptions with no-exceptions.
	* Makerules: Delete stanzas setting no-whole-archive and
	no-exceptions.

	* sunrpc/Makefile: Use move-if-change to update generated .h
	and .c files.

1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
	of strchr loop.

1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* time/tzfile.c (__tzfile_read): Remove unused variable info.
	(__tzfile_compute): Likewise.

1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
	defines from Linux 2.1.102.
1998-05-15 14:46:36 +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
btowc.c Update. 1998-04-29 12:15:49 +00:00
Makefile Update. 1998-04-07 09:21:28 +00:00
mbrlen.c update from main archive 970125 1997-01-26 05:33:35 +00:00
mbrtowc.c Update. 1998-04-20 18:41:05 +00:00
mbsinit.c Update. 1998-04-08 20:27:31 +00:00
mbsnrtowcs.c Update. 1998-04-29 13:05:07 +00:00
mbsrtowcs.c Update. 1998-04-29 13:05:07 +00:00
tst-wcstof.c Update. 1997-08-04 14:31:26 +00:00
wchar.h Update. 1998-04-08 20:27:31 +00:00
wcpcpy.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcpncpy.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcrtomb.c Update. 1998-04-20 18:41:05 +00:00
wcscasecmp_l.c Update. 1997-05-24 02:30:09 +00:00
wcscasecmp.c Update. 1997-05-24 02:30:09 +00:00
wcscat.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcschr.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
wcscmp.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcscoll_l.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
wcscoll.c Update. 1997-05-25 01:12:55 +00:00
wcscpy.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcscspn.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcsdup.c Update. 1997-11-06 00:02:46 +00:00
wcslen.c Update. 1998-04-07 09:21:28 +00:00
wcsmbsload.c Update. 1998-05-15 14:46:36 +00:00
wcsmbsload.h Update. 1998-04-07 09:21:28 +00:00
wcsncase_l.c Update. 1997-05-24 02:30:09 +00:00
wcsncase.c Update. 1997-05-24 02:30:09 +00:00
wcsncat.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcsncmp.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
wcsncpy.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcsnlen.c Update. 1998-04-07 09:21:28 +00:00
wcsnrtombs.c Update. 1998-04-29 13:05:07 +00:00
wcspbrk.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
wcsrchr.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
wcsrtombs.c Update. 1998-04-29 13:05:07 +00:00
wcsspn.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcsstr.c Update. 1997-04-15 01:38:39 +00:00
wcstod_l.c Update. 1998-04-11 09:51:01 +00:00
wcstod.c Update. 1997-05-25 01:12:55 +00:00
wcstof_l.c Update. 1998-04-11 09:51:01 +00:00
wcstof.c Update. 1997-05-25 01:12:55 +00:00
wcstok.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcstol_l.c update. 1997-07-11 01:19:07 +00:00
wcstol.c Update. 1997-05-25 01:12:55 +00:00
wcstold_l.c Update. 1998-04-11 09:51:01 +00:00
wcstold.c Update. 1997-05-25 01:12:55 +00:00
wcstoll_l.c update. 1997-07-11 01:19:07 +00:00
wcstoll.c update from main archive 970225 1997-02-25 05:18:05 +00:00
wcstoul_l.c update. 1997-07-11 01:19:07 +00:00
wcstoul.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcstoull_l.c update. 1997-07-11 01:19:07 +00:00
wcstoull.c update from main archive 970225 1997-02-25 05:18:05 +00:00
wcswidth.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcsxfrm_l.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
wcsxfrm.c Update. 1997-05-25 01:12:55 +00:00
wctob.c Update. 1998-04-29 12:15:49 +00:00
wcwidth.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wcwidth.h update from main archive 970125 1997-01-26 05:33:35 +00:00
wmemchr.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wmemcmp.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wmemcpy.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
wmemmove.c update from main archive 970125 1997-01-26 05:33:35 +00:00
wmemset.c update from main archive 970125 1997-01-26 05:33:35 +00:00