.. |
Config.arm
|
More build system work
|
2007-09-22 00:44:27 -04:00 |
Config.freebsd
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
Config.freebsd.x86.32
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.freebsd.x86.64
|
Fix compile error on FreeBSD x86.64
|
2008-07-04 03:23:14 -05:00 |
Config.linux
|
Fix Linux compile error
|
2008-07-03 21:34:37 -05:00 |
Config.linux.arm
|
Linux/ARM fixes with help from doublec
|
2007-11-05 01:40:48 -05:00 |
Config.linux.ppc
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
Config.linux.x86.32
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.linux.x86.64
|
use -fPIC on all platforms for ffi lib
|
2009-03-27 15:39:13 -05:00 |
Config.macosx
|
compile an ffi test library, reduce factor runtime by 6kb!
|
2009-03-25 13:06:20 -05:00 |
Config.macosx.ppc
|
make macosx-ppc now compiles a ppc binary on intel mac os; it doesn't work properly in rosetta though
|
2008-11-06 03:37:10 -06:00 |
Config.macosx.x86.32
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.macosx.x86.64
|
Fix for gcc 4.2
|
2008-11-27 23:32:17 -06:00 |
Config.netbsd
|
Lame: link VM with OpenAL to avoid signal 6 on NetBSD
|
2008-05-22 01:17:39 -05: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
|
Fix OpenBSD compile error
|
2008-07-04 01:53:38 -05:00 |
Config.openbsd.x86.32
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.openbsd.x86.64
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.ppc
|
More build system work
|
2007-09-22 00:44:27 -04:00 |
Config.solaris
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
Config.solaris.x86.32
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.solaris.x86.64
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.unix
|
compile an ffi test library, reduce factor runtime by 6kb!
|
2009-03-25 13:06:20 -05:00 |
Config.windows
|
compile an ffi test library, reduce factor runtime by 6kb!
|
2009-03-25 13:06:20 -05:00 |
Config.windows.ce
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
Config.windows.ce.arm
|
Remove non-working Windows CE SEH code
|
2007-10-28 01:21:37 -04:00 |
Config.windows.nt
|
Fix io.launcher on Windows -- Microsoft does the same thing with devenv
|
2009-02-04 13:05:52 -06:00 |
Config.windows.nt.x86.32
|
Fix io.launcher on Windows -- Microsoft does the same thing with devenv
|
2009-02-04 13:05:52 -06:00 |
Config.windows.nt.x86.64
|
Fix the build support for windows again, have the makefile load Config.* files in the top level so that freetype.dll and zlib1.dll targets can make
|
2009-02-04 18:21:58 -06:00 |
Config.x86.32
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.x86.64
|
VM no longer uses printf since format string directives are not portable between Win64 and everything else...
|
2008-11-18 18:21:42 -06:00 |
alien.c
|
New calling convention for VM primitives:
|
2008-11-13 03:20:34 -06:00 |
alien.h
|
New calling convention for VM primitives:
|
2008-11-13 03:20:34 -06:00 |
asm.h
|
Tweak asm.h for Mac Intel
|
2007-09-21 16:55:55 -04:00 |
bignum.c
|
fix problem with bignum-bit? -- return value would be truncated if sizeof(int) != sizeof(bignum_digit_type)
|
2009-02-22 19:45:05 -06:00 |
bignum.h
|
Fix bignums for Win64
|
2008-11-07 20:25:31 -06:00 |
bignumint.h
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
callstack.c
|
Move flags from F_CODE_BLOCK to F_BLOCK for further space savings
|
2009-03-19 03:49:49 -05:00 |
callstack.h
|
Add new check-datastack primitive and re-implement call( with it, instead of using with-datastack. call( is now 5x faster
|
2009-03-16 06:16:51 -05:00 |
code_block.c
|
Fix 64-bit build issue; relocation entries are 32-bit on all platforms
|
2009-03-19 23:21:32 -05:00 |
code_block.h
|
Fix 64-bit build issue; relocation entries are 32-bit on all platforms
|
2009-03-19 23:21:32 -05:00 |
code_gc.c
|
Remove code_length field from F_CODE_BLOCK struct, and make F_BLOCK the head of F_CODE_BLOCK to simplify other code
|
2009-03-19 03:45:37 -05:00 |
code_gc.h
|
Remove code_length field from F_CODE_BLOCK struct, and make F_BLOCK the head of F_CODE_BLOCK to simplify other code
|
2009-03-19 03:45:37 -05:00 |
code_heap.c
|
Move flags from F_CODE_BLOCK to F_BLOCK for further space savings
|
2009-03-19 03:49:49 -05:00 |
code_heap.h
|
Remove code_length field from F_CODE_BLOCK struct, and make F_BLOCK the head of F_CODE_BLOCK to simplify other code
|
2009-03-19 03:45:37 -05:00 |
cpu-arm.S
|
The deploy tool would coalesce equal quotations into one. This created a problem
|
2008-11-24 15:59:27 -06:00 |
cpu-arm.h
|
Deferred words are now compound words
|
2007-12-26 17:28:34 -05:00 |
cpu-ppc.S
|
Update cpu-ppc.S for quotation layout change
|
2009-03-24 01:07:38 -05:00 |
cpu-ppc.h
|
Tweak PPC register usage; gcc doesn't like it when you mess with r31 for some reason
|
2008-11-06 03:36:46 -06:00 |
cpu-x86.32.S
|
Move call( and execute( to core
|
2009-03-16 20:11:36 -05:00 |
cpu-x86.32.h
|
Fix visibility of check_sse2 symbol; DDLEXPORT doesn't work in gas source
|
2008-11-04 00:04:18 -06:00 |
cpu-x86.64.S
|
Move call( and execute( to core
|
2009-03-16 20:11:36 -05:00 |
cpu-x86.64.h
|
Attempt to merge in changes
|
2007-09-27 15:10:37 -05:00 |
cpu-x86.S
|
Rewrite remaining fixnum primitives in assembly (work in progress)
|
2008-11-26 04:22:39 -06:00 |
cpu-x86.h
|
Deferred words are now compound words
|
2007-12-26 17:28:34 -05:00 |
data_gc.c
|
Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups
|
2009-01-24 23:39:00 -06:00 |
data_gc.h
|
Remove code_length field from F_CODE_BLOCK struct, and make F_BLOCK the head of F_CODE_BLOCK to simplify other code
|
2009-03-19 03:45:37 -05:00 |
data_heap.c
|
Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups
|
2009-01-24 23:39:00 -06:00 |
data_heap.h
|
Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups
|
2009-01-24 23:39:00 -06:00 |
debug.c
|
Remove code_length field from F_CODE_BLOCK struct, and make F_BLOCK the head of F_CODE_BLOCK to simplify other code
|
2009-03-19 03:45:37 -05:00 |
debug.h
|
New calling convention for VM primitives:
|
2008-11-13 03:20:34 -06:00 |
errors.c
|
Move call( and execute( to core
|
2009-03-16 20:11:36 -05:00 |
errors.h
|
Move call( and execute( to core
|
2009-03-16 20:11:36 -05:00 |
factor.c
|
oops, didnt mean to remove these two lines
|
2009-01-29 13:38:07 -06:00 |
factor.h
|
Clean up embedding API
|
2009-01-14 18:40:23 -06:00 |
factor.rs
|
Starting work on Win64 port
|
2008-11-07 20:33:32 -06:00 |
ffi_test.c
|
Add some more tests for complex numbers in FFI
|
2009-02-06 12:21:53 -06:00 |
ffi_test.h
|
Add some more tests for complex numbers in FFI
|
2009-02-06 12:21:53 -06:00 |
float_bits.h
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
image.c
|
Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups
|
2009-01-24 23:39:00 -06:00 |
image.h
|
Clean up embedding API
|
2009-01-14 18:40:23 -06:00 |
io.c
|
New calling convention for VM primitives:
|
2008-11-13 03:20:34 -06:00 |
io.h
|
dllexport err_no and clear_err_no
|
2009-02-06 18:46:23 -06:00 |
layouts.h
|
Move flags from F_CODE_BLOCK to F_BLOCK for further space savings
|
2009-03-19 03:49:49 -05:00 |
local_roots.h
|
Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups
|
2009-01-24 23:39:00 -06:00 |
mach_signal.c
|
Put that in your pipe and smoke it
|
2008-07-03 17:44:44 -05:00 |
mach_signal.h
|
Add attributions to mach_signal files
|
2007-10-28 14:41:28 -04:00 |
main-unix.c
|
Clean up embedding API
|
2009-01-14 18:40:23 -06:00 |
main-windows-ce.c
|
Clean up embedding API
|
2009-01-14 18:40:23 -06:00 |
main-windows-nt.c
|
Fix Windows build
|
2009-01-16 14:21:44 -06:00 |
master.h
|
Don't use complex.h since *BSDs don't have it in latest release versions (gah!); add DLLEXPORT for ffi_test_45 to make it work on Windows
|
2009-02-06 11:03:52 -06:00 |
math.c
|
Fix VM compile error
|
2009-02-06 04:53:08 -06:00 |
math.h
|
##fixnum-add, ##fixnum-sub instructions open-code overflow check
|
2008-11-28 05:33:58 -06:00 |
os-freebsd-x86.32.h
|
Fix Linux and FreeBSD signal handling on x86
|
2008-01-16 01:16:53 -05:00 |
os-freebsd-x86.64.h
|
make freebsd64 compile
|
2008-03-20 23:53:05 -05:00 |
os-freebsd.c
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
os-freebsd.h
|
remove some macroz
|
2008-10-19 16:50:11 -05:00 |
os-genunix.c
|
Fix GCC error
|
2008-02-04 12:58:38 -06:00 |
os-genunix.h
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
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
|
Fix Linux/PPC port
|
2008-04-09 16:58:55 -05:00 |
os-linux-x86.32.h
|
NetBSD x86/64 fixes
|
2007-04-14 05:49:09 -05:00 |
os-linux-x86.64.h
|
NetBSD x86/64 fixes
|
2007-04-14 05:49:09 -05:00 |
os-linux.c
|
Try to degrade gracefully if inotify is unavailable
|
2008-04-21 17:50:40 -05:00 |
os-linux.h
|
remove some macroz
|
2008-10-19 16:50:11 -05:00 |
os-macosx-ppc.h
|
Try to fix includes for stesch
|
2008-04-18 16:56:47 -05:00 |
os-macosx-x86.32.h
|
Try to fix includes for stesch
|
2008-04-18 16:56:47 -05:00 |
os-macosx-x86.64.h
|
Try to fix includes for stesch
|
2008-04-18 16:56:47 -05:00 |
os-macosx.h
|
remove some macroz
|
2008-10-19 16:50:11 -05:00 |
os-macosx.m
|
Check Mac OS X version on startup and give up if we're running something older than 10.5
|
2008-11-25 21:51:41 -06:00 |
os-netbsd-x86.32.h
|
NetBSD x86/64 fixes
|
2007-04-14 05:49:09 -05:00 |
os-netbsd-x86.64.h
|
NetBSD x86/64 fixes
|
2007-04-14 05:49:09 -05:00 |
os-netbsd.c
|
Implement default_vm_path() on netbsd
|
2008-02-01 17:14:10 -06:00 |
os-netbsd.h
|
remove UNKNOWN test
|
2008-11-19 16:10:00 -06:00 |
os-openbsd-x86.32.h
|
make openbsd compile with NO_UI=1
|
2008-03-20 12:10:43 -05:00 |
os-openbsd-x86.64.h
|
make openbsd64 bootstrap
|
2008-03-16 15:17:11 -05:00 |
os-openbsd.c
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
os-solaris-x86.32.h
|
Starting work on Solaris port
|
2008-03-29 05:30:25 -05:00 |
os-solaris-x86.64.h
|
Starting work on Solaris port
|
2008-03-29 05:30:25 -05:00 |
os-solaris.c
|
Initial import
|
2007-09-20 18:09:08 -04:00 |
os-unix.c
|
Defuse RTLD_GLOBAL time bomb in os-unix.c
|
2009-02-10 19:58:53 -06:00 |
os-unix.h
|
remove failed proper-save from vm
|
2009-01-21 23:32:23 -06:00 |
os-windows-ce.c
|
Replace millis primitive with micros primitive
|
2008-11-19 01:50:05 -06:00 |
os-windows-ce.h
|
Replace millis primitive with micros primitive
|
2008-11-19 01:50:05 -06:00 |
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
|
Create two binaries: factor.com and factor.exe. factor.com is the console version, factor.exe is win32. also make a factor shell script called factor to help cygwin out because it ignores the env vars
|
2009-01-29 13:15:16 -06:00 |
os-windows-nt.h
|
Create two binaries: factor.com and factor.exe. factor.com is the console version, factor.exe is win32. also make a factor shell script called factor to help cygwin out because it ignores the env vars
|
2009-01-29 13:15:16 -06:00 |
os-windows.c
|
Fix io.launcher on Windows -- Microsoft does the same thing with devenv
|
2009-02-04 13:05:52 -06:00 |
os-windows.h
|
Windows vm now tries vm-console.image or vm.image first, then removes -console if it exists and tries to find the image again
|
2009-01-29 19:57:01 -06:00 |
platform.h
|
remove some macroz
|
2008-10-19 16:50:11 -05:00 |
primitives.c
|
Move call( and execute( to core
|
2009-03-16 20:11:36 -05:00 |
primitives.h
|
New calling convention for VM primitives:
|
2008-11-13 03:20:34 -06:00 |
profiler.c
|
Fix 64-bit build issue; relocation entries are 32-bit on all platforms
|
2009-03-19 23:21:32 -05:00 |
profiler.h
|
Big code GC refactoring
|
2009-01-24 20:13:17 -06:00 |
quotations.c
|
Fix 64-bit build issue; relocation entries are 32-bit on all platforms
|
2009-03-19 23:21:32 -05:00 |
quotations.h
|
Big code GC refactoring
|
2009-01-24 20:13:17 -06:00 |
run.c
|
Add new check-datastack primitive and re-implement call( with it, instead of using with-datastack. call( is now 5x faster
|
2009-03-16 06:16:51 -05:00 |
run.h
|
Add new check-datastack primitive and re-implement call( with it, instead of using with-datastack. call( is now 5x faster
|
2009-03-16 06:16:51 -05:00 |
types.c
|
More compact relocation layout
|
2009-03-19 20:03:07 -05:00 |
types.h
|
More compact relocation layout
|
2009-03-19 20:03:07 -05:00 |
utilities.c
|
Fix printing of negative fixnums in FEP
|
2008-12-01 18:08:39 -06:00 |
utilities.h
|
VM no longer uses printf since format string directives are not portable between Win64 and everything else...
|
2008-11-18 18:21:42 -06:00 |
write_barrier.h
|
Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups
|
2009-01-24 23:39:00 -06:00 |