652 Commits (f5011c62c3329f15652a60b6b2300d7e3f570977)

Author SHA1 Message Date
Rich Felker c8b01e73ca move vsyslog out of SYSLOG_NAMES conditional 14 years ago
Rich Felker bfb29b666e fix missing parens in bit op macros (param.h) 14 years ago
Rich Felker 2e41887f54 and another bug in setbit, etc. macros.. 14 years ago
Rich Felker e0ff0d34dc fix typo in sys/param.h that broke setbit, etc. macros 14 years ago
Rich Felker 37bb3cce45 omit declaration of basename wrongly interpreted as prototype in C++ 14 years ago
Rich Felker 4a99440571 some extra legacy header stuff 14 years ago
Rich Felker a3b20f67b3 take byte order from gcc if gcc has defined it 14 years ago
Rich Felker 106e75f712 add isastream (obsolete STREAMS junk) 14 years ago
Rich Felker 98c9af5001 fix definitions of FP_ILOGB constants 14 years ago
Rich Felker f0b85fd926 add *64 junk for sys/*.h headers 14 years ago
Rich Felker 2dd8d5e1b8 add support for ugly *64 functions with _LARGEFILE64_SOURCE 14 years ago
Rich Felker b959d04644 uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi 14 years ago
Rich Felker ca2d3c6ef4 add additional compatibility union member for ipv6 addresses 14 years ago
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