| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2012-11-18 | add port io functions to sys/io.h•••based on proposal by Isaac Dunham. nonexistance of bits/io.h will cause inclusion of sys/io.h to produce an error on archs that are not supposed to have it. this is probably the desired behavior, but the error message may be a bit unusual. | Rich Felker | 5 | -4/+167 |
| 2012-11-18 | add missing const on powerpc FE_DFL_ENV | Rich Felker | 1 | -1/+1 |
| 2012-11-18 | fenv support for ppc, untested•••based on code sent to the mailing list by nsz, with minor changes. | Rich Felker | 2 | -7/+148 |
| 2012-11-18 | fix feholdexcept -- it needs to clear exceptions after saving environment | Rich Felker | 1 | -0/+1 |
| 2012-11-18 | fcntl.h: O_SEARCH was missing for powerpc•••put some macros that do not differ between architectures in the main header and remove from bits. restructure mips header so it has the same structure as the others. | rofl0r | 6 | -24/+13 |
| 2012-11-18 | math: use float constants in exp10f.c•••use the 'f' suffix when a float constant is not representable | Szabolcs Nagy | 1 | -1/+1 |
| 2012-11-18 | math: expl.c cleanup•••raise overflow and underflow when necessary, fix various comments. | Szabolcs Nagy | 1 | -24/+19 |
| 2012-11-18 | math: expf.c cleanup•••similar to exp.c cleanup: use scalbnf, don't return excess precision, drop some optimizatoins. exp.c was changed to be more consistent with expf.c code. | Szabolcs Nagy | 2 | -63/+55 |
| 2012-11-18 | ppc socket.h: add forgotten cmsghdr | rofl0r | 1 | -0/+7 |
| 2012-11-17 | fix typo in dynamic linker path file loading code•••fortunately the memory corruption could not hurt anything, but it prevented clearing the final newline and thus prevented the last path element from working. | Rich Felker | 1 | -1/+1 |
