factor/vm
Doug Coleman 0e20f7eb7e Fix compile on 64bit linux 2007-12-12 16:22:41 -06:00
..
Config.arm
Config.freebsd
Config.freebsd.x86.32
Config.freebsd.x86.64
Config.linux
Config.linux.arm Linux/ARM fixes with help from doublec 2007-11-05 01:40:48 -05:00
Config.linux.ppc
Config.linux.x86.32
Config.linux.x86.64
Config.macosx
Config.macosx.ppc
Config.macosx.x86.32
Config.macosx.x86.64 macosx-x86-64 2007-12-11 22:48:20 -05:00
Config.openbsd
Config.openbsd.x86.32
Config.openbsd.x86.64
Config.ppc
Config.solaris
Config.solaris.x86.32
Config.solaris.x86.64
Config.unix Linux/ARM fixes with help from doublec 2007-11-05 01:40:48 -05:00
Config.windows
Config.windows.ce
Config.windows.ce.arm Remove non-working Windows CE SEH code 2007-10-28 01:21:37 -04:00
Config.windows.nt Comment out the AllocConsole() code for windows 2007-11-24 18:07:05 -06:00
Config.windows.nt.x86.32 Comment out the AllocConsole() code for windows 2007-11-24 18:07:05 -06:00
Config.windows.nt.x86.64 add Config file for win64 2007-11-24 18:00:18 -06:00
Config.x86.32
Config.x86.64
alien.c alien-address primitive fix 2007-09-30 01:46:44 -04:00
alien.h
asm.h
bignum.c
bignum.h
bignumint.h
callstack.c Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
callstack.h Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
code_gc.c Fix code heap compaction bug introduced recently 2007-11-17 04:31:26 -05:00
code_gc.h Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
code_heap.c Profiler fixes 2007-10-29 01:12:27 -04:00
code_heap.h Profiler fixes 2007-10-29 01:12:27 -04:00
cpu-arm.S ARM fixes 2007-11-04 23:18:05 -05:00
cpu-arm.h Fix code heap compaction bug introduced recently 2007-11-17 04:31:26 -05:00
cpu-ppc.S Update non-optimizing compiler for new PowerPC calling convention 2007-10-05 04:17:38 -04:00
cpu-ppc.h Fix code heap compaction bug introduced recently 2007-11-17 04:31:26 -05:00
cpu-x86.32.S Clean up Windows support 2007-10-06 18:09:22 -04:00
cpu-x86.32.h Attempt to merge in changes 2007-09-27 15:10:37 -05:00
cpu-x86.64.S Clean up Windows support 2007-10-06 18:09:22 -04:00
cpu-x86.64.h Attempt to merge in changes 2007-09-27 15:10:37 -05:00
cpu-x86.S Clean up Windows support 2007-10-06 18:09:22 -04:00
cpu-x86.h Fix code heap compaction bug introduced recently 2007-11-17 04:31:26 -05:00
data_gc.c Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
data_gc.h Re-implemented single stepper for new evaluation model 2007-10-03 16:56:49 -04:00
debug.c Open a console when calling factorbug() 2007-11-21 14:31:36 -06:00
debug.h
errors.c Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
errors.h Implement (os-envs) primitive on Windows 2007-11-13 01:09:38 -05:00
factor.c Add open_console() command line parameter and stubs on each platform 2007-11-21 14:27:25 -06:00
factor.h
factor.rs
ffi_test.c VM portion of new unit tests 2007-10-09 02:08:09 -04:00
ffi_test.h VM portion of new unit tests 2007-10-09 02:08:09 -04:00
float_bits.h
image.c Better error handling in save-image 2007-11-05 13:39:20 -05:00
image.h Add open_console() command line parameter and stubs on each platform 2007-11-21 14:27:25 -06:00
io.c More ARM changes 2007-10-15 19:59:35 -04:00
io.h
layouts.h Fix code heap compaction bug introduced recently 2007-11-17 04:31:26 -05:00
mach_signal.c Fix x86 stack alignment in Mach exception handler code 2007-10-29 02:23:16 -04:00
mach_signal.h Add attributions to mach_signal files 2007-10-28 14:41:28 -04:00
main-unix.c
main-windows-ce.c
main-windows-nt.c
master.h Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
math.c
math.h
os-freebsd-x86.32.h
os-freebsd.c
os-freebsd.h Fixing environ for freebsd and linux 2007-11-14 13:36:48 -08:00
os-genunix.c
os-genunix.h
os-linux-arm.c Give credit where credit is due 2007-11-07 19:26:26 -05:00
os-linux-arm.h Linux/ARM fixes with help from doublec 2007-11-05 01:40:48 -05:00
os-linux-ppc.h Simpler callstack layout 2007-10-05 17:30:10 -04:00
os-linux-x86-32.h
os-linux-x86-64.h Fix Linux/x86-64 signal handler problem 2007-12-08 23:26:35 -05:00
os-linux.c
os-linux.h Fixing environ for freebsd and linux 2007-11-14 13:36:48 -08:00
os-macosx-ppc.h Fix x86 stack alignment in Mach exception handler code 2007-10-29 02:23:16 -04:00
os-macosx-x86.32.h Fix x86 stack alignment in Mach exception handler code 2007-10-29 02:23:16 -04:00
os-macosx-x86.64.h macosx-x86-64 2007-12-11 23:33:05 -05:00
os-macosx.h os-envs primitive to get current environment 2007-11-12 23:18:29 -05:00
os-macosx.m
os-openbsd-x86.32.h
os-openbsd-x86.64.h
os-openbsd.c
os-openbsd.h
os-solaris.c
os-solaris.h
os-unix-ucontext.h
os-unix.c Better error handling for safe_sigaction 2007-12-04 15:47:26 -06:00
os-unix.h Add open_console() command line parameter and stubs on each platform 2007-11-21 14:27:25 -06:00
os-windows-ce.c Add open_console() command line parameter and stubs on each platform 2007-11-21 14:27:25 -06:00
os-windows-ce.h Add open_console() command line parameter and stubs on each platform 2007-11-21 14:27:25 -06:00
os-windows-nt.c disable RemoveVectoredExceptionHandler error checking 2007-12-12 13:01:25 -06:00
os-windows-nt.h Reuse existing console if present, or else open a new console, when -console is supplied 2007-11-21 14:47:15 -06:00
os-windows.c Change stat to be more forgiving 2007-12-06 02:18:56 -06:00
os-windows.h Fix trailing whitespace 2007-10-13 00:57:24 -04:00
platform.h Fix compile on 64bit linux 2007-12-12 16:22:41 -06:00
primitives.c os-envs primitive to get current environment 2007-11-12 23:18:29 -05:00
primitives.h Inhibit assignment re-ordering 2007-10-06 22:52:55 -04:00
profiler.c Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
profiler.h Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
quotations.c Clean up 2007-12-12 00:32:43 -05:00
quotations.h Profiler fixes 2007-10-29 01:12:27 -04:00
run.c Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
run.h os-envs primitive to get current environment 2007-11-12 23:18:29 -05:00
types.c VM cleanup 2007-10-02 17:53:05 -04:00
types.h VM cleanup 2007-10-02 17:53:05 -04:00
utilities.c
utilities.h