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
Age
Commit message (
Expand
)
Author
Lines
2018-11-08
optimize two-way strstr and memmem bad character shift
Rich Felker
-2
/
+2
2018-11-02
fix regression in setlocale for LC_ALL with per-category setting
Rich Felker
-1
/
+1
2018-11-02
fix failure to flush stderr when fflush(0) is called
Rich Felker
-1
/
+4
2018-11-02
fix deadlock and buffered data loss race in fclose
Rich Felker
-13
/
+19
2018-11-02
__libc_start_main: slightly simplify stage2 pointer setup
Alexander Monakov
-3
/
+4
2018-11-02
remove commented-out debug printf from strstr
Rich Felker
-1
/
+0
2018-11-02
fix spuriously slow check in twoway strstr/memmem cores
Rich Felker
-2
/
+2
2018-10-22
don't omit setting errno in internal __map_file function
Rich Felker
-2
/
+2
2018-10-22
make the default locale (& a variant) failure-free cases for newlocale
Rich Felker
-1
/
+20
2018-10-22
simplify newlocale and allow failure for explicit locale names
Rich Felker
-23
/
+14
2018-10-20
remove volatile qualification from category pointers in __locale_struct
Rich Felker
-1
/
+1
2018-10-20
adapt setlocale to support possibility of failure
Rich Felker
-12
/
+22
2018-10-18
adjust types in FILE struct to make line buffering check less expensive
Rich Felker
-4
/
+2
2018-10-18
optimize internal putc_unlocked macro used in putc
Rich Felker
-1
/
+2
2018-10-18
fix wrong result for putc variants due to operator precedence
Rich Felker
-1
/
+1
2018-10-18
further optimize getc/putc when locking is needed
Rich Felker
-10
/
+10
2018-10-18
use prototype for function pointer in static link libc init barrier
Rich Felker
-1
/
+1
2018-10-18
fix error in constraints for static link libc init barrier
Rich Felker
-1
/
+1
2018-10-18
fix build regression due to missing file for putc changes
Rich Felker
-0
/
+22
2018-10-18
bypass indirection through pointer objects to access stdin/out/err
Rich Felker
-9
/
+33
2018-10-17
optimize hot paths of putc with manual shrink-wrapping
Rich Felker
-13
/
+8
2018-10-17
optimize hot paths of getc with manual shrink-wrapping
Rich Felker
-15
/
+30
2018-10-17
document and make explicit desired noinline property for __init_libc
Rich Felker
-0
/
+6
2018-10-17
impose barrier between thread pointer setup and use for static linking
Rich Felker
-0
/
+13
2018-10-16
make thread-pointer-loading asm non-volatile
Rich Felker
-19
/
+19
2018-10-16
remove ancient clang workaround from powerpc pthread_arch.h asm
Rich Felker
-5
/
+0
2018-10-16
restore attribute((const)) to pthread_self and errno location decls
Rich Felker
-0
/
+9
2018-10-16
add new stage 2b to dynamic linker bootstrap for thread pointer
Rich Felker
-10
/
+23
2018-10-16
move stdio locking MAYBE_WAITERS definition to stdio_impl.h
Rich Felker
-4
/
+2
2018-10-15
fix misleading placement of statement on same line as for loop in ldso
Rich Felker
-1
/
+2
2018-10-15
x86_64: add single instruction fma
Szabolcs Nagy
-0
/
+92
2018-10-15
arm: add single instruction fma
Szabolcs Nagy
-0
/
+30
2018-10-15
powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf
Szabolcs Nagy
-0
/
+90
2018-10-15
s390x: add single instruction fma and fmaf
Szabolcs Nagy
-0
/
+14
2018-10-13
allow escaped path-separator slashes in glob
Rich Felker
-11
/
+22
2018-10-12
rewrite core of the glob implementation for correctness & optimization
Rich Felker
-105
/
+112
2018-10-12
fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0
Rich Felker
-3
/
+3
2018-10-12
combine arch ABI's DTP_OFFSET into DTV pointers
Rich Felker
-31
/
+28
2018-10-11
fix redundant computations of strlen in glob append function
Rich Felker
-2
/
+5
2018-10-11
fix invalid substitute of [1] for flexible array member in glob
Rich Felker
-2
/
+2
2018-10-10
fix fesetround error checking
Szabolcs Nagy
-6
/
+5
2018-10-09
fix build regression on armhf in tlsdesc asm
Rich Felker
-0
/
+1
2018-10-04
allow freeaddrinfo of arbitrary sublists of addrinfo list
Rich Felker
-8
/
+25
2018-10-01
inline cp15 thread pointer load in arm dynamic TLSDESC asm when possible
Rich Felker
-0
/
+9
2018-10-01
add TLSDESC support for 32-bit arm
Rich Felker
-1
/
+72
2018-09-26
fix aliasing-based undefined behavior in string functions
Rich Felker
-19
/
+46
2018-09-23
optimize nop case of wmemmove
Rich Felker
-0
/
+1
2018-09-23
fix undefined pointer comparison in wmemmove
Rich Felker
-1
/
+2
2018-09-23
fix undefined pointer comparison in memmove
Rich Felker
-1
/
+1
2018-09-20
new tsearch implementation
Szabolcs Nagy
-219
/
+200
[next]