337 Commits (141138c41b5b1cbb74c61690c9b6dbacce4e1983)

Author SHA1 Message Date
Rich Felker 6f0cf3061b remove minimal linux kernel headers 14 years ago
Rich Felker a917c03706 support alternate glibc name pow10 for exp10 14 years ago
Rich Felker f681975577 first try at writing an efficient and "correct" exp10 14 years ago
Rich Felker 50da5c264f add linux-specific unshare syscall wrapper 14 years ago
Rich Felker 90da74ef51 implement getusershell, etc. legacy functions 14 years ago
Rich Felker 431a4cd4df getdtablesize is not standard; move it to its correct spot in unistd.h 14 years ago
Rich Felker 3f4de355ba fix breakage in endian.h 14 years ago
Rich Felker 8705a0f1af add some ugly byte swapping cruft in endian.h 14 years ago
Rich Felker b1b3d3525b add getresuid and getresgid syscall wrappers 14 years ago
Rich Felker 769d3d3498 fix header typo 14 years ago
Rich Felker ba6a9e7734 legacy junk compatibility grab-bag 14 years ago
Rich Felker ed0e3a357e fix incorrect macro name for MATH_ERREXCEPT in math.h 14 years ago
Rich Felker 67b25fe0a8 move F_DUPFD_CLOEXEC out of bits 14 years ago
Rich Felker 0115a6ed96 rename __sa_restorer to sa_restorer in struct sigaction 14 years ago
Rich Felker 3be616c1df fix alloca issue in stdlib.h too 14 years ago
Rich Felker d71d0805f9 alloca cannot be a function. #define it to the gcc builtin if possible 14 years ago
Rich Felker 450f2c4a85 remove useless (at best, harmful) feature test checks in aio.h 14 years ago
Rich Felker 4dbd94112f optimize signbit macro 14 years ago
Rich Felker 93a18a15e4 make math.h more c++-friendly 14 years ago
Rich Felker 494ba80e9a simplify creal and cimag macros 14 years ago
Rich Felker 13e400b355 add creal/cimag macros in complex.h (and use them in the functions defs) 14 years ago
Rich Felker 132f0a0083 tgmath.h: suppress any existing macro definitions before defining macros 14 years ago
Rich Felker 47db8903f6 fix DECIMAL_DIG definitions 14 years ago
Rich Felker 25501c1079 initial, very primitive strfmon 14 years ago
Rich Felker 80949ccdc6 limits.h: support gcc's -funsigned-char 14 years ago
Rich Felker 8e092217dd move nonstandard gamma() etc. to _GNU_SOURCE only 14 years ago
Rich Felker 65db6bf5ea c++ seems to want some casts in the float representation-access macros 14 years ago
Rich Felker 2cbb24bba3 remove junk sincos implementations in preparation to merge nsz's real ones 14 years ago
nsz 40305f74bd in math.h make lgamma_r and non-double bessel _GNU_SOURCE only 14 years ago
nsz 0144b45b71 efficient sincos based on sin and cos 14 years ago
Rich Felker 5657cc58e5 implement sincosf and sincosl functions; add prototypes 14 years ago
Rich Felker b69f695ace first commit of the new libm! 14 years ago
Rich Felker 405ce58dcf fix nan/infinity macros in math.h, etc. 14 years ago
Rich Felker 9fcecd7b34 typo in math.h c version check 14 years ago
Rich Felker db3e78cee5 make math.h compatibe with c89 14 years ago
Rich Felker e0614f7cd4 add all missing wchar functions except floating point parsers 14 years ago
Rich Felker 051175d4fe add memory.h, bogus legacy alias for string.h 14 years ago
Rich Felker d36751943a use c++-friendly initializers for pthread initializer definitions 14 years ago
Rich Felker 4ce6766a32 add <syscall.h> as an alias for <sys/syscall.h> 14 years ago
Rich Felker 06aec8d715 replace prototype for basename in string.h with non-prototype declaration 14 years ago
Rich Felker 1611ab0d9b add get_current_dir_name function 14 years ago
Rich Felker 414a4cdebc add float_t and double_t to math.h 14 years ago
Rich Felker afc35d5efd replace bad cancellation cleanup abi with a sane one 14 years ago
Rich Felker 570edb19d1 fix typo in inotify.h 14 years ago
Rich Felker 1ba28b90d6 declare basename in string.h when _GNU_SOURCE is defined 14 years ago
Rich Felker a591e0383a revert hacks for types of stdint.h integer constant macros 14 years ago
Rich Felker 36bf56940a more locale_t interfaces (string stuff) and header updates 14 years ago
Rich Felker c09b6f8ab6 fix some omissions and mistakes in locale_t interface definitions 14 years ago
Rich Felker e5a7f14c81 add more of the locale_t interfaces, all dummied out to ignore the locale 14 years ago
Rich Felker f4ad36c4bf add deprecated (removed from posix) [efg]cvt() functions 14 years ago