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