Age | Commit message (Expand) | Author |
2003-07-07 | - remove some unnecessary quoting | Jason McIntyre |
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 |
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 |
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval |
2003-03-18 | spelling typos/errors | David Krause |
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 |
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 |
2001-10-30 | correct realloc() misuse | Theo de Raadt |
2001-08-23 | Kill very odd use of __CONCAT: completely unneeded, obfuscated, and | Marc Espie |
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 |
2001-01-08 | fix %p matching. checked by angelos. closes PR1612 | David Leonard |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-09-06 | Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/ | Todd C. Miller |
2000-08-22 | Add MLINKS for timelocal() and timegm(); pointed out by Theo. | Todd C. Miller |
2000-08-22 | Quickly describe timelocal() and timegm() and note that they are | Todd C. Miller |
2000-08-09 | More of the same. | Aaron Campbell |
2000-08-05 | pretty; ok millert | Theo de Raadt |
2000-04-16 | sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok | David Leonard |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-03-31 | Tell how to set the localtime link here too. | Todd C. Miller |
2000-03-30 | Reference /etc/localtime in FILES section. | Todd C. Miller |
2000-03-30 | Try a hard link before a soft one since we want hard links in | Todd C. Miller |
2000-03-30 | Make 'zic -l' actually work. I guess we all just do the symlink | Todd C. Miller |
2000-03-28 | tzfile(5) not tzfil(5) | Theo de Raadt |
2000-03-23 | *_r MLINKS | David Leonard |
2000-03-23 | asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@ | David Leonard |
2000-03-06 | Various mdoc fixups. | Aaron Campbell |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell |
2000-01-06 | _THREAD_PRIVATE_* macros changed | David Leonard |
1999-11-17 | Add missing MLINKs | Todd C. Miller |
1999-11-15 | typos | Theo de Raadt |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell |