| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 14 | -35/+35 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 5 | -5/+5 |
* | mdoc(7) police: eliminate -ww warnings. | Ruslan Ermilov | 2001-07-09 | 1 | -2/+2 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 2 | -2/+0 |
* | mdoc(7) police: mark NULL with .Dv. | Ruslan Ermilov | 2001-07-04 | 1 | -8/+24 |
* | mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS. | Dima Dorfman | 2001-06-24 | 1 | -6/+6 |
* | The fact that phk wrote this is not a bug! | Dima Dorfman | 2001-06-24 | 1 | -5/+2 |
* | Reword a sentence to make it proper English. | Dima Dorfman | 2001-06-24 | 1 | -1/+1 |
* | urandom(4) -> random(4) in comments. | Dima Dorfman | 2001-06-07 | 2 | -2/+2 |
* | urandom(4) -> random(4) | Dima Dorfman | 2001-06-07 | 2 | -4/+4 |
* | Add new, from scratch implementation of hsearch() et al that actually works. | Ruslan Ermilov | 2001-05-15 | 3 | -3/+394 |
* | Grammar nit. | Ruslan Ermilov | 2001-04-27 | 1 | -1/+1 |