add prototype for BSD/GNU stdio *_unlocked extension functions
[musl] / src /
2012-05-27 Rich Felkeradd ldd and main program loading support to dynamic...
2012-05-27 Rich Felkercleanup dynamic linker start code cruft
2012-05-26 Rich Felkerfix overrun (n essentially ignored) in wcsncmp
2012-05-26 Rich Felkerfix failure of mbsinit(0) (not UB; required to return...
2012-05-26 Rich Felkerfix failure of strrchr(str, 0)
2012-05-26 Rich Felkeravoid using pthread cleanup push/pop in stdio when...
2012-05-26 Rich Felkerensure pthread-internal signals are unblocked before...
2012-05-25 Rich Felkerfix regex on arm
2012-05-25 Rich Felkerremove cruft from pthread structure (old cancellation...
2012-05-25 Rich Felkerremove leftover cp_sp cruft from cancellation code...
2012-05-24 Rich Felkeravoid deprecated (by linux) alarm syscall; use setitime...
2012-05-24 Rich Felkerlinux deprecated SYS_utime on some archs, so use SYS_ut...
2012-05-23 Rich Felkerfix bad opcode in arm syscall_cp_asm
2012-05-23 Rich Felkerfix issue with longjmp out of signal handlers and cance...
2012-05-23 Rich Felkersimplify cancellation push/pop slightly
2012-05-23 Rich Felkerremove everything related to forkall
2012-05-22 Rich Felkerfix typo in utimes function that made it mess up file...
2012-05-22 Rich Felkerfix out-of-bounds array access in pthread barriers...
2012-05-17 Rich Felkerfix misplaced semicolon in preprocessor directive ...
2012-05-13 Rich Felkerremove some no-op end of string tests from regex parser
2012-05-13 Rich Felkeranother BRE fix: in ^*, * is literal
2012-05-13 Rich Felkerlet sysconf accurately report # of cpus available
2012-05-13 Rich Felkeruse __h_errno_location for h_errno
2012-05-12 nszsearch: add comments to tsearch_avl.c
2012-05-12 nszsearch: add tdestroy (gnu extension)
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-11 Rich Felkerremove __lock dependency from exit
2012-05-11 Rich Felkerfix missing static (namespace clash)
2012-05-07 nszmath: fix remquo.c when x==-y and a subnormal remainder...
2012-05-07 Rich Felkersome assemblers don't like fistpq; use the alt. mnemoni...
2012-05-07 Rich Felkerfix error checking for \ at end of regex (this was...
2012-05-07 Rich Felkerfix copy and paste error in regex code causing mishandl...
2012-05-07 Rich Felkerfix regex breakage in last commit (failure to handle...
2012-05-07 Rich Felkerfix ugly bugs in TRE regex parser
2012-05-06 nszadd FORCE_EVAL macro to evaluate float expr for their...
2012-05-06 Rich Felkerfix unused variable warnings in new nextafter/nexttowar...
2012-05-06 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-06 Rich Felkeradd isastream (obsolete STREAMS junk)
2012-05-06 nszmath: nextafter and nexttoward cleanup
2012-05-05 Rich Felkerupdate license of njk contributed code (x86_64 asm)
2012-05-05 Rich Felkermake pthread stacks non-executable
2012-05-05 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-05 Rich Felkerfix error reporting for dlsym with global symbols
2012-05-04 nszmath: change the formula used for acos.s
2012-05-04 Rich Felkerfix uninitialized var in vfwprintf printing 0-prec...
2012-05-04 Rich Felkeravoid setting nondefault scheduler too
2012-05-04 Rich Felkerimplement stub versions of sched_*
2012-05-04 Rich Felkeroverhaul SSP support to use a real canary
2012-05-02 Rich Felkerfix longstanding exit logic bugs in mbsnrtowcs and...
2012-05-01 Rich Felkersupport alternate glibc name pow10 for exp10
2012-05-01 Rich Felkeradd C stub for sqrtl (already implemented in asm on...
2012-04-30 Rich Felkerfirst try at writing an efficient and "correct" exp10
2012-04-30 Rich Felkermake stack protector work with gcc configured for non...
2012-04-30 Rich Felkerfix off-by-one error that caused uninitialized memory...
2012-04-30 Rich Felkerfix typo in the x86_64 rounding asm
2012-04-30 Rich Felkernew math asm (abs/rounding) for x86_64
2012-04-29 Rich Felkeradd linux-specific unshare syscall wrapper
2012-04-29 Rich Felkerfix longstanding missing static in mq_notify (namespace...
2012-04-28 Rich Felkernew fnmatch implementation
2012-04-26 Rich Felkerupdate fnmatch to POSIX 2008 semantics
2012-04-25 Rich Felkergdb shared library debugging support
2012-04-24 Rich Felkerfirst attempt at enabling stack protector support
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-04-24 Rich Felkerinternal locks: new owner of contended lock must set...
2012-04-24 Rich Felkernew internal locking primitive; drop spinlocks
2012-04-24 Rich Felkernew wcwidth implementation (fast table-based)
2012-04-23 Rich Felkersync case mappings with unicode 6.1
2012-04-23 Rich Felkeroptimize iswprint
2012-04-23 Rich Felkerfix spurious punct class for some surrogate codepoints...
2012-04-23 Rich Felkerdestubify iswalpha and update iswpunct to unicode 6.1
2012-04-23 Rich Felkermake dlerror produce informative results
2012-04-22 Rich Felkerimplement getusershell, etc. legacy functions
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
next