Commit Verlauf

Autor SHA1 Nachricht Datum
  Rich Felker 9c102700a7 release 1.1.13 vor 9 Jahren
  Rich Felker 0ed932f34f do not define static_assert macro for pre-C11 compilers vor 9 Jahren
  Rich Felker 692b16d14b add declarations for utmpname/utmpxname to appropriate headers vor 9 Jahren
  Rich Felker 500c6886c6 fix return value for fread/fwrite when size argument is 0 vor 9 Jahren
  Rich Felker 416d1c7a71 fix line-buffered flush omission for odd usage of putc-family functions vor 9 Jahren
  Rich Felker 5a6e8d098a fix failed write reporting by fwrite in line-buffered mode vor 9 Jahren
  Rich Felker 869a9df5b5 remove workaround for broken mips assemblers vor 9 Jahren
  Rich Felker 756c8af858 in mips cancellable syscall asm, don't assume gp register is valid vor 9 Jahren
  Rich Felker aecda35373 avoid using signals when a thread attempts to cancel itself vor 9 Jahren
  Rich Felker 47314f1e67 make configure accept -h as an alias for --help vor 9 Jahren
  Rich Felker 40891ae6db update INSTALL file with new archs, compiler info vor 9 Jahren
  Szabolcs Nagy d150764697 fix malloc_usable_size for NULL input vor 9 Jahren
  Szabolcs Nagy 2810b30fc3 regex: increase the stack tre uses for tnfa creation vor 9 Jahren
  Szabolcs Nagy 3b27725385 better a_sc inline asm constraint on aarch64 and arm vor 9 Jahren
  Rich Felker 65498f289b don't suppress shared libc when linker lacks -Bsymbolic-functions vor 9 Jahren
  Felix Fietkau c18d05f0e8 ldso: fix GDB dynamic linker info on MIPS vor 9 Jahren
  Szabolcs Nagy 831e9d9efa regex: simplify the {,} repetition parsing logic vor 10 Jahren
  Szabolcs Nagy 25160f1c08 regex: treat \+, \? as repetitions in BRE vor 10 Jahren
  Szabolcs Nagy 03498ec22a regex: rewrite the repetition parsing code vor 10 Jahren
  Szabolcs Nagy da4cc13b97 regex: treat \| in BRE as alternation vor 10 Jahren
  Szabolcs Nagy 7eaa76fc2e regex: reject repetitions in some cases with REG_BADRPT vor 10 Jahren
  Szabolcs Nagy a8cc225384 regex: clean up position accounting for literal nodes vor 10 Jahren
  Rich Felker 9ee57db883 fix misaligned pointer-like objects in arm atomics asm source file vor 9 Jahren
  Rich Felker 140ad50cbf fix regression in dynamic-linked tls when both main app & libs have tls vor 9 Jahren
  Rich Felker 1563587b45 reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing vor 9 Jahren
  Rich Felker dcad020c9c fix uninitialized variable in new resolv.conf parser vor 9 Jahren
  Rich Felker 3d6e2e477c add support for search domains to dns resolver vor 9 Jahren
  Rich Felker 0fef7ffac1 fix handling of dns response codes vor 9 Jahren
  Rich Felker fe8453d2ee fix logic for matching search/domain keywords in resolv.conf vor 9 Jahren
  Rich Felker d6cb08bcac factor resolv.conf parsing out of res_msend to its own file vor 9 Jahren