index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-11
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
Rich Felker
1
-0
/
+22
2012-07-11
use unsigned bitmask for consistency in ksigaction
Rich Felker
1
-1
/
+1
2012-07-11
fix breakage from last commit: forgot to include ksigaction.h
Rich Felker
1
-0
/
+6
2012-06-19
remove flush hook cruft that was never used from stdio
Rich Felker
1
-1
/
+1
2012-06-09
add pthread_attr_setstack interface (and get)
Rich Felker
1
-1
/
+2
2012-06-08
fix scanning of "-0x" pseudo-hex float (must give negative zero)
Rich Felker
1
-1
/
+1
2012-06-02
increase default thread stack size to 80k
Rich Felker
1
-1
/
+1
2012-05-31
enable LARGEFILE64 aliases
Rich Felker
1
-2
/
+1
2012-05-25
remove cruft from pthread structure (old cancellation stuff)
Rich Felker
1
-2
/
+0
2012-05-22
remove everything related to forkall
Rich Felker
1
-1
/
+0
2012-05-21
fix out-of-bounds array access in pthread barriers on 64-bit
Rich Felker
1
-1
/
+1
2012-05-06
add FORCE_EVAL macro to evaluate float expr for their side effect
nsz
1
-0
/
+13
2012-05-03
overhaul SSP support to use a real canary
Rich Felker
1
-0
/
+4
2012-04-30
fix off-by-one error that caused uninitialized memory read in floatscan
Rich Felker
1
-1
/
+1
2012-04-24
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2
-3
/
+3
2012-04-24
new internal locking primitive; drop spinlocks
Rich Felker
1
-1
/
+2
2012-04-22
remove redundant (unmaintained) check in floatscan
Rich Felker
1
-3
/
+3
2012-04-21
make floatscan correctly set errno for overflow/underflow
Rich Felker
1
-4
/
+16
2012-04-21
skip leading zeros even after decimal point in floatscan
Rich Felker
1
-4
/
+9
2012-04-21
fix overread (consuming an extra byte) scanning NAN
Rich Felker
1
-1
/
+1
2012-04-19
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
3
-4
/
+5
2012-04-18
fix typo in exponent reading code or floats
Rich Felker
1
-1
/
+1
2012-04-17
fix failure to read infinity in scanf
Rich Felker
1
-3
/
+4
2012-04-17
fix failure of int parser to unget an initial mismatching character
Rich Felker
1
-0
/
+1
2012-04-16
use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc.
Rich Felker
2
-127
/
+0
2012-04-16
new scanf implementation and corresponding integer parser/converter
Rich Felker
3
-0
/
+107
2012-04-16
fix buggy limiter handling in shgetc
Rich Felker
1
-4
/
+3
2012-04-16
fix broken shgetc limiter logic (wasn't working)
Rich Felker
2
-2
/
+5
2012-04-16
floatscan: fix incorrect count of leading nonzero digits
Rich Felker
1
-1
/
+1
2012-04-13
use fast version of the int reading code for the high-order digits too
Rich Felker
1
-3
/
+13
2012-04-13
use macros instead of inline functions in shgetc.h
Rich Felker
1
-20
/
+4
2012-04-13
fix spurious overflows in strtoull with small bases
Rich Felker
1
-7
/
+3
2012-04-12
remove magic numbers from floatscan
Rich Felker
1
-5
/
+5
2012-04-12
optimize more integer cases in floatscan; comment the whole procedure
Rich Felker
1
-8
/
+27
2012-04-11
revert invalid optimization in floatscan
Rich Felker
1
-2
/
+2
2012-04-11
fix stupid typo in floatscan that caused excess rounding of some values
Rich Felker
1
-1
/
+1
2012-04-11
optimize floatscan downscaler to skip results that won't be needed
Rich Felker
1
-2
/
+3
2012-04-11
simplify/debloat radix point alignment code in floatscan
Rich Felker
1
-9
/
+4
2012-04-11
optimize floatscan: avoid excessive upscaling
Rich Felker
1
-27
/
+27
2012-04-11
fix incorrect initial count in shgetc when data is already buffered
Rich Felker
1
-1
/
+1
2012-04-11
fix bug parsing lone zero followed by junk, and hex float over-reading
Rich Felker
1
-6
/
+5
2012-04-10
fix float scanning of certain values ending in zeros
Rich Felker
1
-1
/
+3
2012-04-10
fix potential overflow in exponent reading
Rich Felker
1
-1
/
+1
2012-04-10
set errno properly when parsing floating point
Rich Felker
1
-4
/
+21
2012-04-10
add "scan helper getc" and rework strtod, etc. to use it
Rich Felker
5
-73
/
+111
2012-04-10
new floating point parser/converter
Rich Felker
2
-0
/
+446
2012-03-22
add creal/cimag macros in complex.h (and use them in the functions defs)
Rich Felker
1
-8
/
+0
2012-03-19
don't inline __rem_pio2l so the code size is smaller
nsz
1
-0
/
+1
2012-03-18
fix loads of missing const in new libm, and some global vars (?!) in powl
Rich Felker
1
-2
/
+2
2012-03-16
fix namespace issues for lgamma, etc.
Rich Felker
1
-0
/
+2
[next]