about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.19 v1.1.19Rich Felker2018-02-222-1/+46
* update authors/contributors listRich Felker2018-02-211-0/+17
* fix detection of LIBCC for compiler-rt with clangMatúš Olekšák2018-02-211-0/+2
* convert execvp error handling to switch statementRich Felker2018-02-211-2/+9
* fix execvp failing on not-dir entries in PATH.Przemyslaw Pawelczyk2018-02-211-1/+1
* fix incorrect overflow check for allocation in fmemopenRich Felker2018-02-111-1/+1
* better configure check for long double supportSzabolcs Nagy2018-02-071-3/+2
* make getcwd fail if it cannot obtain an absolute pathDmitry V. Levin2018-02-071-1/+7
* disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processesRich Felker2018-02-071-0/+3
* honor rpath $ORIGIN for ldd/ldso command with program in working dirRich Felker2018-02-071-1/+10
* adjust strftime + modifier to match apparent intent of POSIXRich Felker2018-02-061-6/+12
* fix strftime field widths with %F format and zero yearRich Felker2018-02-051-1/+2
* document pthread structure ABI constraints in commentsRich Felker2018-02-051-0/+7
* re-fix child reaping in wordexpAlexander Monakov2018-02-051-7/+1
* revert regression in faccessat AT_EACCESS robustnessRich Felker2018-02-051-21/+14
* store pthread stack guard sizes for pthread_getattr_npWilliam Pitcock2018-02-033-1/+4
* adjust dladdr dli_fbase definition to match other implementationsRich Felker2018-02-021-1/+1
* getopt_long: accept prefix match of long options containing equals signsSamuel Holland2018-01-311-1/+2
* fix getopt_long arguments to partial matchesSamuel Holland2018-01-311-1/+3
* aarch64: fix mismatched type of ucontext_t uc_link memberWilliam Pitcock2018-01-311-1/+1
* add _DIRENT_HAVE_D_* macros to dirent.hRostislav Skudnov2018-01-121-0/+4
* fix printf alt-form octal with value 0 and no explicit precisionRich Felker2018-01-101-2/+2
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-0915-16/+16
* consistently use the LOCK an UNLOCK macrosJens Gustedt2018-01-096-12/+12
* new lock algorithm with state and congestion count in one atomic intJens Gustedt2018-01-093-8/+58
* add additional uapi guards for Linux kernel header filesHauke Mehrtens2018-01-093-0/+10
* fix iconv output of surrogate pairs in ucs2Rich Felker2017-12-181-1/+1
* add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconvRich Felker2017-12-181-3/+40
* add cp866 (dos cyrillic) to iconvRich Felker2017-12-181-0/+12
* update case mappings to unicode 10.0Rich Felker2017-12-181-2/+41
* update ctype tables to unicode 10.0Rich Felker2017-12-184-220/+305
* reformat ctype tables to be diff-friendly, match tool outputRich Felker2017-12-184-263/+276
* fix endian errors in netinet/icmp6.h due to failure to include endian.hRich Felker2017-12-151-0/+1
* fix endian errors in arpa/nameser.h due to failure to include endian.hJo-Philipp Wich2017-12-141-0/+1
* remove unused explicit dependency rules for crti/crtnNicholas Wilson2017-12-141-4/+0
* use the name UTC instead of GMT for UTC timezoneNatanael Copa2017-12-143-12/+12
* fix sysconf for infinite rlimitsNatanael Copa2017-12-141-0/+2
* fix x32 unistd macros to report as ILP32 not LP64Nicholas Wilson2017-12-141-2/+2
* fix data race in at_quick_exitRich Felker2017-12-141-3/+4
* add ibm1047 codepage (ebcdic representation of latin1) to iconvRich Felker2017-12-121-0/+20
* implement strftime padding specifier extensionsTimo Teräs2017-12-111-8/+14
* adjust fopencookie structure tag for ABI-compatRich Felker2017-12-061-1/+1
* implement the fopencookie extension to stdioWilliam Pitcock2017-12-062-0/+152
* make fgetwc handling of encoding errors consistent with/without bufferRich Felker2017-11-201-14/+14
* fix treatment by fgetws of encoding errors as eofRich Felker2017-11-201-1/+6
* fix fgetwc when decoding a character that crosses buffer boundarySzabolcs Nagy2017-11-181-0/+1
* add reverse iconv mappings for JIS-based encodingsRich Felker2017-11-142-1/+612
* generalize iconv framework for 8-bit codepagesRich Felker2017-11-133-246/+273
* fix malloc state corruption when ldso rejects loading a second libcRich Felker2017-11-131-3/+4
* reformat cjk iconv tables to be diff-friendly, match tool outputRich Felker2017-11-113-2755/+2808