factor/native
Doug Coleman 7242f38fd7 get_error_message() is for native calls in native/win32/ffi.c
error_message() is called via alien-invoke from factor code
bugfix: the last "fix" caused the factor runtime to get a char* instead of F_STRING
2005-10-06 22:10:27 +00:00
..
unix make panes a bit more flexible 2005-09-25 04:18:12 +00:00
win32 set dll->dll = NULL on failure in ffi_dllopen() 2005-10-02 19:47:33 +00:00
alien.c alien tweaks 2005-09-03 18:48:25 +00:00
alien.h alien tweaks 2005-09-03 18:48:25 +00:00
array.c arrays are now better supported, various cleanups 2005-09-12 00:46:55 +00:00
array.h arrays are now better supported, various cleanups 2005-09-12 00:46:55 +00:00
bignum.c better low memory barrier handling 2005-06-16 22:50:49 +00:00
bignum.h starting generational GC 2005-05-11 02:30:58 +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 fix win32 compile errors 2005-06-09 02:06:33 +00:00
compiler.c starting generational GC 2005-05-11 02:30:58 +00:00
compiler.h fixnum-shift intrinsics 2005-05-10 02:34:47 +00:00
complex.c better low memory barrier handling 2005-06-16 22:50:49 +00:00
complex.h code cleanups in cfactor 2005-03-30 01:34:29 +00:00
cons.c better low memory barrier handling 2005-06-16 22:50:49 +00:00
cons.h code cleanups in cfactor 2005-03-30 01:34:29 +00:00
debug.c catch change, new cleanup word, with-server combinator 2005-09-21 00:18:01 +00:00
debug.h generational GC work 2005-05-12 05:02:39 +00:00
dll.c typo in dll.c 2005-08-16 03:34:10 +00:00
dll.h typo in dll.c 2005-08-16 03:34:10 +00:00
error.c catch change, new cleanup word, with-server combinator 2005-09-21 00:18:01 +00:00
error.h catch change, new cleanup word, with-server combinator 2005-09-21 00:18:01 +00:00
factor.c rename ifte to if 2005-09-24 19:21:17 +00:00
factor.h Include ctype.h for isspace() only in win32 2005-10-05 04:02:24 +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 fixnum-shift intrinsics 2005-05-10 02:34:47 +00:00
fixnum.h improved single-stepper offers option to continue execution of stepped continuation in primary interpreter 2005-03-21 00:05:57 +00:00
float.c simple labels optimization 2005-09-10 03:40:08 +00:00
float.h more preliminary work for callcc compilation 2005-09-20 05:59:38 +00:00
gc.c \ foo is now a first-class type; this removes the need for inference-level partial eval, and simplifies a lot of other code 2005-08-04 03:56:28 +00:00
gc.h fix segfault, clean up code 2005-07-13 19:14:57 +00:00
hashtable.c better low memory barrier handling 2005-06-16 22:50:49 +00:00
hashtable.h built in type slot meta refactoring; string capacity is now a tagged slot; references word 2005-02-21 00:03:37 +00:00
icache.S PowerPC backend functional 2005-03-22 01:53:26 +00:00
image.c more generational GC work 2005-05-11 04:43:52 +00:00
image.h starting generational GC 2005-05-11 02:30:58 +00:00
io.c some code cleanups, factorbot PING fix 2005-07-26 20:39:14 +00:00
io.h merged streams, stdio and files into io vocabulary 2005-06-19 21:50:35 +00:00
memory.c arrays are now better supported, various cleanups 2005-09-12 00:46:55 +00:00
memory.h arrays are now better supported, various cleanups 2005-09-12 00:46:55 +00:00
misc.c get_error_message() is for native calls in native/win32/ffi.c 2005-10-06 22:10:27 +00:00
misc.h get_error_message() is for native calls in native/win32/ffi.c 2005-10-06 22:10:27 +00:00
platform.h float and double types in FFI, minor cleanups here and there to kick off 0.75 2005-05-05 02:34:55 +00:00
primitives.c arrays are now better supported, various cleanups 2005-09-12 00:46:55 +00:00
primitives.h removing cfactor I/O code; unix ffi I/O socket code fixes 2005-04-23 00:09:46 +00:00
ratio.c better low memory barrier handling 2005-06-16 22:50:49 +00:00
ratio.h code cleanups in cfactor 2005-03-30 01:34:29 +00:00
relocate.c fix image loading with missing libraries 2005-08-15 19:45:46 +00:00
relocate.h fix bug in 16/16 reloc 2005-06-07 08:33:24 +00:00
run.c catch change, new cleanup word, with-server combinator 2005-09-21 00:18:01 +00:00
run.h add more env slots 2005-09-24 21:26:04 +00:00
s48_bignum.c bits>float bits>double primitives' 2005-06-13 00:55:30 +00:00
s48_bignum.h bits>float bits>double primitives' 2005-06-13 00:55:30 +00:00
s48_bignumint.h bits>float bits>double primitives' 2005-06-13 00:55:30 +00:00
sbuf.c better low memory barrier handling 2005-06-16 22:50:49 +00:00
sbuf.h more sequence cleanups 2005-05-18 20:26:22 +00:00
signal.h Remove implicit declaration of init_signals() on win32 2005-10-05 03:16:30 +00:00
stack.c working on PowerPC overflow checks 2005-09-05 07:06:47 +00:00
stack.h working on PowerPC overflow checks 2005-09-05 07:06:47 +00:00
string.c utf16 string unboxing tweak 2005-09-03 21:59:53 +00:00
string.h string-compare ==> lexi, string> ==> lexi> 2005-07-19 08:23:33 +00:00
vector.c arrays are now better supported, various cleanups 2005-09-12 00:46:55 +00:00
vector.h arrays are now better supported, various cleanups 2005-09-12 00:46:55 +00:00
word.c word-name, word-vocabulary are now slots in the word object 2005-08-29 06:34:04 +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 \ foo is now a first-class type; this removes the need for inference-level partial eval, and simplifies a lot of other code 2005-08-04 03:56:28 +00:00
wrapper.h \ foo is now a first-class type; this removes the need for inference-level partial eval, and simplifies a lot of other code 2005-08-04 03:56:28 +00:00