summaryrefslogtreecommitdiffstats
path: root/lib/libc/time (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - sync prototypes and header excerpts to realityjaredy2005-07-224-34/+38
| | | | | | | - punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc
* update to tzcode2005kmillert2005-07-194-17/+16
|
* fix formatting for -c;jmc2005-07-051-9/+9
| | | | ok millert@
* Update to tzcode2005j.millert2005-07-0515-486/+1041
|
* Always remember to check snprintf return value for -1.cloder2005-03-061-2/+2
| | | | OK hshoexer, jsg, otto, krw
* Explicitly leave room for the NUL byte in {wday,mon}_name; Francois Perradmillert2005-03-021-3/+3
|
* uses %ld, so pass the already present long instead of an int, should fixdhartmei2004-10-281-2/+2
| | | | PR 3970. ok miod@, deraadt@
* did not compile, sighderaadt2004-10-191-1/+2
|
* Update to tzcode2004e from elsie.nci.nih.govmillert2004-10-187-191/+438
|
* signed vs unsigned char casting...deraadt2004-09-151-2/+2
|
* merge in tzcode2004amillert2004-06-286-29/+145
|
* more display/list fixes, and a little whitespace;jmc2004-04-161-2/+1
|
* Document %v. ok deraadt@otto2004-04-141-1/+5
|
* sort options, correct SYNOPSIS, and sync usage();jmc2004-04-014-23/+22
|
* Stop parsing the buffer after an appropriate number of digits; from NetBSDmillert2004-01-201-22/+19
| | | | OK otto@ and miod@
* Updated from tzcode2003dmillert2003-10-131-30/+33
|
* Update to tzcode2003c from elsie.nci.nih.govmillert2003-10-067-73/+124
| | | | | Fixes a pasto and implements better int oflow checking (doesn't rely on unspecified behavior).
* - remove some unnecessary quotingjmc2003-07-071-20/+17
| | | | | | - simplify a display - escape en-dashes - .Li Dq -> .Dq Li
* mop up some more 3/4 license issuesderaadt2003-06-041-6/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* layout problems; jmc okderaadt2003-05-291-2/+3
|
* typos;jmc2003-05-073-12/+16
|
* string handling; ok millertderaadt2003-04-061-14/+21
|
* fix typo, bad tdeval; pt out by emmf26@umr.edupvalchev2003-04-051-2/+2
|
* add a size parameter to doabbr(), and converttdeval2003-04-051-15/+21
| | | | | strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@
* strcpy/strcat -> strlcpy/strlcattdeval2003-04-051-3/+3
| | | | ok tedu@, hints by deraadt@ and millert@
* spelling typos/errorsdavid2003-03-181-2/+2
| | | | ok miod@ jmc@
* some small typos;jmc2003-03-171-2/+2
|
* a few more strlcy; ok from beck & hoderaadt2003-03-133-11/+13
|
* license clarifications; arthur_david_olson@nih.govmillert2003-02-148-8/+36
|
* Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/)millert2003-01-072-31/+39
|
* Update license based on lite2 versionmillert2002-06-191-14/+30
|
* oops, major oops; moritz@jodeit.orgderaadt2002-05-261-2/+3
|
* remaining easy snprintf conversionsderaadt2002-05-251-9/+9
|
* The %s and %+ conversions are also extensions.millert2002-05-121-2/+4
|
* o) start new sentence on a new line;mpech2002-05-011-2/+3
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Minor updates from tzcode2002cmillert2002-04-049-316/+481
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
|
* correct realloc() misusederaadt2001-10-301-3/+9
|
* Kill very odd use of __CONCAT: completely unneeded, obfuscated, andespie2001-08-231-2/+2
| | | | | | not even ANSI (concatenation does not produce a valid token). Found out by heko@.
* Mention leap seconds as the reason for (00-61)nate2001-07-151-2/+4
|
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-272-11/+9
|
* cosmetic changes from tzcode2001amillert2001-03-264-238/+329
|
* fix typomillert2001-02-181-2/+2
|
* fix %p matching. checked by angelos. closes PR1612d2001-01-081-5/+7
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-184-41/+63
| | | | breaks and getting rid of short lines, making these files easier to work with.
* Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/millert2000-09-066-37/+155
|
* Add MLINKS for timelocal() and timegm(); pointed out by Theo.millert2000-08-221-2/+3
|
* Quickly describe timelocal() and timegm() and note that they aremillert2000-08-221-3/+23
| | | | deprecated interfaces.
* More of the same.aaron2000-08-091-2/+3
|