Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-07-10 | fix wrong value of FLT_EVAL_METHOD for x86_64 | Rich Felker | 1 | -1/+1 |
2012-07-08 | make arm syscalls (still non-inline) more efficient | Rich Felker | 1 | -6/+6 |
2012-07-08 | remove little-endian assumption from arm atomic.h | Rich Felker | 1 | -4/+6 |
2012-07-07 | fix dlsym RTLD_NEXT support | Rich Felker | 1 | -1/+3 |
2012-07-04 | putw is supposed to return 0 (not the value written) on success | Rich Felker | 1 | -1/+1 |
2012-07-04 | make sure getw/putw agree with prototypes by defining _GNU_SOURCE | Rich Felker | 2 | -0/+2 |
2012-07-04 | add prototypes for getw/putw | Rich Felker | 1 | -0/+2 |
2012-07-03 | configure: only use -ffloat-store on i386 | Rich Felker | 1 | -1/+1 |
2012-07-03 | jmp_buf overhaul fixing several issues | Rich Felker | 6 | -14/+15 |