| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust the exponent before converting the result from double to | das | 2008-01-28 | 1 | -16/+10 |
* | Our fts(3) API, as inherited from 4.4BSD, suffers from integer | yar | 2008-01-26 | 6 | -93/+59 |
* | Fix a harmless type error in 1.9. | bde | 2008-01-25 | 1 | -1/+1 |
* | Fix a regression introduced in rev 1.99: replace fclose(f) with a comment | des | 2008-01-23 | 1 | -1/+5 |
* | Track version # from the portable release. | kientzle | 2008-01-23 | 1 | -1/+1 |
* | Explain a subtle API change that was made recently. | kientzle | 2008-01-23 | 1 | -0/+21 |
* | Properly pad symlinks when writing cpio "newc" format. | kientzle | 2008-01-23 | 2 | -4/+49 |
* | Fix longstanding mb/wc functions segfault if error occurse | ache | 2008-01-23 | 1 | -29/+39 |
* | Better fix for longstanding segfault. Don't touch current locale at all | ache | 2008-01-23 | 1 | -17/+29 |
* | 1) Add (void) cast to _none_init() (while I am here) | ache | 2008-01-23 | 1 | -2/+4 |
* | Xref flopen.3 which references this manual page. | trhodes | 2008-01-22 | 1 | -1/+2 |
* | Introduce new encoding: "ASCII" | ache | 2008-01-21 | 4 | -1/+191 |
* | Fix cutoffs. This is just a cleanup and an optimization for unusual | bde | 2008-01-21 | 1 | -2/+2 |
* | Oops, when merging from the float version to the double versions, don't | bde | 2008-01-20 | 1 | -1/+1 |
* | Remove the float version of the kernel of arg reduction for pi/2, since | bde | 2008-01-19 | 1 | -198/+0 |
* | Do an ordinary assignment in STRICT_ASSIGN() except for floats until | bde | 2008-01-19 | 1 | -2/+6 |
* | Use STRICT_ASSIGN() for exp2f() and exp2() instead of a volatile | bde | 2008-01-19 | 2 | -4/+5 |
* | Use STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel_rem_pio2f() | bde | 2008-01-19 | 2 | -7/+10 |
* | Use STRICT_ASSIGN() for log1pf() and log1p() instead of a volatile cast | bde | 2008-01-19 | 2 | -8/+10 |
* | Use STRICT_ASSIGN() instead of assorted direct volatile hacks to work | bde | 2008-01-19 | 2 | -6/+8 |
* | Use volatile hacks to make sure these functions generate an underflow | das | 2008-01-18 | 3 | -3/+6 |
* | Hook up exp2l() and related docs to the build. | das | 2008-01-18 | 2 | -6/+7 |
* | Introduce a new log(3) manpage and move the relevant functions there. | das | 2008-01-18 | 2 | -69/+118 |
* | Implement exp2l(). There is one version for machines with 80-bit | das | 2008-01-18 | 4 | -0/+725 |
* | Add a new union member to access the exponent and sign of a long double | das | 2008-01-18 | 1 | -0/+5 |
* | I misread the Tinderbox error; this should really unbreak 64-bit builds. | kientzle | 2008-01-18 | 1 | -1/+1 |
* | Fix 64-bit build after my last commit. <sigh> | kientzle | 2008-01-18 | 1 | -1/+1 |
* | The previous commit caused the archive_write_disk interface to | kientzle | 2008-01-18 | 1 | -0/+2 |
* | Issues with hardlinks in newc-format files prompted me to | kientzle | 2008-01-18 | 3 | -6/+198 |
* | Reconnect the progress callback. It may not get called | kientzle | 2008-01-18 | 1 | -2/+8 |
* | SYSTEM_SCOPE_ONLY flag is no longer needed, it is the only mode libthr | davidxu | 2008-01-18 | 1 | -2/+0 |
* | Add a macro STRICT_ASSIGN() to help avoid the compiler bug that | bde | 2008-01-17 | 1 | -0/+16 |
* | Add an alternative view of the bits in an 80-bit long double (64+16 | bde | 2008-01-17 | 3 | -3/+24 |
* | Fix some style nits. | remko | 2008-01-16 | 1 | -4/+4 |
* | Optimize this a bit better. | das | 2008-01-15 | 1 | -13/+18 |
* | Remove some now-unused macros. | jhb | 2008-01-15 | 1 | -3/+1 |
* | Handle Zip archives that are "multi-part archives with only | kientzle | 2008-01-15 | 1 | -1/+19 |
* | Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3) | jhb | 2008-01-15 | 2 | -101/+34 |
* | Back out last commit, since it accidentally broke pts. | cperciva | 2008-01-15 | 2 | -40/+103 |
* | In getttyent(3), if /etc/ttys doesn't end in a newline, don't | das | 2008-01-15 | 1 | -1/+1 |
* | Support uppercase hex digits in cpio archives. | kientzle | 2008-01-15 | 1 | -3/+5 |
* | Update the manpage for openpty(3) to account for the recent fixes. | jhb | 2008-01-14 | 1 | -18/+14 |
* | Fix issues which allow snooping on ptys. [08:01] | cperciva | 2008-01-14 | 3 | -105/+42 |
* | Changing 'r' to a size_t in the previous commit turned quicksort | das | 2008-01-14 | 1 | -4/+5 |
* | Implement rintl(), nearbyintl(), lrintl(), and llrintl(). | das | 2008-01-14 | 18 | -35/+383 |
* | Since the tar bidder can never get called more than once, it | kientzle | 2008-01-13 | 2 | -23/+59 |
* | Update for the 'file' 4.23 import. | obrien | 2008-01-13 | 1 | -4/+23 |
* | Use size_t to avoid overflow when sorting arrays larger than 2 GB. | das | 2008-01-13 | 2 | -2/+3 |
* | Plug memory leaks that is observed when argbuf or argspc is used in the | delphij | 2008-01-12 | 1 | -0/+4 |
* | - Correct the range check in the double version to catch negative values | das | 2008-01-11 | 2 | -19/+22 |