Commit Verlauf

Autor SHA1 Nachricht Datum
  rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. vor 12 Jahren
  Richard Pennington 7669d1e334 import preliminary ppc work by rdp. vor 12 Jahren
  Szabolcs Nagy 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed vor 12 Jahren
  Szabolcs Nagy c4359e0130 math: excess precision fix modf, modff, scalbn, scalbnf vor 12 Jahren
  Szabolcs Nagy 666271c105 math: fix scalbn and scalbnf on overflow/underflow vor 12 Jahren
  Szabolcs Nagy 662ed20065 math: fix nextafter and nexttoward on maxdbl and maxflt input vor 12 Jahren
  Szabolcs Nagy cfbaba79a2 complex: add C11 CMPLX macros and replace cpack with them vor 12 Jahren
  Szabolcs Nagy e2fe959fe2 math: raise flags in logl.c on <= 0 arguments vor 12 Jahren
  Szabolcs Nagy 52bcf3f5fb math: fix logb*.c exceptions now that ilogb raises invalid vor 12 Jahren
  Szabolcs Nagy 37aa7f7301 math: raise flags in log2l.c on <= 0 arguments, and fix volatile vor 12 Jahren
  Szabolcs Nagy 04ccbdca6d math: raise exception flags in log1pl.c on <= -1 arguments vor 12 Jahren
  Szabolcs Nagy be81f51030 math: raise invalid flag in ilogb*.c on +-0, +-inf and nan vor 12 Jahren
  Szabolcs Nagy 6f64505df3 math: fix exception behaviour of expm1l.c on inf and nan vor 12 Jahren
  Szabolcs Nagy b03c19a4b9 math: fix long double constants in exp10l.c vor 12 Jahren
  Rich Felker c4a35f8c2a debloat src/thread tree but putting lots of junk in one file vor 12 Jahren
  Rich Felker 7df42e8744 report support of TPS option in unistd.h and sysconf vor 12 Jahren
  Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) vor 12 Jahren
  Rich Felker e9b885ee55 fix clobber of edx in i386 vsyscall asm vor 12 Jahren
  Rich Felker dc059f03e8 always add memory streams to stdio open file list vor 12 Jahren
  Rich Felker 65465101ee support ldso path files without final newline vor 12 Jahren
  Rich Felker 40d5f7eb83 change ldso path file logic to replace rather than add to search path vor 12 Jahren
  Rich Felker 3d9e3a309f fix "configure --prefix=" and improve path/arg handling in configure vor 12 Jahren
  Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h vor 12 Jahren
  Rich Felker 835f9f950e clean up stdio_impl.h vor 12 Jahren
  Rich Felker 1e717ea3d2 fix dlsym asm for mips vor 12 Jahren
  Rich Felker e8a0b27a71 improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code vor 12 Jahren
  Rich Felker 32d6d77e54 fix numerous mips abi constant definition mismatches vor 12 Jahren
  Rich Felker fc5f16d182 mips cache flush/ctl syscall support and header vor 12 Jahren
  Rich Felker 2f2f115b58 remove one unnecessary static var from dynamic linker vor 12 Jahren
  Rich Felker a617a8e2ad fix more unused variable warnings vor 12 Jahren