summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: minor markup nits.ru2001-12-121-20/+20
* mdoc(7) police: fix markup, bump document date.ru2001-12-122-30/+38
* mdoc(7) police: kill HSBs, add missing comma.ru2001-12-121-8/+13
* mdoc(7) police: fix markup.ru2001-12-121-13/+17
* mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34.ru2001-12-121-57/+67
* mdoc(7) police: use no-break space.ru2001-12-121-1/+3
* mdoc(7) police: use no-break space, fix markup.ru2001-12-121-1/+2
* mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup.ru2001-12-121-1/+3
* Add my e-mail to copyrightsphantom2001-12-112-2/+2
* * Add my e-mail to copyrightsphantom2001-12-1110-52/+57
* Fix grouping string handlingphantom2001-12-111-1/+4
* Start using .St macro for POSIX.1-2001.ru2001-12-082-4/+3
* Get rid of unused anymore file! Alpha works fine with our strtod() now.phantom2001-12-071-2496/+0
* Return 'c' back to signed due to potential comparison problemsache2001-12-076-60/+72
* Fix a typo.ru2001-12-071-1/+1
* * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flagphantom2001-12-071-3/+3
* Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Bewes2001-12-072-6/+32
* Remove blank line.fenner2001-12-071-1/+0
* New, improved, more Posix-compliant strerror_r implementation,wes2001-12-062-72/+78
* Clarify ' ' space issueache2001-12-052-2/+3
* mdoc(7) police: markup the previous delta.ru2001-12-041-1/+3
* Correct some egregious style bugs.des2001-12-041-13/+21
* Add a missing error check. This fixes a bug that would cause pwd_mkdb todes2001-12-041-1/+2
* Fix typos getpeerid -> getpeereid.tobez2001-12-021-2/+2
* Use the merged strtod.c everywhere. This has been tested on alpha andpeter2001-12-021-10/+1
* Remove specific reference to ASCII space (' '), it is true for localizedache2001-12-021-1/+1
* Make it works for non ASCII compatible encodings too.ache2001-12-026-42/+42
* Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).jkoshy2001-12-012-0/+12
* o Stop abusing MD headers with non-MD types.mike2001-12-012-9/+14
* Merge NetBSD's changes from netbsd_strtod.c in preparation ofphantom2001-11-301-47/+54
* Implement several of the c99 updates to printf(3):fenner2001-11-302-211/+458
* Clarify isblank rangeache2001-11-301-0/+14
* Clarify valid isspace() rangeache2001-11-301-8/+10
* Clarify that is[x]digit() class is the same in any localeache2001-11-292-17/+18
* Duh. Back out most of my previous commit. It was mostly covered in thecjc2001-11-291-9/+1
* Bump p1003.1-90 to p1003.1-96.green2001-11-291-1/+1
* rename() can't guarantee "to" always exists if it didn't exist in the firstgshapiro2001-11-291-1/+3
* Back out national digits support, POSIX explicetely disallows it:ache2001-11-298-83/+85
* After the long explanaition of how the inet_* functions interpretcjc2001-11-291-0/+8
* Do not write warning messages on stderr - a caller is expected to checktobez2001-11-282-10/+8
* Don't ever assume that isdigit() is always subset of isxdigit()ache2001-11-287-7/+7
* Fix typoache2001-11-281-1/+1
* Use stricter tests to disallow national digits > 9ache2001-11-281-14/+14
* Allow national (non-ASCII) digitsache2001-11-281-55/+53
* Allow national (non-ASCII) digitsache2001-11-281-23/+23
* Implement strtoimax() and strtoumax()fenner2001-11-285-42/+337
* Also mention "long long" in synopsis.fenner2001-11-281-1/+1
* Return a more meaningful errno when the length of the interpreterjwd2001-11-281-0/+3
* Base 36 is allowed.fenner2001-11-284-4/+4
* Put back base > 35 check. If someone dislike it, plese discuss it withache2001-11-284-4/+4
OpenPOWER on IntegriCloud