aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()David Schultz2004-06-021-8/+24
* Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan()David Schultz2004-06-021-10/+24
* Distinguish cases when ncp module not loaded and when module have oldBoris Popov2004-06-021-1/+4
* Merged from double precision case (e_pow.c 1.10: sign fixes).Bruce Evans2004-06-011-13/+14
* Add Aerospace Corporation copyrights to EUI64 support files.Brooks Davis2004-06-012-0/+52
* Fixed the sign of the result in some overflow and underflow cases (onesBruce Evans2004-06-011-17/+18
* Fixed another precision bug in powf(). This one is in the computationBruce Evans2004-06-011-1/+1
* Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */.Bruce Evans2004-06-011-1/+2
* Change the signature of ftok from (const char *, char) to (const char *, int)Tim J. Robbins2004-06-011-1/+1
* Honor NOINET6 and disable IPv6 support in libmilter and sendmail if itGregory Neil Shapiro2004-06-012-2/+10
* Treat IPv4 private address as global scope rather than site scope.Hajimu UMEMOTO2004-05-311-1/+1
* use source address as a hint to determine destination address.Hajimu UMEMOTO2004-05-311-0/+111
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They areStefan Farfeleder2004-05-3010-0/+319
* Connect libarchive decompress support to the build.Tim Kientzle2004-05-273-2/+7
* 'gnutar' is now handled by the 'tar' reader, soTim Kientzle2004-05-271-2/+1
* Buffer partial wide characters more efficiently: instead of storing theTim J. Robbins2004-05-271-31/+46
* Previously, restoring an archive with hardlinked files that hadTim Kientzle2004-05-272-95/+149
* Document support for reading .Z compressed archives.Tim Kientzle2004-05-272-17/+15
* GC some no-longer-used constants.Tim Kientzle2004-05-271-2/+0
* Add prototypes for .Z compression support.Tim Kientzle2004-05-272-0/+4
* Add read-only support for .Z compressed archives.Tim Kientzle2004-05-271-0/+471
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isBrooks Davis2004-05-263-2/+492
* Humanize_number(3) is a part of libutil.Pawel Jakub Dawidek2004-05-251-0/+2
* You want to include libutil.h, not util.h.Tom Rhodes2004-05-251-4/+7
* Scan the source string for invalid wide characters in wcsrtombs()Tim J. Robbins2004-05-251-2/+9
* Provide trivial macro implementations of getwc(), getwchar(), putwc() andTim J. Robbins2004-05-254-0/+8
* Add humanize_number(3) to libutil for formating numbers into a humanPawel Jakub Dawidek2004-05-244-4/+312
* Don't declare spectHex() inside a function, use a real prototype.Stefan Farfeleder2004-05-241-1/+2
* Include <stdlib.h> for exit() and add a prototype for yyparse().Stefan Farfeleder2004-05-241-0/+4
* Grab all the information we need about a character with one call toTim J. Robbins2004-05-231-7/+5
* Perform conversions straight from the stream buffer instead of scanningTim J. Robbins2004-05-221-18/+19
* Associate a multibyte conversion state object with each stream. Reset itTim J. Robbins2004-05-227-42/+24
* Correct parsing of Solaris default ACLs.Tim Kientzle2004-05-211-4/+6
* Update the document date.Alan Cox2004-05-201-1/+1
* Make libthr async-signal-safe without costly signal masking. The guidlines IMike Makonnen2004-05-2015-622/+320
* q§Mike Makonnen2004-05-201-7/+5
* Nits fixed.Tim Kientzle2004-05-201-4/+4
* More research, more shuffling and clarification.Tim Kientzle2004-05-201-119/+149
* Implement crashdump decoding for AMD64 as well, now that I have finallyPeter Wemm2004-05-191-28/+63
* When combining ustar prefix and name fields, check before adding a '/'Tim Kientzle2004-05-191-8/+8
* I've recently been looking at the Seventh Edition sourceTim Kientzle2004-05-191-78/+80