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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix handling of "--" with getopt_long argv permutation
Rich Felker
2014-12-13
1
-1
/
+0
*
accept null longopts pointer in getopt_long
Rich Felker
2014-12-11
1
-1
/
+1
*
fix getopt handling of initial '+' in optstring
Rich Felker
2014-12-10
1
-1
/
+1
*
support abbreviated options in getopt_long
Rich Felker
2014-12-10
1
-7
/
+18
*
support options after non-option arguments in getopt_long (argv permutation)
Rich Felker
2014-12-10
1
-0
/
+39
*
use direct syscall rather than write function in posix_spawn child
Rich Felker
2014-12-05
1
-1
/
+1
*
don't fail posix_spawn on failed close
Rich Felker
2014-12-05
1
-2
/
+1
*
fix getopt handling of ':' modifier for multibyte option characters
Rich Felker
2014-12-04
1
-4
/
+9
*
fix return value of pthread_getaffinity_np and pthread_setaffinity_np
Rich Felker
2014-12-02
1
-8
/
+11
*
fix uninitialized output from sched_getaffinity
Rich Felker
2014-12-02
1
-1
/
+5
*
add support for non-option arguments extension to getopt
Gianluca Anzolin
2014-12-02
2
-4
/
+20
*
adapt dynamic linker for new binutils versions that omit DT_RPATH
Rich Felker
2014-11-23
1
-0
/
+2
*
fix tabs/spaces in memcpy.s
Rich Felker
2014-11-23
1
-279
/
+279
*
fix build regression in arm asm for setjmp/longjmp with old assemblers
Rich Felker
2014-11-23
2
-2
/
+2
*
fix build regression in arm asm for memcpy
Rich Felker
2014-11-23
1
-30
/
+30
*
arm assembly changes for clang compatibility
Joakim Sindholt
2014-11-23
3
-32
/
+32
*
unify non-inline version of syscall code across archs
Rich Felker
2014-11-22
1
-0
/
+10
*
fix __aeabi_read_tp oversight in arm atomics/tls overhaul
Rich Felker
2014-11-22
1
-4
/
+0
*
overhaul ARM atomics/tls for performance and compatibility
Rich Felker
2014-11-19
1
-12
/
+1
*
save auxv pointer into libc struct early in dynamic linker startup
Rich Felker
2014-11-19
1
-0
/
+1
*
getopt: fix optional argument processing
Felix Fietkau
2014-11-15
1
-2
/
+2
*
implement a private state for the uchar.h functions
Jens Gustedt
2014-11-15
3
-0
/
+6
*
fix behavior of printf with alt-form octal, zero precision, zero value
Rich Felker
2014-11-15
1
-1
/
+1
*
math: use fnstsw consistently instead of fstsw in x87 asm
Szabolcs Nagy
2014-11-05
11
-11
/
+11
*
math: fix x86_64 and x32 asm not to use sahf instruction
Szabolcs Nagy
2014-11-05
6
-28
/
+14
*
fix uninitialized mode variable in openat function
Rich Felker
2014-10-31
1
-1
/
+1
*
math: use the rounding idiom consistently
Szabolcs Nagy
2014-10-31
13
-58
/
+89
*
fix rint.c and rintf.c when FLT_EVAL_METHOD!=0
Szabolcs Nagy
2014-10-31
2
-4
/
+22
*
fix invalid access by openat to possibly-missing variadic mode argument
Rich Felker
2014-10-30
1
-4
/
+8
*
fix failure of open to read variadic mode argument for O_TMPFILE
Rich Felker
2014-10-30
1
-1
/
+1
*
manually "shrink wrap" fast path in pthread_once
Rich Felker
2014-10-20
1
-8
/
+12
*
implement uchar.h (C11 UTF-16/32 conversion) interfaces
Rich Felker
2014-10-13
4
-0
/
+79
*
eliminate global waiters count in pthread_once
Rich Felker
2014-10-13
1
-9
/
+13
*
fix missing barrier in pthread_once/call_once shortcut path
Rich Felker
2014-10-10
1
-2
/
+6
*
fix handling of negative offsets in timezone spec strings
Rich Felker
2014-10-09
1
-10
/
+7
*
always provide __fpclassifyl and __signbitl definitions
Rich Felker
2014-10-08
2
-1
/
+9
*
ignore access mode bits of flags in mkostemps and functions that use it
Rich Felker
2014-10-06
1
-0
/
+1
*
fix handling of odd lengths in swab function
Rich Felker
2014-10-04
1
-1
/
+1
*
fix incorrect sequence generation in *rand48 prng functions
Rich Felker
2014-09-22
1
-2
/
+2
*
fix linked list corruption in flockfile lists
Rich Felker
2014-09-19
1
-0
/
+1
*
math: fix exp10 not to raise invalid exception on NaN
Szabolcs Nagy
2014-09-18
3
-4
/
+13
*
fix overflow corner case in strtoul-family functions
Rich Felker
2014-09-16
1
-0
/
+1
*
rewrite the regex pattern parser in regcomp
Szabolcs Nagy
2014-09-13
1
-1081
/
+634
*
fix exp10l.c to include float.h
Szabolcs Nagy
2014-09-08
1
-0
/
+1
*
prune math code on archs with binary64 long double
Szabolcs Nagy
2014-09-08
2
-0
/
+10
*
add C11 thread creation and related thread functions
Rich Felker
2014-09-07
10
-7
/
+84
*
add C11 condition variable functions
Jens Gustedt
2014-09-06
6
-0
/
+57
*
add C11 mutex functions
Jens Gustedt
2014-09-06
6
-0
/
+69
*
add C11 thread functions operating on tss_t and once_flag
Jens Gustedt
2014-09-06
5
-0
/
+42
*
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-09-06
15
-29
/
+76
[prev]
[next]