summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Collapse)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
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
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
-1 for calendar times that cannot be represented.
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
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-08-14realloc repairTheo de Raadt
1998-07-11be... slightly more permissive.. but i think this is right, i looked at it ↵Theo de Raadt
for 5 minutes
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
write the whole time string. XPG4.2 says "the contents of the array are indeterminate" in this case so this is allowed, though obviously you can't rely on this behavior if you care about portability...
1998-07-05ctime takes a pointer to time_t not long. Correct in prototype, wrong in ↵Todd C. Miller
description
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
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