|
89f2b489
|
2000-08-07T15:48:18
|
|
back out Copyright date changes for files with no changes year
|
|
d349992d
|
2000-07-09T07:22:43
|
|
update copyright date
|
|
b0aca2f6
|
1999-02-17T14:58:41
|
|
tweak comment
|
|
f979eb04
|
1999-02-16T21:35:48
|
|
new version from Uli
|
|
7f20e762
|
1999-01-19T04:47:24
|
|
(__mktime_internal): Adopt the traditional (and
problematic) notion of what to do when tm_isdst doesn't match.
From Paul Eggert.
|
|
cf42d3e5
|
1998-12-07T03:12:10
|
|
ansideclify
|
|
d37eda27
|
1998-10-18T14:08:35
|
|
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.
* mktime.c (__EXTENSIONS__, HAVE_LOCALTIME_R): Remove.
(my_mktime_localtime_r): Renamed from localtime_r; all uses changed.
Base it on localtime unless _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.
|
|
599729fb
|
1998-10-12T02:00:59
|
|
(_REENTRANT): Define again -- linux-2.0.33 needs it.
|
|
a5382999
|
1998-10-11T23:03:41
|
|
(__mktime_internal): When the requested time falls
in a spring-forward gap of size DT, return a time that is DT
away from the requested time, preferring a time whose tm_isdst
differs from the requested value. Bump the max number of
probes from 4 to 6 to account for the extra probes needed to
discover a spring-forward gap in the worst case.
|
|
c5da3fd9
|
1998-10-08T12:19:48
|
|
(my_mktime_localtime_r): Renamed from localtime_r.
Define also if HAVE_LOCALTIME_R && defined (localtime_r), with
a body that merely expands localtime_r; this works around a
bug in Digital Unix 4.0A and 4.0D.
|
|
0eeff3be
|
1998-04-12T15:16:37
|
|
.
|
|
96462d30
|
1998-04-12T09:39:30
|
|
(TYPE_MAXIMUM): Update from system.h.
|
|
9300fc8b
|
1998-02-24T23:19:13
|
|
add comment
|
|
bfd921d6
|
1998-01-23T22:02:54
|
|
(__mktime_internal): Work around bug in Irix4.0.5's
C compiler. From Kaveh Ghazi.
(TYPE_MINIMUM): Define.
(TYPE_MAXIMUM): Define.
(TIME_T_MIN): Use TYPE_MINIMUM.
(TIME_T_MAX): Use TYPE_MAXIMUM.
|
|
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.
|
|
89b2adc0
|
1997-09-17T12:46:45
|
|
update from FSF .../copies
|
|
068f1a3a
|
1997-03-14T03:28:09
|
|
(TIME_T_MIN): Work around a bug in Cray C 5.0.3.0.
|
|
77d822a7
|
1997-02-21T02:16:54
|
|
update from FSF
|
|
1631b5c0
|
1996-11-05T04:22:40
|
|
Fix copyright.
|
|
6d8337bf
|
1996-07-15T03:36:16
|
|
update FSF address in copyright
|
|
870b659d
|
1995-11-03T19:56:08
|
|
New version from glibc.
|
|
2c5d56e2
|
1994-09-27T22:02:08
|
|
merge with 1.10n2
|
|
c9aad3a0
|
1994-08-19T22:42:32
|
|
merge with 1.10g
|
|
8965f456
|
1994-07-26T04:06:26
|
|
merge with 1.10f
|
|
6a75c0b2
|
1994-02-12T17:23:51
|
|
merge with 1.9.2i
|
|
43e78b97
|
1992-11-01T05:44:30
|
|
Initial revision
|