1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 06:03:31 +02:00
Files
coreutils/lib
Jim Meyering 4fb556ee0e Don't invoke localtime_r or gmtime_r unless it's the GNU C
library's localtime_r and gmtime_r; there are too many buggy
	implementations of localtime_r and gmtime_r out there, and
	it's not worth keeping track of all the different bugs.

	* strftime.c (__EXTENSIONS__): Remove.
	(my_strftime_gmtime_r): Renamed from gmtime_r; all uses changed.
	(my_strftime_localtime_r): Renamed from localtime_r; all uses changed.
	Base them on localtime/gmtime if not _LIBC.
1998-10-18 14:09:48 +00:00
..
1998-09-06 22:53:59 +00:00
.
1998-08-14 14:09:05 +00:00
.
1998-08-14 14:09:05 +00:00
1998-08-16 15:26:20 +00:00
1998-03-19 22:17:43 +00:00
.
1998-09-29 03:12:27 +00:00
1998-09-19 13:11:23 +00:00
1998-10-02 14:31:24 +00:00
1998-09-17 13:48:20 +00:00
1998-08-11 01:52:38 +00:00
1998-08-07 12:54:51 +00:00