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
Commit message (
Expand
)
Author
Age
Files
Lines
*
move nonstandard gamma() etc. to _GNU_SOURCE only
Rich Felker
2012-03-17
1
-4
/
+4
*
c++ seems to want some casts in the float representation-access macros
Rich Felker
2012-03-17
1
-2
/
+2
*
in math.h make lgamma_r and non-double bessel _GNU_SOURCE only
nsz
2012-03-15
1
-20
/
+18
*
efficient sincos based on sin and cos
nsz
2012-03-15
1
-0
/
+4
*
first commit of the new libm!
Rich Felker
2012-03-13
3
-9
/
+354
*
fix nan/infinity macros in math.h, etc.
Rich Felker
2012-03-02
1
-6
/
+8
*
typo in math.h c version check
Rich Felker
2012-03-02
1
-1
/
+1
*
make math.h compatibe with c89
Rich Felker
2012-03-02
1
-1
/
+5
*
add all missing wchar functions except floating point parsers
Rich Felker
2012-03-01
1
-0
/
+15
*
add memory.h, bogus legacy alias for string.h
Rich Felker
2012-03-01
1
-0
/
+1
*
use c++-friendly initializers for pthread initializer definitions
Rich Felker
2012-02-29
1
-3
/
+3
*
add <syscall.h> as an alias for <sys/syscall.h>
Rich Felker
2012-02-29
1
-0
/
+1
*
replace prototype for basename in string.h with non-prototype declaration
Rich Felker
2012-02-24
1
-1
/
+1
*
add get_current_dir_name function
Rich Felker
2012-02-17
1
-0
/
+1
*
add float_t and double_t to math.h
Rich Felker
2012-02-15
1
-0
/
+2
*
replace bad cancellation cleanup abi with a sane one
Rich Felker
2012-02-09
1
-16
/
+9
*
fix typo in inotify.h
Rich Felker
2012-02-07
1
-1
/
+1
*
declare basename in string.h when _GNU_SOURCE is defined
Rich Felker
2012-02-07
1
-0
/
+1
*
revert hacks for types of stdint.h integer constant macros
Rich Felker
2012-02-07
1
-4
/
+4
*
more locale_t interfaces (string stuff) and header updates
Rich Felker
2012-02-06
3
-0
/
+15
*
fix some omissions and mistakes in locale_t interface definitions
Rich Felker
2012-02-06
1
-0
/
+24
*
add more of the locale_t interfaces, all dummied out to ignore the locale
Rich Felker
2012-02-06
1
-0
/
+5
*
add deprecated (removed from posix) [efg]cvt() functions
Rich Felker
2012-02-06
1
-0
/
+3
*
apparently gnu caddr_t is supposed to be char *, not unsigned long
Rich Felker
2012-02-01
1
-1
/
+1
*
fix utmp.h mess, try 2
Rich Felker
2012-02-01
1
-1
/
+1
*
fix previous utmp.h junk commit
Rich Felker
2012-01-31
1
-1
/
+1
*
add some missing junk in utmp.h
Rich Felker
2012-01-31
1
-0
/
+4
*
add fgetpwent (nonstandard function)
Rich Felker
2012-01-29
1
-0
/
+5
*
add linux setfs[ug]id syscall wrappers
Rich Felker
2012-01-28
1
-0
/
+20
*
remove useless "extern" keywords in headers
Rich Felker
2012-01-26
3
-3
/
+3
*
fix typo in FPE_FLTUND definition, signal.h
Rich Felker
2012-01-25
1
-1
/
+1
*
add MIN/MAX macros to sys/param.h
Rich Felker
2012-01-24
1
-0
/
+5
*
add legacy futimes and lutimes functions
Rich Felker
2012-01-24
1
-0
/
+2
*
add prlimit syscall wrapper
Rich Felker
2012-01-20
1
-0
/
+8
*
fix __cplusplus extern "C" closing brace in pty.h (typo?)
Rich Felker
2011-11-10
1
-1
/
+1
*
fix all missing instances of __cplusplus checks/extern "C" in headers
Rich Felker
2011-11-10
21
-1
/
+166
*
add some missing GNU FNM_* extensions to the header
Rich Felker
2011-10-17
1
-1
/
+3
*
fix some details in ugly stuff that doesn't belong in libc
Rich Felker
2011-10-17
1
-0
/
+2
*
make [U]INTn_C() macros have the right type...
Rich Felker
2011-10-04
1
-4
/
+4
*
stupid typo (caused by rather ugly spelling in POSIX..) in aio
Rich Felker
2011-09-28
1
-1
/
+1
*
fix ctype macros to cast argument to (unsigned) first
Rich Felker
2011-09-26
2
-7
/
+7
*
cleanup various minor issues reported by nsz
Rich Felker
2011-09-26
2
-2
/
+1
*
FD_ISSET must return an int. this is the easiest way.
Rich Felker
2011-09-23
1
-1
/
+1
*
sys/user.h may need stdint.h
Rich Felker
2011-09-23
1
-0
/
+1
*
fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h
Rich Felker
2011-09-21
1
-5
/
+6
*
gnu search.h has struct qelem...
Rich Felker
2011-09-21
1
-0
/
+7
*
fix some header typos
Rich Felker
2011-09-20
2
-2
/
+2
*
make stdbool.h conform to c99
Rich Felker
2011-09-20
1
-1
/
+2
*
fix incorrect include guard in mqueue.h
Rich Felker
2011-09-20
1
-2
/
+2
*
fix the fsid_t structure to match name of __val
Rich Felker
2011-09-20
1
-1
/
+1
[next]