factor/vm
Slava Pestov d657821f3e Tested and documented all new concurrency features 2008-02-18 16:20:18 -06:00
..
Config.arm
Config.freebsd
Config.freebsd.x86.32
Config.freebsd.x86.64
Config.linux
Config.linux.arm
Config.linux.ppc
Config.linux.x86.32
Config.linux.x86.64
Config.macosx
Config.macosx.ppc
Config.macosx.x86.32
Config.macosx.x86.64
Config.netbsd Tweak LIBS and LIBPATH for NetBSD 2008-01-30 12:10:42 +01:00
Config.netbsd.x86.32 Add NetBSD support 2008-01-30 10:57:38 +00:00
Config.netbsd.x86.64 Add NetBSD support 2008-01-30 10:57:38 +00: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
Config.windows
Config.windows.ce
Config.windows.ce.arm
Config.windows.nt
Config.windows.nt.x86.32 make factor compile on win64 2008-02-04 11:45:53 -06:00
Config.windows.nt.x86.64 make factor compile on win64 2008-02-04 11:45:53 -06:00
Config.x86.32
Config.x86.64
alien.c linkage errors don't thwart compilation anymore 2008-02-16 00:54:54 -06:00
alien.h linkage errors don't thwart compilation anymore 2008-02-16 00:54:54 -06:00
asm.h
bignum.c
bignum.h
bignumint.h
callstack.c PowerPC support work in progress 2008-01-09 01:33:40 -05:00
callstack.h Re-implement callstack>array 2007-12-30 16:54:01 -05:00
code_gc.c Simplify code heap layout 2008-01-16 15:45:04 -05:00
code_gc.h Simplify code heap layout 2008-01-16 15:45:04 -05:00
code_heap.c Fix method redefinition bug 2008-02-17 18:38:29 -06:00
code_heap.h Simplify code heap layout 2008-01-16 15:45:04 -05:00
cpu-arm.S
cpu-arm.h Deferred words are now compound words 2007-12-26 17:28:34 -05:00
cpu-ppc.S PowerPC support work in progress 2008-01-08 17:04:45 -04:00
cpu-ppc.h
cpu-x86.32.S
cpu-x86.32.h
cpu-x86.64.S
cpu-x86.64.h
cpu-x86.S Deferred words are now compound words 2007-12-26 17:28:34 -05:00
cpu-x86.h Deferred words are now compound words 2007-12-26 17:28:34 -05:00
data_gc.c First class compose, curry is now a tuple class 2008-02-11 13:50:29 -06:00
data_gc.h
debug.c Fix compilation of VM on Mac OS X 2008-02-11 00:41:58 -06:00
debug.h Add new "refs" command to FEP, finds references to an object 2008-02-10 01:40:51 -06:00
errors.c First class compose, curry is now a tuple class 2008-02-11 13:50:29 -06:00
errors.h bit-vectors byte-vectors float-vectors 2008-01-29 15:04:26 -06:00
factor.c Add new "refs" command to FEP, finds references to an object 2008-02-10 01:40:51 -06:00
factor.h
factor.rs
ffi_test.c Add unit test for float alignment 2008-02-03 17:28:57 -06:00
ffi_test.h Add unit test for float alignment 2008-02-03 17:28:57 -06:00
float_bits.h
image.c linkage errors don't thwart compilation anymore 2008-02-16 00:54:54 -06:00
image.h JIT improvements; simpler 'current XT' relocation logic 2008-01-07 17:14:09 -04:00
io.c Add stderr stream; more Unix I/O work 2008-01-18 19:43:14 -05:00
io.h Move cd and cwd primitives to native I/O, fix Windows normalize-pathname 2008-02-05 13:11:36 -06:00
layouts.h First class compose, curry is now a tuple class 2008-02-11 13:50:29 -06:00
mach_signal.c
mach_signal.h
main-unix.c
main-windows-ce.c
main-windows-nt.c
master.h
math.c New fixnum-shift primitive 2008-01-12 21:13:40 -05:00
math.h New fixnum-shift primitive 2008-01-12 21:13:40 -05:00
os-freebsd-x86.32.h Fix Linux and FreeBSD signal handling on x86 2008-01-16 01:16:53 -05:00
os-freebsd.c
os-freebsd.h
os-genunix.c Fix GCC error 2008-02-04 12:58:38 -06:00
os-genunix.h
os-linux-arm.c
os-linux-arm.h
os-linux-ppc.h
os-linux-x86-32.h Fix Linux and FreeBSD signal handling on x86 2008-01-16 01:16:53 -05:00
os-linux-x86-64.h
os-linux.c inotify bindings 2008-02-02 07:02:32 -06:00
os-linux.h Linux inotify support work in progress 2008-02-02 11:51:16 -06:00
os-macosx-ppc.h
os-macosx-x86.32.h
os-macosx-x86.64.h
os-macosx.h
os-macosx.m Use [NSString UTF8String] instead of [NSString cString] in os-macosx.m to suppress deprecation warnings 2008-01-26 17:32:12 -08:00
os-netbsd.c Implement default_vm_path() on netbsd 2008-02-01 17:14:10 -06:00
os-netbsd.h Add NetBSD support 2008-01-30 10:57:38 +00:00
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 linkage errors don't thwart compilation anymore 2008-02-16 00:54:54 -06:00
os-unix.h linkage errors don't thwart compilation anymore 2008-02-16 00:54:54 -06:00
os-windows-ce.c Move cd and cwd primitives to native I/O, fix Windows normalize-pathname 2008-02-05 13:11:36 -06:00
os-windows-ce.h
os-windows-nt.32.h make factor compile on win64 2008-02-04 11:45:53 -06:00
os-windows-nt.64.h make factor compile on win64 2008-02-04 11:45:53 -06:00
os-windows-nt.c Merge git://factorcode.org/git/factor 2008-02-05 22:48:44 -06:00
os-windows-nt.h Make OS name more consistent for extra/builder 2008-02-05 18:48:38 -06:00
os-windows.c linkage errors don't thwart compilation anymore 2008-02-16 00:54:54 -06:00
os-windows.h linkage errors don't thwart compilation anymore 2008-02-16 00:54:54 -06:00
platform.h make factor compile on win64 2008-02-04 11:45:53 -06:00
primitives.c linkage errors don't thwart compilation anymore 2008-02-16 00:54:54 -06:00
primitives.h
profiler.c Simplify code heap layout 2008-01-16 15:45:04 -05:00
profiler.h Redo the profiler 2008-01-02 20:36:36 -04:00
quotations.c First class compose, curry is now a tuple class 2008-02-11 13:50:29 -06:00
quotations.h First class compose, curry is now a tuple class 2008-02-11 13:50:29 -06:00
run.c Redo the profiler 2008-01-02 20:36:36 -04:00
run.h Tested and documented all new concurrency features 2008-02-18 16:20:18 -06:00
types.c Add experimental disassembler 2008-02-14 17:56:47 -06:00
types.h Space one byte per string 2008-02-04 14:05:31 -06:00
utilities.c Fix dodgy memory management 2008-02-03 14:51:35 -06:00
utilities.h Fix dodgy memory management 2008-02-03 14:51:35 -06:00