| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: fix markup, bump document date. | ru | 2001-12-12 | 2 | -30/+38 |
* | mdoc(7) police: kill HSBs, add missing comma. | ru | 2001-12-12 | 1 | -8/+13 |
* | mdoc(7) police: fix markup. | ru | 2001-12-12 | 1 | -13/+17 |
* | mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34. | ru | 2001-12-12 | 1 | -57/+67 |
* | mdoc(7) police: use no-break space. | ru | 2001-12-12 | 1 | -1/+3 |
* | mdoc(7) police: use no-break space, fix markup. | ru | 2001-12-12 | 1 | -1/+2 |
* | mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup. | ru | 2001-12-12 | 1 | -1/+3 |
* | Add my e-mail to copyrights | phantom | 2001-12-11 | 2 | -2/+2 |
* | * Add my e-mail to copyrights | phantom | 2001-12-11 | 10 | -52/+57 |
* | Fix grouping string handling | phantom | 2001-12-11 | 1 | -1/+4 |
* | Start using .St macro for POSIX.1-2001. | ru | 2001-12-08 | 2 | -4/+3 |
* | Get rid of unused anymore file! Alpha works fine with our strtod() now. | phantom | 2001-12-07 | 1 | -2496/+0 |
* | Return 'c' back to signed due to potential comparison problems | ache | 2001-12-07 | 6 | -60/+72 |
* | Fix a typo. | ru | 2001-12-07 | 1 | -1/+1 |
* | * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag | phantom | 2001-12-07 | 1 | -3/+3 |
* | Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be | wes | 2001-12-07 | 2 | -6/+32 |
* | Remove blank line. | fenner | 2001-12-07 | 1 | -1/+0 |
* | New, improved, more Posix-compliant strerror_r implementation, | wes | 2001-12-06 | 2 | -72/+78 |
* | Clarify ' ' space issue | ache | 2001-12-05 | 2 | -2/+3 |
* | mdoc(7) police: markup the previous delta. | ru | 2001-12-04 | 1 | -1/+3 |
* | Correct some egregious style bugs. | des | 2001-12-04 | 1 | -13/+21 |
* | Add a missing error check. This fixes a bug that would cause pwd_mkdb to | des | 2001-12-04 | 1 | -1/+2 |
* | Fix typos getpeerid -> getpeereid. | tobez | 2001-12-02 | 1 | -2/+2 |
* | Use the merged strtod.c everywhere. This has been tested on alpha and | peter | 2001-12-02 | 1 | -10/+1 |
* | Remove specific reference to ASCII space (' '), it is true for localized | ache | 2001-12-02 | 1 | -1/+1 |
* | Make it works for non ASCII compatible encodings too. | ache | 2001-12-02 | 6 | -42/+42 |
* | Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN). | jkoshy | 2001-12-01 | 2 | -0/+12 |
* | o Stop abusing MD headers with non-MD types. | mike | 2001-12-01 | 2 | -9/+14 |
* | Merge NetBSD's changes from netbsd_strtod.c in preparation of | phantom | 2001-11-30 | 1 | -47/+54 |
* | Implement several of the c99 updates to printf(3): | fenner | 2001-11-30 | 2 | -211/+458 |
* | Clarify isblank range | ache | 2001-11-30 | 1 | -0/+14 |
* | Clarify valid isspace() range | ache | 2001-11-30 | 1 | -8/+10 |
* | Clarify that is[x]digit() class is the same in any locale | ache | 2001-11-29 | 2 | -17/+18 |
* | Duh. Back out most of my previous commit. It was mostly covered in the | cjc | 2001-11-29 | 1 | -9/+1 |
* | Bump p1003.1-90 to p1003.1-96. | green | 2001-11-29 | 1 | -1/+1 |
* | rename() can't guarantee "to" always exists if it didn't exist in the first | gshapiro | 2001-11-29 | 1 | -1/+3 |
* | Back out national digits support, POSIX explicetely disallows it: | ache | 2001-11-29 | 8 | -83/+85 |
* | After the long explanaition of how the inet_* functions interpret | cjc | 2001-11-29 | 1 | -0/+8 |
* | Do not write warning messages on stderr - a caller is expected to check | tobez | 2001-11-28 | 2 | -10/+8 |
* | Don't ever assume that isdigit() is always subset of isxdigit() | ache | 2001-11-28 | 7 | -7/+7 |
* | Fix typo | ache | 2001-11-28 | 1 | -1/+1 |
* | Use stricter tests to disallow national digits > 9 | ache | 2001-11-28 | 1 | -14/+14 |
* | Allow national (non-ASCII) digits | ache | 2001-11-28 | 1 | -55/+53 |
* | Allow national (non-ASCII) digits | ache | 2001-11-28 | 1 | -23/+23 |
* | Implement strtoimax() and strtoumax() | fenner | 2001-11-28 | 5 | -42/+337 |
* | Also mention "long long" in synopsis. | fenner | 2001-11-28 | 1 | -1/+1 |
* | Return a more meaningful errno when the length of the interpreter | jwd | 2001-11-28 | 1 | -0/+3 |
* | Base 36 is allowed. | fenner | 2001-11-28 | 4 | -4/+4 |
* | Put back base > 35 check. If someone dislike it, plese discuss it with | ache | 2001-11-28 | 4 | -4/+4 |
* | Add atoll(3) to conform POSIX and C99 | ache | 2001-11-28 | 3 | -2/+69 |