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-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
2012-03-13
first commit of the new libm!
Rich Felker
2
-0
/
+323
2012-03-02
fix obscure bug in strtoull reading the highest 16 possible values
Rich Felker
1
-1
/
+1
2012-02-24
new attempt at working around the gcc 3 visibility bug
Rich Felker
2
-0
/
+7
2012-02-24
remove useless attribute visibility from definitions
Rich Felker
1
-1
/
+1
2012-02-23
cleanup and work around visibility bug in gcc 3 that affects x86_64
Rich Felker
2
-6
/
+11
2011-10-02
synchronize cond var destruction with exiting waits
Rich Felker
1
-0
/
+1
2011-09-28
improve pshared barriers
Rich Felker
1
-1
/
+1
2011-09-27
process-shared barrier support, based on discussion with bdonlan
Rich Felker
1
-3
/
+5
2011-09-26
fix lost signals in cond vars
Rich Felker
1
-0
/
+1
2011-09-26
cleanup various minor issues reported by nsz
Rich Felker
1
-3
/
+3
2011-09-26
redo cond vars again, use sequence numbers
Rich Felker
1
-3
/
+3
2011-09-25
new futex-requeue-based pthread_cond_broadcast implementation
Rich Felker
1
-3
/
+6
2011-09-22
fix deadlock in condition wait whenever there are multiple waiters
Rich Felker
1
-0
/
+1
2011-09-18
initial commit of the arm port
Rich Felker
1
-0
/
+15
2011-09-18
overhaul clone syscall wrapping
Rich Felker
1
-2
/
+1
2011-08-23
security hardening: ensure suid programs have valid stdin/out/err
Rich Felker
1
-2
/
+4
2011-08-12
pthread and synccall cleanup, new __synccall_wait op
Rich Felker
2
-0
/
+2
2011-08-06
simplify multi-threaded errno, eliminate useless function pointer
Rich Felker
1
-2
/
+1
2011-08-06
use weak aliases rather than function pointers to simplify some code
Rich Felker
1
-2
/
+0
2011-08-03
overhaul rwlocks to address several issues
Rich Felker
1
-4
/
+2
2011-08-02
unify and overhaul timed futex waits
Rich Felker
2
-2
/
+4
2011-07-30
add proper fuxed-based locking for stdio
Rich Felker
3
-6
/
+8
2011-07-29
new attempt at making set*id() safe and robust
Rich Felker
2
-4
/
+5
2011-07-25
comment non-obvious de bruijn sequence code in int parser
Rich Felker
1
-0
/
+2
2011-07-14
fix various bugs in new integer parser framework
Rich Felker
1
-4
/
+7
2011-07-14
new restartable integer parsing framework.
Rich Felker
2
-0
/
+116
2011-06-14
restore use of .type in asm, but use modern @function (vs %function)
Rich Felker
2
-0
/
+2
[prev]
[next]