| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't ever assume that isdigit() is always subset of isxdigit() | Andrey A. Chernov | 2001-11-28 | 6 | -6/+6 |
| * | Fix typo | Andrey A. Chernov | 2001-11-28 | 1 | -1/+1 |
| * | Use stricter tests to disallow national digits > 9 | Andrey A. Chernov | 2001-11-28 | 1 | -14/+14 |
| * | Allow national (non-ASCII) digits | Andrey A. Chernov | 2001-11-28 | 1 | -23/+23 |
| * | Implement strtoimax() and strtoumax() | Bill Fenner | 2001-11-28 | 5 | -42/+337 |
| * | Also mention "long long" in synopsis. | Bill Fenner | 2001-11-28 | 1 | -1/+1 |
| * | Base 36 is allowed. | Bill Fenner | 2001-11-28 | 4 | -4/+4 |
| * | Put back base > 35 check. If someone dislike it, plese discuss it with | Andrey A. Chernov | 2001-11-28 | 4 | -4/+4 |
| * | Add atoll(3) to conform POSIX and C99 | Andrey A. Chernov | 2001-11-28 | 3 | -2/+69 |
| * | Understand national (non-ASCII) digits now | Andrey A. Chernov | 2001-11-28 | 6 | -56/+42 |
| * | Be more explicit about the fact that realloc() might return a | Giorgos Keramidas | 2001-11-24 | 1 | -0/+4 |
| * | mdoc(7) police: fixed typos and minor markup nits. | Ruslan Ermilov | 2001-11-21 | 4 | -17/+21 |
| * | If 'VX' is given, realloc(foo,0) will bail, it shouldn't. | Poul-Henning Kamp | 2001-11-17 | 1 | -2/+5 |
| * | Correctly call THREAD_UNLOCK() if the recursive call trap is sprung. | Poul-Henning Kamp | 2001-11-16 | 1 | -0/+2 |
| * | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | Mike Barcroft | 2001-11-15 | 13 | -12/+450 |
| * | malloc and calloc do not free memory. | Dima Dorfman | 2001-11-05 | 1 | -2/+3 |
| * | Make strtod.c work on Alpha as well. strtod.c has got locale support, | Peter Wemm | 2001-11-04 | 1 | -11/+8 |
| * | Slightly closer to netbsd_strtod.c: | Peter Wemm | 2001-11-04 | 1 | -11/+12 |
| * | phkmalloc->evilchecks++; | Poul-Henning Kamp | 2001-11-02 | 1 | -3/+13 |
| * | Add a long-overdue nail to the deprecated /dev/urandom interface | Mark Murray | 2001-10-30 | 2 | -2/+2 |
| * | Make this work on ia64. I have no idea why it works on alpha - it | Doug Rabson | 2001-10-06 | 1 | -1/+7 |
| * | Avoid getting stuck in system(3) when the internal call to wait4() | Alfred Perlstein | 2001-10-03 | 1 | -2/+3 |
| * | mdoc(7) police: don't split author names in the AUTHORS section. | Ruslan Ermilov | 2001-10-01 | 1 | -0/+1 |
| * | mdoc(7) police: s/atof/atoi/ | Ruslan Ermilov | 2001-10-01 | 1 | -1/+1 |
| * | Add ERRORS section. | Jeroen Ruigrok van der Werven | 2001-09-26 | 1 | -1/+18 |
| * | Be explicit about the POSIX version it conforms to [in this case 1990]. | Jeroen Ruigrok van der Werven | 2001-09-26 | 1 | -5/+5 |
| * | Change standards compliancy order so that C and POSIX are grouped. | Jeroen Ruigrok van der Werven | 2001-09-26 | 1 | -1/+1 |
| * | style(9) | Mike Barcroft | 2001-09-17 | 1 | -62/+56 |
| * | mdoc(7) police: changed pure POSIX text; added missing markup bits. | Ruslan Ermilov | 2001-09-11 | 2 | -8/+12 |
| * | Add more standards which we conform to. | Jeroen Ruigrok van der Werven | 2001-09-09 | 1 | -1/+18 |
| * | Detail thread-safe and async-cancel-safe status. | Jeroen Ruigrok van der Werven | 2001-09-09 | 1 | -0/+10 |
| * | Move to using .In instead of .Fd #include <> for include mark-up. | Jeroen Ruigrok van der Werven | 2001-09-07 | 27 | -39/+39 |
| * | reconnect strfmon.c to build list | Alexey Zelkin | 2001-09-07 | 1 | -1/+1 |
| * | Fix some mdoc nits caused by my knowledge not being too up-to-date on | Jeroen Ruigrok van der Werven | 2001-09-07 | 1 | -9/+12 |
| * | Port to ia64, taking into account the fact that pagesizes may be variable. | Doug Rabson | 2001-09-07 | 1 | -0/+11 |
| * | Add strfmon.3 to the fray. | Jeroen Ruigrok van der Werven | 2001-09-07 | 2 | -1/+89 |
| * | correctly wrap macros with { } | Alexey Zelkin | 2001-09-06 | 1 | -2/+3 |
| * | strfmon(3) is not ready to go live. | David E. O'Brien | 2001-09-06 | 1 | -1/+1 |
| * | Add strfmon(3) implementation. It still contains few XXX's because I lost | Alexey Zelkin | 2001-09-05 | 2 | -3/+618 |
| * | Portability fix: use unsigned cast to guaranteed positive part of expression | Andrey A. Chernov | 2001-09-04 | 2 | -2/+2 |
| * | Remove rcsids and unneded include | Andrey A. Chernov | 2001-09-04 | 6 | -34/+12 |
| * | 'acc' is not initialized in one hypotetical case, fix it | Andrey A. Chernov | 2001-09-04 | 4 | -8/+8 |
| * | Locale *is* used in strto*l*(), at least for isspace(), so remove | Andrey A. Chernov | 2001-09-04 | 8 | -58/+105 |
| * | Use ``.Rv -std'' wherever possible. | Ruslan Ermilov | 2001-08-31 | 2 | -16/+2 |
| * | If the string specifying the allowed options starts with a leading `:', | Joseph Koshy | 2001-08-16 | 1 | -5/+2 |
| * | Fixed style bugs (dot `.' at the end of error and warning messages). | Ruslan Ermilov | 2001-08-10 | 1 | -22/+22 |
| * | Markup nits: use diagnostic type lists for error and warning messages. | Ruslan Ermilov | 2001-08-10 | 1 | -21/+17 |
| * | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | Yaroslav Tykhiy | 2001-08-09 | 1 | -4/+1 |
| * | mdoc(7) police: expand plain text xrefs. | Ruslan Ermilov | 2001-08-08 | 2 | -2/+6 |
| * | Only pull in the MD files if they exist. This allows for progressive | Mark Peek | 2001-07-31 | 1 | -0/+2 |