about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.14 v1.1.14Rich Felker2016-02-222-1/+14
* generate list of crt files to install instead of hard-coding in makefileRich Felker2016-02-191-1/+1
* add arch tuple matching for nt32 and nt64 in configureRich Felker2016-02-191-0/+2
* work around regression building for armhf with clang (compiler bug)Rich Felker2016-02-193-2/+16
* improve macro logic for enabling arm math asmRich Felker2016-02-182-2/+2
* update authors/contributors listRich Felker2016-02-181-0/+9
* fix regression in SH/FDPIC dynamic linkerRich Felker2016-02-182-1/+2
* partly revert detection of broken float in configureRich Felker2016-02-181-1/+1
* support clean/distclean make targets in unconfigured treeRich Felker2016-02-171-10/+16
* adjust makefile to make crt/ and ldso/ sources arch-replaceableRich Felker2016-02-171-15/+18
* make configure attempt to catch broken floating point CFLAGS/defaultsRich Felker2016-02-171-0/+10
* in crypt-sha*, reject excessive rounds as error rather than clampingRich Felker2016-02-162-2/+2
* fix unlikely corner cases in getopt's message printingRich Felker2016-02-161-2/+2
* fix assumption in fputs that fwrite returning 0 implies an errorRich Felker2016-02-161-1/+2
* release 1.1.13 v1.1.13Rich Felker2016-02-152-1/+61
* do not define static_assert macro for pre-C11 compilersRich Felker2016-02-121-1/+1
* add declarations for utmpname/utmpxname to appropriate headersRich Felker2016-02-122-1/+2
* fix return value for fread/fwrite when size argument is 0Rich Felker2016-02-102-0/+2
* fix line-buffered flush omission for odd usage of putc-family functionsRich Felker2016-02-101-1/+2
* fix failed write reporting by fwrite in line-buffered modeRich Felker2016-02-101-2/+2
* remove workaround for broken mips assemblersRich Felker2016-02-082-9/+2
* in mips cancellable syscall asm, don't assume gp register is validRich Felker2016-02-041-2/+13
* avoid using signals when a thread attempts to cancel itselfRich Felker2016-02-041-0/+1
* make configure accept -h as an alias for --helpRich Felker2016-02-021-1/+1
* update INSTALL file with new archs, compiler infoRich Felker2016-02-021-28/+20
* fix malloc_usable_size for NULL inputSzabolcs Nagy2016-01-311-1/+1
* regex: increase the stack tre uses for tnfa creationSzabolcs Nagy2016-01-311-1/+1
* better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy2016-01-312-3/+3
* don't suppress shared libc when linker lacks -Bsymbolic-functionsRich Felker2016-01-312-11/+5
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-303-5/+12
* regex: simplify the {,} repetition parsing logicSzabolcs Nagy2016-01-301-20/+19
* regex: treat \+, \? as repetitions in BRESzabolcs Nagy2016-01-301-1/+5
* regex: rewrite the repetition parsing codeSzabolcs Nagy2016-01-301-30/+29
* regex: treat \| in BRE as alternationSzabolcs Nagy2016-01-301-2/+17
* regex: reject repetitions in some cases with REG_BADRPTSzabolcs Nagy2016-01-301-3/+12
* regex: clean up position accounting for literal nodesSzabolcs Nagy2016-01-301-4/+2
* fix misaligned pointer-like objects in arm atomics asm source fileRich Felker2016-01-301-0/+2
* fix regression in dynamic-linked tls when both main app & libs have tlsRich Felker2016-01-301-1/+1
* reuse parsed resolv.conf in dns core to avoid re-reading/re-parsingRich Felker2016-01-282-16/+22
* fix uninitialized variable in new resolv.conf parserRich Felker2016-01-281-1/+1
* add support for search domains to dns resolverRich Felker2016-01-281-1/+41
* fix handling of dns response codesRich Felker2016-01-281-1/+2
* fix logic for matching search/domain keywords in resolv.confRich Felker2016-01-281-1/+1
* factor resolv.conf parsing out of res_msend to its own fileRich Felker2016-01-283-60/+126
* add errno setting to stub utmpxname functionRich Felker2016-01-281-0/+2
* legacy/utmpx: Add utmp{,x}name stubsKylie McClain2016-01-281-0/+7
* deduplicate the bulk of the arch bits headersRich Felker2016-01-2792-3194/+0
* add arch/generic include fallback to build rulesRich Felker2016-01-272-4/+9
* remove unneeded -I options from configure test for may_alias attributeRich Felker2016-01-271-1/+1
* mips: add vdso supportHauke Mehrtens2016-01-271-0/+4