3304 Commits (39ea71fb8afddda879a1999f2a203dfdaf57a639)
 

Author SHA1 Message Date
Szabolcs Nagy 39ea71fb8a fix * at the start of a BRE subexpression 10 years ago
Michael Meeuwisse 6e694d6960 explicitly include stdio.h to get EOF definition needed by wctob 10 years ago
Rich Felker 6d70c08a2c handle non-matching address family entries in hosts file 10 years ago
Rich Felker fd224a800b make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc 10 years ago
Bobby Bingham 225f6a6b5b allow implementing a_cas_p with pointer-sized ll/sc 10 years ago
Rich Felker 074e6b3fe3 release 1.1.14 10 years ago
Rich Felker 8b084f06d0 generate list of crt files to install instead of hard-coding in makefile 10 years ago
Rich Felker 4c101e158a add arch tuple matching for nt32 and nt64 in configure 10 years ago
Rich Felker 71c334f951 work around regression building for armhf with clang (compiler bug) 10 years ago
Rich Felker ed97dfd979 improve macro logic for enabling arm math asm 10 years ago
Rich Felker 790580b2fc update authors/contributors list 10 years ago
Rich Felker 2d0290debf fix regression in SH/FDPIC dynamic linker 10 years ago
Rich Felker 5030e4a060 partly revert detection of broken float in configure 10 years ago
Rich Felker 157e28492a support clean/distclean make targets in unconfigured tree 10 years ago
Rich Felker 63bcda4d8f adjust makefile to make crt/ and ldso/ sources arch-replaceable 10 years ago
Rich Felker 80fbaac4cd make configure attempt to catch broken floating point CFLAGS/defaults 10 years ago
Rich Felker cf115059ba in crypt-sha*, reject excessive rounds as error rather than clamping 10 years ago
Rich Felker ef2b5e9f13 fix unlikely corner cases in getopt's message printing 10 years ago
Rich Felker 10a17dfbad fix assumption in fputs that fwrite returning 0 implies an error 10 years ago
Rich Felker 9c102700a7 release 1.1.13 10 years ago
Rich Felker 0ed932f34f do not define static_assert macro for pre-C11 compilers 10 years ago
Rich Felker 692b16d14b add declarations for utmpname/utmpxname to appropriate headers 10 years ago
Rich Felker 500c6886c6 fix return value for fread/fwrite when size argument is 0 10 years ago
Rich Felker 416d1c7a71 fix line-buffered flush omission for odd usage of putc-family functions 10 years ago
Rich Felker 5a6e8d098a fix failed write reporting by fwrite in line-buffered mode 10 years ago
Rich Felker 869a9df5b5 remove workaround for broken mips assemblers 10 years ago
Rich Felker 756c8af858 in mips cancellable syscall asm, don't assume gp register is valid 10 years ago
Rich Felker aecda35373 avoid using signals when a thread attempts to cancel itself 10 years ago
Rich Felker 47314f1e67 make configure accept -h as an alias for --help 10 years ago
Rich Felker 40891ae6db update INSTALL file with new archs, compiler info 10 years ago
Szabolcs Nagy d150764697 fix malloc_usable_size for NULL input 10 years ago
Szabolcs Nagy 2810b30fc3 regex: increase the stack tre uses for tnfa creation 10 years ago
Szabolcs Nagy 3b27725385 better a_sc inline asm constraint on aarch64 and arm 10 years ago
Rich Felker 65498f289b don't suppress shared libc when linker lacks -Bsymbolic-functions 10 years ago
Felix Fietkau c18d05f0e8 ldso: fix GDB dynamic linker info on MIPS 10 years ago
Szabolcs Nagy 831e9d9efa regex: simplify the {,} repetition parsing logic 11 years ago
Szabolcs Nagy 25160f1c08 regex: treat \+, \? as repetitions in BRE 11 years ago
Szabolcs Nagy 03498ec22a regex: rewrite the repetition parsing code 11 years ago
Szabolcs Nagy da4cc13b97 regex: treat \| in BRE as alternation 11 years ago
Szabolcs Nagy 7eaa76fc2e regex: reject repetitions in some cases with REG_BADRPT 11 years ago
Szabolcs Nagy a8cc225384 regex: clean up position accounting for literal nodes 11 years ago
Rich Felker 9ee57db883 fix misaligned pointer-like objects in arm atomics asm source file 10 years ago
Rich Felker 140ad50cbf fix regression in dynamic-linked tls when both main app & libs have tls 10 years ago
Rich Felker 1563587b45 reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing 10 years ago
Rich Felker dcad020c9c fix uninitialized variable in new resolv.conf parser 10 years ago
Rich Felker 3d6e2e477c add support for search domains to dns resolver 10 years ago
Rich Felker 0fef7ffac1 fix handling of dns response codes 10 years ago
Rich Felker fe8453d2ee fix logic for matching search/domain keywords in resolv.conf 10 years ago
Rich Felker d6cb08bcac factor resolv.conf parsing out of res_msend to its own file 10 years ago
Rich Felker 19df86cbb3 add errno setting to stub utmpxname function 10 years ago