summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-03-26cosmetic changes from tzcode2001aTodd C. Miller
2001-02-18fix typoTodd C. Miller
2001-01-08fix %p matching. checked by angelos. closes PR1612David Leonard
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-09-06Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2000-08-22Add MLINKS for timelocal() and timegm(); pointed out by Theo.Todd C. Miller
2000-08-22Quickly describe timelocal() and timegm() and note that they areTodd C. Miller
2000-08-09More of the same.Aaron Campbell
2000-08-05pretty; ok millertTheo de Raadt
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