summaryrefslogtreecommitdiffstats
path: root/lib/libc/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-203-32/+120
* More man page fixes. Particularly fix uses of it's/its, affect/effect,aaron1998-09-071-2/+2
* 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
* 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
* Fix %m, %I, %S, %y, %C, and %j conversions. Fixes by nakayosh@kcn.or.jpmillert1998-03-152-36/+48
* 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
* 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
* move #includes to top; isderaadt1997-04-181-5/+4
* correctly code the classes of permitted TZ specifications for thederaadt1997-04-021-2/+6
* Remove unnecesary local changes. The strncpy()'s are safe becausemillert1997-01-212-5/+3
* 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
* 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
* new common tz codederaadt1996-01-296-63/+53
* from netbsd; sync with tzcode96aderaadt1996-01-1110-108/+291
* update from NetBSDderaadt1995-10-284-10/+10
* initial import of NetBSD treederaadt1995-10-1818-0/+5987