factor/core/generic
Slava Pestov e4f8448eb1 Fix some problems with arithmetic type inference, exposed by recent changes to log2 word
- declared input type for bignum-shift was stricter than the runtime behavior, leading to bad propagation of type info if shift count was a bignum
- types inferred for type functions which used number-valued/integer-valued/real-valued were not always precise, eg bignum bignum bitxor => integer
- add interval-log2, type function for (log2)
- remove math-class-min, it was useless
2008-12-07 19:44:49 -06:00
..
math Fix some problems with arithmetic type inference, exposed by recent changes to log2 word 2008-12-07 19:44:49 -06:00
parser Fix corner case where auto-use didn't print using list 2008-11-24 16:28:35 -06:00
standard Various optimizations leading to a 10% speedup on compiling empty EBNF parser: 2008-12-06 09:16:29 -06:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
generic-docs.factor Another attempt at size reduction 2008-11-28 01:08:16 -06:00
generic-tests.factor Fix permission bits 2008-10-02 08:34:49 -05:00
generic.factor core: swap 3append -> glue 2008-12-03 19:12:48 -06:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00
tags.txt Initial import 2007-09-20 18:09:08 -04:00