about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release notes for 0.9.2 v0.9.2Rich Felker2012-06-241-0/+44
* add process_vm_readv and process_vm_writev syscall wrappersRich Felker2012-06-232-0/+22
* update syscall defs to latest kernel onesRich Felker2012-06-233-0/+38
* proper error handling for fcntl F_GETOWN on modern kernelsRich Felker2012-06-205-1/+29
* math: fix fma bug on x86 (found by Bruno Haible with gnulib)nsz2012-06-201-2/+10
* fix broken wcwidth tablesRich Felker2012-06-201-7/+8
* support ld80 pseudo-denormal invalid bit patterns; treat them as nanRich Felker2012-06-201-2/+5
* fix ptsname_r to conform to the upcoming posix requirementsRich Felker2012-06-202-4/+13
* fix fwrite return value when full write does not succeedRich Felker2012-06-201-1/+1
* avoid cancellation in pcloseRich Felker2012-06-201-3/+4
* fix invalid memory access in pcloseRich Felker2012-06-201-1/+2
* make popen cancellation-safeRich Felker2012-06-201-0/+7
* popen: handle issues with fd0/1 being closedRich Felker2012-06-201-3/+3
* duplocale: don't crash when called with LC_GLOBAL_LOCALERich Felker2012-06-201-1/+1
* make strerror_r behave nicer on failureRich Felker2012-06-201-2/+8
* fix another oob pointer arithmetic issue in printf floating pointRich Felker2012-06-201-1/+1
* minor perror behavior fixRich Felker2012-06-201-1/+1
* fix localeconv values and implementationRich Felker2012-06-191-15/+28
* fix mistake in length test in getlogin_rRich Felker2012-06-191-1/+1
* fix dummied-out fsyncRich Felker2012-06-191-2/+1
* fix dummied-out fdatasyncRich Felker2012-06-191-1/+1
* fix pointer overflow bug in floating point printfRich Felker2012-06-191-3/+3
* add vhangup syscall wrapperRich Felker2012-06-191-0/+8
* include declarations for new stdio_ext functions (gnulib support)Rich Felker2012-06-191-0/+5
* add new stdio extension functions to make gnulib happyRich Felker2012-06-191-0/+24
* stdio: handle file position correctly at program exitRich Felker2012-06-194-6/+40
* minor cleanup in fflushRich Felker2012-06-191-5/+1
* remove flush hook cruft that was never used from stdioRich Felker2012-06-193-5/+1
* fix multiple iconv bugs reading utf-16/32 and wchar_tRich Felker2012-06-181-8/+8
* fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrongRich Felker2012-06-181-2/+2
* fix erroneous utf-16 encoding with surrogates in iconvRich Felker2012-06-181-0/+1
* change stdio_ext __freading/__fwriting semantics slightlyRich Felker2012-06-171-2/+2
* fdopen should set errno when it fails due to invalid mode stringRich Felker2012-06-171-1/+4
* header file fixes: multiple include guard consistency and correctnessRich Felker2012-06-1510-18/+18
* direct syscall to open in __init_security needs O_LARGEFILERich Felker2012-06-141-1/+1
* reorder exit code to defer stdio flush until after dtorsRich Felker2012-06-141-4/+1
* revert one change in time.h; no evidence BSD_SOURCE should expose these..Rich Felker2012-06-131-1/+1
* fix feature test macros in time.hRich Felker2012-06-131-5/+2
* add timegm function (inverse of gmtime), nonstandardRich Felker2012-06-132-0/+12
* add init_module/delete_module syscall wrappersRich Felker2012-06-131-0/+11
* add (currently stubbed due to stubbed strverscmp) versionsort functionRich Felker2012-06-132-0/+13
* add deprecated capabilities functionsRich Felker2012-06-131-0/+11
* fix char signedness bug (arm-specific) in dynamic linkerRich Felker2012-06-091-1/+1
* add pthread_attr_setstack interface (and get)Rich Felker2012-06-094-10/+39
* fix scanning of "-0x" pseudo-hex float (must give negative zero)Rich Felker2012-06-081-1/+1
* fix signedness errors in stdint.h constant macrosRich Felker2012-06-081-2/+2
* fix %ls breakage in last printf fixRich Felker2012-06-081-2/+2
* fix printf %ls with precision limit over-read issueRich Felker2012-06-081-2/+2
* fix sysinfo, try 2. it seems to work this time.Rich Felker2012-06-071-10/+10
* sysinfo struct was utter nonsense; no idea where it came from.Rich Felker2012-06-071-4/+3