summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make putenv(), setenv() and unsetenv() standards compliant. Themillert2009-06-031-3/+3
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-1/+3
* remove recalloc; sloppy me; ok deraadt@otto2008-06-241-2/+1
* Remove obsolete (and erroneous) #if statement that caused all compilersragge2008-06-201-6/+2
* Add strtof() to libc, some ports seem to like it. Currently it's a simplelandry2008-06-131-1/+2
* diff from djm@ committed at his request:otto2008-03-161-1/+5
* add recaloc(3)millert2007-09-031-1/+2
* add lldiv prototype; ok deraadt@djm2006-09-171-1/+3
* after we changed mode_t to be an int, the devname() man page wasderaadt2006-03-311-2/+2
* Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()millert2006-01-131-2/+9
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-11/+9
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-45/+78
* mktemp(3) et al. go in stdlib.h, not unistd.h. While there be moremillert2005-05-271-1/+5
* major abi changes:espie2005-05-111-2/+3
* Update strtonum() protormillert2004-08-031-3/+3
* strtonum prototypetedu2004-05-031-1/+3
* Add _Exit(3) as per C99. Discussed with espie@ some time ago.millert2004-05-031-1/+2
* Prototype llabs(3). Forgotten commit gathering bit rot in my tree...millert2004-01-211-1/+3
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-3/+5
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-5/+3
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-3/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* GNU-like getopt_long() from NetBSD with changes by me to supportmillert2002-12-031-1/+4
* Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.millert2002-12-021-1/+4
* Add prototype for atoll(3). I must have forgotten to commit this bitmillert2002-12-021-1/+2
* NULL is now 0L so it is the same size as a pointer.millert2002-10-251-2/+2
* Replace strtou?q() with the more standard strtou?ll(), using weakmillert2002-06-291-1/+5
* Revert local changes that snuck in to the last commit.millert2002-02-201-8/+1
* Some user header files may define an abs macro which will cause amillert2002-02-201-1/+17
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-14/+11
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-82/+82
* Ghostscript port refused to build with 'printf' in thekrw2001-11-041-2/+2
* Mention printf-like attributes for setproctitle().miod2001-11-011-2/+3
* Add new cgetusedb() function to toggle reading of .db files in getcap(3).millert2001-06-181-1/+2
* Add srandomdev() from FreeBSD for use by sendmail and others.millert2000-04-031-1/+2
* In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.espie1999-11-271-1/+4
* Define NULL to be __null for C++: better quality of implementation.espie1999-06-111-1/+5
* constify getcap(3). This fixes a warning in libcurses and doesn'tmillert1999-02-251-8/+8
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+2
* More XPG4.2 --millert1998-02-071-4/+4
* size_t n in initstate(); XPGderaadt1998-02-061-2/+2
* for XPG, do not use special typedef typesderaadt1997-12-091-2/+2
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* arc4random() number generator, for use with things like RPC xid's.dm1996-12-281-0/+4
* abort() and exit() need __dead tags in stdlib.h; mike.long@analog.com;deraadt1995-12-301-3/+3
* initial import of NetBSD treederaadt1995-10-181-0/+197