| Commit message (Expand) | Author | Age | Files | Lines |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -1/+3 |
* | On FreeBSD/arm, any value > 50 bits will result in a rediculously huge | imp | 2007-01-19 | 1 | -2/+2 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 2 | -8/+0 |
* | add a missing the... | jmg | 2006-12-19 | 1 | -1/+1 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+34 |
* | The arguments for time2posix() and posix2time() are time_t values, not | stefanf | 2005-09-11 | 1 | -3/+3 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 1 | -1/+1 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-20 | 1 | -5/+5 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -8/+10 |
* | Add glibc-style strftime(3) padding specifiers, namely, -(no padding), | delphij | 2004-11-04 | 2 | -21/+79 |
* | struct tm.tm_year is listed as 'years since 1900', and is signed. On | peter | 2004-08-24 | 1 | -0/+3 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 3 | -3/+6 |
* | Merge changes from the tzcode2004a import. Wherever possible I tried to bring | stefanf | 2004-06-14 | 5 | -151/+374 |
* | Remove a stale reference to %Ef and %EF from a comment. | stefanf | 2004-06-13 | 1 | -2/+2 |
* | Change defualt time zone from GMT to UTC. This will not be MFC-ed, and | kensmith | 2004-06-11 | 1 | -1/+6 |
* | Remove a couple of casts added for an ancient Sun compiler. | stefanf | 2004-06-08 | 1 | -11/+2 |
* | Detect range errors when using the %s specifier. Previously, LONG_MAX | nectar | 2003-11-17 | 1 | -3/+10 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
* | Fixes to locale code to properly use indirect pointers in order to prevent | jkh | 2003-06-13 | 1 | -1/+1 |
* | Backout my changes in rev. 1.32 and 1.33. There is some code that depends | mtm | 2003-04-30 | 1 | -4/+2 |
* | Zero out the struct tm supplied by the caller. Otherwise, | mtm | 2003-04-05 | 1 | -0/+1 |
* | Fill in the rest of the fields in the resulting struct tm | mtm | 2003-03-29 | 1 | -2/+3 |
* | Ditch a static global and the mutex that protected it. Achieve the | mtm | 2003-03-12 | 1 | -27/+18 |
* | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | nectar | 2003-02-16 | 4 | -9/+9 |
* | strptime(), like strftime(), does not handle multibyte characters | tjr | 2003-01-04 | 1 | -1/+7 |
* | Mention in the BUGS section that strftime() does not handle multibyte | tjr | 2003-01-04 | 1 | -1/+7 |
* | mdoc(7) police: Fixed a few .Fa abuses. | ru | 2002-12-19 | 1 | -2/+4 |
* | mdoc(7) police: excessive quotes. | ru | 2002-12-19 | 1 | -1/+1 |
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 1 | -1/+13 |
* | Document what happens when the format string contains insufficient | tjr | 2002-12-18 | 1 | -0/+23 |
* | Do not guarantee an overflow of tm_year when doing the binary search in | peter | 2002-12-05 | 1 | -0/+6 |
* | Replace rev 1.33 with a real fix. The problem was integer overflows | peter | 2002-12-02 | 1 | -8/+2 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -3/+1 |
* | Add cross-references to the wide character counterparts of these functions. | tjr | 2002-10-15 | 1 | -1/+2 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 4 | -12/+12 |
* | Fix a nasty bug exposed by mktime() when time_t is significantly bigger | peter | 2002-09-03 | 1 | -0/+6 |
* | Use one line for each function argument to keep the line | robert | 2002-08-15 | 2 | -2/+11 |
* | - Add the 'restrict' qualifier to the function definition of | robert | 2002-08-14 | 2 | -7/+5 |
* | - Add the C99 'restrict' qualifier using the '__restrict' macro to | robert | 2002-08-14 | 2 | -2/+3 |
* | Style fixes | ache | 2002-08-07 | 1 | -9/+6 |
* | Move dillon's time conversion functions to a new header <timeconv.h>. | wollman | 2002-06-17 | 1 | -1/+1 |
* | Grammar nit: treat "contents" as plural. | archie | 2002-05-31 | 1 | -1/+1 |
* | Remove use of __P() (actually P()) from code now that it's no longer | alfred | 2002-05-28 | 2 | -42/+42 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -13/+0 |
* | Fix fd leak. Threads people: does the call above to `access' need to be | wollman | 2002-05-03 | 1 | -1/+3 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 2 | -3/+5 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 7 | -25/+18 |