summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
2000-04-16sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ okDavid Leonard
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-31Tell how to set the localtime link here too.Todd C. Miller
2000-03-30Reference /etc/localtime in FILES section.Todd C. Miller
2000-03-30Try a hard link before a soft one since we want hard links inTodd C. Miller
2000-03-30Make 'zic -l' actually work. I guess we all just do the symlinkTodd C. Miller
2000-03-28tzfile(5) not tzfil(5)Theo de Raadt
2000-03-23*_r MLINKSDavid Leonard
2000-03-23asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@David Leonard
2000-03-06Various mdoc fixups.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-01-06_THREAD_PRIVATE_* macros changedDavid Leonard
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-15typosTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-02.Dd should not be given abbreviated month namesAaron Campbell
1999-07-01tzcode1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@David Leonard
1999-05-25kill some old macrosAaron Campbell
1999-05-25whoops, tzset() needs a void argument; deraadt@Aaron Campbell
1999-05-25out with old macros, in with new mdoc; kwesterback@home.comAaron Campbell
1999-05-20repair SYNOPSISAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-04-20.Fn -> .Ft in SYNOPSIS for localtime() return typeAaron Campbell
1999-03-09Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returnsPaul Janzen
1999-02-16mandoc versionTheo de Raadt
1999-02-16localtime is in /etcTheo de Raadt
1999-02-02typoDavid Leonard
1999-02-01sync with tzcode1999aDavid Leonard
1999-01-29tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuffDavid Leonard
1999-01-29tzcode1999a from ftp://elsie.nci.nih.gov/pubDavid Leonard
1999-01-28namespaces: unix --> __unix__Marc Espie
1999-01-04include blurb about ISO 8601 dates straight from strftime.cTodd C. Miller
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
1998-08-14realloc repairTheo de Raadt
1998-07-11be... slightly more permissive.. but i think this is right, i looked at it fo...Theo de Raadt
1998-07-11do not let :relative paths through (how did i miss this before)Theo de Raadt
1998-07-06do the right thing if maxsiz == 0Todd C. Miller
1998-07-06Always NUL terminate buf even if there was not enough space toTodd C. Miller
1998-07-05ctime takes a pointer to time_t not long. Correct in prototype, wrong in des...Todd C. Miller
1998-06-10spellingTheo de Raadt
1998-04-25correct first paragraph of description; jpo@EasternGraphics.comTheo de Raadt
1998-04-25month/weekday names are case insensitive; jpo@EasternGraphics.comTheo de Raadt
1998-03-17Make %Y override an earlier %y (%y stuff gets delayed due to century specs).Todd C. Miller
1998-03-15%C influences %y regardless of ordering. This becomes a bit trickyTodd C. Miller
1998-03-15Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jpTodd C. Miller
1998-02-15use [,] range specs; kleinkTheo de Raadt
1998-02-14Changed %c in the builtin C locale from "%D %X" to the moreTodd C. Miller