1108 Commits (4a99440571e315612e8f7582702df8a41021501f)
 

Author SHA1 Message Date
Rich Felker f94cbdeb41 implement wcstod and family 14 years ago
Rich Felker a4310aa2f5 avoid hitting eof in wcstol 14 years ago
Rich Felker 96e9773eb7 use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc. 14 years ago
Rich Felker 18efeb320b new scanf implementation and corresponding integer parser/converter 14 years ago
Rich Felker cc762434d9 fix buggy limiter handling in shgetc 14 years ago
Rich Felker 0d5df2df4f wordexp must set the we_offs entries of we_wordv to null pointers 14 years ago
Rich Felker bef7a85e45 fix crash in wordfree if we_offs is not initialized by the caller 14 years ago
Rich Felker f007bb854b fix broken shgetc limiter logic (wasn't working) 14 years ago
Rich Felker 2ac580fdfe floatscan: fix incorrect count of leading nonzero digits 14 years ago
Rich Felker 67b25fe0a8 move F_DUPFD_CLOEXEC out of bits 14 years ago
Rich Felker a68af22926 add F_SETSIG and F_GETSIG (linux specific) to fcntl.h 14 years ago
Rich Felker b9dd43db04 fix signedness error handling invalid multibyte sequences in regexec 14 years ago
Rich Felker 0115a6ed96 rename __sa_restorer to sa_restorer in struct sigaction 14 years ago
Rich Felker 386b34a07b remove invalid code from TRE 14 years ago
Rich Felker b6dbdc69b6 fix broken regerror (typo) and missing message 14 years ago
Rich Felker 11f3e33f9b use fast version of the int reading code for the high-order digits too 14 years ago
Rich Felker 26832d045f use macros instead of inline functions in shgetc.h 14 years ago
Rich Felker 54222d1efc fix spurious overflows in strtoull with small bases 14 years ago
Rich Felker 3ddeedd8f7 remove magic numbers from floatscan 14 years ago
Rich Felker fe514951af optimize more integer cases in floatscan; comment the whole procedure 14 years ago
Rich Felker 470fecdd3a revert invalid optimization in floatscan 14 years ago
Rich Felker 96acdae944 fix stupid typo in floatscan that caused excess rounding of some values 14 years ago
Rich Felker 5595de6960 add some more useful suggested options to config.mak template 14 years ago
Rich Felker cc00f05632 Merge remote branch 'nsz/master' 14 years ago
Rich Felker 4054da9ba0 optimize floatscan downscaler to skip results that won't be needed 14 years ago
Rich Felker 5837a0bb6b simplify/debloat radix point alignment code in floatscan 14 years ago
Rich Felker 1bdd5c8b98 optimize floatscan: avoid excessive upscaling 14 years ago
Rich Felker 7ef1a9bba5 fix incorrect initial count in shgetc when data is already buffered 14 years ago
Rich Felker 48bb81adf8 fix bug parsing lone zero followed by junk, and hex float over-reading 14 years ago
Rich Felker 38b3f1fea8 fix float scanning of certain values ending in zeros 14 years ago
Rich Felker 633a26c1e6 fix potential overflow in exponent reading 14 years ago
Rich Felker c5ff29699c set errno properly when parsing floating point 14 years ago
Rich Felker 2162541f38 add "scan helper getc" and rework strtod, etc. to use it 14 years ago
Rich Felker 4fb6aa02c8 unify strtof/strtod/strtold wrappers and fix initial whitespace issue 14 years ago
Rich Felker 415c4cd7fd new floating point parser/converter 14 years ago
Rich Felker 3be616c1df fix alloca issue in stdlib.h too 14 years ago
Rich Felker d71d0805f9 alloca cannot be a function. #define it to the gcc builtin if possible 14 years ago
nsz 37eaec3ad3 math: fix x86 asin accuracy 14 years ago
Rich Felker 5bd0ab8af6 work around nasty gcc bug in the i386 syscall asm 14 years ago
Rich Felker 450f2c4a85 remove useless (at best, harmful) feature test checks in aio.h 14 years ago
Rich Felker 4f346b08b3 improve name lookup performance in corner cases 14 years ago
Rich Felker 4dbd94112f optimize signbit macro 14 years ago
Rich Felker 93a18a15e4 make math.h more c++-friendly 14 years ago
nsz 7eabe8e690 math: minor cleanups in ceil and floor 14 years ago
nsz d79ac8c38f math: remove x86 modf asm 14 years ago
nsz f6ceccd922 math: rewrite modf.c and clean up modff.c 14 years ago
nsz 9f58d06007 math: fix modfl.c bug 14 years ago
nsz cf682072ce math: fix a regression in powl and do some cleanups 14 years ago
nsz bbfbc7edaf math: add dummy tgamma and tgammaf implementations 14 years ago
nsz 1b229a2098 math: remove comment about aliasing lgamma as gamma 14 years ago