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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-05-01
support alternate glibc name pow10 for exp10
Rich Felker
-0
/
+9
2012-04-30
add C stub for sqrtl (already implemented in asm on i386 and x86_64)
Rich Felker
-0
/
+9
2012-04-30
first try at writing an efficient and "correct" exp10
Rich Felker
-0
/
+55
2012-04-30
make stack protector work with gcc configured for non-tls canary
Rich Felker
-0
/
+2
2012-04-30
fix off-by-one error that caused uninitialized memory read in floatscan
Rich Felker
-1
/
+1
2012-04-29
fix typo in the x86_64 rounding asm
Rich Felker
-4
/
+4
2012-04-29
new math asm (abs/rounding) for x86_64
Rich Felker
-0
/
+36
2012-04-29
add linux-specific unshare syscall wrapper
Rich Felker
-0
/
+8
2012-04-29
fix longstanding missing static in mq_notify (namespace pollution)
Rich Felker
-1
/
+1
2012-04-28
new fnmatch implementation
Rich Felker
-131
/
+273
2012-04-26
update fnmatch to POSIX 2008 semantics
Rich Felker
-4
/
+11
2012-04-25
gdb shared library debugging support
Rich Felker
-5
/
+32
2012-04-24
first attempt at enabling stack protector support
Rich Felker
-0
/
+28
2012-04-24
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
-77
/
+54
2012-04-24
internal locks: new owner of contended lock must set waiters flag
Rich Felker
-1
/
+1
2012-04-24
new internal locking primitive; drop spinlocks
Rich Felker
-7
/
+29
2012-04-24
new wcwidth implementation (fast table-based)
Rich Felker
-179
/
+125
2012-04-23
sync case mappings with unicode 6.1
Rich Felker
-8
/
+30
2012-04-23
optimize iswprint
Rich Felker
-3
/
+12
2012-04-23
fix spurious punct class for some surrogate codepoints (invalid)
Rich Felker
-59
/
+56
2012-04-23
destubify iswalpha and update iswpunct to unicode 6.1
Rich Felker
-135
/
+252
2012-04-23
make dlerror produce informative results
Rich Felker
-4
/
+15
2012-04-22
implement getusershell, etc. legacy functions
Rich Felker
-0
/
+33
2012-04-22
remove redundant (unmaintained) check in floatscan
Rich Felker
-3
/
+3
2012-04-22
add getresuid and getresgid syscall wrappers
Rich Felker
-0
/
+16
2012-04-21
fix major breakage in iconv, bogus rejecting of dest charsets
Rich Felker
-1
/
+1
2012-04-21
make floatscan correctly set errno for overflow/underflow
Rich Felker
-4
/
+16
2012-04-21
skip leading zeros even after decimal point in floatscan
Rich Felker
-4
/
+9
2012-04-21
fix overread (consuming an extra byte) scanning NAN
Rich Felker
-1
/
+1
2012-04-21
fix broken sysconf when correct value is -1
Rich Felker
-1
/
+1
2012-04-19
further fixes to leading space issue (forgot the wide versions)
Rich Felker
-5
/
+9
2012-04-19
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
-10
/
+9
2012-04-18
legacy junk compatibility grab-bag
Rich Felker
-0
/
+2
2012-04-18
fix typo in exponent reading code or floats
Rich Felker
-1
/
+1
2012-04-17
fix wide scanf's handling of input failure on %c, and simplify %[
Rich Felker
-5
/
+6
2012-04-17
fix failure to distinguish input/match failure in wide %[ scanf
Rich Felker
-2
/
+4
2012-04-17
fix over-read in %ls with non-wide scanf
Rich Felker
-0
/
+1
2012-04-17
fix broken %s and %[ with no width specifier in wide scanf
Rich Felker
-3
/
+7
2012-04-17
fix failure to read infinity in scanf
Rich Felker
-3
/
+4
2012-04-17
fix failure of int parser to unget an initial mismatching character
Rich Felker
-0
/
+1
2012-04-17
make wide scanf %[ respect width
Rich Felker
-2
/
+3
2012-04-17
fix wide scanf to respect field width for strings
Rich Felker
-4
/
+7
2012-04-17
fix some bugs in scanf %[ handling detected while writing the wide version
Rich Felker
-4
/
+4
2012-04-17
introduce new wide scanf code and remove the last remnants of old scanf
Rich Felker
-524
/
+312
2012-04-17
avoid depending on POSIX symbol in code used from plain C functions
Rich Felker
-1
/
+3
2012-04-17
avoid null pointer dereference on %*p fields in scanf
Rich Felker
-1
/
+1
2012-04-17
also ensure that write buffer is bounded when __stdio_write returns
Rich Felker
-0
/
+1
2012-04-17
fix buffer overflow in vfprintf on long writes to unbuffered files
Rich Felker
-1
/
+2
2012-04-16
fix %lf, etc. with printf
Rich Felker
-0
/
+2
2012-04-16
better description for errno==0
Rich Felker
-1
/
+1
[next]