summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/localtime.c
Commit message (Expand)AuthorAgeFilesLines
* Do not guarantee an overflow of tm_year when doing the binary search inpeter2002-12-051-0/+6
* Replace rev 1.33 with a real fix. The problem was integer overflowspeter2002-12-021-8/+2
* Fix a nasty bug exposed by mktime() when time_t is significantly biggerpeter2002-09-031-0/+6
* Remove use of __P() (actually P()) from code now that it's no longeralfred2002-05-281-38/+38
* Fix fd leak. Threads people: does the call above to `access' need to bewollman2002-05-031-1/+3
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove 'register' keyword.obrien2002-03-211-73/+73
* Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenderswollman2001-06-051-1/+3
* Don't depend on lcl_mutex being a recursive mutex.tegge2001-02-151-5/+5
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-108/+76
* Temporary cosmetic change to prevent gcc-2.95.2 from doing ancracauer2000-03-081-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-3/+5
* Merge from vendor branch: timezone file structure changes and doco.wollman1999-01-211-1/+1
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.dt1999-01-041-6/+4
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-2/+7
* Add a #ifdef _THREAD_SAFE around ctime_rphk1998-04-201-0/+2
* ctime_r and asctime_r are not implemented.phk1998-04-191-0/+9
* Change in name of the static initializer define.jb1998-04-041-4/+4
* Submitted by: Jeremy Allison (jallison@whistle.com)julian1998-02-181-3/+5
* Back out 1.14 until I reproduce trouble reportsimp1997-03-251-4/+2
* Don't open the tz file if we're running setuid or setgid to prevent infomrationimp1997-03-241-2/+4
* Submitted by: John Birrelljulian1997-02-051-5/+3
* When attempting to load a `lastditch' timezone (e.g., because the loadwollman1997-01-131-7/+8
* Parameters for localtime_r() and gmtime_r() definitions changed.hsu1996-11-111-8/+8
* Require that a timezone specified via the TZ envariable be a regularwollman1996-10-091-1/+7
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-4/+8
* Merge the recently-imported tzcode96h distribution (libc portion). Thewollman1996-07-181-56/+59
* Removed false copyrights...scrappy1996-05-271-34/+0
* Added in appropriate Berkeley copyright and RCS Id: stringscrappy1996-05-271-0/+36
* Reviewed by: julian and (hsu?)julian1996-01-221-1/+129
* The European Commission went out and invented a new sort of summer-timewollman1995-08-051-129/+211
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Port to FreeBSD. Not ready for inclusion in libc just yet, but herewollman1994-09-131-1/+1
* One more try, and if it doesn't work this time I'm giving up.wollman1994-09-131-1/+1
* The rest of tzcode94g from Arthur David Olson.wollman1994-09-131-0/+1530
OpenPOWER on IntegriCloud