Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling | 2021-03-11 | 3 | -6/+6 | |
| | |||||
* | fix indentation | 2015-05-07 | 1 | -2/+2 | |
| | | | | ok miod@ | ||||
* | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | 2013-11-26 | 2 | -5/+5 | |
| | | | | | resurrection of the bad idiom in the tree. sufficient review by miod, kettenis, tedu | ||||
* | Turns out this file not need machine/float.h at all, since it defines | 2012-06-25 | 1 | -2/+1 | |
| | | | | | all the goop it needs by itself ok millert | ||||
* | _LOCORE is already defined | 2011-04-16 | 3 | -6/+3 | |
| | |||||
* | 'kernel libraries' always get in the way of the build process. Teach | 2011-04-10 | 2 | -72/+0 | |
| | | | | autoconf how to find the spmath files. | ||||
* | When converting a floating value to an integer, properly raise the "invalid" | 2010-07-30 | 2 | -180/+80 | |
| | | | | | | | | | | exception when the floating value is infinite or NaN or if the integral part of the floating value exceeds the range of the integer type, as required by the C99/IEEE754 standard. Fixes Python 2.6 build on hppa. ok miod@ | ||||
* | unused file and functions | 2006-11-29 | 4 | -98/+4 | |
| | |||||
* | use register names instead of numbers | 2005-01-23 | 3 | -29/+29 | |
| | |||||
* | apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahs | 2004-01-02 | 3 | -18/+21 | |
| | | | | | | | been wrong and thus proven by many and there change it back to what it is meaning explained in http://www-ccs.ucsd.edu/c/float.html . also fix spmath to use it's own consts instead of (now) off by one float.h values thus to avoid any kind of binary changes. | ||||
* | make all entry points of the same number of arguments and that greatly simplifies the call setup in the scheduler | 2003-04-10 | 20 | -91/+94 | |
| | |||||
* | will need machine/frame.h for profiling | 2003-01-23 | 3 | -3/+9 | |
| | |||||
* | Foward; torh@bogus.net | 2002-11-29 | 4 | -8/+8 | |
| | |||||
* | kill dangling space, line and a space in the tab | 2002-09-20 | 13 | -60/+55 | |
| | |||||
* | bring over our mods; the cnv*c have a problem now, described in the osf version of the cnv_float.h, at the end | 2002-05-07 | 43 | -2144/+1098 | |
| | |||||
* | Final __P removal plus some cosmetic fixups | 2002-03-14 | 1 | -6/+6 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 5 | -53/+53 | |
| | |||||
* | missing LEAF_ENTRY() | 2002-02-04 | 1 | -11/+5 | |
| | |||||
* | leftovers from kern times; from netbsd | 2002-02-04 | 1 | -5/+5 | |
| | |||||
* | Use LEAF_ENTRY not ENTRY. | 2002-01-04 | 2 | -4/+4 | |
| | |||||
* | big bang | 2001-03-29 | 44 | -2957/+2897 | |
| | |||||
* | start of text | 2001-03-28 | 3 | -5/+8 | |
| | |||||
* | clean two minor screwups | 2000-01-11 | 1 | -4/+1 | |
| | |||||
* | separate spmath build | 2000-01-11 | 3 | -37/+75 | |
| | |||||
* | remove unused nullptr arg, effectively unifying calling conventions for emulator routines | 2000-01-11 | 1 | -3/+3 | |
| | |||||
* | remove unused nullptr arg, effectively unifying calling conventions for emulator routines | 2000-01-11 | 10 | -65/+48 | |
| | |||||
* | missed path changes | 1998-07-02 | 6 | -12/+12 | |
| | |||||
* | ansi and fancy gcc | 1998-07-02 | 47 | -853/+1004 | |
| | |||||
* | remove brain damaged rcs tags | 1998-06-23 | 44 | -219/+2 | |
| | |||||
* | initial import of osf-hacked HP one | 1998-06-23 | 46 | -0/+10880 | |