glibc/time
Ulrich Drepper 1618c59038 Update.
1997-11-04  Ulrich Drepper  <drepper@cygnus.com>

	* manual/filesys.texi: Correct description of return value for
	readdir_r.
	* sysdeps/unix/readdir_r.c (__readdir_r): Return value of errno
	not -1 in error case.
	* sysdeps/generic/readdir_r.c (__readdir_r): Return ENOSYS not -1.
	Reported by Jim Meyering <meyering@eng.ascend.com>.

1997-11-02  Paul Eggert  <eggert@twinsun.com>

	* strftime.c: Use host's underlying strftime to access
	locale-specific info.  This is useful e.g. when building GNU
	Emacs under Solaris 2.6.
	(weekday_name, month_name): Omit if HAVE_STRFTIME.
	(my_strftime): New macro, which names the strftime function that
	this source file produces.
	(strftime): #undef if emacs is defined; this works around Emacs 20.2's
	method of compiling with -Dstrftime=emacs_strftime.
	Also, declare as a function returning size_t, for similar reasons.
	(my_strftime): If HAVE_STRFTIME, use underlying strftime to handle
	locale-dependent formats like %a and %Ec.

1997-11-02  Paul Eggert  <eggert@twinsun.com>

	* strftime.c (memcpy_lowcase, memcpy_uppcase, strftime):
	Ensure that args to islower and isupper are valid unsigned
	chars, even if char is signed.

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

	* assert/Makefile (headers): Add assert.h, necessary after patch
	to Makefiles.
	* ctype/Makefile (headers): Likewise.
	* pwd/Makefile (headers): Likewise.
	* grp/Makefile (headers): Likewise.
	Patch by NIIBE Yutaka <gniibe@mri.co.jp>.

1997-11-04 03:08  Ulrich Drepper  <drepper@cygnus.com>

	* glibcbug.in: Add information about configured target.
	Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.

	* elf/dl-lookup.c (_dl_lookup_versioned_symbol): Be prepared for
	empty string as `reference_name' parameter.
	* elf/rtld.c: Don't set real program name in l_name of main object.

	* manual/creature.texi: Apply Paul Eggert's patch for better
	_POSIX_C_SOURCE description.

	* stdlib/strfmon.c: Fix numerous bugs in formatting.

	* time/strptime.c [%Y]: Treat all years, not only those which fit
	in time_t.
	[%Oy]: Really store value.
	Patches by Paul Eggert.

	* wcsmbs/wchar.h: Fix documentation bugs.  Declare wcsdup only
	is __USE_GNU.

1997-11-03 02:48  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/generic/bits/errno.h: Remove all error definitions.  This
	is only meant as a stub.

1997-10-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/standalone/bits/errno.h: Copied from
	sysdeps/generic/bits/errno.h and added all know error codes that
	are used in glibc.

1997-11-03 02:23  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/generic/make_siglist.c: Add comment to clarify use and
	make sure the correct _NSIG value is used.
	Patch by Klaus Espenlaub <kespenla@student.informatik.uni-ulm.de>.

1997-11-03 00:20  Ulrich Drepper  <drepper@cygnus.com>

	* intl/localealias.c (read_alias_file): Correct handling of line
	reader which sometimes skipped complete lines (PR 205).
	Optimize a bit by using mempcpy.

1997-11-02 16:59  Philipp Thomas  <kthomas@gwdg.de>

	* intl/localealias.c (read_alias_file): Correctly set map[].value
	instead of overwriting map[].alias

1997-11-02 15:32  Ulrich Drepper  <drepper@cygnus.com>

	* libc.map: Add _IO_flockfile and _IO_funlockfile.
	Suggested by H.J. Lu <hjl@lucon.org>.

1997-11-02 15:17  Ulrich Drepper  <drepper@cygnus.com>

	* elf/dl-error.c (_dl_signal_error): Use _strerror_internal instead
	of strerror.
	* assert/assert-perr.c: Use _strerror_internal directly instead of
	__strerror_r.
	Suggested by Joe Keane <jgk@jgk.org>.

1997-11-01 16:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* configure.in: Check for gcc-2.7.2 -pipe bug and hack around it
	(PR 245).

1997-11-01  Paul Eggert  <eggert@twinsun.com>

	* time/strptime.c (strptime_internal): Fix bug: %Oy forgot to
	assign tm_year.  Do not restrict %Y to years less than 2037 even
	on 32-bit time_t hosts, as strptime returns an int tm_year, not a
	time_t, and it's possible for programs to use the year without
	having to use time_t.

	non-directories in the list (PR 203).
1997-11-04 03:00:40 +00:00
..
sys Update. 1997-06-21 02:59:26 +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-11 12:09:10 +00:00
README Update. 1997-10-12 04:05:44 +00:00
africa Update. 1997-10-12 04:05:44 +00:00
antarctica Update. 1997-03-31 22:56:24 +00:00
ap.c update from main archive 960105 1997-01-06 22:07:28 +00:00
asctime.c Update. 1997-07-06 22:02:42 +00:00
asia Update. 1997-07-19 21:18:32 +00:00
australasia Update. 1997-07-19 21:18:32 +00:00
backward Tue Jan 30 13:32:05 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-31 10:00:24 +00:00
checktab.awk Use POSIX version of version.c. 1996-09-12 18:29:32 +00:00
clocktest.c Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-06-02 18:50:07 +00:00
ctime.c update from main archive 961217 1996-12-18 03:23:47 +00:00
ctime_r.c update from main archive 961203 1996-12-04 01:41:39 +00:00
date.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
difftime.c update from main archive 970101 1997-01-01 15:28:18 +00:00
dysize.c update from main archive 970120 1997-01-21 06:10:42 +00:00
etcetera update from main archive 961126 1996-11-27 06:13:15 +00:00
europe Update. 1997-09-05 01:43:20 +00:00
factory initial import 1995-02-18 01:27:10 +00:00
getdate.c Update. 1997-07-19 21:18:32 +00:00
gmtime.c Update. 1997-09-11 12:09:10 +00:00
ialloc.c Update. 1997-03-08 05:28:20 +00:00
iso3166.tab Update. 1997-09-05 01:43:20 +00:00
leapseconds update from main archive 970304 1997-03-04 05:53:28 +00:00
localtime.c Update. 1997-09-11 12:09:10 +00:00
mktime.c Update. 1997-09-11 12:09:10 +00:00
northamerica Update. 1997-09-05 01:43:20 +00:00
offtime.c Update. 1997-09-11 12:09:10 +00:00
pacificnew update from 961105, second try 1996-11-07 01:35:04 +00:00
private.h Update. 1997-07-19 21:18:32 +00:00
scheck.c Update. 1997-07-19 21:18:32 +00:00
simplebackw update from main archive 970118 1997-01-19 04:54:28 +00:00
solar87 Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-11 10:00:22 +00:00
solar88 Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-11 10:00:22 +00:00
solar89 Fri Apr 19 00:49:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-20 00:05:25 +00:00
southamerica Update. 1997-09-05 01:43:20 +00:00
strftime.c Update. 1997-11-04 03:00:40 +00:00
strptime.c Update. 1997-11-04 03:00:40 +00:00
systemv initial import 1995-02-18 01:27:10 +00:00
test-tz.c update from main archive 970118 1997-01-19 04:54:28 +00:00
test_time.args initial import 1995-02-18 01:27:10 +00:00
test_time.c update from main archive 970218 1997-02-19 04:43:53 +00:00
time.h Update. 1997-09-30 17:10:40 +00:00
timegm.c update from main archive 970120 1997-01-21 06:10:42 +00:00
tzfile.c Update. 1997-10-29 20:33:40 +00:00
tzfile.h update from 961105, second try 1996-11-07 01:35:04 +00:00
tzselect.ksh Update. 1997-03-08 05:28:20 +00:00
tzset.c Update. 1997-10-31 22:55:02 +00:00
yearistype * time/africa, time/asia, time/europe, time/northamerica, 1995-09-21 16:21:49 +00:00
zdump.c Update. 1997-03-08 05:28:20 +00:00
zic.c Update. 1997-05-21 01:48:59 +00:00
zone.tab Update. 1997-09-05 01:43:20 +00:00

README

The files
	zic.c zdump.c ialloc.c scheck.c tzfile.h
	private.h tzselect.ksh checktab.awk
come from the tzcode1997g package by Arthur David Olson et.al.

The files
	africa antarctica asia australasia europe
	northamerica southamerica pacificnew etcetera factory
	backward systemv solar87 solar88 solar89
	iso3166.tab zone.tab leapseconds yearistype
come from the tzdata1997i package by Arthur David Olson et.al.

These packages may be found at ftp://elsie.nci.nih.gov/pub/.  Commentary
should be addressed to tz@elsie.nci.nih.gov.