Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-25 | kill some old macros | Aaron Campbell | |
1999-05-25 | whoops, tzset() needs a void argument; deraadt@ | Aaron Campbell | |
1999-05-25 | out with old macros, in with new mdoc; kwesterback@home.com | Aaron Campbell | |
1999-05-20 | repair SYNOPSIS | Aaron Campbell | |
1999-05-16 | Cleanup 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 type | Aaron Campbell | |
1999-03-09 | Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returns | Paul Janzen | |
-1 for calendar times that cannot be represented. | |||
1999-02-16 | mandoc version | Theo de Raadt | |
1999-02-16 | localtime is in /etc | Theo de Raadt | |
1999-02-02 | typo | David Leonard | |
1999-02-01 | sync with tzcode1999a | David Leonard | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuff | David Leonard | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub | David Leonard | |
1999-01-28 | namespaces: unix --> __unix__ | Marc Espie | |
1999-01-04 | include blurb about ISO 8601 dates straight from strftime.c | Todd C. Miller | |
1998-11-20 | Add 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-07 | More 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-14 | realloc repair | Theo de Raadt | |
1998-07-11 | be... slightly more permissive.. but i think this is right, i looked at it ↵ | Theo de Raadt | |
for 5 minutes | |||
1998-07-11 | do not let :relative paths through (how did i miss this before) | Theo de Raadt | |
1998-07-06 | do the right thing if maxsiz == 0 | Todd C. Miller | |
1998-07-06 | Always NUL terminate buf even if there was not enough space to | Todd 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-05 | ctime takes a pointer to time_t not long. Correct in prototype, wrong in ↵ | Todd C. Miller | |
description | |||
1998-06-10 | spelling | Theo de Raadt | |
1998-04-25 | correct first paragraph of description; jpo@EasternGraphics.com | Theo de Raadt | |
1998-04-25 | month/weekday names are case insensitive; jpo@EasternGraphics.com | Theo de Raadt | |
1998-03-17 | Make %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 tricky | Todd 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-15 | Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jp | Todd C. Miller | |
and myself. Some bugs noted by woods@most.weird.com. | |||
1998-02-15 | use [,] range specs; kleink | Theo de Raadt | |
1998-02-14 | Changed %c in the builtin C locale from "%D %X" to the more | Todd C. Miller | |
common "%a %b %d %H:%M:%S %Y". This fixes problems with calendar(1). | |||
1998-02-05 | Xr | Theo de Raadt | |
1998-02-04 | + strptime, from netbsd | Theo de Raadt | |
1998-01-23 | Don't try to use our locale stuff, it hoses strftime(3). | Todd C. Miller | |
1998-01-19 | We want XPG4 behavior. | Todd C. Miller | |
1998-01-19 | use tzcode strftime(3) as it is kept up to date. | Todd C. Miller | |
1998-01-18 | tzcode1998b from ftp://elsie.nci.nih.gov/pub | Todd C. Miller | |
1997-06-06 | Why on earth was libz.a mentioned here? | kstailey | |
Removed "cc ... -lz". | |||
1997-04-18 | move #includes to top; is | Theo de Raadt | |
1997-04-02 | correctly code the classes of permitted TZ specifications for the | Theo de Raadt | |
issetugid() case. thanks bitblt and tholo | |||
1997-01-21 | Remove unnecesary local changes. The strncpy()'s are safe because | Todd C. Miller | |
the string is static and so the last element is always init'd to zero. | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-14 | Update to tzcode1996o + our fixes. Fixes problem pointed out | Todd C. Miller | |
by cross@va.pubnix.com. | |||
1996-10-30 | iUpdate to pass FIPS 151-2 tests | Thorsten Lockert | |
1996-09-05 | 1 char oflow | Theo de Raadt | |
1996-08-27 | use strncpy correctly | Theo de Raadt | |
1996-08-25 | use issetugid() | Theo de Raadt | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-01-29 | new common tz code | Theo de Raadt | |
1996-01-11 | from netbsd; sync with tzcode96a | Theo de Raadt | |