summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Adjust the exponent before converting the result from double todas2008-01-281-16/+10
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-266-93/+59
* Fix a harmless type error in 1.9.bde2008-01-251-1/+1
* Fix a regression introduced in rev 1.99: replace fclose(f) with a commentdes2008-01-231-1/+5
* Track version # from the portable release.kientzle2008-01-231-1/+1
* Explain a subtle API change that was made recently.kientzle2008-01-231-0/+21
* Properly pad symlinks when writing cpio "newc" format.kientzle2008-01-232-4/+49
* Fix longstanding mb/wc functions segfault if error occurseache2008-01-231-29/+39
* Better fix for longstanding segfault. Don't touch current locale at allache2008-01-231-17/+29
* 1) Add (void) cast to _none_init() (while I am here)ache2008-01-231-2/+4
* Xref flopen.3 which references this manual page.trhodes2008-01-221-1/+2
* Introduce new encoding: "ASCII"ache2008-01-214-1/+191
* Fix cutoffs. This is just a cleanup and an optimization for unusualbde2008-01-211-2/+2
* Oops, when merging from the float version to the double versions, don'tbde2008-01-201-1/+1
* Remove the float version of the kernel of arg reduction for pi/2, sincebde2008-01-191-198/+0
* Do an ordinary assignment in STRICT_ASSIGN() except for floats untilbde2008-01-191-2/+6
* Use STRICT_ASSIGN() for exp2f() and exp2() instead of a volatilebde2008-01-192-4/+5
* Use STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel_rem_pio2f()bde2008-01-192-7/+10
* Use STRICT_ASSIGN() for log1pf() and log1p() instead of a volatile castbde2008-01-192-8/+10
* Use STRICT_ASSIGN() instead of assorted direct volatile hacks to workbde2008-01-192-6/+8
* Use volatile hacks to make sure these functions generate an underflowdas2008-01-183-3/+6
* Hook up exp2l() and related docs to the build.das2008-01-182-6/+7
* Introduce a new log(3) manpage and move the relevant functions there.das2008-01-182-69/+118
* Implement exp2l(). There is one version for machines with 80-bitdas2008-01-184-0/+725
* Add a new union member to access the exponent and sign of a long doubledas2008-01-181-0/+5
* I misread the Tinderbox error; this should really unbreak 64-bit builds.kientzle2008-01-181-1/+1
* Fix 64-bit build after my last commit. <sigh>kientzle2008-01-181-1/+1
* The previous commit caused the archive_write_disk interface tokientzle2008-01-181-0/+2
* Issues with hardlinks in newc-format files prompted me tokientzle2008-01-183-6/+198
* Reconnect the progress callback. It may not get calledkientzle2008-01-181-2/+8
* SYSTEM_SCOPE_ONLY flag is no longer needed, it is the only mode libthrdavidxu2008-01-181-2/+0
* Add a macro STRICT_ASSIGN() to help avoid the compiler bug thatbde2008-01-171-0/+16
* Add an alternative view of the bits in an 80-bit long double (64+16bde2008-01-173-3/+24
* Fix some style nits.remko2008-01-161-4/+4
* Optimize this a bit better.das2008-01-151-13/+18
* Remove some now-unused macros.jhb2008-01-151-3/+1
* Handle Zip archives that are "multi-part archives with onlykientzle2008-01-151-1/+19
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)jhb2008-01-152-101/+34
* Back out last commit, since it accidentally broke pts.cperciva2008-01-152-40/+103
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tdas2008-01-151-1/+1
* Support uppercase hex digits in cpio archives.kientzle2008-01-151-3/+5
* Update the manpage for openpty(3) to account for the recent fixes.jhb2008-01-141-18/+14
* Fix issues which allow snooping on ptys. [08:01]cperciva2008-01-143-105/+42
* Changing 'r' to a size_t in the previous commit turned quicksortdas2008-01-141-4/+5
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-1418-35/+383
* Since the tar bidder can never get called more than once, itkientzle2008-01-132-23/+59
* Update for the 'file' 4.23 import.obrien2008-01-131-4/+23
* Use size_t to avoid overflow when sorting arrays larger than 2 GB.das2008-01-132-2/+3
* Plug memory leaks that is observed when argbuf or argspc is used in thedelphij2008-01-121-0/+4
* - Correct the range check in the double version to catch negative valuesdas2008-01-112-19/+22
OpenPOWER on IntegriCloud