factor/native
slava 7b1cdc1e31 Interpreter and unit test fixes, fix Objective C exception handling 2006-05-19 18:59:44 +00:00
..
macosx Interpreter and unit test fixes, fix Objective C exception handling 2006-05-19 18:59:44 +00:00
unix Interpreter and unit test fixes, fix Objective C exception handling 2006-05-19 18:59:44 +00:00
windows Remove cons usage from runtime 2006-05-15 04:03:55 +00:00
alien.c Remove cons usage from runtime 2006-05-15 04:03:55 +00:00
alien.h Value type struct inputs, for PowerPC 2006-03-11 03:16:46 +00:00
array.c More quotation work 2006-05-16 20:50:51 +00:00
array.h Last traces of conses removed 2006-05-17 18:55:46 +00:00
bignum.c win64 fixes in runtime 2005-12-21 02:36:52 +00:00
bignum.h win64 fixes in runtime 2005-12-21 02:36:52 +00:00
boolean.c added sdl-keysyms, split sdl vocabulary, more factoroids work 2004-11-10 02:51:43 +00:00
boolean.h code cleanups in cfactor 2005-03-30 01:34:29 +00:00
cards.c fix segfault, clean up code 2005-07-13 19:14:57 +00:00
cards.h Experimental x86 assembler refactoring 2006-02-24 00:01:12 +00:00
compiler.c Various fixes for recent callback-related runtime changes 2006-02-13 21:00:21 +00:00
compiler.h fixnum-shift intrinsics 2005-05-10 02:34:47 +00:00
complex.c Ratios and complexes now have headers, inference fixes 2006-05-15 22:00:37 +00:00
complex.h Ratios and complexes now have headers, inference fixes 2006-05-15 22:00:37 +00:00
debug.c Runtime typo fix 2006-05-18 23:05:00 +00:00
debug.h generational GC work 2005-05-12 05:02:39 +00:00
dll.c Remove cons usage from runtime 2006-05-15 04:03:55 +00:00
dll.h typo in dll.c 2005-08-16 03:34:10 +00:00
error.c Last traces of conses removed 2006-05-17 18:55:46 +00:00
error.h Error handling fixes 2006-05-19 03:23:19 +00:00
factor.c Last traces of conses removed 2006-05-17 18:55:46 +00:00
factor.h Last traces of conses removed 2006-05-17 18:55:46 +00:00
ffi_test.c Fix some runtime bugs 2006-03-11 08:17:24 +00:00
ffi_test.h Value type struct inputs, for PowerPC 2006-03-11 03:16:46 +00:00
file.h cwd/cd primitives, dir./pwd library words, pipe word in JVM factor' 2004-09-04 07:06:53 +00:00
fixnum.c Runtime code cleanups 2006-05-18 05:08:09 +00:00
fixnum.h Huge compiler patch; two new fixnum-fast and fixnum+fast primitives which do not perform overflow checks 2006-04-24 21:52:03 +00:00
float.c Remove cons usage from runtime 2006-05-15 04:03:55 +00:00
float.h cell fix; experimental preferred size cache; floor/ceiling/truncate/mod for floats; fix mod for ratios; fix float equality test 2006-01-27 04:01:14 +00:00
gc.c Interpreter and unit test fixes, fix Objective C exception handling 2006-05-19 18:59:44 +00:00
gc.h Working on float intrinsics 2006-05-06 00:06:57 +00:00
hashtable.c fix typo 2005-12-25 06:00:10 +00:00
hashtable.h new hashtable 2005-11-27 22:45:48 +00:00
image.c Last traces of conses removed 2006-05-17 18:55:46 +00:00
image.h Makefile changes 2006-03-20 00:59:45 +00:00
io.c Remove cons usage from runtime 2006-05-15 04:03:55 +00:00
io.h merged streams, stdio and files into io vocabulary 2005-06-19 21:50:35 +00:00
memory.c Runtime code cleanups 2006-05-18 05:08:09 +00:00
memory.h Runtime code cleanups 2006-05-18 05:08:09 +00:00
misc.c Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
misc.h safe_malloc 2006-02-19 21:27:53 +00:00
platform.h Change Windows OS detection 2006-03-27 02:07:23 +00:00
primitives.c Last traces of conses removed 2006-05-17 18:55:46 +00:00
primitives.h Huge compiler patch; two new fixnum-fast and fixnum+fast primitives which do not perform overflow checks 2006-04-24 21:52:03 +00:00
ratio.c Ratios and complexes now have headers, inference fixes 2006-05-15 22:00:37 +00:00
ratio.h Ratios and complexes now have headers, inference fixes 2006-05-15 22:00:37 +00:00
relocate.c Runtime typo fix 2006-05-18 23:05:00 +00:00
relocate.h 64-bit relocation 2005-12-11 20:14:41 +00:00
run.c New prettyprinter feature, some bug fixes 2006-05-19 02:00:11 +00:00
run.h Last traces of conses removed 2006-05-17 18:55:46 +00:00
s48_bignum.c Initial revision 2006-02-01 02:31:53 +00:00
s48_bignum.h Initial revision 2006-02-01 02:31:53 +00:00
s48_bignumint.h Initial revision 2006-02-01 02:31:53 +00:00
sbuf.c Remove cons usage from runtime 2006-05-15 04:03:55 +00:00
sbuf.h make class< a bit faster, mutable strings 2005-12-26 02:05:31 +00:00
signal.h Remove implicit declaration of init_signals() on win32 2005-10-05 03:16:30 +00:00
stack.c Cons-less runtime now bootstraps itself 2006-05-17 23:05:44 +00:00
stack.h Last traces of conses removed 2006-05-17 18:55:46 +00:00
string.c Remove cons usage from runtime 2006-05-15 04:03:55 +00:00
string.h Completed support for UTF16 string inputs/outputs in alien interface 2006-02-21 21:42:56 +00:00
vector.c fix array size fep 2005-11-05 03:50:26 +00:00
vector.h arrays are now better supported, various cleanups 2005-09-12 00:46:55 +00:00
word.c Runtime code cleanups 2006-05-18 05:08:09 +00:00
word.h Runtime code cleanups 2006-05-18 05:08:09 +00:00
wrapper.c Runtime code cleanups 2006-05-18 05:08:09 +00:00
wrapper.h Runtime code cleanups 2006-05-18 05:08:09 +00:00