Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mop up some more 3/4 license issues | 2003-06-04 | 1 | -6/+2 | ||
| | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | layout problems; jmc ok | 2003-05-29 | 1 | -2/+3 | ||
| | ||||||
* | typos; | 2003-05-07 | 3 | -12/+16 | ||
| | ||||||
* | string handling; ok millert | 2003-04-06 | 1 | -14/+21 | ||
| | ||||||
* | fix typo, bad tdeval; pt out by emmf26@umr.edu | 2003-04-05 | 1 | -2/+2 | ||
| | ||||||
* | add a size parameter to doabbr(), and convert | 2003-04-05 | 1 | -15/+21 | ||
| | | | | | strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@ | |||||
* | strcpy/strcat -> strlcpy/strlcat | 2003-04-05 | 1 | -3/+3 | ||
| | | | | ok tedu@, hints by deraadt@ and millert@ | |||||
* | spelling typos/errors | 2003-03-18 | 1 | -2/+2 | ||
| | | | | ok miod@ jmc@ | |||||
* | some small typos; | 2003-03-17 | 1 | -2/+2 | ||
| | ||||||
* | a few more strlcy; ok from beck & ho | 2003-03-13 | 3 | -11/+13 | ||
| | ||||||
* | license clarifications; arthur_david_olson@nih.gov | 2003-02-14 | 8 | -8/+36 | ||
| | ||||||
* | Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/) | 2003-01-07 | 2 | -31/+39 | ||
| | ||||||
* | Update license based on lite2 version | 2002-06-19 | 1 | -14/+30 | ||
| | ||||||
* | oops, major oops; moritz@jodeit.org | 2002-05-26 | 1 | -2/+3 | ||
| | ||||||
* | remaining easy snprintf conversions | 2002-05-25 | 1 | -9/+9 | ||
| | ||||||
* | The %s and %+ conversions are also extensions. | 2002-05-12 | 1 | -2/+4 | ||
| | ||||||
* | o) start new sentence on a new line; | 2002-05-01 | 1 | -2/+3 | ||
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||||
* | Minor updates from tzcode2002c | 2002-04-04 | 9 | -316/+481 | ||
| | ||||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | ||
| | ||||||
* | correct realloc() misuse | 2001-10-30 | 1 | -3/+9 | ||
| | ||||||
* | Kill very odd use of __CONCAT: completely unneeded, obfuscated, and | 2001-08-23 | 1 | -2/+2 | ||
| | | | | | | not even ANSI (concatenation does not produce a valid token). Found out by heko@. | |||||
* | Mention leap seconds as the reason for (00-61) | 2001-07-15 | 1 | -2/+4 | ||
| | ||||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | 2001-06-27 | 2 | -11/+9 | ||
| | ||||||
* | cosmetic changes from tzcode2001a | 2001-03-26 | 4 | -238/+329 | ||
| | ||||||
* | fix typo | 2001-02-18 | 1 | -2/+2 | ||
| | ||||||
* | fix %p matching. checked by angelos. closes PR1612 | 2001-01-08 | 1 | -5/+7 | ||
| | ||||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 4 | -41/+63 | ||
| | | | | breaks and getting rid of short lines, making these files easier to work with. | |||||
* | Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/ | 2000-09-06 | 6 | -37/+155 | ||
| | ||||||
* | Add MLINKS for timelocal() and timegm(); pointed out by Theo. | 2000-08-22 | 1 | -2/+3 | ||
| | ||||||
* | Quickly describe timelocal() and timegm() and note that they are | 2000-08-22 | 1 | -3/+23 | ||
| | | | | deprecated interfaces. | |||||
* | More of the same. | 2000-08-09 | 1 | -2/+3 | ||
| | ||||||
* | pretty; ok millert | 2000-08-05 | 1 | -2/+2 | ||
| | ||||||
* | sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok | 2000-04-16 | 11 | -174/+336 | ||
| | ||||||
* | Mostly punctuation fixes. | 2000-04-15 | 1 | -3/+2 | ||
| | ||||||
* | Tell how to set the localtime link here too. | 2000-03-31 | 1 | -2/+7 | ||
| | ||||||
* | Reference /etc/localtime in FILES section. | 2000-03-30 | 1 | -1/+3 | ||
| | ||||||
* | Try a hard link before a soft one since we want hard links in | 2000-03-30 | 1 | -4/+4 | ||
| | | | | the zoneinfo dir. | |||||
* | Make 'zic -l' actually work. I guess we all just do the symlink | 2000-03-30 | 1 | -14/+4 | ||
| | | | | by hand and thus never noticed. | |||||
* | tzfile(5) not tzfil(5) | 2000-03-28 | 1 | -2/+2 | ||
| | ||||||
* | *_r MLINKS | 2000-03-23 | 1 | -2/+3 | ||
| | ||||||
* | asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@ | 2000-03-23 | 1 | -2/+57 | ||
| | ||||||
* | Various mdoc fixups. | 2000-03-06 | 1 | -35/+36 | ||
| | ||||||
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At | 2000-03-04 | 2 | -9/+9 | ||
| | | | | least, this is the impression I get from looking at a lot of Perl docs. | |||||
* | _THREAD_PRIVATE_* macros changed | 2000-01-06 | 2 | -5/+5 | ||
| | ||||||
* | Add missing MLINKs | 1999-11-17 | 1 | -1/+2 | ||
| | ||||||
* | typos | 1999-11-15 | 1 | -2/+2 | ||
| | ||||||
* | - remove all trailing whitespace | 1999-07-09 | 6 | -40/+40 | ||
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||||
* | when using `-' as a negative sign, escape it with a backslash so troff knows | 1999-07-07 | 1 | -2/+2 | ||
| | | | | it's not supposed to be a hyphen/dash | |||||
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | 1999-07-07 | 3 | -6/+6 | ||
| | | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. |