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
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix memccpy to not access buffer past given size
Quentin Rameau
2018-12-02
1
-1
/
+1
*
optimize two-way strstr and memmem bad character shift
Rich Felker
2018-11-08
2
-2
/
+2
*
remove commented-out debug printf from strstr
Rich Felker
2018-11-02
1
-1
/
+0
*
fix spuriously slow check in twoway strstr/memmem cores
Rich Felker
2018-11-02
2
-2
/
+2
*
fix aliasing-based undefined behavior in string functions
Rich Felker
2018-09-26
8
-19
/
+46
*
optimize nop case of wmemmove
Rich Felker
2018-09-23
1
-0
/
+1
*
fix undefined pointer comparison in wmemmove
Rich Felker
2018-09-23
1
-1
/
+2
*
fix undefined pointer comparison in memmove
Rich Felker
2018-09-23
1
-1
/
+1
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
9
-9
/
+0
*
remove or make static various unused __-prefixed symbols
Rich Felker
2018-09-12
1
-4
/
+1
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
5
-10
/
+0
*
remove unused code from strcpy.c
Rich Felker
2018-09-12
1
-7
/
+0
*
optimize explicit_bzero for size
Alexander Monakov
2018-07-02
1
-1
/
+1
*
add explicit_bzero implementation
David Carlier
2018-06-26
1
-0
/
+8
*
fix OOB reads in Xbyte_memmem
Alexander Monakov
2017-09-04
1
-9
/
+9
*
fix undefined behavior in memset due to missing sequence points
Rich Felker
2017-08-29
1
-4
/
+8
*
fix arm run-time abi string functions
Szabolcs Nagy
2017-06-22
6
-36
/
+76
*
disable use of arm memcpy asm if building as thumb code
Rich Felker
2016-12-17
2
-2
/
+2
*
fix read past end of haystack buffer for short needles in memmem
Rich Felker
2016-04-01
1
-0
/
+1
*
move arm-specific translation units out of arch/arm/src, to src/*/arm
Rich Felker
2016-01-22
4
-0
/
+36
*
adapt build of arm memcpy asm not to use .sub files
Rich Felker
2016-01-20
4
-2
/
+7
*
remove non-working pre-armv4t support from arm asm
Rich Felker
2015-11-09
1
-4
/
+0
*
convert arm memcpy asm to UAL, remove .word hacks
Rich Felker
2015-11-05
1
-22
/
+24
*
reimplement strverscmp to fix corner cases
Rich Felker
2015-06-23
1
-32
/
+25
*
remove potentially PIC-incompatible relocations from x86_64 and x32 asm
Rich Felker
2015-04-18
2
-1
/
+5
*
remove the last of possible-textrels from i386 asm
Rich Felker
2015-04-18
2
-1
/
+5
*
overhaul optimized x86_64 memset asm
Rich Felker
2015-02-26
1
-26
/
+55
*
overhaul optimized i386 memset asm
Rich Felker
2015-02-26
1
-32
/
+61
*
x86_64/memset: avoid performing final store twice
Denys Vlasenko
2015-02-10
1
-1
/
+1
*
x86_64/memset: simple optimizations
Denys Vlasenko
2015-02-10
1
-14
/
+16
*
fix tabs/spaces in memcpy.s
Rich Felker
2014-11-23
1
-279
/
+279
*
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
1
-30
/
+30
*
fix handling of odd lengths in swab function
Rich Felker
2014-10-04
1
-1
/
+1
*
add support for LC_TIME and LC_MESSAGES translations
Rich Felker
2014-07-26
1
-2
/
+3
*
consolidate str[n]casecmp_l into str[n]casecmp source files
Rich Felker
2014-07-02
2
-0
/
+16
*
fix incorrect comparison loop condition in memmem
Rich Felker
2014-06-19
1
-2
/
+2
*
fix false negatives with periodic needles in strstr, wcsstr, and memmem
Rich Felker
2014-04-18
3
-3
/
+3
*
fix search past the end of haystack in memmem
Timo Teräs
2014-04-09
1
-0
/
+1
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
22
-18
/
+7
*
strcmp: Remove unnecessary check for *r
Michael Forney
2013-11-23
1
-1
/
+1
*
optimized C memcpy
Rich Felker
2013-08-28
1
-16
/
+111
*
optimized C memset
Rich Felker
2013-08-27
1
-12
/
+77
*
add arm-optimized memcpy implementation from bionic libc
Rich Felker
2013-08-14
3
-0
/
+383
*
optimized memset asm for i386 and x86_64
Rich Felker
2013-08-01
2
-0
/
+88
*
fix a couple misleading/wrong signal descriptions in strsignal
Rich Felker
2013-07-09
1
-2
/
+2
*
add realtime signals to strsignal
Rich Felker
2013-07-09
1
-3
/
+19
*
fix off-by-one array bound in strsignal
Rich Felker
2013-07-09
1
-1
/
+1
*
Add ABI compatability aliases.
Isaac Dunham
2013-04-05
1
-0
/
+3
*
fix integer type issue in strverscmp
Rich Felker
2013-02-26
1
-1
/
+3
[next]