| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Replace rev 1.33 with a real fix. The problem was integer overflows | Peter Wemm | 2002-12-02 | 1 | -8/+2 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -3/+1 |
| * | Add cross-references to the wide character counterparts of these functions. | Tim J. Robbins | 2002-10-15 | 1 | -1/+2 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 4 | -12/+12 |
| * | Fix a nasty bug exposed by mktime() when time_t is significantly bigger | Peter Wemm | 2002-09-03 | 1 | -0/+6 |
| * | Use one line for each function argument to keep the line | Robert Drehmel | 2002-08-15 | 2 | -2/+11 |
| * | - Add the 'restrict' qualifier to the function definition of | Robert Drehmel | 2002-08-14 | 2 | -7/+5 |
| * | - Add the C99 'restrict' qualifier using the '__restrict' macro to | Robert Drehmel | 2002-08-14 | 2 | -2/+3 |
| * | Style fixes | Andrey A. Chernov | 2002-08-07 | 1 | -9/+6 |
| * | Move dillon's time conversion functions to a new header <timeconv.h>. | Garrett Wollman | 2002-06-17 | 1 | -1/+1 |
| * | Grammar nit: treat "contents" as plural. | Archie Cobbs | 2002-05-31 | 1 | -1/+1 |
| * | Remove use of __P() (actually P()) from code now that it's no longer | Alfred Perlstein | 2002-05-28 | 2 | -42/+42 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -13/+0 |
| * | Fix fd leak. Threads people: does the call above to `access' need to be | Garrett Wollman | 2002-05-03 | 1 | -1/+3 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 2 | -3/+5 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 7 | -25/+18 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 2 | -75/+75 |
| * | * style(9)'fy | Alexey Zelkin | 2002-01-24 | 2 | -33/+34 |
| * | I've been meaning to do this for a while. Add an underscore to the | Matthew Dillon | 2002-01-19 | 1 | -12/+12 |
| * | Add my e-mail to copyrights | Alexey Zelkin | 2001-12-11 | 1 | -1/+1 |
| * | Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). | Matthew Dillon | 2001-10-28 | 1 | -0/+40 |
| * | Add routines to convert time_t to/from fixed-bit fields. These routines | Matthew Dillon | 2001-10-28 | 2 | -1/+62 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 4 | -4/+4 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -2/+2 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 2 | -6/+6 |
| * | Recognize the %s format. | Dima Dorfman | 2001-07-13 | 1 | -0/+16 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 2 | -2/+2 |
| * | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 1 | -1/+0 |
| * | Document "normalizing" behavior of mktime(3). | Ruslan Ermilov | 2001-06-23 | 1 | -1/+12 |
| * | Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenders | Garrett Wollman | 2001-06-05 | 1 | -1/+3 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -2/+2 |
| * | Get rid of non-standard %E[Ff] formats, userland apps already fixed | Andrey A. Chernov | 2001-03-21 | 3 | -33/+4 |
| * | Oops, back out prev. change - POSIX require %y in d_fmt | Andrey A. Chernov | 2001-03-21 | 1 | -4/+4 |
| * | Replace %y with %Y | Andrey A. Chernov | 2001-03-21 | 1 | -1/+1 |
| * | Fix typo in the comment | Andrey A. Chernov | 2001-03-18 | 1 | -1/+1 |