summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-10-27Make readline csh-like history work.christos
2003-10-27magic_errno() was added -> bump minorpooka
2003-10-27One ';' is enough.skrll
2003-10-27fix a typo that caused the build to fail. mmm commit before compilemrg
2003-10-27Explain the stack layout correctly now that that I understand it :-)christos
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-27Err, rename some members added in previous to make them reflect theirkleink
2003-10-27Add __sigtramp2christos
2003-10-27Signal trampoline stuff for siginfo.christos
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-27Retire local union { floating-type; struct ieee_prec; } in favor of thosekleink
2003-10-26On FPA, switch back `long double' to double-precision. According tokleink
2003-10-26Use the generic `long double' == `double' versions on m68000.kleink
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-26Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-25Whitespace cosmetics.kleink
2003-10-25libc.so.12.106: __infinityf, __infinityl.kleink
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-25Remove an unnecessary line continuation backslash from previous.kleink
2003-10-25Sync with i386:kleink
2003-10-25Update to account for separate handling of the explicit integer bit;kleink
2003-10-25Update for FPA 80-bit extended-precision format.kleink
2003-10-25Swap VFP and FPA sections to match the style of most other code;kleink
2003-10-25replace __longjmp14 asm-implementation with __longjmp14 C-implementationcl
2003-10-25Redo the VFP/endianness conditional logic of this file, making it easierkleink
2003-10-25Correct another typo.he
2003-10-25Pasto in previous.kleink
2003-10-25add a pair of double quotes.christos
2003-10-25delint pointer casts.christos
2003-10-25remove unused variablechristos
2003-10-25Another fix for incremental search prev.christos
2003-10-25POSIX: when attempting to fdatasync(2) a file which is not open forkleink
2003-10-24Oops, re-add line continuation.kleink
2003-10-24update a comment.yamt
2003-10-24Add an error check to ensure these are used on platforms without akleink
2003-10-24In PIC code "braf" to cerror, not "bsrf" to it!uwe
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-10-23Duh, fix the align-to-32-bits code.scw
2003-10-23Move include for reentrant.h inside CONFIG_H test so this works correctlyjmc
2003-10-23Fix an RCS Id botch that occured when renaming.kleink
2003-10-22G/c __nanf2, which is neither being used nor the representation of a NaN.kleink
2003-10-22For a double-extended NaN, the exponent must be EXT_EXP_INFNAN, notkleink
2003-10-22the last argument to recvfrom() is a pointer, so use "NULL" fordrochner
2003-10-22-don't update the RPC server address with the reply's sender address;drochner
2003-10-21Don't compare an int to NULL.fvdl
2003-10-21Don't use NULL to compare against an int.fvdl
2003-10-21The last argument to sysctl is a size_t, not a pointer; don't pass NULL.fvdl
2003-10-21Don't compare a char to NULL.fvdl
2003-10-21Don't compare an int against NULL.fvdl
2003-10-21Don't use NULL to compare against an int.fvdl