summaryrefslogtreecommitdiff
path: root/lib/libc/time
AgeCommit message (Expand)Author
2000-07-10* Use standard interval notation for struct tm members.kleink
2000-07-07Passing "char" values to ctype(3) functions is problematic.itohy
2000-07-06Note that localtime_r() does not imply tzset(); inspired by a conversationkleink
2000-07-06Improve description for tm_year and some other fields.hubertf
2000-06-05Pasto in previous.kleink
2000-06-05Move orphaned information to tzset(3).kleink
2000-01-22Delint.mycroft
2000-01-15Add the C99 %F conversion.kleink
1999-11-16Merge tzcode1999i.kleink
1999-11-10Merge tzcode1999h.kleink
1999-11-05PR 5057 - fix %k to print a 0, not just spaces. (%e too). Patch from NAKAJI...erh
1999-05-04Add documentation for asctime_r(), ctime_r(), gmtime_r() and localtime_r().kleink
1999-04-29Use correct number of digits as described in lib/7001. This brings ustv
1999-02-08Merge tzcode1999b.kleink
1999-02-07Compute week number right. Fixes PR 6961, fromaugustss
1998-12-01Fix pr6517: strftime %s returns unterminated stringsommerfe
1998-11-15delintchristos
1998-10-16Need an internal name for tzname.kleink
1998-10-08Oops, also needs "namespace.h".kleink
1998-10-05Converts an extracted tzcode distribution into the format suitable forkleink
1998-10-04Merge tzcode1998h.kleink
1998-09-27Frob internal state keeping to make strftime() reentrant.kleink
1998-09-13Protect local time state and GMT data initialization with a readers/writer lockkleink
1998-09-11Restore `elsieid' accidently clobbered during merge.kleink
1998-09-11Replace `unix' in two feature tests (slid through my test machine's compilerkleink
1998-09-10Merge tzcode1998f.kleink
1998-09-09Fix the approximation of log10(2.0) used in INT_STRLEN_MAXIMUM; this resultedkleink
1998-09-07Cosmetical changes, and squash some lint.kleink
1998-08-20Fix new egcs warnings (might be used uninitialized).veego
1998-07-28Slight adjustment needed for previous.mycroft
1998-07-28Add -DALL_STATE, to allocate localtime() data structures dynamically.mycroft
1998-07-27Make these compile without __AUDIT__.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-05-05Fubar: XPG4 (SUS'98) _does_ specify two digit year behavior without %C.tv
1998-05-05As inspired by PR #5268 from jpo@easterngraphics.com:tv
1998-03-19Correct doc for tm.tm_sec to document range 0..61, not 0..60 (strptime(3)tv
1998-03-19Fixes from PRs 5056 and 5161, partly rethought:tv
1998-02-11Change interval specification style from (a-b) to [a,b] where appropriate.kleink
1998-02-05add LIBRARY section to man pageperry
1998-01-22sync with tzcode1998bjtc
1998-01-22sync with tzcode1998ajtc
1998-01-20Pull in tzfile.h.mycroft
1998-01-20Update dates.mycroft
1998-01-20Update documentation of %y to reflect y2k change.mycroft
1998-01-20The rollover for the previous is 1969, not 1970.mycroft
1998-01-20Fix an old commentmycroft
1998-01-20Treat 2-digit year < 70 as year - 2000, per XPG.mycroft
1998-01-09RCS Id Police.perry
1997-10-17WARNSifylukem