1.0.4.40: small fixes
commit3357d40adfad43ce33a84cdf888977299241f8c8
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 7 Apr 2007 17:42:05 +0000 (7 17:42 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 7 Apr 2007 17:42:05 +0000 (7 17:42 +0000)
tree466aade2895eae2c35b1d69a47f9e7c186f9ce5b
parent085501b44cc1cbdd9e260139d30b383372ddd1b8
1.0.4.40: small fixes

 * / is not flushable, but unsafely-flushable. Reported by Marco
   Monteiro, patch by Kevin Reid. Test-case added to compiler.pure.lisp.

 * #include "globals.h" for funcall.c, should unbreak the build for non-x86oids.

 * s/(AND (UNSIGNED-BYTE FIXNUM))/(AND UNSIGNED-BYTE FIXNUM)/ in combin.lisp,
   discovered by James Anderson.
BUGS
NEWS
src/compiler/fndb.lisp
src/pcl/combin.lisp
src/runtime/funcall.c
tests/compiler.pure.lisp
version.lisp-expr