summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where rintf() rounded the wrong way in round-to-nearest modedas2004-06-091-26/+7
* Include <sys/cdefs.h> earlier to get the various visibility constants.das2004-06-091-2/+1
* Avoid assignments to cast expressions.stefanf2004-06-081-3/+3
* Signal handlers are supposed to take an int parameter.stefanf2004-06-081-2/+2
* Remove a couple of casts added for an ancient Sun compiler.stefanf2004-06-081-11/+2
* The third operand of the conditional operator should have type void too.stefanf2004-06-082-2/+2
* In fts_build(), if we try to chdir and fail (e.g. due to lack of searchdas2004-06-082-4/+0
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-081-4/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-084-5/+6
* Set errno to EBADF on attempts to write to a stream that is notdas2004-06-081-2/+5
* Correct some spelling errors.kientzle2004-06-081-6/+6
* Use ".In" to mark up C include file names.yar2004-06-071-2/+4
* Each sentence should begin on a new line.yar2004-06-071-10/+16
* Extend and improve the mdoc(7) markup of this page.yar2004-06-071-32/+60
* Avoid clobbering the red zone when running on the new context's stack intjr2004-06-072-0/+10
* Linux (at least Debian) requires sys/types.h to get off_t.kientzle2004-06-072-0/+2
* Finally document the option to avoid zombie creationyar2004-06-073-2/+41
* Add round(3) and roundf(3) and the associated documentation.das2004-06-075-2/+183
* History: A few very, very old tar programs used the filename tokientzle2004-06-071-12/+10
* Tar bidder should just return a zero bid ("not me!") ifkientzle2004-06-071-3/+9
* Add fenv.h, fenv.c, and the associated documentation to the libmdas2004-06-061-5/+12
* Add documentation for:das2004-06-064-0/+601
* Add an fenv.h implementation for the sparc64 port.das2004-06-062-0/+280
* Add an fenv.h implementation for the powerpc port.das2004-06-062-0/+282
* Add an fenv.h implementation for the ia64 port.das2004-06-062-0/+280
* Add an fenv.h implementation for the i386 port.das2004-06-062-0/+263
* Add an fenv.h implementation for the arm port.das2004-06-062-0/+230
* Add an fenv.h implementation for the amd64 port.das2004-06-062-0/+333
* Add an fenv.h implementation for the alpha port. All of the standarddas2004-06-062-0/+315
* Pointy hat: We can't avoid a chown() call without checking both UIDkientzle2004-06-051-1/+5
* YAPHtM: Yet Another Pointy Hat to Me.kientzle2004-06-051-1/+1
* Recognize when we've accidentally created "foo/."kientzle2004-06-051-0/+12
* Correctly reset archive_read_data state everytime a header is read.kientzle2004-06-041-0/+5
* Correct the layering violation in read_body_to_string. The previouskientzle2004-06-041-17/+24
* Handle read_block() failures by ignoring the disk rather thanbrian2004-06-044-10/+34
* When we go to read the next tar header, if we get zero bytes, acceptkientzle2004-06-041-3/+22
* Be more careful about the initial read (used for "tasting" the compression):kientzle2004-06-041-1/+12
* Refactor the extraction code somewhat. In particular,kientzle2004-06-034-120/+105
* Add __BEGIN_DECLS / __END_DECLS so this can be used in C++ code.des2004-06-031-0/+4
* Fix the ordering in the description of the dlsym() lookup procedure toroam2004-06-031-4/+4
* Fixed lots of 1 ULP errors caused by a broken approximation for pi/2.bde2004-06-021-2/+2
* Add MLINKS for new API functions.kientzle2004-06-022-4/+6
* Refactor read_data:kientzle2004-06-028-131/+300
* use source address as a hint to determine destination addressume2004-06-021-50/+361
* Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()das2004-06-021-8/+24
* Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan()das2004-06-021-10/+24
* Distinguish cases when ncp module not loaded and when module have oldbp2004-06-021-1/+4
* Merged from double precision case (e_pow.c 1.10: sign fixes).bde2004-06-011-13/+14
* Add Aerospace Corporation copyrights to EUI64 support files.brooks2004-06-012-0/+52
* Fixed the sign of the result in some overflow and underflow cases (onesbde2004-06-011-17/+18
OpenPOWER on IntegriCloud