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
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
15
-77
/
+54
*
internal locks: new owner of contended lock must set waiters flag
Rich Felker
2012-04-24
1
-1
/
+1
*
new internal locking primitive; drop spinlocks
Rich Felker
2012-04-24
2
-7
/
+29
*
new wcwidth implementation (fast table-based)
Rich Felker
2012-04-24
3
-179
/
+125
*
sync case mappings with unicode 6.1
Rich Felker
2012-04-23
2
-8
/
+30
*
optimize iswprint
Rich Felker
2012-04-23
1
-3
/
+12
*
fix spurious punct class for some surrogate codepoints (invalid)
Rich Felker
2012-04-23
1
-59
/
+56
*
destubify iswalpha and update iswpunct to unicode 6.1
Rich Felker
2012-04-23
5
-135
/
+252
*
make dlerror produce informative results
Rich Felker
2012-04-23
1
-4
/
+15
*
implement getusershell, etc. legacy functions
Rich Felker
2012-04-22
1
-0
/
+33
*
remove redundant (unmaintained) check in floatscan
Rich Felker
2012-04-22
1
-3
/
+3
*
add getresuid and getresgid syscall wrappers
Rich Felker
2012-04-22
2
-0
/
+16
*
fix major breakage in iconv, bogus rejecting of dest charsets
Rich Felker
2012-04-21
1
-1
/
+1
*
make floatscan correctly set errno for overflow/underflow
Rich Felker
2012-04-21
1
-4
/
+16
*
skip leading zeros even after decimal point in floatscan
Rich Felker
2012-04-21
1
-4
/
+9
*
fix overread (consuming an extra byte) scanning NAN
Rich Felker
2012-04-21
1
-1
/
+1
*
fix broken sysconf when correct value is -1
Rich Felker
2012-04-21
1
-1
/
+1
*
further fixes to leading space issue (forgot the wide versions)
Rich Felker
2012-04-19
2
-5
/
+9
*
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
2012-04-19
5
-10
/
+9
*
legacy junk compatibility grab-bag
Rich Felker
2012-04-18
2
-0
/
+2
*
fix typo in exponent reading code or floats
Rich Felker
2012-04-18
1
-1
/
+1
*
fix wide scanf's handling of input failure on %c, and simplify %[
Rich Felker
2012-04-17
1
-5
/
+6
*
fix failure to distinguish input/match failure in wide %[ scanf
Rich Felker
2012-04-17
2
-2
/
+4
*
fix over-read in %ls with non-wide scanf
Rich Felker
2012-04-17
1
-0
/
+1
*
fix broken %s and %[ with no width specifier in wide scanf
Rich Felker
2012-04-17
1
-3
/
+7
*
fix failure to read infinity in scanf
Rich Felker
2012-04-17
1
-3
/
+4
*
fix failure of int parser to unget an initial mismatching character
Rich Felker
2012-04-17
1
-0
/
+1
*
make wide scanf %[ respect width
Rich Felker
2012-04-17
1
-2
/
+3
*
fix wide scanf to respect field width for strings
Rich Felker
2012-04-17
1
-4
/
+7
*
fix some bugs in scanf %[ handling detected while writing the wide version
Rich Felker
2012-04-17
1
-4
/
+4
*
introduce new wide scanf code and remove the last remnants of old scanf
Rich Felker
2012-04-17
4
-524
/
+312
*
avoid depending on POSIX symbol in code used from plain C functions
Rich Felker
2012-04-17
1
-1
/
+3
*
avoid null pointer dereference on %*p fields in scanf
Rich Felker
2012-04-17
1
-1
/
+1
*
also ensure that write buffer is bounded when __stdio_write returns
Rich Felker
2012-04-17
1
-0
/
+1
*
fix buffer overflow in vfprintf on long writes to unbuffered files
Rich Felker
2012-04-17
1
-1
/
+2
*
fix %lf, etc. with printf
Rich Felker
2012-04-16
1
-0
/
+2
*
better description for errno==0
Rich Felker
2012-04-16
1
-1
/
+1
*
implement wcstod and family
Rich Felker
2012-04-16
1
-0
/
+61
*
avoid hitting eof in wcstol
Rich Felker
2012-04-16
1
-2
/
+3
*
use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc.
Rich Felker
2012-04-16
14
-405
/
+120
*
new scanf implementation and corresponding integer parser/converter
Rich Felker
2012-04-16
6
-30
/
+450
*
fix buggy limiter handling in shgetc
Rich Felker
2012-04-16
1
-4
/
+3
*
wordexp must set the we_offs entries of we_wordv to null pointers
Rich Felker
2012-04-16
1
-0
/
+4
*
fix crash in wordfree if we_offs is not initialized by the caller
Rich Felker
2012-04-16
1
-0
/
+2
*
fix broken shgetc limiter logic (wasn't working)
Rich Felker
2012-04-16
2
-2
/
+5
*
floatscan: fix incorrect count of leading nonzero digits
Rich Felker
2012-04-16
1
-1
/
+1
*
fix signedness error handling invalid multibyte sequences in regexec
Rich Felker
2012-04-14
1
-2
/
+2
*
remove invalid code from TRE
Rich Felker
2012-04-13
1
-14
/
+0
*
fix broken regerror (typo) and missing message
Rich Felker
2012-04-13
1
-2
/
+2
*
use fast version of the int reading code for the high-order digits too
Rich Felker
2012-04-13
1
-3
/
+13
[next]