summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Make sure we set errno sensibly in case of failure.Poul-Henning Kamp2002-08-091-0/+7
* Nonexistent SIZE_MAX -> SIZE_T_MAXAndrey A. Chernov2002-08-041-1/+1
* Signal an error instead of giving the caller less memory than they askedTim J. Robbins2002-08-041-0/+7
* Fix some comments.Garrett Wollman2002-07-101-4/+6
* Remove improper use of <namespace.h>Daniel Eischen2002-06-271-1/+0
* Clarify the bit about realloc() and its `ptr' argument a bit.Giorgos Keramidas2002-06-061-2/+3
* Const poison.Poul-Henning Kamp2002-05-301-3/+5
* mdoc(7) police: nit.Ruslan Ermilov2002-05-291-1/+1
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-282-28/+0
* Remove spurious period.Dima Dorfman2002-05-271-1/+1
* Let this code know about PowerPC.Benno Rice2002-05-211-1/+1
* Avoid casting a different sized integer to a pointer on LP64 systems.Peter Wemm2002-05-101-1/+1
* Constify _malloc_options.Poul-Henning Kamp2002-04-242-3/+3
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-292-8/+9
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-0/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2237-66/+83
* Remove multi-line __P() usage.David E. O'Brien2002-03-222-4/+4
* Remove __P() usage.David E. O'Brien2002-03-2113-21/+21
* Remove 'register' keyword.David E. O'Brien2002-03-2114-61/+75
* When multiple threads call atexit at the same time, some operations mustTor Egge2002-03-051-2/+28
* Add ifdefs for sparc64.Jake Burkholder2002-02-232-1/+6
* Minor typo fix: uquad_t -> u_quad_t.Yaroslav Tykhiy2002-01-201-1/+1
* mdoc(7) police: add missing markup bits for ``errno''.Ruslan Ermilov2002-01-093-3/+9
* Back out errno preservingAndrey A. Chernov2001-12-307-47/+12
* Add "except the handling of errors" into "equivalent to" paragraph.Andrey A. Chernov2001-12-253-0/+8
* Preserve errno.Andrey A. Chernov2001-12-255-9/+44
* * cleanup comments and definesAlexey Zelkin2001-12-141-8/+1
* mdoc(7) police: fix markup, bump document date.Ruslan Ermilov2001-12-122-30/+38
* mdoc(7) police: kill HSBs, add missing comma.Ruslan Ermilov2001-12-121-8/+13
* mdoc(7) police: fix markup.Ruslan Ermilov2001-12-121-13/+17
* Add my e-mail to copyrightsAlexey Zelkin2001-12-111-1/+1
* Get rid of unused anymore file! Alpha works fine with our strtod() now.Alexey Zelkin2001-12-071-2496/+0
* Return 'c' back to signed due to potential comparison problemsAndrey A. Chernov2001-12-076-60/+72
* Use the merged strtod.c everywhere. This has been tested on alpha andPeter Wemm2001-12-021-10/+1
* Make it works for non ASCII compatible encodings too.Andrey A. Chernov2001-12-026-42/+42
* Merge NetBSD's changes from netbsd_strtod.c in preparation ofAlexey Zelkin2001-11-301-47/+54
* Back out national digits support, POSIX explicetely disallows it:Andrey A. Chernov2001-11-297-30/+30
* Don't ever assume that isdigit() is always subset of isxdigit()Andrey A. Chernov2001-11-286-6/+6
* Fix typoAndrey A. Chernov2001-11-281-1/+1
* Use stricter tests to disallow national digits > 9Andrey A. Chernov2001-11-281-14/+14
* Allow national (non-ASCII) digitsAndrey A. Chernov2001-11-281-23/+23
* Implement strtoimax() and strtoumax()Bill Fenner2001-11-285-42/+337
* Also mention "long long" in synopsis.Bill Fenner2001-11-281-1/+1
* Base 36 is allowed.Bill Fenner2001-11-284-4/+4
* Put back base > 35 check. If someone dislike it, plese discuss it withAndrey A. Chernov2001-11-284-4/+4
* Add atoll(3) to conform POSIX and C99Andrey A. Chernov2001-11-283-2/+69
* Understand national (non-ASCII) digits nowAndrey A. Chernov2001-11-286-56/+42
* Be more explicit about the fact that realloc() might return aGiorgos Keramidas2001-11-241-0/+4
* mdoc(7) police: fixed typos and minor markup nits.Ruslan Ermilov2001-11-214-17/+21
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.Poul-Henning Kamp2001-11-171-2/+5