aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove a stale reference to %Ef and %EF from a comment.Stefan Farfeleder2004-06-131-2/+2
* Check pending signals, if there is signal will be unblocked byDavid Xu2004-06-128-44/+50
* The references to scalbn and scalbnf should be scalb and scalbf.David Schultz2004-06-121-2/+5
* Change defualt time zone from GMT to UTC. This will not be MFC-ed, andKen Smith2004-06-111-1/+6
* Shift the FPSR contents by the correct amount so feupdateenv() raisesDavid Schultz2004-06-111-1/+1
* Insert a missing '~' in feholdexcept(), so that it correctly clearsDavid Schultz2004-06-111-1/+1
* Fix a bug where rintf() rounded the wrong way in round-to-nearest modeDavid Schultz2004-06-091-26/+7
* Include <sys/cdefs.h> earlier to get the various visibility constants.David Schultz2004-06-091-2/+1
* Avoid assignments to cast expressions.Stefan Farfeleder2004-06-081-3/+3
* Signal handlers are supposed to take an int parameter.Stefan Farfeleder2004-06-081-2/+2
* Remove a couple of casts added for an ancient Sun compiler.Stefan Farfeleder2004-06-081-11/+2
* The third operand of the conditional operator should have type void too.Stefan Farfeleder2004-06-082-2/+2
* In fts_build(), if we try to chdir and fail (e.g. due to lack of searchDavid Schultz2004-06-082-4/+0
* Rename cantwrite() to prepwrite(). The latter is less confusing,David Schultz2004-06-081-4/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,David Schultz2004-06-084-5/+6
* Set errno to EBADF on attempts to write to a stream that is notDavid Schultz2004-06-081-2/+5
* Correct some spelling errors.Tim Kientzle2004-06-081-6/+6
* Use ".In" to mark up C include file names.Yaroslav Tykhiy2004-06-071-2/+4
* Each sentence should begin on a new line.Yaroslav Tykhiy2004-06-071-10/+16
* Extend and improve the mdoc(7) markup of this page.Yaroslav Tykhiy2004-06-071-32/+60
* Avoid clobbering the red zone when running on the new context's stack inTim J. Robbins2004-06-072-0/+10
* Linux (at least Debian) requires sys/types.h to get off_t.Tim Kientzle2004-06-072-0/+2
* Finally document the option to avoid zombie creationYaroslav Tykhiy2004-06-073-2/+41
* Add round(3) and roundf(3) and the associated documentation.David Schultz2004-06-075-2/+183
* History: A few very, very old tar programs used the filename toTim Kientzle2004-06-071-12/+10
* Tar bidder should just return a zero bid ("not me!") ifTim Kientzle2004-06-071-3/+9
* Add fenv.h, fenv.c, and the associated documentation to the libmDavid Schultz2004-06-061-5/+12
* Add documentation for:David Schultz2004-06-064-0/+601
* Add an fenv.h implementation for the sparc64 port.David Schultz2004-06-062-0/+280
* Add an fenv.h implementation for the powerpc port.David Schultz2004-06-062-0/+282
* Add an fenv.h implementation for the ia64 port.David Schultz2004-06-062-0/+280
* Add an fenv.h implementation for the i386 port.David Schultz2004-06-062-0/+263
* Add an fenv.h implementation for the arm port.David Schultz2004-06-062-0/+230
* Add an fenv.h implementation for the amd64 port.David Schultz2004-06-062-0/+333
* Add an fenv.h implementation for the alpha port. All of the standardDavid Schultz2004-06-062-0/+315
* Pointy hat: We can't avoid a chown() call without checking both UIDTim Kientzle2004-06-051-1/+5
* YAPHtM: Yet Another Pointy Hat to Me.Tim Kientzle2004-06-051-1/+1
* Recognize when we've accidentally created "foo/."Tim Kientzle2004-06-051-0/+12
* Correctly reset archive_read_data state everytime a header is read.Tim Kientzle2004-06-041-0/+5
* Correct the layering violation in read_body_to_string. The previousTim Kientzle2004-06-041-17/+24
* Handle read_block() failures by ignoring the disk rather thanBrian Somers2004-06-044-10/+34
* When we go to read the next tar header, if we get zero bytes, acceptTim Kientzle2004-06-041-3/+22
* Be more careful about the initial read (used for "tasting" the compression):Tim Kientzle2004-06-041-1/+12
* Refactor the extraction code somewhat. In particular,Tim Kientzle2004-06-034-120/+105
* Add __BEGIN_DECLS / __END_DECLS so this can be used in C++ code.Dag-Erling Smørgrav2004-06-031-0/+4
* Fix the ordering in the description of the dlsym() lookup procedure toPeter Pentchev2004-06-031-4/+4
* Fixed lots of 1 ULP errors caused by a broken approximation for pi/2.Bruce Evans2004-06-021-2/+2
* Add MLINKS for new API functions.Tim Kientzle2004-06-022-4/+6
* Refactor read_data:Tim Kientzle2004-06-028-131/+300
* use source address as a hint to determine destination addressHajimu UMEMOTO2004-06-021-50/+361