summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Collapse)Author
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
due to recursion so we do all the work in _strptime which takes an extra flag specifying whether or not to initialize some statics.
1998-03-15Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jpTodd C. Miller
and myself. Some bugs noted by woods@most.weird.com.
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
common "%a %b %d %H:%M:%S %Y". This fixes problems with calendar(1).
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
Removed "cc ... -lz".
1997-04-18move #includes to top; isTheo de Raadt
1997-04-02correctly code the classes of permitted TZ specifications for theTheo de Raadt
issetugid() case. thanks bitblt and tholo
1997-01-21Remove unnecesary local changes. The strncpy()'s are safe becauseTodd C. Miller
the string is static and so the last element is always init'd to zero.
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
by cross@va.pubnix.com.
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
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-01-29new common tz codeTheo de Raadt
1996-01-11from netbsd; sync with tzcode96aTheo de Raadt
1995-10-28update from NetBSDTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt