Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-23 | remove tzset(3) from SYNOPSIS: it has its own man page; | Jason McIntyre | |
spotted by stevesk; ok otto | |||
2006-02-18 | Update to tzcode2006a; primarily just cast and const fixes. | Todd C. Miller | |
2005-08-09 | Re-add the change from tzcode2005c, this time with an added bounds | Todd C. Miller | |
check from Arthur David Olson that fixes a possible infinite loop. | |||
2005-08-09 | Back out a change from tzcode2005c that can cause an infinite loop in mktime(). | Todd C. Miller | |
2005-08-09 | Do not ignore return value of localsub() in localtime_r() | Todd C. Miller | |
2005-08-08 | zap remaining rcsid. | Marc Espie | |
Kill old files that are no longer compiled. okay theo | |||
2005-07-22 | - sync prototypes and header excerpts to reality | Jared Yanovich | |
- punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc | |||
2005-07-19 | update to tzcode2005k | Todd C. Miller | |
2005-07-05 | fix formatting for -c; | Jason McIntyre | |
ok millert@ | |||
2005-07-05 | Update to tzcode2005j. | Todd C. Miller | |
2005-03-06 | Always remember to check snprintf return value for -1. | Chad Loder | |
OK hshoexer, jsg, otto, krw | |||
2005-03-02 | Explicitly leave room for the NUL byte in {wday,mon}_name; Francois Perrad | Todd C. Miller | |
2004-10-28 | uses %ld, so pass the already present long instead of an int, should fix | Daniel Hartmeier | |
PR 3970. ok miod@, deraadt@ | |||
2004-10-19 | did not compile, sigh | Theo de Raadt | |
2004-10-18 | Update to tzcode2004e from elsie.nci.nih.gov | Todd C. Miller | |
2004-09-15 | signed vs unsigned char casting... | Theo de Raadt | |
2004-06-28 | merge in tzcode2004a | Todd C. Miller | |
2004-04-16 | more display/list fixes, and a little whitespace; | Jason McIntyre | |
2004-04-14 | Document %v. ok deraadt@ | Otto Moerbeek | |
2004-04-01 | sort options, correct SYNOPSIS, and sync usage(); | Jason McIntyre | |
2004-01-20 | Stop parsing the buffer after an appropriate number of digits; from NetBSD | Todd C. Miller | |
OK otto@ and miod@ | |||
2003-10-13 | Updated from tzcode2003d | Todd C. Miller | |
2003-10-06 | Update to tzcode2003c from elsie.nci.nih.gov | Todd C. Miller | |
Fixes a pasto and implements better int oflow checking (doesn't rely on unspecified behavior). | |||
2003-07-07 | - remove some unnecessary quoting | Jason McIntyre | |
- simplify a display - escape en-dashes - .Li Dq -> .Dq Li | |||
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | layout problems; jmc ok | Theo de Raadt | |
2003-05-07 | typos; | Jason McIntyre | |
2003-04-06 | string handling; ok millert | Theo de Raadt | |
2003-04-05 | fix typo, bad tdeval; pt out by emmf26@umr.edu | Peter Valchev | |
2003-04-05 | add a size parameter to doabbr(), and convert | Thierry Deval | |
strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@ | |||
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval | |
ok tedu@, hints by deraadt@ and millert@ | |||
2003-03-18 | spelling typos/errors | David Krause | |
ok miod@ jmc@ | |||
2003-03-17 | some small typos; | Jason McIntyre | |
2003-03-13 | a few more strlcy; ok from beck & ho | Theo de Raadt | |
2003-02-14 | license clarifications; arthur_david_olson@nih.gov | Todd C. Miller | |
2003-01-07 | Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/) | Todd C. Miller | |
2002-06-19 | Update license based on lite2 version | Todd C. Miller | |
2002-05-26 | oops, major oops; moritz@jodeit.org | Theo de Raadt | |
2002-05-25 | remaining easy snprintf conversions | Theo de Raadt | |
2002-05-12 | The %s and %+ conversions are also extensions. | Todd C. Miller | |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-04 | Minor updates from tzcode2002c | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-10-30 | correct realloc() misuse | Theo de Raadt | |
2001-08-23 | Kill very odd use of __CONCAT: completely unneeded, obfuscated, and | Marc Espie | |
not even ANSI (concatenation does not produce a valid token). Found out by heko@. | |||
2001-07-15 | Mention leap seconds as the reason for (00-61) | Nathan Binkert | |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
2001-03-26 | cosmetic changes from tzcode2001a | Todd C. Miller | |
2001-02-18 | fix typo | Todd C. Miller | |