summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Implement C99's _Exit() interface.wollman2002-09-106-55/+158
* Include some verbage about not calling exit() from functions registeredwollman2002-09-062-2/+24
* Style: One space between "restrict" qualifier and "*".tjr2002-09-0612-17/+17
* s/EDOFUS/EDOOFUS/phk2002-08-211-3/+3
* - Add the 'restrict' qualifier to the function prototypes androbert2002-08-1512-41/+17
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001robert2002-08-142-7/+11
* Use a union to access the words of a double as this is less likelydwmalone2002-08-131-4/+8
* Make sure we set errno sensibly in case of failure.phk2002-08-091-0/+7
* Nonexistent SIZE_MAX -> SIZE_T_MAXache2002-08-041-1/+1
* Signal an error instead of giving the caller less memory than they askedtjr2002-08-041-0/+7
* Fix some comments.wollman2002-07-101-4/+6
* Remove improper use of <namespace.h>deischen2002-06-271-1/+0
* Clarify the bit about realloc() and its `ptr' argument a bit.keramida2002-06-061-2/+3
* Const poison.phk2002-05-301-3/+5
* mdoc(7) police: nit.ru2002-05-291-1/+1
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-282-28/+0
* Remove spurious period.dd2002-05-271-1/+1
* Let this code know about PowerPC.benno2002-05-211-1/+1
* Avoid casting a different sized integer to a pointer on LP64 systems.peter2002-05-101-1/+1
* Constify _malloc_options.phk2002-04-242-3/+3
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-292-8/+9
* Fix the style of the SCM ID's.obrien2002-03-221-0/+1
* Fix the style of the SCM ID's.obrien2002-03-2237-66/+83
* Remove multi-line __P() usage.obrien2002-03-222-4/+4
* Remove __P() usage.obrien2002-03-2113-21/+21
* Remove 'register' keyword.obrien2002-03-2114-61/+75
* When multiple threads call atexit at the same time, some operations musttegge2002-03-051-2/+28
* Add ifdefs for sparc64.jake2002-02-232-1/+6
* Minor typo fix: uquad_t -> u_quad_t.yar2002-01-201-1/+1
* mdoc(7) police: add missing markup bits for ``errno''.ru2002-01-093-3/+9
* Back out errno preservingache2001-12-307-47/+12
* Add "except the handling of errors" into "equivalent to" paragraph.ache2001-12-253-0/+8
* Preserve errno.ache2001-12-255-9/+44
* * cleanup comments and definesphantom2001-12-141-8/+1
* 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
* Add my e-mail to copyrightsphantom2001-12-111-1/+1
* 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
* Use the merged strtod.c everywhere. This has been tested on alpha andpeter2001-12-021-10/+1
* Make it works for non ASCII compatible encodings too.ache2001-12-026-42/+42
* Merge NetBSD's changes from netbsd_strtod.c in preparation ofphantom2001-11-301-47/+54
* Back out national digits support, POSIX explicetely disallows it:ache2001-11-297-30/+30
* Don't ever assume that isdigit() is always subset of isxdigit()ache2001-11-286-6/+6
* 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-23/+23
* Implement strtoimax() and strtoumax()fenner2001-11-285-42/+337
* Also mention "long long" in synopsis.fenner2001-11-281-1/+1
OpenPOWER on IntegriCloud