about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* handle whitespace before %% in scanfBartosz Brachaczek2017-09-042-5/+13
* fix OOB reads in Xbyte_memmemAlexander Monakov2017-09-041-9/+9
* free allocations in clearenvAlexander Monakov2017-09-041-2/+6
* overhaul environment functionsAlexander Monakov2017-09-044-81/+86
* fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoderRich Felker2017-09-011-1/+1
* fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombsRich Felker2017-08-312-2/+6
* add a_clz_64 helper functionSzabolcs Nagy2017-08-291-0/+21
* fix undefined behavior in memset due to missing sequence pointsRich Felker2017-08-291-4/+8
* __init_libc: add fallbacks for __progname setupAlexander Monakov2017-08-291-4/+4
* fix unsynchronized access to FILE structure in fflush(0)Rich Felker2017-08-291-1/+4
* fix signed overflow in ftokDaniel Sabogal2017-08-121-1/+1
* trap UB from attempts to join a detached threadRich Felker2017-08-111-0/+1
* ppc64: fix setjmp/longjmp handling of TOC pointerBobby Bingham2017-08-113-17/+39
* qsort: add a short comment about the algorithmLeah Neukirchen2017-08-111-0/+3
* add _NL_LOCALE_NAME extension to nl_langinfoRich Felker2017-07-311-0/+4
* fix missing volatile qualifier on lock in __get_localeJens Gustedt2017-07-041-1/+1
* remove ineffective compiler assist from printfAlexander Monakov2017-07-042-4/+0
* fix undefined behavior in ptraceAlexander Monakov2017-07-041-2/+6
* unify the use of FUTEX_PRIVATEJens Gustedt2017-07-044-4/+4
* fix undefined behavior in freeAlexander Monakov2017-07-041-2/+3
* reapply va_arg hacks removal to wprintfAlexander Monakov2017-07-041-26/+1
* powerpc64: add single-instruction math functionsRich Felker2017-06-2322-0/+290
* s390x: add single-instruction math functionsRich Felker2017-06-2324-0/+360
* fix arm run-time abi string functionsSzabolcs Nagy2017-06-226-36/+76
* fix regression in getspnam[_r] error code for insufficient buffer sizeRich Felker2017-06-211-1/+1
* fix iconv conversions for iso88592-iso885916Bartosz Brachaczek2017-06-201-1/+1
* handle errors from localtime_r in ctime_rRich Felker2017-06-201-3/+2
* set errno when getpw*_r, getgr*_r, and getspnam_r failRich Felker2017-06-153-3/+7
* handle localtime errors in ctimeRich Felker2017-06-151-1/+3
* handle mremap failure in realloc of mmap-serviced allocationsRich Felker2017-06-151-1/+2
* getdate: correctly specify error numberA. Wilcox2017-06-141-1/+2
* catopen: set errno to EOPNOTSUPPA. Wilcox2017-06-141-0/+2
* fix glob failure to match plain "/" to root directoryRich Felker2017-06-081-1/+1
* use hard-coded sh4a atomic opcodes to avoid linker errors on shRich Felker2017-06-081-4/+4
* towupper/towlower: fast path for ascii charsNatanael Copa2017-05-311-3/+3
* fix fchown fallback on arches without chown(2)Samuel Holland2017-05-271-1/+1
* fix iconv conversions to legacy 8bit encodingsRich Felker2017-05-271-9/+12
* have posix_spawnattr_setflags check for supported flagsRich Felker2017-04-221-0/+11
* implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker2017-04-221-0/+4
* remove va_arg hacks in printf core with undefined behaviorRich Felker2017-04-221-26/+1
* make ttyname[_r] return ENODEV rather than ENOENTRich Felker2017-04-211-1/+1
* fix regression in support for resolv.conf attempts optionRich Felker2017-04-211-2/+2
* fix scalbn when result is in the subnormal rangeSzabolcs Nagy2017-04-213-12/+14
* allow full-range file offsets to mmap on archs with 64-bit syscall argsRich Felker2017-04-211-1/+1
* fix dl_iterate_phdr in static PIE binariesRich Felker2017-04-111-0/+5
* fix read past end of buffer in getaddrinfo backendRich Felker2017-04-111-2/+2
* aarch64: add single instruction math functionsSzabolcs Nagy2017-03-2134-24/+226
* fix strptime output for %C without %yJulien Ramseier2017-03-211-2/+3
* fix processing of strptime %p formatJulien Ramseier2017-03-211-0/+2
* fix off-by-one in strptime %jJulien Ramseier2017-03-211-0/+1