summaryrefslogtreecommitdiffstats
path: root/lib/libc/time (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to tzcode2010m from elsie.nci.nih.govmillert2010-09-271-1/+47
|
* update to tzcode2010k from elsie.nci.nih.gov; OK miod@millert2010-08-2316-105/+233
|
* clarify that strptime reads, not writes, strings when handling %%.tedu2010-04-121-3/+3
| | | | ok deraadt jmc
* blank lines not allowed outside literal context;schwarze2010-01-031-4/+4
| | | | | syntax errors found by mandoc(1), also required to fix the mandoc build; ok jmc@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* maxzis -> maxsize; from Han Boetesjmc2009-09-091-3/+3
|
* Pass a pointer to warn2 so the warn2 == IN_ALL would not be anmillert2008-10-311-2/+2
| | | | always-false condition. From FreeBSD (delphij).
* Reword description of tm_zone and tm_gmtoff fieldsguenther2008-10-231-6/+10
| | | | Prompted by millert@; ok millert@ jmc@
* Document that strptime doesn't set the dst flag.millert2008-10-191-2/+15
| | | | Based on a diff from Mark Bucc. OK jmc@
* update to tzcode2008g from elsie.nci.nih.govmillert2008-10-061-6/+6
|
* Update to tzcode2008e from elsie.nci.nih.govmillert2008-07-281-4/+7
|
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Update to tzcode 2008a from elsie.nci.nih.govmillert2008-03-312-14/+21
|
* update to tzcode2007k from elsie.nci.nih.govmillert2008-01-076-115/+100
|
* update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIficationmillert2007-12-296-258/+207
|
* update to tzcode2007h from elsie.nci.nih.govmillert2007-10-041-2/+2
|
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-3/+8
| | | | | | Mostly path construction, where truncation could be bad. ok and input from deraadt@ millert@ ray@
* Update to tzcode2007f grom elsie.nci.nih.gov; no actual code changesmillert2007-08-222-10/+35
|
* Update to tzcode2007f from elsie.nci.nih.govmillert2007-06-308-44/+110
|
* convert to new .Dd format;jmc2007-05-318-16/+16
|
* - NOTES -> CAVEATSjmc2007-02-281-19/+19
| | | | - use escapes for <>
* use mdoc macros;jmc2007-02-281-57/+38
|
* new sentence, new line;jmc2007-02-281-20/+25
|
* Update to tzcode2007c from elsie.nci.nih.govmillert2007-02-273-11/+79
|
* tweaks; ok millertjmc2007-02-071-4/+4
|
* Update to tzcode2007a. This adds support for 64bit time_t in casemillert2007-02-0618-400/+1090
| | | | | | | | | we need it in the future. All of our platforms currently have 32bit time_t types. This also extends the timezone data file format to support both 32bit and 64bit data. The 64bit data is located after the 32bit data so binaries linked with the older tzcode simply won't look at it. A version field in the file header is used to determine whether the data file is the old or extended format. OK miod@
* remove tzset(3) from SYNOPSIS: it has its own man page;jmc2006-07-231-4/+2
| | | | spotted by stevesk; ok otto
* Update to tzcode2006a; primarily just cast and const fixes.millert2006-02-1814-204/+285
|
* Re-add the change from tzcode2005c, this time with an added boundsmillert2005-08-091-20/+46
| | | | check from Arthur David Olson that fixes a possible infinite loop.
* Back out a change from tzcode2005c that can cause an infinite loop in mktime().millert2005-08-091-42/+20
|
* Do not ignore return value of localsub() in localtime_r()millert2005-08-091-2/+2
|
* zap remaining rcsid.espie2005-08-089-44/+9
| | | | | | Kill old files that are no longer compiled. okay theo
* - 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