about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.0.4 v1.0.4Rich Felker2014-08-012-1/+31
* add missing yes/no strings to nl_langinfoRich Felker2014-07-281-2/+2
* fix nl_langinfo table for LC_TIME era-related itemsRich Felker2014-07-281-1/+2
* fix regression that negated some mips syscall error returnsRich Felker2014-07-281-5/+5
* fix mips struct stat dev_t members for big endianRich Felker2014-07-281-20/+81
* fix missing barriers in powerpc atomic storeRich Felker2014-07-281-1/+5
* fix microblaze atomic storeRich Felker2014-07-281-1/+3
* fix missing barrier instructions in powerpc atomic asmRich Felker2014-07-281-1/+4
* fix missing barrier instructions in mips atomic asmRich Felker2014-07-281-14/+18
* use memory constraints for mips atomic asmRich Felker2014-07-281-24/+24
* fix build breakage from ppc asm constraints changeRich Felker2014-07-281-3/+3
* remove cruft from microblaze atomic.hRich Felker2014-07-281-13/+0
* fix broken constraints for powerpc atomic cas asmRich Felker2014-07-281-1/+1
* fix microblaze definition of struct statRich Felker2014-07-281-3/+2
* fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker2014-07-281-0/+1
* work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker2014-07-288-30/+9
* simplify __stdio_exit static linking logicRich Felker2014-07-284-16/+12
* fix the %m specifier in syslogClément Vasseur2014-07-281-0/+3
* make dynamic linker accept colon as a separator for LD_PRELOADRich Felker2014-07-281-2/+2
* fix typo in microblaze setjmp asmRich Felker2014-07-281-1/+1
* fix multiple issues in legacy function getpassRich Felker2014-07-281-5/+6
* fix failure of wide printf/scanf functions to set wide orientationRich Felker2014-07-282-0/+3
* fix incorrect return value for fwide functionRich Felker2014-07-281-1/+2
* fix aliasing violations in mbtowc and mbrtowcRich Felker2014-07-282-2/+4
* remove hack in syslog.h that resulted in aliasing violationsRich Felker2014-07-281-6/+2
* fix incorrect comparison loop condition in memmemRich Felker2014-07-281-2/+2
* fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker2014-07-281-3/+3
* fix missing argument to syscall in fanotify_markClément Vasseur2014-07-281-1/+1
* prepare pthread_create.c for cherry-picking from masterRich Felker2014-07-281-0/+2
* fix gethostby*_r result pointer value on errorRich Felker2014-07-282-0/+4
* release 1.0.3 v1.0.3Rich Felker2014-06-062-1/+17
* fix multiple validation issues in dns response label parsingSzabolcs Nagy2014-06-061-4/+6
* remove some dummy "ent" function aliases that duplicated real onesRich Felker2014-06-061-8/+0
* fix if_nametoindex return value when interface does not existRich Felker2014-06-061-1/+1
* fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker2014-06-061-7/+15
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-06-065-3/+40
* fix sendfile syscall to use 64-bit off_tRich Felker2014-06-061-0/+5
* release 1.0.2 v1.0.2Rich Felker2014-05-202-1/+20
* trivial formatting fix for the config.mak generated by configureRich Felker2014-05-201-1/+1
* fix unhandled cases in strptimeRich Felker2014-05-201-5/+16
* add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker2014-05-201-5/+37
* add configure check for working compilerRich Felker2014-05-201-0/+9
* fix strftime %s not to zero pad with default width=2Szabolcs Nagy2014-05-201-0/+1
* remove useless __yield alias for sched_yieldRich Felker2014-05-201-4/+1
* fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker2014-05-201-1/+2
* fix superh nofpu check on old gcc versionsBobby Bingham2014-05-201-1/+1
* perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker2014-05-201-0/+5
* fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker2014-05-203-3/+3
* release 1.0.1 v1.0.1Rich Felker2014-04-162-1/+19
* fix deadlock race in pthread_onceRich Felker2014-04-161-2/+1