summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add atoll(3) to conform POSIX and C99ache2001-11-283-2/+69
* Understand national (non-ASCII) digits nowache2001-11-286-56/+42
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatjhb2001-11-2713-21/+21
* Must link strerror manpage to strerror_r.wes2001-11-271-0/+1
* Add strerror_r function per Posix prototype.wes2001-11-272-23/+107
* Be more explicit about the fact that realloc() might return akeramida2001-11-241-0/+4
* mdoc(7) police: markup cleanup.ru2001-11-221-15/+26
* mdoc(7) police: add missing comma.ru2001-11-221-1/+1
* fix compilation (include -> #include)fjoe2001-11-211-1/+1
* mdoc(7) police: fixed typos and minor markup nits.ru2001-11-214-17/+21
* mdoc(7) police: general cleanup.ru2001-11-211-40/+55
* Should also include namespace.hgreen2001-11-211-1/+3
* Change certain syscalls from x to _x.green2001-11-211-7/+7
* Introduce readpassphrase(3), a superset of getpass(3). Thisgreen2001-11-205-101/+256
* mdoc(7) police: minor markup and spelling fixes.ru2001-11-201-4/+7
* mdoc(7) police: sort xrefs.ru2001-11-201-2/+2
* mdoc(7) police: consistently use the .Ux macro.ru2001-11-201-4/+4
* mdoc(7) police: remove whitespace at EOL.ru2001-11-201-1/+1
* Actually build new files.jake2001-11-191-1/+2
* Need .type and .size here too.jake2001-11-187-4/+15
* Add more libc stuff.jake2001-11-1811-0/+843
* Catch up to jmpbuf changes. Define offsets used from assmebly languagejake2001-11-182-24/+39
* Remove fork and vfork wrappers. The kernel does the right thing.jake2001-11-183-127/+1
* Add .type and .size pseudo-ops to system call macros so that dynamic binariesjake2001-11-181-7/+15
* Remove a sentence from the BUGS section that claims non page-alignediedowse2001-11-181-3/+1
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.phk2001-11-171-2/+5
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.phk2001-11-161-0/+2
* Create link from directory.3 to readdir_r.3.dd2001-11-161-2/+2
* o Reflect repo-copy of extattr.[c3] from libutil to libc, movingrwatson2001-11-161-2/+6
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().mike2001-11-1513-12/+450
* Cross-reference the fdopen and fileno manpages.murray2001-11-142-1/+3
OpenPOWER on IntegriCloud