| Commit message (Expand) | Author | Age | Files | Lines |
* | fix really bad breakage in strtol, etc.: failure to accept leading spaces | Rich Felker | 2012-04-19 | 3 | -4/+5 |
* | fix typo in exponent reading code or floats | Rich Felker | 2012-04-18 | 1 | -1/+1 |
* | 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 |
* | use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc. | Rich Felker | 2012-04-16 | 2 | -127/+0 |
* | new scanf implementation and corresponding integer parser/converter | Rich Felker | 2012-04-16 | 3 | -0/+107 |
* | fix buggy limiter handling in shgetc | Rich Felker | 2012-04-16 | 1 | -4/+3 |
* | 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 |
* | use fast version of the int reading code for the high-order digits too | Rich Felker | 2012-04-13 | 1 | -3/+13 |
* | use macros instead of inline functions in shgetc.h | Rich Felker | 2012-04-13 | 1 | -20/+4 |
* | fix spurious overflows in strtoull with small bases | Rich Felker | 2012-04-13 | 1 | -7/+3 |
* | remove magic numbers from floatscan | Rich Felker | 2012-04-12 | 1 | -5/+5 |
* | optimize more integer cases in floatscan; comment the whole procedure | Rich Felker | 2012-04-12 | 1 | -8/+27 |
* | revert invalid optimization in floatscan | Rich Felker | 2012-04-11 | 1 | -2/+2 |
* | fix stupid typo in floatscan that caused excess rounding of some values | Rich Felker | 2012-04-11 | 1 | -1/+1 |
* | optimize floatscan downscaler to skip results that won't be needed | Rich Felker | 2012-04-11 | 1 | -2/+3 |
* | simplify/debloat radix point alignment code in floatscan | Rich Felker | 2012-04-11 | 1 | -9/+4 |
* | optimize floatscan: avoid excessive upscaling | Rich Felker | 2012-04-11 | 1 | -27/+27 |
* | fix incorrect initial count in shgetc when data is already buffered | Rich Felker | 2012-04-11 | 1 | -1/+1 |
* | fix bug parsing lone zero followed by junk, and hex float over-reading | Rich Felker | 2012-04-11 | 1 | -6/+5 |
* | fix float scanning of certain values ending in zeros | Rich Felker | 2012-04-10 | 1 | -1/+3 |
* | fix potential overflow in exponent reading | Rich Felker | 2012-04-10 | 1 | -1/+1 |
* | set errno properly when parsing floating point | Rich Felker | 2012-04-10 | 1 | -4/+21 |
* | add "scan helper getc" and rework strtod, etc. to use it | Rich Felker | 2012-04-10 | 5 | -73/+111 |
* | new floating point parser/converter | Rich Felker | 2012-04-10 | 2 | -0/+446 |
* | add creal/cimag macros in complex.h (and use them in the functions defs) | Rich Felker | 2012-03-22 | 1 | -8/+0 |
* | don't inline __rem_pio2l so the code size is smaller | nsz | 2012-03-19 | 1 | -0/+1 |
* | fix loads of missing const in new libm, and some global vars (?!) in powl | Rich Felker | 2012-03-18 | 1 | -2/+2 |
* | fix namespace issues for lgamma, etc. | Rich Felker | 2012-03-16 | 1 | -0/+2 |
* | first commit of the new libm! | Rich Felker | 2012-03-13 | 2 | -0/+323 |
* | fix obscure bug in strtoull reading the highest 16 possible values | Rich Felker | 2012-03-02 | 1 | -1/+1 |
* | new attempt at working around the gcc 3 visibility bug | Rich Felker | 2012-02-24 | 2 | -0/+7 |
* | remove useless attribute visibility from definitions | Rich Felker | 2012-02-24 | 1 | -1/+1 |
* | cleanup and work around visibility bug in gcc 3 that affects x86_64 | Rich Felker | 2012-02-23 | 2 | -6/+11 |
* | synchronize cond var destruction with exiting waits | Rich Felker | 2011-10-02 | 1 | -0/+1 |
* | improve pshared barriers | Rich Felker | 2011-09-28 | 1 | -1/+1 |
* | process-shared barrier support, based on discussion with bdonlan | Rich Felker | 2011-09-27 | 1 | -3/+5 |
* | fix lost signals in cond vars | Rich Felker | 2011-09-26 | 1 | -0/+1 |
* | cleanup various minor issues reported by nsz | Rich Felker | 2011-09-26 | 1 | -3/+3 |
* | redo cond vars again, use sequence numbers | Rich Felker | 2011-09-26 | 1 | -3/+3 |
* | new futex-requeue-based pthread_cond_broadcast implementation | Rich Felker | 2011-09-25 | 1 | -3/+6 |
* | fix deadlock in condition wait whenever there are multiple waiters | Rich Felker | 2011-09-22 | 1 | -0/+1 |
* | initial commit of the arm port | Rich Felker | 2011-09-18 | 1 | -0/+15 |
* | overhaul clone syscall wrapping | Rich Felker | 2011-09-18 | 1 | -2/+1 |
* | security hardening: ensure suid programs have valid stdin/out/err | Rich Felker | 2011-08-23 | 1 | -2/+4 |
* | pthread and synccall cleanup, new __synccall_wait op | Rich Felker | 2011-08-12 | 2 | -0/+2 |
* | simplify multi-threaded errno, eliminate useless function pointer | Rich Felker | 2011-08-06 | 1 | -2/+1 |
* | use weak aliases rather than function pointers to simplify some code | Rich Felker | 2011-08-06 | 1 | -2/+0 |
* | overhaul rwlocks to address several issues | Rich Felker | 2011-08-03 | 1 | -4/+2 |