aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* Make the first argument of getbsize a size_t* instead of an int*, as this is ...Mark Murray2002-10-231-1/+1
* Whitespace cleanup (half for fixing missing whitespace before `__restrict'Bruce Evans2002-09-211-20/+21
* Use new visibility macros. Reorder some disordered declarations. AddGarrett Wollman2002-09-211-52/+104
* Without fixing the namespace issues, add prototypes for the new _Exit()Garrett Wollman2002-09-101-2/+5
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-8/+8
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andTim J. Robbins2002-09-011-3/+3
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-11/+10
* - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel2002-08-151-5/+5
* Don't define wchar_t if we are a C++ compiler.David E. O'Brien2002-07-091-0/+2
* Convince lint via the standard lint-comment /* LONGLONG */ to notMark Murray2002-07-041-0/+5
* Const poison.Poul-Henning Kamp2002-05-301-1/+1
* Constify _malloc_options.Poul-Henning Kamp2002-04-241-1/+1
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-90/+88
* const poison just like NetBSD.Warner Losh2002-03-221-7/+7
* Move user_from_uid to pwd.hWarner Losh2002-02-141-2/+0
* Revert 1.29. It breaks the build. Will figure out a better way to doWarner Losh2002-02-131-2/+2
* Make the user_from_uid and group_from_gid prototypes match the actualWarner Losh2002-02-131-2/+2
* Fix support for K&R C.Mike Barcroft2001-12-221-1/+1
* Oops, actually fix the namespace pollution for atoll() as the previousBruce Evans2001-11-291-4/+4
* Fixed namespace pollution and/or breakage of K&R and C90 support related toBruce Evans2001-11-281-16/+21
* Whitespace formattingAndrey A. Chernov2001-11-281-1/+2
* Fix just added atoll prototypeAndrey A. Chernov2001-11-281-1/+1
* Add atoll(3) to conform POSIX and C99Andrey A. Chernov2001-11-281-0/+1
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-11-151-0/+13
* Introduce getprogname(3) and setprogname(3) library calls. These getDima Dorfman2001-05-151-0/+3
* Move sranddev() to !ANSI_SOURCE !POSIX_SOURCE sectionAndrey A. Chernov2001-04-231-1/+1
* Add sranddev() prototypeAndrey A. Chernov2001-04-231-0/+1
* Impliment the ISO-C99 strto[u]ll()David E. O'Brien2001-02-271-0/+4
* Make it possible to override the function which writes messages toPoul-Henning Kamp2000-11-261-0/+3
* Fixed missing declaration of rand_r(3).Bruce Evans1999-12-231-0/+2
* Little reorganization:Dmitrij Tejblum1998-12-191-5/+3
* Add reallocf to the library. This function is simliar to realloc, butWarner Losh1998-09-141-0/+1
* Change the return types for strtoq and strtouq to int64_t and u_int64_tJohn Birrell1998-05-111-3/+2
* Moved include of <sys/cdefs.h> earlier for the same reasons as movingBruce Evans1998-02-271-2/+2
* Move machine/types.h to non-standard sectionAndrey A. Chernov1997-06-141-2/+3
* Add arc4random family declarationAndrey A. Chernov1997-06-141-0/+5
* Instead of copying fallback code over and over in each program,Andrey A. Chernov1997-06-141-1/+1
* Add srandomdev() prototypeAndrey A. Chernov1997-03-231-0/+1
* Merge Lite2 changes -Peter Wemm1997-03-111-10/+3
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-12/+6
* Fixed longstanding namespace convolution involving rune_t vs wchar_t.Bruce Evans1996-05-011-3/+7
* Don't declare rune_t, putenv() or setenv() if _POSIX_SOURCE is declared.Bruce Evans1995-04-151-21/+19
* Reviewed by: Bruce EvansAndreas Schulz1994-11-211-0/+10
* Declare functions that don't return as having attribute __dead2.Bruce Evans1994-09-081-2/+2
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+175