summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Collapse)Author
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
least, this is the impression I get from looking at a lot of Perl docs.
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
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
it's not supposed to be a hyphen/dash
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
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
- 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