Age | Commit message (Expand) | Author | Files | Lines |
2012-05-10 | and another bug in setbit, etc. macros.. | Rich Felker | 1 | -1/+1 |
2012-05-10 | fix typo in sys/param.h that broke setbit, etc. macros | Rich Felker | 1 | -1/+1 |
2012-05-09 | omit declaration of basename wrongly interpreted as prototype in C++ | Rich Felker | 1 | -0/+2 |
2012-05-06 | some extra legacy header stuff | Rich Felker | 3 | -0/+32 |
2012-05-06 | take byte order from gcc if gcc has defined it | Rich Felker | 1 | -0/+4 |
2012-05-06 | add isastream (obsolete STREAMS junk) | Rich Felker | 1 | -1/+2 |
2012-05-05 | fix definitions of FP_ILOGB constants | Rich Felker | 1 | -2/+2 |
2012-05-04 | add *64 junk for sys/*.h headers | Rich Felker | 7 | -0/+50 |
2012-05-04 | add support for ugly *64 functions with _LARGEFILE64_SOURCE | Rich Felker | 8 | -0/+68 |
2012-05-03 | uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi | Rich Felker | 2 | -6/+24 |
2012-05-03 | add additional compatibility union member for ipv6 addresses | Rich Felker | 1 | -0/+2 |
2012-05-01 | remove minimal linux kernel headers | Rich Felker | 5 | -621/+0 |
2012-05-01 | support alternate glibc name pow10 for exp10 | Rich Felker | 1 | -0/+3 |
2012-04-30 | first try at writing an efficient and "correct" exp10 | Rich Felker | 1 | -0/+4 |
2012-04-29 | add linux-specific unshare syscall wrapper | Rich Felker | 1 | -0/+1 |
2012-04-22 | implement getusershell, etc. legacy functions | Rich Felker | 1 | -0/+3 |
2012-04-22 | getdtablesize is not standard; move it to its correct spot in unistd.h | Rich Felker | 1 | -1/+1 |
2012-04-22 | fix breakage in endian.h | Rich Felker | 1 | -1/+1 |
2012-04-22 | add some ugly byte swapping cruft in endian.h | Rich Felker | 1 | -0/+59 |
2012-04-22 | add getresuid and getresgid syscall wrappers | Rich Felker | 1 | -0/+2 |
2012-04-18 | fix header typo | Rich Felker | 1 | -1/+1 |
2012-04-18 | legacy junk compatibility grab-bag | Rich Felker | 4 | -7/+34 |
2012-04-18 | fix incorrect macro name for MATH_ERREXCEPT in math.h | Rich Felker | 1 | -1/+1 |
2012-04-15 | move F_DUPFD_CLOEXEC out of bits | Rich Felker | 1 | -0/+2 |
2012-04-13 | rename __sa_restorer to sa_restorer in struct sigaction | Rich Felker | 1 | -1/+1 |
2012-04-09 | fix alloca issue in stdlib.h too | Rich Felker | 1 | -1/+1 |
2012-04-09 | alloca cannot be a function. #define it to the gcc builtin if possible | Rich Felker | 1 | -0/+4 |
2012-04-03 | remove useless (at best, harmful) feature test checks in aio.h | Rich Felker | 1 | -5/+0 |
2012-03-30 | optimize signbit macro | Rich Felker | 1 | -2/+2 |
2012-03-30 | make math.h more c++-friendly | Rich Felker | 1 | -2/+5 |
2012-03-22 | simplify creal and cimag macros | Rich Felker | 1 | -8/+8 |
2012-03-22 | add creal/cimag macros in complex.h (and use them in the functions defs) | Rich Felker | 1 | -0/+11 |
2012-03-22 | tgmath.h: suppress any existing macro definitions before defining macros | Rich Felker | 1 | -0/+63 |
2012-03-21 | fix DECIMAL_DIG definitions | Rich Felker | 1 | -2/+0 |
2012-03-21 | initial, very primitive strfmon | Rich Felker | 1 | -0/+21 |
2012-03-20 | limits.h: support gcc's -funsigned-char | Rich Felker | 1 | -2/+10 |
2012-03-17 | move nonstandard gamma() etc. to _GNU_SOURCE only | Rich Felker | 1 | -4/+4 |
2012-03-17 | c++ seems to want some casts in the float representation-access macros | Rich Felker | 1 | -2/+2 |
2012-03-15 | in math.h make lgamma_r and non-double bessel _GNU_SOURCE only | nsz | 1 | -20/+18 |
2012-03-15 | efficient sincos based on sin and cos | nsz | 1 | -0/+4 |
2012-03-13 | first commit of the new libm! | Rich Felker | 3 | -9/+354 |
2012-03-02 | fix nan/infinity macros in math.h, etc. | Rich Felker | 1 | -6/+8 |
2012-03-02 | typo in math.h c version check | Rich Felker | 1 | -1/+1 |
2012-03-02 | make math.h compatibe with c89 | Rich Felker | 1 | -1/+5 |
2012-03-01 | add all missing wchar functions except floating point parsers | Rich Felker | 1 | -0/+15 |
2012-03-01 | add memory.h, bogus legacy alias for string.h | Rich Felker | 1 | -0/+1 |
2012-02-29 | use c++-friendly initializers for pthread initializer definitions | Rich Felker | 1 | -3/+3 |
2012-02-29 | add <syscall.h> as an alias for <sys/syscall.h> | Rich Felker | 1 | -0/+1 |
2012-02-24 | replace prototype for basename in string.h with non-prototype declaration | Rich Felker | 1 | -1/+1 |
2012-02-17 | add get_current_dir_name function | Rich Felker | 1 | -0/+1 |