summaryrefslogtreecommitdiffstats
path: root/lib/libc/time (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mop up some more 3/4 license issuesderaadt2003-06-041-6/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* layout problems; jmc okderaadt2003-05-291-2/+3
|
* typos;jmc2003-05-073-12/+16
|
* string handling; ok millertderaadt2003-04-061-14/+21
|
* fix typo, bad tdeval; pt out by emmf26@umr.edupvalchev2003-04-051-2/+2
|
* add a size parameter to doabbr(), and converttdeval2003-04-051-15/+21
| | | | | strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@
* strcpy/strcat -> strlcpy/strlcattdeval2003-04-051-3/+3
| | | | ok tedu@, hints by deraadt@ and millert@
* spelling typos/errorsdavid2003-03-181-2/+2
| | | | ok miod@ jmc@
* some small typos;jmc2003-03-171-2/+2
|
* a few more strlcy; ok from beck & hoderaadt2003-03-133-11/+13
|
* license clarifications; arthur_david_olson@nih.govmillert2003-02-148-8/+36
|
* Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/)millert2003-01-072-31/+39
|
* Update license based on lite2 versionmillert2002-06-191-14/+30
|
* oops, major oops; moritz@jodeit.orgderaadt2002-05-261-2/+3
|
* remaining easy snprintf conversionsderaadt2002-05-251-9/+9
|
* The %s and %+ conversions are also extensions.millert2002-05-121-2/+4
|
* o) start new sentence on a new line;mpech2002-05-011-2/+3
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Minor updates from tzcode2002cmillert2002-04-049-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.millert2002-02-161-3/+3
|
* correct realloc() misusederaadt2001-10-301-3/+9
|
* Kill very odd use of __CONCAT: completely unneeded, obfuscated, andespie2001-08-231-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)nate2001-07-151-2/+4
|
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-272-11/+9
|
* cosmetic changes from tzcode2001amillert2001-03-264-238/+329
|
* fix typomillert2001-02-181-2/+2
|
* fix %p matching. checked by angelos. closes PR1612d2001-01-081-5/+7
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-184-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/millert2000-09-066-37/+155
|
* Add MLINKS for timelocal() and timegm(); pointed out by Theo.millert2000-08-221-2/+3
|
* Quickly describe timelocal() and timegm() and note that they aremillert2000-08-221-3/+23
| | | | deprecated interfaces.
* More of the same.aaron2000-08-091-2/+3
|
* pretty; ok millertderaadt2000-08-051-2/+2
|
* sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ okd2000-04-1611-174/+336
|
* Mostly punctuation fixes.aaron2000-04-151-3/+2
|
* Tell how to set the localtime link here too.millert2000-03-311-2/+7
|
* Reference /etc/localtime in FILES section.millert2000-03-301-1/+3
|
* Try a hard link before a soft one since we want hard links inmillert2000-03-301-4/+4
| | | | the zoneinfo dir.
* Make 'zic -l' actually work. I guess we all just do the symlinkmillert2000-03-301-14/+4
| | | | by hand and thus never noticed.
* tzfile(5) not tzfil(5)deraadt2000-03-281-2/+2
|
* *_r MLINKSd2000-03-231-2/+3
|
* asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@d2000-03-231-2/+57
|
* Various mdoc fixups.aaron2000-03-061-35/+36
|
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-042-9/+9
| | | | least, this is the impression I get from looking at a lot of Perl docs.
* _THREAD_PRIVATE_* macros changedd2000-01-062-5/+5
|
* Add missing MLINKsmillert1999-11-171-1/+2
|
* typosderaadt1999-11-151-2/+2
|
* - remove all trailing whitespaceaaron1999-07-096-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 knowsaaron1999-07-071-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.aaron1999-07-073-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.