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
Age
Commit message (
Expand
)
Author
Lines
2012-04-15
move F_DUPFD_CLOEXEC out of bits
Rich Felker
-0
/
+2
2012-04-13
rename __sa_restorer to sa_restorer in struct sigaction
Rich Felker
-1
/
+1
2012-04-09
fix alloca issue in stdlib.h too
Rich Felker
-1
/
+1
2012-04-09
alloca cannot be a function. #define it to the gcc builtin if possible
Rich Felker
-0
/
+4
2012-04-03
remove useless (at best, harmful) feature test checks in aio.h
Rich Felker
-5
/
+0
2012-03-30
optimize signbit macro
Rich Felker
-2
/
+2
2012-03-30
make math.h more c++-friendly
Rich Felker
-2
/
+5
2012-03-22
simplify creal and cimag macros
Rich Felker
-8
/
+8
2012-03-22
add creal/cimag macros in complex.h (and use them in the functions defs)
Rich Felker
-0
/
+11
2012-03-22
tgmath.h: suppress any existing macro definitions before defining macros
Rich Felker
-0
/
+63
2012-03-21
fix DECIMAL_DIG definitions
Rich Felker
-2
/
+0
2012-03-21
initial, very primitive strfmon
Rich Felker
-0
/
+21
2012-03-20
limits.h: support gcc's -funsigned-char
Rich Felker
-2
/
+10
2012-03-17
move nonstandard gamma() etc. to _GNU_SOURCE only
Rich Felker
-4
/
+4
2012-03-17
c++ seems to want some casts in the float representation-access macros
Rich Felker
-2
/
+2
2012-03-15
in math.h make lgamma_r and non-double bessel _GNU_SOURCE only
nsz
-20
/
+18
2012-03-15
efficient sincos based on sin and cos
nsz
-0
/
+4
2012-03-13
first commit of the new libm!
Rich Felker
-9
/
+354
2012-03-02
fix nan/infinity macros in math.h, etc.
Rich Felker
-6
/
+8
2012-03-02
typo in math.h c version check
Rich Felker
-1
/
+1
2012-03-02
make math.h compatibe with c89
Rich Felker
-1
/
+5
2012-03-01
add all missing wchar functions except floating point parsers
Rich Felker
-0
/
+15
2012-03-01
add memory.h, bogus legacy alias for string.h
Rich Felker
-0
/
+1
2012-02-29
use c++-friendly initializers for pthread initializer definitions
Rich Felker
-3
/
+3
2012-02-29
add <syscall.h> as an alias for <sys/syscall.h>
Rich Felker
-0
/
+1
2012-02-24
replace prototype for basename in string.h with non-prototype declaration
Rich Felker
-1
/
+1
2012-02-17
add get_current_dir_name function
Rich Felker
-0
/
+1
2012-02-15
add float_t and double_t to math.h
Rich Felker
-0
/
+2
2012-02-09
replace bad cancellation cleanup abi with a sane one
Rich Felker
-16
/
+9
2012-02-07
fix typo in inotify.h
Rich Felker
-1
/
+1
2012-02-07
declare basename in string.h when _GNU_SOURCE is defined
Rich Felker
-0
/
+1
2012-02-07
revert hacks for types of stdint.h integer constant macros
Rich Felker
-4
/
+4
2012-02-06
more locale_t interfaces (string stuff) and header updates
Rich Felker
-0
/
+15
2012-02-06
fix some omissions and mistakes in locale_t interface definitions
Rich Felker
-0
/
+24
2012-02-06
add more of the locale_t interfaces, all dummied out to ignore the locale
Rich Felker
-0
/
+5
2012-02-06
add deprecated (removed from posix) [efg]cvt() functions
Rich Felker
-0
/
+3
2012-02-01
apparently gnu caddr_t is supposed to be char *, not unsigned long
Rich Felker
-1
/
+1
2012-02-01
fix utmp.h mess, try 2
Rich Felker
-1
/
+1
2012-01-31
fix previous utmp.h junk commit
Rich Felker
-1
/
+1
2012-01-31
add some missing junk in utmp.h
Rich Felker
-0
/
+4
2012-01-29
add fgetpwent (nonstandard function)
Rich Felker
-0
/
+5
2012-01-28
add linux setfs[ug]id syscall wrappers
Rich Felker
-0
/
+20
2012-01-26
remove useless "extern" keywords in headers
Rich Felker
-3
/
+3
2012-01-25
fix typo in FPE_FLTUND definition, signal.h
Rich Felker
-1
/
+1
2012-01-24
add MIN/MAX macros to sys/param.h
Rich Felker
-0
/
+5
2012-01-24
add legacy futimes and lutimes functions
Rich Felker
-0
/
+2
2012-01-20
add prlimit syscall wrapper
Rich Felker
-0
/
+8
2011-11-10
fix __cplusplus extern "C" closing brace in pty.h (typo?)
Rich Felker
-1
/
+1
2011-11-10
fix all missing instances of __cplusplus checks/extern "C" in headers
Rich Felker
-1
/
+166
2011-10-17
add some missing GNU FNM_* extensions to the header
Rich Felker
-1
/
+3
[next]