| Age | Commit message (Expand) | Author |
| 1995-06-01 | Converted K&R -> ansi. | ragge |
| 1995-05-03 | m68k sig{set,long}jmp from Henric Jungheim (uhenric@mcl.ucsb.edu) as | briggs |
| 1995-05-03 | typo: fld_... -> flt_... | phil |
| 1995-04-29 | functions to set FP exception masks & sticky exceptions. they abort, for now. | cgd |
| 1995-04-29 | get & set FP rounding direction. these actually seem to work. | cgd |
| 1995-04-29 | add entries for the float rounding and exception functions | cgd |
| 1995-04-28 | Winning Strategies has placed this code into the Public Domain | jtc |
| 1995-04-28 | $Id: $ -> $NetBSD: $ | jtc |
| 1995-04-28 | Winning Strategies has placed this code into the Public Domain | jtc |
| 1995-04-28 | Added __flt_rounds, fp{get,set}round. | jtc |
| 1995-04-22 | Preserve the equality "x == y*(x/y)+(x%y)" for negative y; from Lon Willett. | pk |
| 1995-04-17 | Added libc VAX specific files. | ragge |
| 1995-04-11 | Added __flt_rounds, fp{get,set}{mask,round,sticky}. | jtc |
| 1995-04-10 | Added __flt_rounds, fp{get,set}{mask,round,sticky}. | jtc |
| 1995-04-09 | Put jtc's notice back, since these are now roughly identical. | mycroft |
| 1995-04-09 | Actually, bitfields are faster on the '040; optimize for it, but adjust the | mycroft |
| 1995-04-09 | Rewrite these to use the accrued exception byte for sticky flags, and to | mycroft |
| 1995-04-09 | Stylistic change to match fpsetsticky(). | mycroft |
| 1995-04-09 | Reverse sense of exception bits. | mycroft |
| 1995-04-09 | Oops; need to use fnstenv/fldenv for this. | mycroft |
| 1995-04-09 | Fix typo. | mycroft |
| 1995-04-09 | Add fpset{mask,round,sticky}(). | mycroft |
| 1995-04-09 | Another optimization. | mycroft |
| 1995-04-09 | Optimize. | mycroft |
| 1995-04-09 | ENTRY(fpgetmask) -> ENTRY(fpgetsticky) | jtc |
| 1995-04-09 | removed commented-out #include <machine/asm.h> | jtc |
| 1995-04-07 | Added flt_rounds, fpget{round,mask,sticky}. | jtc |
| 1995-04-07 | Added __flt_rounds(), fp{get,set}{round,mask,sticky}(). | jtc |
| 1995-03-20 | Separate machine dependencies. | mycroft |
| 1995-03-20 | SYS_brk -> SYS_break, and other (minor) changes. | mycroft |
| 1995-03-11 | Simplify. | pk |
| 1995-03-01 | Clean up deleted files. | mycroft |
| 1995-02-25 | don't forget inifinity.c | cgd |
| 1995-02-25 | need these for new gen/Makefile | cgd |
| 1995-02-25 | need these now, with new net Makefile.inc | cgd |
| 1995-02-25 | strange corner cases: | cgd |
| 1995-02-17 | Remove extra "u" constraint that caused gcc 2.6.3 not to compile this file. | jtc |
| 1995-02-10 | libc support for the alpha. more functions should be written in assembler, | cgd |
| 1995-02-08 | Make the coding style more consistent. | mycroft |
| 1995-02-08 | size_t is unsigned. | mycroft |
| 1995-02-05 | Optimize better. | mycroft |
| 1995-01-18 | +Infinity for MIPS | mellon |
| 1995-01-11 | Machine dependent sig{set,long}jmp(). | pk |
| 1995-01-07 | Need to divide count by 2. | mycroft |
| 1994-12-24 | Replaced pops with adds. | jtc |
| 1994-12-24 | Exchange offsets of "saved signal mask" and "signal mask saved" so | jtc |
| 1994-12-15 | More underscores... | mycroft |
| 1994-12-12 | underscore changes | dean |
| 1994-12-07 | RCS id format. | phil |
| 1994-11-28 | more underscore changes. | dean |