summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
2005-08-09Re-add the change from tzcode2005c, this time with an added boundsTodd C. Miller
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
2005-07-22- sync prototypes and header excerpts to realityJared Yanovich
2005-07-19update to tzcode2005kTodd C. Miller
2005-07-05fix formatting for -c;Jason McIntyre
2005-07-05Update to tzcode2005j.Todd C. Miller
2005-03-06Always remember to check snprintf return value for -1.Chad Loder
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
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
2003-10-13Updated from tzcode2003dTodd C. Miller
2003-10-06Update to tzcode2003c from elsie.nci.nih.govTodd C. Miller
2003-07-07- remove some unnecessary quotingJason McIntyre
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
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
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2003-03-18spelling typos/errorsDavid Krause
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
2003-01-07Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/)Todd C. Miller
2002-06-19Update license based on lite2 versionTodd C. Miller
2002-05-26oops, major oops; moritz@jodeit.orgTheo de Raadt
2002-05-25remaining easy snprintf conversionsTheo de Raadt
2002-05-12The %s and %+ conversions are also extensions.Todd C. Miller
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-04Minor updates from tzcode2002cTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-10-30correct realloc() misuseTheo de Raadt
2001-08-23Kill very odd use of __CONCAT: completely unneeded, obfuscated, andMarc Espie
2001-07-15Mention leap seconds as the reason for (00-61)Nathan Binkert
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-03-26cosmetic changes from tzcode2001aTodd C. Miller
2001-02-18fix typoTodd C. Miller
2001-01-08fix %p matching. checked by angelos. closes PR1612David Leonard
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell