getdtablesize is not standard; move it to its correct spot in unistd.h
[musl] / src /
2012-04-22 Rich Felkerremove redundant (unmaintained) check in floatscan
2012-04-22 Rich Felkeradd getresuid and getresgid syscall wrappers
2012-04-21 Rich Felkerfix major breakage in iconv, bogus rejecting of dest...
2012-04-21 Rich Felkermake floatscan correctly set errno for overflow/underflow
2012-04-21 Rich Felkerskip leading zeros even after decimal point in floatscan
2012-04-21 Rich Felkerfix overread (consuming an extra byte) scanning NAN
2012-04-21 Rich Felkerfix broken sysconf when correct value is -1
2012-04-19 Rich Felkerfurther fixes to leading space issue (forgot the wide...
2012-04-19 Rich Felkerfix really bad breakage in strtol, etc.: failure to...
2012-04-18 Rich Felkerlegacy junk compatibility grab-bag
2012-04-18 Rich Felkerfix typo in exponent reading code or floats
2012-04-18 Rich Felkerfix wide scanf's handling of input failure on %c, and...
2012-04-18 Rich Felkerfix failure to distinguish input/match failure in wide...
2012-04-18 Rich Felkerfix over-read in %ls with non-wide scanf
2012-04-18 Rich Felkerfix broken %s and %[ with no width specifier in wide...
2012-04-18 Rich Felkerfix failure to read infinity in scanf
2012-04-18 Rich Felkerfix failure of int parser to unget an initial mismatchi...
2012-04-18 Rich Felkermake wide scanf %[ respect width
2012-04-17 Rich Felkerfix wide scanf to respect field width for strings
2012-04-17 Rich Felkerfix some bugs in scanf %[ handling detected while writi...
2012-04-17 Rich Felkerintroduce new wide scanf code and remove the last remna...
2012-04-17 Rich Felkeravoid depending on POSIX symbol in code used from plain...
2012-04-17 Rich Felkeravoid null pointer dereference on %*p fields in scanf
2012-04-17 Rich Felkeralso ensure that write buffer is bounded when __stdio_w...
2012-04-17 Rich Felkerfix buffer overflow in vfprintf on long writes to unbuf...
2012-04-17 Rich Felkerfix %lf, etc. with printf
2012-04-16 Rich Felkerbetter description for errno==0
2012-04-16 Rich Felkerimplement wcstod and family
2012-04-16 Rich Felkeravoid hitting eof in wcstol
2012-04-16 Rich Felkeruse the new integer parser (FILE/shgetc based) for...
2012-04-16 Rich Felkernew scanf implementation and corresponding integer...
2012-04-16 Rich Felkerfix buggy limiter handling in shgetc
2012-04-16 Rich Felkerwordexp must set the we_offs entries of we_wordv to...
2012-04-16 Rich Felkerfix crash in wordfree if we_offs is not initialized...
2012-04-16 Rich Felkerfix broken shgetc limiter logic (wasn't working)
2012-04-16 Rich Felkerfloatscan: fix incorrect count of leading nonzero digits
2012-04-15 Rich Felkerfix signedness error handling invalid multibyte sequenc...
2012-04-13 Rich Felkerremove invalid code from TRE
2012-04-13 Rich Felkerfix broken regerror (typo) and missing message
2012-04-13 Rich Felkeruse fast version of the int reading code for the high...
2012-04-13 Rich Felkeruse macros instead of inline functions in shgetc.h
2012-04-13 Rich Felkerfix spurious overflows in strtoull with small bases
2012-04-12 Rich Felkerremove magic numbers from floatscan
2012-04-12 Rich Felkeroptimize more integer cases in floatscan; comment the...
2012-04-12 Rich Felkerrevert invalid optimization in floatscan
2012-04-12 Rich Felkerfix stupid typo in floatscan that caused excess roundin...
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-11 Rich Felkeroptimize floatscan downscaler to skip results that...
2012-04-11 Rich Felkersimplify/debloat radix point alignment code in floatscan
2012-04-11 Rich Felkeroptimize floatscan: avoid excessive upscaling
2012-04-11 Rich Felkerfix incorrect initial count in shgetc when data is...
2012-04-11 Rich Felkerfix bug parsing lone zero followed by junk, and hex...
2012-04-11 Rich Felkerfix float scanning of certain values ending in zeros
2012-04-11 Rich Felkerfix potential overflow in exponent reading
2012-04-11 Rich Felkerset errno properly when parsing floating point
2012-04-11 Rich Felkeradd "scan helper getc" and rework strtod, etc. to use it
2012-04-11 Rich Felkerunify strtof/strtod/strtold wrappers and fix initial...
2012-04-10 Rich Felkernew floating point parser/converter
2012-04-04 nszmath: fix x86 asin accuracy
2012-04-02 Rich Felkerimprove name lookup performance in corner cases
2012-03-29 nszmath: minor cleanups in ceil and floor
2012-03-29 nszmath: remove x86 modf asm
2012-03-29 nszmath: rewrite modf.c and clean up modff.c
2012-03-28 nszmath: fix modfl.c bug
2012-03-27 nszmath: fix a regression in powl and do some cleanups
2012-03-27 nszmath: add dummy tgamma and tgammaf implementations
2012-03-27 nszmath: remove comment about aliasing lgamma as gamma
2012-03-27 nszmath: fix typo in i386 remquof and remquol asm
2012-03-26 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-25 Rich FelkerMerge remote branch 'nsz/master'
2012-03-25 Rich Felkeradd strfmon_l variant (still mostly incomplete)
2012-03-23 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-23 Rich Felkerasm for hypot and hypotf
2012-03-23 Rich Felkermake dlerror conform to posix
2012-03-23 nszminor rintl.c fix: remove unsupported ldbl format message
2012-03-23 nszfix tgammal: don't set the signgam global
2012-03-22 Rich Felkeradd creal/cimag macros in complex.h (and use them in...
2012-03-22 nszacos.s fix: use the formula acos(x) = atan2(sqrt(1...
2012-03-22 Rich Felkersysconf support for dynamic limits (open files and...
2012-03-21 Rich Felkerinitial, very primitive strfmon
2012-03-21 Rich Felkerx86_64 math asm, long double functions only
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 Rich Felkerupgrade to latest upstream TRE regex code (0.8.0)
2012-03-20 nsznearbyint optimization (only clear inexact when necessary)
2012-03-20 nszremove a fixme comment
2012-03-20 nszclean up pow.c and powf.c
2012-03-20 nszclean up powl.c
2012-03-20 nszfix a cbrtl.c regression and remove x87 precision setting
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich Felkeroptimize scalbn family
2012-03-20 Rich Felkerremquo asm: return quotient mod 8, as intended by the...
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich Felkeruse alternate formula for acos asm to avoid loss of...
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 Rich Felkerfix exp asm
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszcode cleanup of named constants
2012-03-19 nszfix remainder*.c: remove useless long double cast
2012-03-19 nszdon't try to create non-standard denormalization signal
next