summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
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
1998-02-05XrTheo de Raadt
1998-02-04+ strptime, from netbsdTheo de Raadt
1998-01-23Don't try to use our locale stuff, it hoses strftime(3).Todd C. Miller
1998-01-19We want XPG4 behavior.Todd C. Miller
1998-01-19use tzcode strftime(3) as it is kept up to date.Todd C. Miller
1998-01-18tzcode1998b from ftp://elsie.nci.nih.gov/pubTodd C. Miller
1997-06-06Why on earth was libz.a mentioned here?kstailey
1997-04-18move #includes to top; isTheo de Raadt
1997-04-02correctly code the classes of permitted TZ specifications for theTheo de Raadt
1997-01-21Remove unnecesary local changes. The strncpy()'s are safe becauseTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-14Update to tzcode1996o + our fixes. Fixes problem pointed outTodd C. Miller
1996-10-30iUpdate to pass FIPS 151-2 testsThorsten Lockert
1996-09-051 char oflowTheo de Raadt
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-25use issetugid()Theo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-01-29new common tz codeTheo de Raadt
1996-01-11from netbsd; sync with tzcode96aTheo de Raadt