| Commit message (Expand) | Author | Age | Files | Lines |
* | Change defualt time zone from GMT to UTC. This will not be MFC-ed, and | kensmith | 2004-06-11 | 1 | -1/+6 |
* | Shift the FPSR contents by the correct amount so feupdateenv() raises | das | 2004-06-11 | 1 | -1/+1 |
* | Insert a missing '~' in feholdexcept(), so that it correctly clears | das | 2004-06-11 | 1 | -1/+1 |
* | Fix a bug where rintf() rounded the wrong way in round-to-nearest mode | das | 2004-06-09 | 1 | -26/+7 |
* | Include <sys/cdefs.h> earlier to get the various visibility constants. | das | 2004-06-09 | 1 | -2/+1 |
* | Avoid assignments to cast expressions. | stefanf | 2004-06-08 | 1 | -3/+3 |
* | Signal handlers are supposed to take an int parameter. | stefanf | 2004-06-08 | 1 | -2/+2 |
* | Remove a couple of casts added for an ancient Sun compiler. | stefanf | 2004-06-08 | 1 | -11/+2 |
* | The third operand of the conditional operator should have type void too. | stefanf | 2004-06-08 | 2 | -2/+2 |
* | In fts_build(), if we try to chdir and fail (e.g. due to lack of search | das | 2004-06-08 | 2 | -4/+0 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 1 | -4/+1 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 4 | -5/+6 |
* | Set errno to EBADF on attempts to write to a stream that is not | das | 2004-06-08 | 1 | -2/+5 |
* | Correct some spelling errors. | kientzle | 2004-06-08 | 1 | -6/+6 |
* | Use ".In" to mark up C include file names. | yar | 2004-06-07 | 1 | -2/+4 |
* | Each sentence should begin on a new line. | yar | 2004-06-07 | 1 | -10/+16 |
* | Extend and improve the mdoc(7) markup of this page. | yar | 2004-06-07 | 1 | -32/+60 |
* | Avoid clobbering the red zone when running on the new context's stack in | tjr | 2004-06-07 | 2 | -0/+10 |
* | Linux (at least Debian) requires sys/types.h to get off_t. | kientzle | 2004-06-07 | 2 | -0/+2 |
* | Finally document the option to avoid zombie creation | yar | 2004-06-07 | 3 | -2/+41 |
* | Add round(3) and roundf(3) and the associated documentation. | das | 2004-06-07 | 5 | -2/+183 |
* | History: A few very, very old tar programs used the filename to | kientzle | 2004-06-07 | 1 | -12/+10 |
* | Tar bidder should just return a zero bid ("not me!") if | kientzle | 2004-06-07 | 1 | -3/+9 |
* | Add fenv.h, fenv.c, and the associated documentation to the libm | das | 2004-06-06 | 1 | -5/+12 |
* | Add documentation for: | das | 2004-06-06 | 4 | -0/+601 |
* | Add an fenv.h implementation for the sparc64 port. | das | 2004-06-06 | 2 | -0/+280 |
* | Add an fenv.h implementation for the powerpc port. | das | 2004-06-06 | 2 | -0/+282 |
* | Add an fenv.h implementation for the ia64 port. | das | 2004-06-06 | 2 | -0/+280 |
* | Add an fenv.h implementation for the i386 port. | das | 2004-06-06 | 2 | -0/+263 |
* | Add an fenv.h implementation for the arm port. | das | 2004-06-06 | 2 | -0/+230 |
* | Add an fenv.h implementation for the amd64 port. | das | 2004-06-06 | 2 | -0/+333 |
* | Add an fenv.h implementation for the alpha port. All of the standard | das | 2004-06-06 | 2 | -0/+315 |
* | Pointy hat: We can't avoid a chown() call without checking both UID | kientzle | 2004-06-05 | 1 | -1/+5 |
* | YAPHtM: Yet Another Pointy Hat to Me. | kientzle | 2004-06-05 | 1 | -1/+1 |
* | Recognize when we've accidentally created "foo/." | kientzle | 2004-06-05 | 1 | -0/+12 |
* | Correctly reset archive_read_data state everytime a header is read. | kientzle | 2004-06-04 | 1 | -0/+5 |
* | Correct the layering violation in read_body_to_string. The previous | kientzle | 2004-06-04 | 1 | -17/+24 |
* | Handle read_block() failures by ignoring the disk rather than | brian | 2004-06-04 | 4 | -10/+34 |
* | When we go to read the next tar header, if we get zero bytes, accept | kientzle | 2004-06-04 | 1 | -3/+22 |
* | Be more careful about the initial read (used for "tasting" the compression): | kientzle | 2004-06-04 | 1 | -1/+12 |
* | Refactor the extraction code somewhat. In particular, | kientzle | 2004-06-03 | 4 | -120/+105 |
* | Add __BEGIN_DECLS / __END_DECLS so this can be used in C++ code. | des | 2004-06-03 | 1 | -0/+4 |
* | Fix the ordering in the description of the dlsym() lookup procedure to | roam | 2004-06-03 | 1 | -4/+4 |
* | Fixed lots of 1 ULP errors caused by a broken approximation for pi/2. | bde | 2004-06-02 | 1 | -2/+2 |
* | Add MLINKS for new API functions. | kientzle | 2004-06-02 | 2 | -4/+6 |
* | Refactor read_data: | kientzle | 2004-06-02 | 8 | -131/+300 |
* | use source address as a hint to determine destination address | ume | 2004-06-02 | 1 | -50/+361 |
* | Port a bugfix from FDLIBM 5.3. The bug really only applies to tan() | das | 2004-06-02 | 1 | -8/+24 |
* | Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan() | das | 2004-06-02 | 1 | -10/+24 |
* | Distinguish cases when ncp module not loaded and when module have old | bp | 2004-06-02 | 1 | -1/+4 |