Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | .Dd should not be given abbreviated month names | 1999-07-02 | 2 | -4/+4 | ||
| | ||||||
* | tzcode1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@ | 1999-07-01 | 4 | -32/+204 | ||
| | ||||||
* | kill some old macros | 1999-05-25 | 1 | -2/+2 | ||
| | ||||||
* | whoops, tzset() needs a void argument; deraadt@ | 1999-05-25 | 1 | -2/+2 | ||
| | ||||||
* | out with old macros, in with new mdoc; kwesterback@home.com | 1999-05-25 | 5 | -503/+544 | ||
| | ||||||
* | repair SYNOPSIS | 1999-05-20 | 2 | -6/+10 | ||
| | ||||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -2/+2 | ||
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||||
* | .Fn -> .Ft in SYNOPSIS for localtime() return type | 1999-04-20 | 1 | -2/+2 | ||
| | ||||||
* | Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returns | 1999-03-09 | 1 | -8/+1 | ||
| | | | | -1 for calendar times that cannot be represented. | |||||
* | mandoc version | 1999-02-16 | 1 | -123/+129 | ||
| | ||||||
* | localtime is in /etc | 1999-02-16 | 2 | -4/+4 | ||
| | ||||||
* | typo | 1999-02-02 | 1 | -2/+2 | ||
| | ||||||
* | sync with tzcode1999a | 1999-02-01 | 1 | -24/+12 | ||
| | ||||||
* | tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuff | 1999-01-29 | 1 | -15/+11 | ||
| | ||||||
* | tzcode1999a from ftp://elsie.nci.nih.gov/pub | 1999-01-29 | 7 | -61/+104 | ||
| | ||||||
* | namespaces: unix --> __unix__ | 1999-01-28 | 1 | -3/+3 | ||
| | ||||||
* | include blurb about ISO 8601 dates straight from strftime.c | 1999-01-04 | 1 | -1/+12 | ||
| | ||||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 3 | -32/+120 | ||
| | | | | | | | | | | | | | 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 | |||||
* | More man page fixes. Particularly fix uses of it's/its, affect/effect, | 1998-09-07 | 1 | -2/+2 | ||
| | | | | | then/than and such. Other miscellaneous problems fixed across these source files. | |||||
* | realloc repair | 1998-08-14 | 2 | -4/+12 | ||
| | ||||||
* | be... slightly more permissive.. but i think this is right, i looked at it for 5 minutes | 1998-07-11 | 1 | -4/+4 | ||
| | ||||||
* | do not let :relative paths through (how did i miss this before) | 1998-07-11 | 1 | -2/+2 | ||
| | ||||||
* | do the right thing if maxsiz == 0 | 1998-07-06 | 1 | -2/+3 | ||
| | ||||||
* | Always NUL terminate buf even if there was not enough space to | 1998-07-06 | 2 | -3/+15 | ||
| | | | | | | | 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... | |||||
* | ctime takes a pointer to time_t not long. Correct in prototype, wrong in description | 1998-07-05 | 1 | -2/+2 | ||
| | ||||||
* | spelling | 1998-06-10 | 1 | -3/+3 | ||
| | ||||||
* | correct first paragraph of description; jpo@EasternGraphics.com | 1998-04-25 | 1 | -4/+6 | ||
| | ||||||
* | month/weekday names are case insensitive; jpo@EasternGraphics.com | 1998-04-25 | 2 | -32/+36 | ||
| | ||||||
* | Make %Y override an earlier %y (%y stuff gets delayed due to century specs). | 1998-03-17 | 1 | -1/+2 | ||
| | ||||||
* | %C influences %y regardless of ordering. This becomes a bit tricky | 1998-03-15 | 1 | -20/+40 | ||
| | | | | | due to recursion so we do all the work in _strptime which takes an extra flag specifying whether or not to initialize some statics. | |||||
* | Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jp | 1998-03-15 | 2 | -36/+48 | ||
| | | | | and myself. Some bugs noted by woods@most.weird.com. | |||||
* | use [,] range specs; kleink | 1998-02-15 | 1 | -19/+19 | ||
| | ||||||
* | Changed %c in the builtin C locale from "%D %X" to the more | 1998-02-14 | 1 | -5/+5 | ||
| | | | | common "%a %b %d %H:%M:%S %Y". This fixes problems with calendar(1). | |||||
* | Xr | 1998-02-05 | 1 | -1/+2 | ||
| | ||||||
* | + strptime, from netbsd | 1998-02-04 | 3 | -3/+553 | ||
| | ||||||
* | Don't try to use our locale stuff, it hoses strftime(3). | 1998-01-23 | 1 | -1/+3 | ||
| | ||||||
* | We want XPG4 behavior. | 1998-01-19 | 1 | -1/+2 | ||
| | ||||||
* | use tzcode strftime(3) as it is kept up to date. | 1998-01-19 | 4 | -5/+877 | ||
| | ||||||
* | tzcode1998b from ftp://elsie.nci.nih.gov/pub | 1998-01-18 | 19 | -342/+653 | ||
| | ||||||
* | Why on earth was libz.a mentioned here? | 1997-06-06 | 1 | -3/+1 | ||
| | | | | Removed "cc ... -lz". | |||||
* | move #includes to top; is | 1997-04-18 | 1 | -5/+4 | ||
| | ||||||
* | correctly code the classes of permitted TZ specifications for the | 1997-04-02 | 1 | -2/+6 | ||
| | | | | issetugid() case. thanks bitblt and tholo | |||||
* | Remove unnecesary local changes. The strncpy()'s are safe because | 1997-01-21 | 2 | -5/+3 | ||
| | | | | | the string is static and so the last element is always init'd to zero. | |||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | 1997-01-15 | 1 | -2/+2 | ||
| | ||||||
* | Update to tzcode1996o + our fixes. Fixes problem pointed out | 1997-01-14 | 15 | -176/+493 | ||
| | | | | by cross@va.pubnix.com. | |||||
* | iUpdate to pass FIPS 151-2 tests | 1996-10-30 | 2 | -3/+11 | ||
| | ||||||
* | 1 char oflow | 1996-09-05 | 1 | -2/+2 | ||
| | ||||||
* | use strncpy correctly | 1996-08-27 | 1 | -4/+7 | ||
| | ||||||
* | use issetugid() | 1996-08-25 | 1 | -2/+2 | ||
| | ||||||
* | Fix RCS ids | 1996-08-19 | 20 | -82/+34 | ||
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly |