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