aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_key_create.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-18add 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 Felker5-4/+167
2012-11-18add missing const on powerpc FE_DFL_ENVRich Felker1-1/+1
2012-11-18fenv support for ppc, untested•••based on code sent to the mailing list by nsz, with minor changes. Rich Felker2-7/+148
2012-11-18fix feholdexcept -- it needs to clear exceptions after saving environmentRich Felker1-0/+1
2012-11-18fcntl.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. rofl0r6-24/+13
2012-11-18math: use float constants in exp10f.c•••use the 'f' suffix when a float constant is not representable Szabolcs Nagy1-1/+1
2012-11-18math: expl.c cleanup•••raise overflow and underflow when necessary, fix various comments. Szabolcs Nagy1-24/+19
2012-11-18math: 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 Nagy2-63/+55
2012-11-18ppc socket.h: add forgotten cmsghdrrofl0r1-0/+7
2012-11-17fix 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 Felker1-1/+1