| Age | Commit message (Expand) | Author |
| 2003-10-25 | Add __infinityf and __infinityl, float respectively long double analogs | kleink |
| 2003-10-24 | * Since there is no single portable IEEE 754 format for a long double, | kleink |
| 2003-10-07 | Siginfo libc changes for alpha. Approved by thorpej@netbsd.org. | skd |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 2003-07-27 | add a cast appease gcc3.3 | mrg |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-05-17 | Build _isinfl() and _isnanl(). | thorpej |
| 2003-05-12 | Rename ieee754_function.c to function_ieee754.c, following the convention | kleink |
| 2003-04-07 | Make sure we reference getcontext() by its internal name. | kleink |
| 2003-01-21 | Add swapcontext() lint stub. | kleink |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-02-19 | Clean up some rampant code duplication wrt ieee number handling: | simonb |
| 2002-01-21 | Align __nanf[] object with (sigh) gnuisms | ross |
| 2002-01-21 | Don't intentionally enable integer overflow traps (ITOH Yasufumi) | ross |
| 2002-01-13 | Add internal names for fp{get,set}{mask,round,sticky}(), and | thorpej |
| 2001-11-08 | Fix -Wshadow warnings. | enami |
| 2001-04-26 | tweak barrier ops some more | ross |
| 2001-04-26 | Delete the trapb ops bracketing mf_fpcr, they aren't needed. | ross |
| 2001-04-26 | Complete rewrite. Call the new sysarch(ALPHA_FPGETSTICKY, ...). | ross |
| 2001-04-26 | remove the trapb ops bracketing mf_fpcr, in this one case they aren't needed | ross |
| 2001-04-26 | minor cleanup | ross |
| 2000-06-14 | sweep of my licenses (userland files w/o only my copyright) for | cgd |
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd |
| 2000-04-25 | Fix unaligned accesses more correctly. | erh |
| 2000-04-25 | Fix unaligned accesses. | erh |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 2000-01-22 | Delint. | mycroft |
| 1999-12-23 | C99: Define a NAN macro in <math.h> which evaulates to a constant expression of | kleink |
| 1999-08-30 | Another microoptimization. Take advantage of the addition already having set | mycroft |
| 1999-08-30 | Reuse the trick of loading 0.0 (rather than 1.0) and then modifying the | mycroft |
| 1999-08-30 | Remove more unused mulexp variables. | augustss |
| 1999-08-29 | ldexp(denormal, exp>1023) would generate the wrong result in all non-overflow | mycroft |
| 1999-08-29 | Don't ever return -0.0. | mycroft |
| 1999-08-29 | Minor style change. | mycroft |
| 1999-08-29 | Trivial KNF. | mycroft |
| 1999-08-29 | Sync with SPARC version. | mycroft |
| 1999-08-29 | Make the C version of frexp() consitent across platforms, and handle the | mycroft |
| 1999-08-29 | Separate isnan() into a separate module, and make isinf()/isnan() use ieee.h. | mycroft |
| 1999-04-30 | * New MI man page for fp{set,get}{round,sticky,mask}(3). | ross |
| 1999-03-10 | Just some minor cleanup. | mycroft |
| 1999-01-22 | Whitespace fix. | mycroft |
| 1999-01-22 | Use insbl to reduce by 1 instruction. | mycroft |
| 1999-01-15 | Move the bswap functions from libutil to libc (this bups the | bouyer |
| 1998-11-14 | delint | christos |
| 1998-10-13 | Need internal names for isinf() and isnan(). | kleink |
| 1998-09-29 | Signal changes for Alpha. | thorpej |
| 1998-07-26 | const poisoning. | mycroft |
| 1997-12-05 | Make setjmp() work again after the changes to sigaltstack(). | thorpej |
| 1997-11-05 | remove these, they are no longer necessary or appropriate | cgd |
| 1997-07-18 | Pull in __flt_rounds() prototype. | thorpej |