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
*
support alternate glibc name pow10 for exp10
Rich Felker
2012-05-01
1
-0
/
+3
*
first try at writing an efficient and "correct" exp10
Rich Felker
2012-04-30
1
-0
/
+4
*
add linux-specific unshare syscall wrapper
Rich Felker
2012-04-29
1
-0
/
+1
*
implement getusershell, etc. legacy functions
Rich Felker
2012-04-22
1
-0
/
+3
*
getdtablesize is not standard; move it to its correct spot in unistd.h
Rich Felker
2012-04-22
1
-1
/
+1
*
fix breakage in endian.h
Rich Felker
2012-04-22
1
-1
/
+1
*
add some ugly byte swapping cruft in endian.h
Rich Felker
2012-04-22
1
-0
/
+59
*
add getresuid and getresgid syscall wrappers
Rich Felker
2012-04-22
1
-0
/
+2
*
fix header typo
Rich Felker
2012-04-18
1
-1
/
+1
*
legacy junk compatibility grab-bag
Rich Felker
2012-04-18
4
-7
/
+34
*
fix incorrect macro name for MATH_ERREXCEPT in math.h
Rich Felker
2012-04-18
1
-1
/
+1
*
move F_DUPFD_CLOEXEC out of bits
Rich Felker
2012-04-15
1
-0
/
+2
*
rename __sa_restorer to sa_restorer in struct sigaction
Rich Felker
2012-04-13
1
-1
/
+1
*
fix alloca issue in stdlib.h too
Rich Felker
2012-04-09
1
-1
/
+1
*
alloca cannot be a function. #define it to the gcc builtin if possible
Rich Felker
2012-04-09
1
-0
/
+4
*
remove useless (at best, harmful) feature test checks in aio.h
Rich Felker
2012-04-03
1
-5
/
+0
*
optimize signbit macro
Rich Felker
2012-03-30
1
-2
/
+2
*
make math.h more c++-friendly
Rich Felker
2012-03-30
1
-2
/
+5
*
simplify creal and cimag macros
Rich Felker
2012-03-22
1
-8
/
+8
*
add creal/cimag macros in complex.h (and use them in the functions defs)
Rich Felker
2012-03-22
1
-0
/
+11
*
tgmath.h: suppress any existing macro definitions before defining macros
Rich Felker
2012-03-22
1
-0
/
+63
*
fix DECIMAL_DIG definitions
Rich Felker
2012-03-21
1
-2
/
+0
*
initial, very primitive strfmon
Rich Felker
2012-03-21
1
-0
/
+21
*
limits.h: support gcc's -funsigned-char
Rich Felker
2012-03-20
1
-2
/
+10
*
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
[next]