factor/native
Slava Pestov 00c4b2d09b various cleanups, better memory signal handler 2004-10-17 23:01:16 +00:00
..
arithmetic.c 2generic is compiled 2004-10-02 02:46:12 +00:00
arithmetic.h 2generic is compiled 2004-10-02 02:46:12 +00:00
array.c fix various memory corruption issues 2004-08-27 06:09:24 +00:00
array.h fix various memory corruption issues 2004-08-27 06:09:24 +00:00
bignum.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
bignum.h working on the FFI 2004-09-19 21:39:28 +00:00
compiler.c working on the FFI 2004-09-19 21:39:28 +00:00
compiler.h more compiler work, a few java factor fixes 2004-09-07 02:39:12 +00:00
complex.c SDL_gfx binding and many cleanups 2004-10-17 01:55:13 +00:00
complex.h SDL_gfx binding and many cleanups 2004-10-17 01:55:13 +00:00
cons.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
cons.h possibly controversial: removed destructive list manipulation; other cleanups 2004-10-12 05:11:35 +00:00
error.c various cleanups, better memory signal handler 2004-10-17 23:01:16 +00:00
error.h various cleanups, better memory signal handler 2004-10-17 23:01:16 +00:00
factor.c compile all by default 2004-10-09 19:14:49 +00:00
factor.h various cleanups, better memory signal handler 2004-10-17 23:01:16 +00:00
ffi.c SDL_gfx binding and many cleanups 2004-10-17 01:55:13 +00:00
ffi.h SDL_gfx binding and many cleanups 2004-10-17 01:55:13 +00:00
file.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +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 working on the FFI 2004-09-19 21:39:28 +00:00
fixnum.h memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
float.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
float.h rewrote generic arithmetic in factor 2004-09-19 04:33:40 +00:00
gc.c various cleanups, better memory signal handler 2004-10-17 23:01:16 +00:00
gc.h memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
image.c more compiler work, a few java factor fixes 2004-09-07 02:39:12 +00:00
image.h First import of Factor 0.60 2004-07-16 06:26:21 +00:00
io.c nicer multiply_fixnum; thanks The_Vulture 2004-09-03 22:49:04 +00:00
io.h file responder works with native factor 2004-08-29 02:25:59 +00:00
memory.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
memory.h memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
misc.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
misc.h memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
port.c local aliens 2004-09-22 02:58:54 +00:00
port.h before generic arithmetic cleanup 2004-09-19 02:29:29 +00:00
primitives.c SDL_gfx binding and many cleanups 2004-10-17 01:55:13 +00:00
primitives.h SDL_gfx binding and many cleanups 2004-10-17 01:55:13 +00:00
ratio.c SDL_gfx binding and many cleanups 2004-10-17 01:55:13 +00:00
ratio.h SDL_gfx binding and many cleanups 2004-10-17 01:55:13 +00:00
read.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
read.h read# works 2004-08-20 05:49:14 +00:00
relocate.c str/vector-hashcode 2004-09-27 01:34:25 +00:00
relocate.h First import of Factor 0.60 2004-07-16 06:26:21 +00:00
run.c various cleanups, better memory signal handler 2004-10-17 23:01:16 +00:00
run.h various cleanups, better memory signal handler 2004-10-17 23:01:16 +00:00
s48_bignum.c string hashcodes are fixnums 2004-08-29 19:56:30 +00:00
s48_bignum.h Factor 0.64 2004-08-28 03:20:10 +00:00
s48_bignumint.h clean up bignum cached constants 2004-08-29 05:04:42 +00:00
sbuf.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
sbuf.h str/vector-hashcode 2004-09-27 01:34:25 +00:00
signal.c various cleanups, better memory signal handler 2004-10-17 23:01:16 +00:00
signal.h various cleanups, better memory signal handler 2004-10-17 23:01:16 +00:00
socket.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
socket.h file responder works with native factor 2004-08-29 02:25:59 +00:00
stack.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
stack.h some miscellaneous error handling and bootstrapping cleanups 2004-08-23 06:15:10 +00:00
string.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
string.h str/vector-hashcode 2004-09-27 01:34:25 +00:00
types.c working on the FFI 2004-09-19 21:39:28 +00:00
types.h heap-stats. word 2004-09-21 16:41:57 +00:00
vector.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
vector.h before generic arithmetic cleanup 2004-09-19 02:29:29 +00:00
word.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
word.h some compiler work, compiled? primitive 2004-10-05 03:58:53 +00:00
write.c memory management change, allocating primitives call gc directly 2004-10-13 03:49:43 +00:00
write.h fix signed -vs- unsigned issue; chars > 127 were being read incorrectly in cfactor 2004-09-03 02:53:50 +00:00