summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Collapse)Author
2008-03-31Update to tzcode 2008a from elsie.nci.nih.govTodd C. Miller
2008-01-07update to tzcode2007k from elsie.nci.nih.govTodd C. Miller
2007-12-29update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIficationTodd C. Miller
2007-10-04update to tzcode2007h from elsie.nci.nih.govTodd C. Miller
2007-09-17Check snprintf(3) return value for error or truncation.Moritz Jodeit
Mostly path construction, where truncation could be bad. ok and input from deraadt@ millert@ ray@
2007-08-22Update to tzcode2007f grom elsie.nci.nih.gov; no actual code changesTodd C. Miller
2007-06-30Update to tzcode2007f from elsie.nci.nih.govTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-28- NOTES -> CAVEATSJason McIntyre
- use escapes for <>
2007-02-28use mdoc macros;Jason McIntyre
2007-02-28new sentence, new line;Jason McIntyre
2007-02-27Update to tzcode2007c from elsie.nci.nih.govTodd C. Miller
2007-02-07tweaks; ok millertJason McIntyre
2007-02-06Update to tzcode2007a. This adds support for 64bit time_t in caseTodd C. Miller
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@
2006-07-23remove tzset(3) from SYNOPSIS: it has its own man page;Jason McIntyre
spotted by stevesk; ok otto
2006-02-18Update to tzcode2006a; primarily just cast and const fixes.Todd C. Miller
2005-08-09Re-add the change from tzcode2005c, this time with an added boundsTodd C. Miller
check from Arthur David Olson that fixes a possible infinite loop.
2005-08-09Back out a change from tzcode2005c that can cause an infinite loop in mktime().Todd C. Miller
2005-08-09Do not ignore return value of localsub() in localtime_r()Todd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
Kill old files that are no longer compiled. okay theo
2005-07-22- sync prototypes and header excerpts to realityJared Yanovich
- punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc
2005-07-19update to tzcode2005kTodd C. Miller
2005-07-05fix formatting for -c;Jason McIntyre
ok millert@
2005-07-05Update to tzcode2005j.Todd C. Miller
2005-03-06Always remember to check snprintf return value for -1.Chad Loder
OK hshoexer, jsg, otto, krw
2005-03-02Explicitly leave room for the NUL byte in {wday,mon}_name; Francois PerradTodd C. Miller
2004-10-28uses %ld, so pass the already present long instead of an int, should fixDaniel Hartmeier
PR 3970. ok miod@, deraadt@
2004-10-19did not compile, sighTheo de Raadt
2004-10-18Update to tzcode2004e from elsie.nci.nih.govTodd C. Miller
2004-09-15signed vs unsigned char casting...Theo de Raadt
2004-06-28merge in tzcode2004aTodd C. Miller
2004-04-16more display/list fixes, and a little whitespace;Jason McIntyre
2004-04-14Document %v. ok deraadt@Otto Moerbeek
2004-04-01sort options, correct SYNOPSIS, and sync usage();Jason McIntyre
2004-01-20Stop parsing the buffer after an appropriate number of digits; from NetBSDTodd C. Miller
OK otto@ and miod@
2003-10-13Updated from tzcode2003dTodd C. Miller
2003-10-06Update to tzcode2003c from elsie.nci.nih.govTodd C. Miller
Fixes a pasto and implements better int oflow checking (doesn't rely on unspecified behavior).
2003-07-07- remove some unnecessary quotingJason McIntyre
- simplify a display - escape en-dashes - .Li Dq -> .Dq Li
2003-06-04mop up some more 3/4 license issuesTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-29layout problems; jmc okTheo de Raadt
2003-05-07typos;Jason McIntyre
2003-04-06string handling; ok millertTheo de Raadt
2003-04-05fix typo, bad tdeval; pt out by emmf26@umr.eduPeter Valchev
2003-04-05add a size parameter to doabbr(), and convertThierry Deval
strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
ok tedu@, hints by deraadt@ and millert@
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-17some small typos;Jason McIntyre
2003-03-13a few more strlcy; ok from beck & hoTheo de Raadt
2003-02-14license clarifications; arthur_david_olson@nih.govTodd C. Miller