Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new sentence, new line; | 2016-02-08 | 1 | -2/+3 | |
| | |||||
* | mention mktime, since that is where struct tm is described. ok schwarze | 2016-02-08 | 1 | -2/+4 | |
| | |||||
* | Use .Rv where appropriate, and move it to RETURN VALUES; | 2015-01-29 | 1 | -11/+11 | |
| | | | | | remove .Tn, and a few minor macro adjustments. Patch from Kaspars at Bankovskis dot net. | ||||
* | obvious cases of missing .An; | 2014-09-08 | 1 | -3/+4 | |
| | | | | | found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes | ||||
* | Update C standard reference to C99 and document HISTORY and AUTHORS; | 2014-01-24 | 1 | -5/+24 | |
| | | | | using input from millert@, reminded by and ok jmc@ | ||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | Fix verbiage to make it clear that on success the return value of | 2013-01-05 | 1 | -3/+3 | |
| | | | | | | strftime() is the number of characters printed. POSIX verbiage verified by jmc@, ok jmc@. | ||||
* | Update to tzcode2012f. Now that tzcode is in git there are no moe | 2012-09-13 | 1 | -3/+2 | |
| | | | | SCCS ids. No actual code changes. | ||||
* | Update to tzcode2012a from munnari.oz.au | 2012-03-01 | 1 | -3/+3 | |
| | |||||
* | after some thought, i think it unlikely that we will need to specify | 2011-09-16 | 1 | -4/+4 | |
| | | | | | | | | | | a revision number for ISO 8601; in addition, the revision number makes the text unwieldy when discussing the standard in a casual manner. therefore change the macro from -8601-4 to simply -8601, which will output "ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc. discussed with/ok millert | ||||
* | use .St here for ISO 8601 references; ok millert | 2011-09-16 | 1 | -5/+11 | |
| | |||||
* | only one leap second is permitted, not two; from guenther | 2011-08-31 | 1 | -5/+5 | |
| | |||||
* | update to tzcode2010k from elsie.nci.nih.gov; OK miod@ | 2010-08-23 | 1 | -3/+3 | |
| | |||||
* | maxzis -> maxsize; from Han Boetes | 2009-09-09 | 1 | -3/+3 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Update to tzcode2007a. This adds support for 64bit time_t in case | 2007-02-06 | 1 | -2/+2 | |
| | | | | | | | | | 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@ | ||||
* | - sync prototypes and header excerpts to reality | 2005-07-22 | 1 | -20/+20 | |
| | | | | | | | - punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc | ||||
* | Document %v. ok deraadt@ | 2004-04-14 | 1 | -1/+5 | |
| | |||||
* | 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. | ||||
* | spelling typos/errors | 2003-03-18 | 1 | -2/+2 | |
| | | | | ok miod@ jmc@ | ||||
* | some small typos; | 2003-03-17 | 1 | -2/+2 | |
| | |||||
* | 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 | ||||
* | Mention leap seconds as the reason for (00-61) | 2001-07-15 | 1 | -2/+4 | |
| | |||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 1 | -10/+14 | |
| | | | | 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 | 1 | -4/+15 | |
| | |||||
* | sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok | 2000-04-16 | 1 | -20/+21 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 1 | -4/+4 | |
| | | | | | | | | | | * 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... | ||||
* | .Dd should not be given abbreviated month names | 1999-07-02 | 1 | -2/+2 | |
| | |||||
* | kill some old macros | 1999-05-25 | 1 | -2/+2 | |
| | |||||
* | include blurb about ISO 8601 dates straight from strftime.c | 1999-01-04 | 1 | -1/+12 | |
| | |||||
* | Always NUL terminate buf even if there was not enough space to | 1998-07-06 | 1 | -1/+11 | |
| | | | | | | | write the whole time string. XPG4.2 says "the contents of the array are indeterminate" in this case so this is allowed, though obviously you can't rely on this behavior if you care about portability... | ||||
* | spelling | 1998-06-10 | 1 | -3/+3 | |
| | |||||
* | use [,] range specs; kleink | 1998-02-15 | 1 | -19/+19 | |
| | |||||
* | Xr | 1998-02-05 | 1 | -1/+2 | |
| | |||||
* | use tzcode strftime(3) as it is kept up to date. | 1998-01-19 | 1 | -0/+205 | |