fix iconv conversions to legacy 8bit encodings
[musl] / src /
2017-05-28 Rich Felkerfix iconv conversions to legacy 8bit encodings
2017-04-23 Rich Felkerhave posix_spawnattr_setflags check for supported flags
2017-04-22 Rich Felkerimplement new posix_spawn flag POSIX_SPAWN_SETSID
2017-04-22 Rich Felkerremove va_arg hacks in printf core with undefined behavior
2017-04-21 Rich Felkermake ttyname[_r] return ENODEV rather than ENOENT
2017-04-21 Rich Felkerfix regression in support for resolv.conf attempts...
2017-04-21 Szabolcs Nagyfix scalbn when result is in the subnormal range
2017-04-21 Rich Felkerallow full-range file offsets to mmap on archs with...
2017-04-12 Rich Felkerfix dl_iterate_phdr in static PIE binaries
2017-04-12 Rich Felkerfix read past end of buffer in getaddrinfo backend
2017-03-21 Szabolcs Nagyaarch64: add single instruction math functions
2017-03-21 Julien Ramseierfix strptime output for %C without %y
2017-03-21 Julien Ramseierfix processing of strptime %p format
2017-03-21 Julien Ramseierfix off-by-one in strptime %j
2017-03-21 Julien Ramseierregex: fix newline matching with negated brackets
2017-03-21 Rich Felkerincrease limit on locale name length from 15 to 23...
2017-03-21 Rich Felkersearch locale name variants for gettext translations
2017-03-21 Rich Felkermake setlocale return a single name for LC_ALL if all...
2017-03-16 Rich Felkerfix POSIX-format TZ dst transition times for southern...
2017-03-15 Szabolcs Nagyfix threshold constants in j0f, y0f, j1f, y1f
2017-03-14 Rich Felkerfix one-byte overflow in legacy getpass function
2017-03-14 Rich Felkerfix wide scanf's use of a compound literal past its...
2017-03-14 Rich Felkerfix possible fd leak, unrestored cancellation state...
2017-03-14 Rich Felkerin static dl_iterate_phdr, fix use of possibly-uninitia...
2017-03-14 Rich Felkerfix free of uninitialized buffer pointer on error in...
2017-03-06 Szabolcs Nagyfix lsearch and lfind to pass key as first arg to the...
2017-02-15 Rich Felkerfix build regression in arm atomics asm with new binutils
2017-02-15 Bobby Binghams390x: implement dlsym
2017-01-29 Rich Felkeravoid unbounded strlen in gettext functions
2017-01-29 Rich Felkerfix use of uninitialized pointer in gettext core
2017-01-29 Rich Felkerfix bindtextdomain logic error deactivating other domains
2017-01-19 Rich Felkerfix spurious EINTR errors from multithreaded set*id...
2017-01-13 rofl0rfix crashes in x32 __tls_get_addr
2017-01-05 Rich Felkertreat base 1 as an error in strtol-family functions
2017-01-05 Rich Felkerfix getopt[_long] clobbering of optopt on success
2017-01-03 Rich Felkermake globfree safe after failed glob from over-length...
2017-01-02 Rich Felkerfix strftime %y for negative years
2016-12-20 Rich Felkerfix support for initialized TLS in static PIE binaries
2016-12-20 Rich Felkerrework arm atomic/tp backends to be thumb-compatible...
2016-12-18 Rich Felkerdisable use of arm memcpy asm if building as thumb...
2016-12-18 Rich Felkermake arm setjmp/longjmp asm thumb2-compatible
2016-12-17 Szabolcs Nagyuse lookup table for malloc bin index instead of float...
2016-12-17 Szabolcs Nagyhandle ^ and $ in BRE subexpression start and end as...
2016-12-17 Rich Felkerfix mrand48/jrand48 return value on 64-bit archs
2016-12-17 Bobby Binghamfix crashing sigsetjmp on s390x
2016-12-07 Rich Felkerremove largish unused field from pthread structure
2016-11-13 Rich Felkerwork around gdb issues recognizing sigreturn trampoline...
2016-11-12 Bobby Binghamadd s390x port
2016-11-11 Bobby Binghamtreat null vdso base same as missing
2016-11-11 Rich Felkergeneralize ELF hash table types not to assume 32-bit...
2016-11-08 Rich Felkerfix build regression on archs with variable page size
2016-11-08 Rich Felkeradd limited pthread_setattr_default_np API to set stack...
2016-11-08 Rich Felkerfix pthread_create regression from stack/guard size...
2016-11-08 Rich Felkersimplify pthread_attr_t stack/guard size representation
2016-11-08 Rich Felkerfix swprintf internal buffer state and error handling
2016-11-07 Daniel Sabogalfix integer overflow of tm_year in __secs_to_tm
2016-11-07 Hannu Nymanfix parsing of quoted time zone names
2016-10-22 Rich Felkerredesign snprintf without undefined behavior
2016-10-20 Daniel Sabogaladd missing confstr constants
2016-10-20 Rich Felkerfix minor problem in previous strtod non-nearest roundi...
2016-10-20 Szabolcs Nagyfix strtod int optimization in non-nearest rounding...
2016-10-20 Szabolcs Nagyfix strtod and strtof rounding with many trailing zeros
2016-10-20 Rich Felkerfix gratuitous undefined behavior in strptime
2016-10-20 Rich Felkerfix getopt_long_only misinterpreting "--" as an option
2016-10-20 Szabolcs Nagyfix float formatting of some exact halfway cases
2016-10-20 Felix Jandaadd pthread_setname_np
2016-10-20 Daniel Sabogalfix clock_nanosleep error case
2016-10-20 Szabolcs Nagymath: fix pow signed shift ub
2016-10-20 Natanael Copause dynamic buffer for getmntent
2016-10-20 Rich Felkerfix integer overflows and uncaught EOVERFLOW in printf...
2016-10-20 Rich Felkerfix integer overflow in float printf needed-precision...
2016-10-06 Rich Felkerfix regexec with haystack strings longer than INT_MAX
2016-10-06 Rich Felkerfix missing integer overflow checks in regexec buffer...
2016-10-06 Szabolcs Nagyfix strftime %y for negative tm_year
2016-09-24 Daniel Sabogalfix getservby*_r result pointer value on error
2016-09-24 Daniel Sabogalremove dead case in gethostbyname2_r
2016-09-19 Rich Felkersimplify/refactor fflush and make fflush_unlocked an...
2016-09-16 Daniel Sabogalfix if_indextoname error case
2016-09-16 Rich Felkerfix printf regression with alt-form octal, zero flag...
2016-08-30 Rich Felkerrestore _Noreturn to __assert_fail
2016-08-30 Olivier Brunelgetdtablesize: fix returning hard instead of soft rlimit
2016-08-30 Szabolcs Nagymath: fix 128bit long double inverse trigonometric...
2016-08-30 Szabolcs Nagyverify that ttyname refers to the same file as the fd
2016-08-11 Rich Felkerfix pread/pwrite syscall calling convention on sh
2016-07-13 Rich Felkerrevert unrelated change that slipped into last commit
2016-07-13 Rich Felkerfix regression in tcsetattr on all mips archs
2016-07-07 Rich Felkerfix asctime day/month names not to vary by locale
2016-07-07 Rich Felkerremove obsolete and unused gethostbyaddr implementation
2016-07-03 Rich Felkerimprove abort fallback behavior when raising SIGABRT...
2016-07-03 Rich Felkerdefine appropriate feature test macros to get CBAUD...
2016-07-01 Rich Felkerfix posix_fadvise syscall args on powerpc, unify with...
2016-07-01 Bobby Binghampthread: implement try/timed join variants
2016-06-29 Rich Felkerfix misordered syscall arguments for posix_fadvise...
2016-06-29 Rich Felkerin posix_fadvise, don't bypass __syscall macro infrastr...
2016-06-29 Natanael Coparefactor name_from_dns in hostname lookup backend
2016-06-29 Natanael Copain performing dns lookups, check result from res_mkquery
2016-06-27 Rich Felkerfix misaligned address buffers in gethostbyname[2]...
2016-06-27 Rich Felkerfix failure to obtain EOWNERDEAD status for process...
2016-06-21 Rich Felkerremove comments on copyright status from UTF-8 implemen...
2016-05-23 Rich Felkerfix a64l undefined behavior on ILP32 archs, wrong resul...
next