Historique des commits

Auteur SHA1 Message Date
  Rich Felker ea3b40a321 fix integer overflow in WIFSTOPPED macro il y a 1 an
  Rich Felker 25e6fee27f remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE il y a 2 ans
  Ismael Luceno 98e688a9da define NULL as nullptr when used in C++11 or later il y a 3 ans
  Érico Nogueira b76f37fd56 add qsort_r and make qsort a wrapper around it il y a 3 ans
  Ariadne Conill 821083ac7b implement reallocarray il y a 4 ans
  Petr Vaněk 7844ecb590 add secure_getenv function il y a 5 ans
  Rich Felker 2ed4e9d927 remove parameter names from public headers il y a 8 ans
  Rich Felker f22a9edaf8 byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code il y a 9 ans
  Rich Felker ab8f6a6e42 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE il y a 10 ans
  Clément Vasseur b1ae7b78bd make clearenv available with _BSD_SOURCE il y a 10 ans
  Szabolcs Nagy aa6ce3d4e3 fix signed and unsigned comparision in macros in public headers il y a 10 ans
  Rich Felker c8a9c22173 restore type of NULL to void * except when used in C++ programs il y a 11 ans
  Szabolcs Nagy a516077feb add legacy getloadavg api il y a 11 ans
  Rich Felker 35eb1a1a9b provide declarations for strtod_l and family il y a 11 ans
  Rich Felker 41c632824c fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127 il y a 11 ans
  Rich Felker 2cc63358cd add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals il y a 11 ans
  Rich Felker 41d7c77d6a use a common definition of NULL as 0L for C and C++ il y a 11 ans
  Rich Felker 4eb4844b31 fix issues with wait constants in stdlib.h il y a 12 ans
  Rich Felker c1a9658bd1 default features: make musl usable without feature test macros il y a 12 ans
  Rich Felker c8ea985748 add _Noreturn function attribute, with fallback for pre-C11 GNUC il y a 12 ans
  Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
  Rich Felker 9bff7c133e implement "low hanging fruit" from C11 il y a 12 ans
  Rich Felker b5289fd749 add c11 quick_exit and at_quick_exit functions il y a 12 ans
  Rich Felker 3b94daba71 _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE il y a 12 ans
  Rich Felker 419ae6d5c9 support _BSD_SOURCE feature test macro il y a 12 ans
  Rich Felker 2dd8d5e1b8 add support for ugly *64 functions with _LARGEFILE64_SOURCE il y a 12 ans
  Rich Felker 3be616c1df fix alloca issue in stdlib.h too il y a 12 ans
  Rich Felker f4ad36c4bf add deprecated (removed from posix) [efg]cvt() functions il y a 12 ans
  Rich Felker d4045a1683 declare alloca in stdlib.h when _GNU_SOURCE is defined il y a 13 ans
  Rich Felker 4b5f054098 move wait.h macros out of bits. they do not vary. il y a 13 ans