summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Be more explicit about the fact that realloc() might return akeramida2001-11-241-0/+4
* mdoc(7) police: fixed typos and minor markup nits.ru2001-11-214-17/+21
* 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
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().mike2001-11-1513-12/+450
* malloc and calloc do not free memory.dd2001-11-051-2/+3
* Make strtod.c work on Alpha as well. strtod.c has got locale support,peter2001-11-041-11/+8
* Slightly closer to netbsd_strtod.c:peter2001-11-041-11/+12
* phkmalloc->evilchecks++;phk2001-11-021-3/+13
* Add a long-overdue nail to the deprecated /dev/urandom interfacemarkm2001-10-302-2/+2
* Make this work on ia64. I have no idea why it works on alpha - itdfr2001-10-061-1/+7
* Avoid getting stuck in system(3) when the internal call to wait4()alfred2001-10-031-2/+3
* mdoc(7) police: don't split author names in the AUTHORS section.ru2001-10-011-0/+1
* mdoc(7) police: s/atof/atoi/ru2001-10-011-1/+1
* Add ERRORS section.asmodai2001-09-261-1/+18
* Be explicit about the POSIX version it conforms to [in this case 1990].asmodai2001-09-261-5/+5
* Change standards compliancy order so that C and POSIX are grouped.asmodai2001-09-261-1/+1
* style(9)mike2001-09-171-62/+56
* mdoc(7) police: changed pure POSIX text; added missing markup bits.ru2001-09-112-8/+12
* Add more standards which we conform to.asmodai2001-09-091-1/+18
* Detail thread-safe and async-cancel-safe status.asmodai2001-09-091-0/+10
* Move to using .In instead of .Fd #include <> for include mark-up.asmodai2001-09-0727-39/+39
* reconnect strfmon.c to build listphantom2001-09-071-1/+1
* Fix some mdoc nits caused by my knowledge not being too up-to-date onasmodai2001-09-071-9/+12
* Port to ia64, taking into account the fact that pagesizes may be variable.dfr2001-09-071-0/+11
* Add strfmon.3 to the fray.asmodai2001-09-072-1/+89
* correctly wrap macros with { }phantom2001-09-061-2/+3
* strfmon(3) is not ready to go live.obrien2001-09-061-1/+1
* Add strfmon(3) implementation. It still contains few XXX's because I lostphantom2001-09-052-3/+618
* Portability fix: use unsigned cast to guaranteed positive part of expressionache2001-09-042-2/+2
* Remove rcsids and unneded includeache2001-09-046-34/+12
* 'acc' is not initialized in one hypotetical case, fix itache2001-09-044-8/+8
* Locale *is* used in strto*l*(), at least for isspace(), so removeache2001-09-048-58/+105
* Use ``.Rv -std'' wherever possible.ru2001-08-312-16/+2
* If the string specifying the allowed options starts with a leading `:',jkoshy2001-08-161-5/+2
* Fixed style bugs (dot `.' at the end of error and warning messages).ru2001-08-101-22/+22
OpenPOWER on IntegriCloud