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