index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
stdlib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE
Rich Felker
2014-09-10
1
-3
/
+0
*
make clearenv available with _BSD_SOURCE
Clément Vasseur
2014-08-08
1
-1
/
+1
*
fix signed and unsigned comparision in macros in public headers
Szabolcs Nagy
2014-02-11
1
-1
/
+1
*
restore type of NULL to void * except when used in C++ programs
Rich Felker
2013-11-24
1
-0
/
+4
*
add legacy getloadavg api
Szabolcs Nagy
2013-11-21
1
-0
/
+1
*
provide declarations for strtod_l and family
Rich Felker
2013-08-13
1
-0
/
+4
*
fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127
Rich Felker
2013-08-10
1
-2
/
+2
*
add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals
Rich Felker
2013-02-20
1
-0
/
+8
*
use a common definition of NULL as 0L for C and C++
Rich Felker
2013-01-18
1
-6
/
+1
*
fix issues with wait constants in stdlib.h
Rich Felker
2012-10-21
1
-4
/
+5
*
default features: make musl usable without feature test macros
Rich Felker
2012-09-07
1
-12
/
+1
*
add _Noreturn function attribute, with fallback for pre-C11 GNUC
Rich Felker
2012-09-06
1
-4
/
+11
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-11
/
+17
*
implement "low hanging fruit" from C11
Rich Felker
2012-08-25
1
-0
/
+1
*
add c11 quick_exit and at_quick_exit functions
Rich Felker
2012-08-25
1
-0
/
+2
*
_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
Rich Felker
2012-06-04
1
-1
/
+1
*
support _BSD_SOURCE feature test macro
Rich Felker
2012-05-22
1
-7
/
+15
*
add support for ugly *64 functions with _LARGEFILE64_SOURCE
Rich Felker
2012-05-04
1
-0
/
+3
*
fix alloca issue in stdlib.h too
Rich Felker
2012-04-09
1
-1
/
+1
*
add deprecated (removed from posix) [efg]cvt() functions
Rich Felker
2012-02-06
1
-0
/
+3
*
declare alloca in stdlib.h when _GNU_SOURCE is defined
Rich Felker
2011-09-11
1
-0
/
+1
*
move wait.h macros out of bits. they do not vary.
Rich Felker
2011-04-21
1
-1
/
+8
*
add ptsname_r (nonstandard) and split ptsname (standard) to separate file
Rich Felker
2011-04-13
1
-0
/
+1
*
add some missing prototypes for nonstandard functions (strsep, clearenv)
Rich Felker
2011-03-30
1
-0
/
+1
*
fix the types of some integer constant limits in headers
Rich Felker
2011-02-15
1
-1
/
+1
*
fix missing EXIT_* in stdlib.h after header cleanup
Rich Felker
2011-02-15
1
-3
/
+3
*
begin namespace-cleanup of standard C headers
Rich Felker
2011-02-14
1
-46
/
+51
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+129