racket/src/mzscheme
2010-04-06 15:52:36 +00:00
..
dynsrc 2009 -> 2010 2009-12-22 05:52:15 +00:00
gc apply patch from Tim Wiess to make the Boehm GC build on OpenBSD 2010-04-01 13:54:56 +00:00
gc2 drop the uglier half of the Mac OS X thread-local variable hack; thread GC state through mark functions (to avoid overhead of thread-local accesses); fix some procedure-arity bugs and work toward fixing chaperones and some other procedure operations on keyword procedures 2010-03-29 15:06:47 +00:00
include Racket experiments 2010-04-02 21:29:59 +00:00
sgc A bunch of additional typos 2010-02-05 03:21:52 +00:00
src better compiler handling of unused local bindings where the RHS either doesn't obviously produce a single value or is discovered to be unused late in bytecode compilation; initial Scribble support for printing qq-style results 2010-04-06 15:52:36 +00:00
utils Need to unwrap objects at two other points: 2010-02-25 23:42:13 +00:00
cmdline.inc Racket experiments 2010-04-02 21:29:59 +00:00
collects-path.ss
configure.ac per-regstry lock for lazy module instantiation (fixes DrScheme start-up problems); adjust configure for better pthread flags; merge to 4.2.5 2010-03-31 10:59:49 +00:00
delayed.inc
main.c enable parallel futures under Windows (enabled by default) 2010-02-28 17:12:02 +00:00
make-configure
Makefile.in don't use stdout for cstartup generation 2010-01-22 21:17:21 +00:00
mk-gdbinit.ss Added scheme_raw_pair debug support 2009-10-07 21:58:45 +00:00
mkincludes.ss try again to fix header-file installation 2009-11-18 15:43:45 +00:00
mzconfig.h.in enable futures by default on Mac OS X and Linux x86/x86_64; future docs to ref and guide 2010-02-28 22:06:59 +00:00
oskglue.inc
README
sconfig.h fix sconfig for FreeBSD 2009-11-13 17:44:08 +00:00
uconfig.h more configure adjustements related to pthreads 2009-10-30 18:12:18 +00:00
version.mak

This is the MzScheme source code directory. See ../README for general
information on compiling it.

Compiled binaries, documentation, and up-to-date information about
MzScheme are at:
 http://www.plt-scheme.org/software/mzscheme/