factor/native
slava 4990bade15 Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
..
unix Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
win32 Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
alien.c Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
alien.h Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
array.c Runtime changes to support callbacks, and other cleanups 2006-02-13 07:46:07 +00:00
array.h fix array size fep 2005-11-05 03:50:26 +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
boolean.h
cards.c
cards.h
compiler.c Various fixes for recent callback-related runtime changes 2006-02-13 21:00:21 +00:00
compiler.h
complex.c
complex.h
cons.c
cons.h
debug.c Clean up AGL's patch 2006-02-08 00:09:46 +00:00
debug.h
dll.c Clean up AGL's patch 2006-02-08 00:09:46 +00:00
dll.h typo in dll.c 2005-08-16 03:34:10 +00:00
error.c Runtime changes to support callbacks, and other cleanups 2006-02-13 07:46:07 +00:00
error.h Runtime changes to support callbacks, and other cleanups 2006-02-13 07:46:07 +00:00
factor.c Further work on callbacks 2006-02-14 03:20:39 +00:00
factor.h Fix compile error 2006-02-09 03:15:23 +00:00
ffi_test.c Fix typo in ffi tests 2006-02-19 06:46:11 +00:00
file.h
fixnum.c fix fixnum-shift overflow check 2006-01-21 08:23:14 +00:00
fixnum.h
float.c Clean up AGL's patch 2006-02-08 00:09:46 +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 Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
gc.h Clean up out of memory handler 2006-02-09 03:12:20 +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 new alien>string and string>alien primitives; powerpc backend fixes 2005-12-12 23:51:45 +00:00
image.h
io.c Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
io.h
memory.c Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
memory.h Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +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 Solaris/x86 support 2006-01-31 19:31:31 +00:00
primitives.c Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
primitives.h
ratio.c
ratio.h
relocate.c Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
relocate.h 64-bit relocation 2005-12-11 20:14:41 +00:00
run.c Implemented returning values from callbacks 2006-02-15 04:23:08 +00:00
run.h Implemented returning values from callbacks 2006-02-15 04:23:08 +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 Clean up AGL's patch 2006-02-08 00:09:46 +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 safe_malloc 2006-02-19 21:27:53 +00:00
stack.h Fix FFI register clobberage and broken call stack semantics from recent runtime change 2006-02-13 22:57:20 +00:00
string.c Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
string.h Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +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 new hashtable 2005-11-27 22:45:48 +00:00
word.h word-name, word-vocabulary are now slots in the word object 2005-08-29 06:34:04 +00:00
wrapper.c
wrapper.h