summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.Poul-Henning Kamp2001-11-171-2/+5
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.Poul-Henning Kamp2001-11-161-0/+2
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-11-1513-12/+450
* malloc and calloc do not free memory.Dima Dorfman2001-11-051-2/+3
* Make strtod.c work on Alpha as well. strtod.c has got locale support,Peter Wemm2001-11-041-11/+8
* Slightly closer to netbsd_strtod.c:Peter Wemm2001-11-041-11/+12
* phkmalloc->evilchecks++;Poul-Henning Kamp2001-11-021-3/+13
* Add a long-overdue nail to the deprecated /dev/urandom interfaceMark Murray2001-10-302-2/+2
* Make this work on ia64. I have no idea why it works on alpha - itDoug Rabson2001-10-061-1/+7
* Avoid getting stuck in system(3) when the internal call to wait4()Alfred Perlstein2001-10-031-2/+3
* mdoc(7) police: don't split author names in the AUTHORS section.Ruslan Ermilov2001-10-011-0/+1
* mdoc(7) police: s/atof/atoi/Ruslan Ermilov2001-10-011-1/+1
* Add ERRORS section.Jeroen Ruigrok van der Werven2001-09-261-1/+18
* Be explicit about the POSIX version it conforms to [in this case 1990].Jeroen Ruigrok van der Werven2001-09-261-5/+5
* Change standards compliancy order so that C and POSIX are grouped.Jeroen Ruigrok van der Werven2001-09-261-1/+1
* style(9)Mike Barcroft2001-09-171-62/+56
* mdoc(7) police: changed pure POSIX text; added missing markup bits.Ruslan Ermilov2001-09-112-8/+12
* Add more standards which we conform to.Jeroen Ruigrok van der Werven2001-09-091-1/+18
* Detail thread-safe and async-cancel-safe status.Jeroen Ruigrok van der Werven2001-09-091-0/+10
* Move to using .In instead of .Fd #include <> for include mark-up.Jeroen Ruigrok van der Werven2001-09-0727-39/+39
* reconnect strfmon.c to build listAlexey Zelkin2001-09-071-1/+1
* Fix some mdoc nits caused by my knowledge not being too up-to-date onJeroen Ruigrok van der Werven2001-09-071-9/+12
* Port to ia64, taking into account the fact that pagesizes may be variable.Doug Rabson2001-09-071-0/+11
* Add strfmon.3 to the fray.Jeroen Ruigrok van der Werven2001-09-072-1/+89
* correctly wrap macros with { }Alexey Zelkin2001-09-061-2/+3
* strfmon(3) is not ready to go live.David E. O'Brien2001-09-061-1/+1
* Add strfmon(3) implementation. It still contains few XXX's because I lostAlexey Zelkin2001-09-052-3/+618
* Portability fix: use unsigned cast to guaranteed positive part of expressionAndrey A. Chernov2001-09-042-2/+2
* Remove rcsids and unneded includeAndrey A. Chernov2001-09-046-34/+12
* 'acc' is not initialized in one hypotetical case, fix itAndrey A. Chernov2001-09-044-8/+8
* Locale *is* used in strto*l*(), at least for isspace(), so removeAndrey A. Chernov2001-09-048-58/+105
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-312-16/+2
* If the string specifying the allowed options starts with a leading `:',Joseph Koshy2001-08-161-5/+2
* Fixed style bugs (dot `.' at the end of error and warning messages).Ruslan Ermilov2001-08-101-22/+22
* Markup nits: use diagnostic type lists for error and warning messages.Ruslan Ermilov2001-08-101-21/+17
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-091-4/+1
* mdoc(7) police: expand plain text xrefs.Ruslan Ermilov2001-08-082-2/+6
* Only pull in the MD files if they exist. This allows for progressiveMark Peek2001-07-311-0/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-1514-35/+35
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-105-5/+5
* mdoc(7) police: eliminate -ww warnings.Ruslan Ermilov2001-07-091-2/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-2/+0
* mdoc(7) police: mark NULL with .Dv.Ruslan Ermilov2001-07-041-8/+24
* mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS.Dima Dorfman2001-06-241-6/+6
* The fact that phk wrote this is not a bug!Dima Dorfman2001-06-241-5/+2
* Reword a sentence to make it proper English.Dima Dorfman2001-06-241-1/+1
* urandom(4) -> random(4) in comments.Dima Dorfman2001-06-072-2/+2
* urandom(4) -> random(4)Dima Dorfman2001-06-072-4/+4
* Add new, from scratch implementation of hsearch() et al that actually works.Ruslan Ermilov2001-05-153-3/+394
* Grammar nit.Ruslan Ermilov2001-04-271-1/+1