| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 17 | -17/+17 |
| * | MFC of r207830 | Edwin Groothuis | 2010-10-19 | 1 | -0/+8 |
| * | MFC r203958: %U was macroized in mdoc(7), escape. | Ruslan Ermilov | 2010-10-06 | 1 | -1/+1 |
| * | MFC 199607, 200797, 201270, 201669: | John Baldwin | 2010-01-13 | 1 | -40/+41 |
| * | MFC of r200832, tzdata2009t | Edwin Groothuis | 2009-12-29 | 1 | -1/+1 |
| * | MFCs of r197764, r197765, r197766, r197847: | Edwin Groothuis | 2009-10-31 | 1 | -2/+9 |
| * | Implement %z for strptime. | Xin LI | 2009-06-25 | 1 | -0/+28 |
| * | Remove duplicate if-statement on gmt_is_set in gmtsub(). | Edwin Groothuis | 2009-06-23 | 1 | -8/+6 |
| * | Spacing fixes. No actual change. | Xin LI | 2009-06-09 | 1 | -2/+2 |
| * | MFV of tzcode2009h revision r192887 | Edwin Groothuis | 2009-05-27 | 1 | -1/+1 |
| * | MFV of tzcode2009e: | Edwin Groothuis | 2009-05-23 | 8 | -375/+921 |
| * | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an | Xin LI | 2008-10-30 | 1 | -1/+1 |
| * | Clarify that "ante meridiem" and "post meridiem" mean the same thing | Greg Lehey | 2008-05-16 | 1 | -2/+2 |
| * | Normally, we are often reading local time rather than setting time zone, | David Xu | 2008-04-01 | 1 | -22/+63 |
| * | Reduce lock contention for simple cases. | Warner Losh | 2007-12-19 | 1 | -16/+22 |
| * | Some libc symbol map cleanups. | Daniel Eischen | 2007-05-31 | 1 | -1/+0 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -1/+3 |
| * | On FreeBSD/arm, any value > 50 bits will result in a rediculously huge | Warner Losh | 2007-01-19 | 1 | -2/+2 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 2 | -8/+0 |
| * | add a missing the... | John-Mark Gurney | 2006-12-19 | 1 | -1/+1 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+34 |
| * | The arguments for time2posix() and posix2time() are time_t values, not | Stefan Farfeleder | 2005-09-11 | 1 | -3/+3 |
| * | Fix all the spelling mistakes I could find in the man pages for words | Giorgos Keramidas | 2005-07-31 | 1 | -1/+1 |
| * | Expand contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-20 | 1 | -5/+5 |
| * | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -8/+10 |
| * | Add glibc-style strftime(3) padding specifiers, namely, -(no padding), | Xin LI | 2004-11-04 | 2 | -21/+79 |
| * | struct tm.tm_year is listed as 'years since 1900', and is signed. On | Peter Wemm | 2004-08-24 | 1 | -0/+3 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 3 | -3/+6 |
| * | Merge changes from the tzcode2004a import. Wherever possible I tried to bring | Stefan Farfeleder | 2004-06-14 | 5 | -151/+374 |
| * | Remove a stale reference to %Ef and %EF from a comment. | Stefan Farfeleder | 2004-06-13 | 1 | -2/+2 |
| * | Change defualt time zone from GMT to UTC. This will not be MFC-ed, and | Ken Smith | 2004-06-11 | 1 | -1/+6 |
| * | Remove a couple of casts added for an ancient Sun compiler. | Stefan Farfeleder | 2004-06-08 | 1 | -11/+2 |
| * | Detect range errors when using the %s specifier. Previously, LONG_MAX | Jacques Vidrine | 2003-11-17 | 1 | -3/+10 |
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
| * | Fixes to locale code to properly use indirect pointers in order to prevent | Jordan K. Hubbard | 2003-06-13 | 1 | -1/+1 |
| * | Backout my changes in rev. 1.32 and 1.33. There is some code that depends | Mike Makonnen | 2003-04-30 | 1 | -4/+2 |
| * | Zero out the struct tm supplied by the caller. Otherwise, | Mike Makonnen | 2003-04-05 | 1 | -0/+1 |
| * | Fill in the rest of the fields in the resulting struct tm | Mike Makonnen | 2003-03-29 | 1 | -2/+3 |
| * | Ditch a static global and the mutex that protected it. Achieve the | Mike Makonnen | 2003-03-12 | 1 | -27/+18 |
| * | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | Jacques Vidrine | 2003-02-16 | 4 | -9/+9 |
| * | strptime(), like strftime(), does not handle multibyte characters | Tim J. Robbins | 2003-01-04 | 1 | -1/+7 |
| * | Mention in the BUGS section that strftime() does not handle multibyte | Tim J. Robbins | 2003-01-04 | 1 | -1/+7 |
| * | mdoc(7) police: Fixed a few .Fa abuses. | Ruslan Ermilov | 2002-12-19 | 1 | -2/+4 |
| * | mdoc(7) police: excessive quotes. | Ruslan Ermilov | 2002-12-19 | 1 | -1/+1 |
| * | mdoc(7) police: "The .Fn function". | Ruslan Ermilov | 2002-12-18 | 1 | -1/+13 |
| * | Document what happens when the format string contains insufficient | Tim J. Robbins | 2002-12-18 | 1 | -0/+23 |
| * | Do not guarantee an overflow of tm_year when doing the binary search in | Peter Wemm | 2002-12-05 | 1 | -0/+6 |