|
6dca64d7
|
1999-04-06T14:22:06
|
|
Update from master source in libc, removing %f.
|
|
cf42d3e5
|
1998-12-07T03:12:10
|
|
ansideclify
|
|
26119e04
|
1998-10-18T14:09:48
|
|
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.
|
|
6579bcf6
|
1998-10-18T01:10:21
|
|
Declare localtime_r if necessary.
|
|
184e8608
|
1998-10-17T12:39:30
|
|
Some systems require <unistd.h> to be included before <time.h> for
localtime_r to be declared properly.
|
|
732c30c0
|
1998-09-27T12:45:33
|
|
(my_strftime): Update from FSF.
|
|
140b7a20
|
1998-04-28T12:19:53
|
|
tweak from FSF
|
|
fd396561
|
1997-11-18T03:32:00
|
|
(_REENTRANT): #define, as some hosts need this to declare localtime_r properly.
From Paul Eggert.
|
|
1873f591
|
1997-11-13T13:22:54
|
|
Update from FSF.
|
|
2670a464
|
1997-10-22T14:06:16
|
|
update from FSF
|
|
b0c278e7
|
1997-05-28T12:19:28
|
|
correct/normalize indentation in cpp directives
|
|
819c5a82
|
1997-05-28T12:01:33
|
|
update from FSF
|
|
1f662bb3
|
1997-01-23T02:23:44
|
|
revert last change
|
|
a77b1b10
|
1997-01-22T23:23:04
|
|
[strftime]: Add parameters to macro definition. From Drepper.
|
|
cd9581e9
|
1997-01-22T22:43:15
|
|
(_strftime_copytm): New function, to work around Solaris 2.5 tzset bug.
From Paul Eggert.
|
|
5760692e
|
1996-12-21T13:51:26
|
|
update from GNU libc
|
|
3494f0f1
|
1996-12-21T01:40:43
|
|
Update from GNU libc.
|
|
4b249620
|
1996-12-18T16:56:46
|
|
run cpp-indent
|
|
7182a44e
|
1996-12-18T16:54:48
|
|
another new version ...
|
|
478d5850
|
1996-12-18T00:21:38
|
|
Update from GNU libc.
|
|
e34035c2
|
1996-12-10T03:17:01
|
|
add a space
|
|
e0dd89ba
|
1996-12-10T03:16:36
|
|
revert last change.
|
|
3a944dc2
|
1996-12-10T02:46:42
|
|
[HAVE_TZNAME || defined __LIBC]: Declare tzname.
|
|
db112fc7
|
1996-12-09T13:02:21
|
|
[HAVE_TZNAME]: Declare tzname.
Patch from Karl Heuer.
|
|
2b7805a3
|
1996-12-07T18:52:54
|
|
(strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert.
|
|
3b3231a0
|
1996-12-01T04:08:17
|
|
Update from GNU libc.
|
|
1631b5c0
|
1996-11-05T04:22:40
|
|
Fix copyright.
|
|
7eed8715
|
1996-10-10T02:56:10
|
|
(strftime): Accommodate the broken C compiler
that comes with SunOS -- don't initialize aggregates in decls of
automatic variables. Reported by Kaveh Ghazi.
|
|
afabd949
|
1996-09-17T04:13:22
|
|
(strftime): New version, from GNU libc.
|
|
a269665d
|
1996-09-06T03:18:46
|
|
revert last change
|
|
14bfc49e
|
1996-09-06T03:12:04
|
|
New version from glibc.
|
|
2d46f4b5
|
1996-08-17T05:15:44
|
|
Update from GNU libc -- this adds back %z and %s
formats and reverts to old behavior where unrecognized format like
%E is treated as eqivalent to `E'.
|
|
7e6585ee
|
1996-07-30T05:33:30
|
|
Update from GNU libc master.
|
|
81f8f912
|
1996-07-17T05:29:47
|
|
Use `;' instead of (void)0.
|
|
5f3cca13
|
1996-07-16T05:08:29
|
|
Use `(void)0' as second arg to add macro.
Omitting that second arg made some HPUX C compiler report an error.
From Kaveh R. Ghazi.
|
|
6ff53d6b
|
1996-07-16T04:58:04
|
|
Update from FSF.
|
|
783c1624
|
1996-07-15T03:56:06
|
|
indent cpp-directives
|
|
22cc65ba
|
1996-05-07T03:41:17
|
|
Update from GNU libc.
|
|
d404226c
|
1996-04-08T04:53:54
|
|
(mon_week_ISO): New function to implement new %V format.
(sun_week): Make TM parameter `const'.
(mon_week): Likewise.
(mon_week): Rewrite to correctly implement %W format..
|
|
921fc8c5
|
1996-04-05T23:33:09
|
|
(sun_week): Make %U work properly.
Before, `date -d '1 Jan 1995' +%U' output `00'. Now it prints `01'.
|
|
1fb67422
|
1996-02-16T03:30:58
|
|
.
|
|
b9cb28b8
|
1996-02-01T05:40:32
|
|
(add_num_tz): New function.
(strftime): Handle new %z format.
From H. Peter Anvin (hpa@storm.net).
Don't use local, LENGTH, before it's defined.
|
|
8f16c54c
|
1994-09-27T20:52:18
|
|
merge with 1.10n1
|
|
adcba7b5
|
1994-09-25T03:12:51
|
|
merge with 1.10n
|
|
94c2b308
|
1993-12-29T04:40:34
|
|
merge with 1.9.2b
|
|
33ca528b
|
1993-12-23T00:38:42
|
|
merge with 1.9.2a
|
|
23dd0807
|
1993-12-23T00:08:30
|
|
.
|
|
10074829
|
1993-10-12T14:49:15
|
|
merge with 1.8.1d
|
|
cd47583b
|
1993-10-04T21:20:39
|
|
merge with 1.8.1a
|
|
65eb9052
|
1993-09-08T18:23:16
|
|
merge with 1.8.1 + partial --version and --help
|
|
29e59276
|
1992-11-12T04:13:46
|
|
Make tables static and const when possible.
getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static.
|
|
43e78b97
|
1992-11-01T05:44:30
|
|
Initial revision
|