summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-167-7/+7
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.Dmitrij Tejblum1999-01-042-13/+4
* Add STANDARDS section.Garrett Wollman1999-01-031-6/+37
* Fix grammar in the description of timegm() by totally rewriting it. RemoveGarrett Wollman1999-01-031-20/+29
* Added documenation for the existing implementation of asctime_r,Wes Peters1998-12-201-0/+35
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-162-4/+9
* Change return type of strptime from const char* to char*.Dmitrij Tejblum1998-09-122-5/+5
* Fixed printf format errors. Don't assume so many things about time_t.Bruce Evans1998-06-301-20/+16
* Fix grammar, "null" -> "NUL"Daniel O'Callaghan1998-06-101-5/+5
* Remove 'of type long' from a sentence talking about four 4-byte valuesJohn Birrell1998-05-101-2/+1
* Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution andAndrey A. Chernov1998-04-251-0/+7
* Add a #ifdef _THREAD_SAFE around ctime_rPoul-Henning Kamp1998-04-201-0/+2
* Describe timegm()Andrey A. Chernov1998-04-202-5/+16
* ctime_r and asctime_r are not implemented.Poul-Henning Kamp1998-04-192-3/+21
* Change in name of the static initializer define.John Birrell1998-04-041-4/+4
* Submitted by: Jeremy Allison (jallison@whistle.com)Julian Elischer1998-02-181-3/+5
* Typo.Wolfgang Helbig1997-10-261-1/+1
* Sorted lists.Bruce Evans1997-10-211-4/+3
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-5/+4
* Merged in better support of ISO 8601 from elsie.nci.nih.gov.Wolfgang Helbig1997-10-032-62/+118
* environmental -> environment.Philippe Charnier1997-09-181-1/+1
* Add unsigned char cast to all ctype callsAndrey A. Chernov1997-08-131-27/+27
* Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-097-495/+646
* Clean import of strptime(3) onto a vendor branch.Joerg Wunsch1997-08-091-0/+358
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.Eivind Eklund1997-05-191-2/+2
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-1/+6
* Fixed wording of previous change.Bruce Evans1997-03-311-1/+1
* Revert my last few changes. They were bogus. Replaced them withWarner Losh1997-03-311-14/+4
* Back out 1.14 until I reproduce trouble reportsWarner Losh1997-03-251-4/+2
* Don't open the tz file if we're running setuid or setgid to prevent infomrationWarner Losh1997-03-241-2/+4
* Use .Sq Li \&\e0 rather than NUL to describe the character with no bitsWarner Losh1997-03-031-3/+7
* Pendantic change of null to NUL. Also warn that this function does notWarner Losh1997-03-021-3/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Include "setlocale.h" for _PathLocale like other parts already didAndrey A. Chernov1997-02-071-3/+2
* Submitted by: John BirrellJulian Elischer1997-02-051-5/+3
* Update the comment why range checking is not neededAndrey A. Chernov1997-02-051-1/+1
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* When attempting to load a `lastditch' timezone (e.g., because the loadGarrett Wollman1997-01-131-7/+8
* Add comment that range checking is already done at upper levelAndrey A. Chernov1996-12-281-1/+2
* Move PATH_LOCALE handling to setlocale.c, simplify locale path building,Andrey A. Chernov1996-11-261-10/+9
* Parameters for localtime_r() and gmtime_r() definitions changed.Jeffrey Hsu1996-11-111-8/+8
* Require that a timezone specified via the TZ envariable be a regularGarrett Wollman1996-10-091-1/+7
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-4/+8
* Revert to old version of strftime.c; the new one doesn't work right.Garrett Wollman1996-07-191-110/+78
* Merge the recently-imported tzcode96h distribution (libc portion). TheGarrett Wollman1996-07-186-193/+254
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+1
* Removed false copyrights...Marc G. Fournier1996-05-276-173/+1
* Added in appropriate Berkeley copyright and RCS Id: stringMarc G. Fournier1996-05-276-1/+182
* Convert the time2posix man page to mdoc format. This stillMike Pritchard1996-05-011-49/+45