summaryrefslogtreecommitdiffstats
path: root/lib/libc/time (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* .Dd should not be given abbreviated month namesaaron1999-07-022-4/+4
|
* tzcode1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@d1999-07-014-32/+204
|
* kill some old macrosaaron1999-05-251-2/+2
|
* whoops, tzset() needs a void argument; deraadt@aaron1999-05-251-2/+2
|
* out with old macros, in with new mdoc; kwesterback@home.comaaron1999-05-255-503/+544
|
* repair SYNOPSISaaron1999-05-202-6/+10
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-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 typeaaron1999-04-201-2/+2
|
* Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returnspjanzen1999-03-091-8/+1
| | | | -1 for calendar times that cannot be represented.
* mandoc versionderaadt1999-02-161-123/+129
|
* localtime is in /etcderaadt1999-02-162-4/+4
|
* typod1999-02-021-2/+2
|
* sync with tzcode1999ad1999-02-011-24/+12
|
* tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuffd1999-01-291-15/+11
|
* tzcode1999a from ftp://elsie.nci.nih.gov/pubd1999-01-297-61/+104
|
* namespaces: unix --> __unix__espie1999-01-281-3/+3
|
* include blurb about ISO 8601 dates straight from strftime.cmillert1999-01-041-1/+12
|
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-203-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,aaron1998-09-071-2/+2
| | | | | then/than and such. Other miscellaneous problems fixed across these source files.
* realloc repairderaadt1998-08-142-4/+12
|
* be... slightly more permissive.. but i think this is right, i looked at it for 5 minutesderaadt1998-07-111-4/+4
|
* do not let :relative paths through (how did i miss this before)deraadt1998-07-111-2/+2
|
* do the right thing if maxsiz == 0millert1998-07-061-2/+3
|
* Always NUL terminate buf even if there was not enough space tomillert1998-07-062-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 descriptionmillert1998-07-051-2/+2
|
* spellingderaadt1998-06-101-3/+3
|
* correct first paragraph of description; jpo@EasternGraphics.comderaadt1998-04-251-4/+6
|
* month/weekday names are case insensitive; jpo@EasternGraphics.comderaadt1998-04-252-32/+36
|
* Make %Y override an earlier %y (%y stuff gets delayed due to century specs).millert1998-03-171-1/+2
|
* %C influences %y regardless of ordering. This becomes a bit trickymillert1998-03-151-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.jpmillert1998-03-152-36/+48
| | | | and myself. Some bugs noted by woods@most.weird.com.
* use [,] range specs; kleinkderaadt1998-02-151-19/+19
|
* Changed %c in the builtin C locale from "%D %X" to the moremillert1998-02-141-5/+5
| | | | common "%a %b %d %H:%M:%S %Y". This fixes problems with calendar(1).
* Xrderaadt1998-02-051-1/+2
|
* + strptime, from netbsdderaadt1998-02-043-3/+553
|
* Don't try to use our locale stuff, it hoses strftime(3).millert1998-01-231-1/+3
|
* We want XPG4 behavior.millert1998-01-191-1/+2
|
* use tzcode strftime(3) as it is kept up to date.millert1998-01-194-5/+877
|
* tzcode1998b from ftp://elsie.nci.nih.gov/pubmillert1998-01-1819-342/+653
|
* Why on earth was libz.a mentioned here?kstailey1997-06-061-3/+1
| | | | Removed "cc ... -lz".
* move #includes to top; isderaadt1997-04-181-5/+4
|
* correctly code the classes of permitted TZ specifications for thederaadt1997-04-021-2/+6
| | | | issetugid() case. thanks bitblt and tholo
* Remove unnecesary local changes. The strncpy()'s are safe becausemillert1997-01-212-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!millert1997-01-151-2/+2
|
* Update to tzcode1996o + our fixes. Fixes problem pointed outmillert1997-01-1415-176/+493
| | | | by cross@va.pubnix.com.
* iUpdate to pass FIPS 151-2 teststholo1996-10-302-3/+11
|
* 1 char oflowderaadt1996-09-051-2/+2
|
* use strncpy correctlyderaadt1996-08-271-4/+7
|
* use issetugid()deraadt1996-08-251-2/+2
|
* Fix RCS idstholo1996-08-1920-82/+34
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly