Code repositories

Home Research ICRA 2010 Scheme→C Hurd N900 Code Reading CV
scheme2c.git
12 months agoCompile with -Wall on 32/64-bit Linux and ARM master
Andrei Barbu [Tue, 3 May 2011 19:08:15 +0000]
Compile with -Wall on 32/64-bit Linux and ARM

12 months agoRegenerate C code after latest changes
Andrei Barbu [Tue, 3 May 2011 19:05:13 +0000]
Regenerate C code after latest changes

12 months agoGenerate declarations for module__init functions
Andrei Barbu [Tue, 3 May 2011 18:46:03 +0000]
Generate declarations for module__init functions
Fix the type and return value of main
sc_osexit and sc_segv__handlers now declared before use
Generated code usually compiles cleanly with -Wall now with both gcc and clang and is C99-compliant

16 months agoBump up SCMAXHEAP for AMD64
Andrei Barbu [Wed, 12 Jan 2011 19:47:09 +0000]
Bump up SCMAXHEAP for AMD64

16 months agoGensym is no longer needed
Andrei Barbu [Wed, 12 Jan 2011 19:42:31 +0000]
Gensym is no longer needed

18 months agotweaks to allow local (non-arch-dir) build, and comment explaining how
Barak A. Pearlmutter [Mon, 15 Nov 2010 12:09:39 +0000]
tweaks to allow local (non-arch-dir) build, and comment explaining how

18 months agoreorder so target "all" is default (xlib/makefile)
Barak A. Pearlmutter [Fri, 5 Nov 2010 11:44:55 +0000]
reorder so target "all" is default (xlib/makefile)

18 months agorewrite silliness in scsc/makefile to be parallel safe, albeit still silly
Barak A. Pearlmutter [Fri, 5 Nov 2010 11:42:18 +0000]
rewrite silliness in scsc/makefile to be parallel safe, albeit still silly

18 months agoslightly modernise cdecl/makefile
Barak A. Pearlmutter [Fri, 5 Nov 2010 11:37:09 +0000]
slightly modernise cdecl/makefile

18 months agomove sch.sc into cdecl/ and add it to cdecl/makefile
Barak A. Pearlmutter [Fri, 5 Nov 2010 11:33:48 +0000]
move sch.sc into cdecl/ and add it to cdecl/makefile

18 months agobrought in the correct source code for sch
David Rush [Thu, 4 Nov 2010 14:02:17 +0000]
brought in the correct source code for sch

Conflicts:

sch/sch.sc

18 months agoadd snarky comment to xlib/makefile
Barak A. Pearlmutter [Thu, 4 Nov 2010 11:14:08 +0000]
add snarky comment to xlib/makefile

18 months agoinclude heap size in allocation failure log message
Barak A. Pearlmutter [Wed, 3 Nov 2010 12:08:42 +0000]
include heap size in allocation failure log message

22 months agoGenerated c code update (scrt/scexpnd1.c)
Barak A. Pearlmutter [Mon, 28 Jun 2010 11:00:26 +0000]
Generated c code update (scrt/scexpnd1.c)

22 months agofix typo in new expander for begin
Barak A. Pearlmutter [Mon, 28 Jun 2010 09:59:28 +0000]
fix typo in new expander for begin

22 months agoGenerated c code update
Andrei Barbu [Thu, 17 Jun 2010 06:25:42 +0000]
Generated c code update

22 months agoSupport for psyntax syntax-rules/case: eval noexpand, simple gensym, empty begin
Andrei Barbu [Thu, 17 Jun 2010 06:16:55 +0000]
Support for psyntax syntax-rules/case: eval noexpand, simple gensym, empty begin

2 years agoguard an __attribute__ for GCC
Barak A. Pearlmutter [Wed, 20 Jan 2010 16:30:23 +0000]
guard an __attribute__ for GCC

2 years agoARM files, per email from Andrei
Barak A. Pearlmutter [Wed, 20 Jan 2010 16:17:22 +0000]
ARM files, per email from Andrei

2 years agoFix SUNOS5, the C compiler doesn't understand __attribute__
Andrei Barbu [Fri, 8 Jan 2010 18:10:10 +0000]
Fix SUNOS5, the C compiler doesn't understand __attribute__

2 years agoARM support
Barak A. Pearlmutter [Wed, 28 Oct 2009 14:10:29 +0000]
ARM support

2 years agoARM assembly, by Andrei Barbu, per qobi email of 26-Oct-2009
Barak A. Pearlmutter [Wed, 28 Oct 2009 13:52:12 +0000]
ARM assembly, by Andrei Barbu, per qobi email of 26-Oct-2009

2 years agofancier git ignore
Barak A. Pearlmutter [Wed, 28 Oct 2009 03:51:52 +0000]
fancier git ignore

2 years agoIncrease the memory for scc while compiling xlib
Andrei Barbu [Thu, 1 Oct 2009 18:54:32 +0000]
Increase the memory for scc while compiling xlib

2 years agoBackport patch from Jeff, increase maximum number of arguments to 70
Andrei Barbu [Thu, 24 Sep 2009 20:32:06 +0000]
Backport patch from Jeff, increase maximum number of arguments to 70

2 years ago-m32 needed in LDFLAGS to build a 32bit compiler on amd64
Andrei Barbu [Thu, 24 Sep 2009 20:26:12 +0000]
-m32 needed in LDFLAGS to build a 32bit compiler on amd64

2 years agoSCMAXHEAP was causing overflow in heap.c, it's unsigned now
Andrei Barbu [Thu, 24 Sep 2009 20:16:51 +0000]
SCMAXHEAP was causing overflow in heap.c, it's unsigned now

2 years agoHomogenize cflags between amd64 and linux
Andrei Barbu [Thu, 24 Sep 2009 19:57:41 +0000]
Homogenize cflags between amd64 and linux

2 years agoUpdate .c file to reflect last change
Andrei Barbu [Thu, 24 Sep 2009 17:19:02 +0000]
Update .c file to reflect last change

2 years agoFloating point division by 0 should return infinity
Andrei Barbu [Thu, 24 Sep 2009 17:18:08 +0000]
Floating point division by 0 should return infinity

2 years agoAMD64 is stable with SSE, enabled some more aggressive optimizations for it
Andrei Barbu [Sat, 1 Aug 2009 20:49:29 +0000]
AMD64 is stable with SSE, enabled some more aggressive optimizations for it

2 years agoFixed signal handling bug, it's what was leading to non-deterministic C-c behaviour...
Andrei Barbu [Thu, 25 Jun 2009 18:22:14 +0000]
Fixed signal handling bug, it's what was leading to non-deterministic C-c behaviour in the interpreters

2 years agoHeap expanded for Linux & AMD64
Andrei Barbu [Thu, 18 Jun 2009 20:03:43 +0000]
Heap expanded for Linux & AMD64
Whitespace cleanup
Integer overflow fix

3 years agofix typo in doc/intro.tex
Barak A. Pearlmutter [Fri, 17 Apr 2009 12:44:27 +0000]
fix typo in doc/intro.tex

3 years ago.gitignore
Barak A. Pearlmutter [Tue, 24 Mar 2009 10:10:20 +0000]
.gitignore

3 years agoUpdate the man pages with more useful contact information
andrei [Sat, 31 Jan 2009 15:22:15 +0000]
Update the man pages with more useful contact information

Ignore-this: 1f8f440df0cea75923f3b16f242fc9b9

darcs-hash:20090131152215-b1033-38871a02affe1fb5488f8342a158f359c83dc140.gz

3 years agoclean doc/ more thoroughly
Barak A. Pearlmutter [Sun, 10 Aug 2008 22:11:43 +0000]
clean doc/ more thoroughly

darcs-hash:20080810221143-837cd-24c09a73f4d621beacbf08267a2b94a7fedba331.gz

3 years agoput compiler executable, invoked internally, in lib directory
Barak A. Pearlmutter [Sun, 3 Aug 2008 08:22:51 +0000]
put compiler executable, invoked internally, in lib directory

darcs-hash:20080803082251-837cd-9e850520fe92452b8dc01b9e4eef6ff32dd9932f.gz

3 years agostandardize installation target and parameters
Barak A. Pearlmutter [Sat, 2 Aug 2008 22:18:33 +0000]
standardize installation target and parameters

darcs-hash:20080802221833-837cd-be08ed93d61e5354c909a1334bf0c41c3293bbc6.gz

4 years agoremove technically illegal but harmless tab character in makefile
Barak A. Pearlmutter [Wed, 6 Feb 2008 11:25:32 +0000]
remove technically illegal but harmless tab character in makefile

darcs-hash:20080206112532-837cd-775632f4c459e4d719da2df0414a6fddea59d414.gz

3 years agoReplace csh with sh
andrei [Fri, 25 Jul 2008 20:23:31 +0000]
Replace csh with sh

darcs-hash:20080725202331-b1033-2601ff5db17a74bf8d8d05bfa585529150e433fb.gz

4 years agoUpdate scrt2.c to reflect the latest .sc
andrei [Thu, 15 May 2008 05:57:39 +0000]
Update scrt2.c to reflect the latest .sc

darcs-hash:20080515055739-b1033-287af9f5e8370d0201ed74853bbd75a89dba7bd0.gz

4 years agoMake expt more robust so that it uses MAXS2CINT instead of a hardcoded upper bound...
andrei [Thu, 15 May 2008 05:55:00 +0000]
Make expt more robust so that it uses MAXS2CINT instead of a hardcoded upper bound on the fixed size results

darcs-hash:20080515055500-b1033-f9b98adc1fe8cd53e97c76cfabd89343cc2817e8.gz

4 years agoAutomatically test on build
andrei [Thu, 8 May 2008 05:14:42 +0000]
Automatically test on build

darcs-hash:20080508051442-b1033-442aac35a63f7cc46faee89c567ef677ea539b5f.gz

4 years agotest55 now builds
andrei [Thu, 8 May 2008 04:54:20 +0000]
test55 now builds

darcs-hash:20080508045420-b1033-2bbd5b2de5149ba34f2fa2eb71cb2ab3b28a3016.gz

4 years agoDouble the default max heap sizes, the AMD64 version constantly runs out of heap...
andrei [Thu, 8 May 2008 04:18:59 +0000]
Double the default max heap sizes, the AMD64 version constantly runs out of heap space

darcs-hash:20080508041859-b1033-855c6562d5085ca4c7a3e8c57d7a6b1e53ddcd53.gz

4 years agoSet STACK_OVERFLOW to 0 if undefined
andrei [Thu, 8 May 2008 04:05:10 +0000]
Set STACK_OVERFLOW to 0 if undefined

darcs-hash:20080508040510-b1033-ecb91be2f2c81376408700ab116f022adee626de.gz

4 years agoupdate the *.sc files to reflect the latest patches
andrei [Thu, 8 May 2008 04:01:38 +0000]
update the *.sc files to reflect the latest patches

darcs-hash:20080508040138-b1033-84dc06788a4a62df48f13a066b8d86e2c63fc22f.gz

4 years ago-lsigsegv should only be passed when STACK_OVERFLOW is 1
andrei [Thu, 8 May 2008 03:58:21 +0000]
-lsigsegv should only be passed when STACK_OVERFLOW is 1

darcs-hash:20080508035821-b1033-621b9a89faf52f94e10c67187a8343c306e8c928.gz

4 years agoports options*.h libsigsegv update
andrei [Thu, 8 May 2008 03:57:34 +0000]
ports options*.h libsigsegv update

darcs-hash:20080508035734-b1033-b55fe7fe6814d3a3e85ba231396918bbac28d79c.gz

4 years agocdecl/sizeof warning removal
andrei [Wed, 7 May 2008 16:33:34 +0000]
cdecl/sizeof warning removal

darcs-hash:20080507163334-b1033-e5bd19a9d527f663c7be77db51a603213da92f9f.gz

4 years agoFix functions that were returning nothing but promising non-void. noreturn attributes...
andrei [Wed, 7 May 2008 16:03:24 +0000]
Fix functions that were returning nothing but promising non-void. noreturn attributes to quiet gcc -Wall

darcs-hash:20080507160324-b1033-e587f889c8ecfc6a54427302b1423be3a7d37869.gz

4 years agoSwitching to malloc introduced a bug, switching back to mmap
andrei [Wed, 7 May 2008 16:02:32 +0000]
Switching to malloc introduced a bug, switching back to mmap

darcs-hash:20080507160232-b1033-38033ef11f3832518e8d4082d02b67898679f7ab.gz

4 years agosprintf -> snprintf
andrei [Wed, 7 May 2008 15:58:46 +0000]
sprintf -> snprintf

darcs-hash:20080507155846-b1033-e0cbc9c33c03abf0557acfdc6c28fb006cd45a52.gz

4 years agopropagate HP copyright change in REPL header in Scheme source into generated C
Barak A. Pearlmutter [Thu, 1 May 2008 14:35:45 +0000]
propagate HP copyright change in REPL header in Scheme source into generated C

darcs-hash:20080501143545-a528f-afa25c65b271d65003e8c52f6c92213f37b960ae.gz

4 years agoStraggler fixed by Boehm
Barak A. Pearlmutter [Wed, 30 Apr 2008 17:05:26 +0000]
Straggler fixed by Boehm

darcs-hash:20080430170526-a528f-67ff70175eeafef237b4788ad24dd4a8f3cefe02.gz

4 years agoget rid of tarfiles and tgz makefile targets (unneeded with source control system)
Barak A. Pearlmutter [Tue, 29 Apr 2008 14:15:00 +0000]
get rid of tarfiles and tgz makefile targets (unneeded with source control system)

darcs-hash:20080429141500-a528f-a5fc6e9aa422ffbd53cd5f0c0d11bfcb51f45544.gz

4 years agoCopy relicense boilerplate to ports files which were manually duplicated/edited
Barak A. Pearlmutter [Tue, 29 Apr 2008 12:55:30 +0000]
Copy relicense boilerplate to ports files which were manually duplicated/edited

darcs-hash:20080429125530-a528f-f741f93e2a2a0d38b6cb67bfe9437d5dc6836381.gz

4 years agore-remove ports/WIN16 which was re-introduced in re-license from HP
Barak A. Pearlmutter [Tue, 29 Apr 2008 08:47:53 +0000]
re-remove ports/WIN16 which was re-introduced in re-license from HP

darcs-hash:20080429084753-837cd-49b89b2da953546cfc422fa98ba50678af5757a8.gz

4 years agoImport of relicense by Hewlett-Packard
Barak A. Pearlmutter [Tue, 29 Apr 2008 08:12:17 +0000]
Import of relicense by Hewlett-Packard

HP is the successor-in-interest to Digital Equipment Corp in the copyright
to the original release of Scheme->C.  Hans Boehm <hans.boehm@hp.com> kindly
arranged for HP to re-license the original work under a modern free (FLOSS,
DFSG, GNU GPL-compatible) license.  This patch switches over from the original
distributed by DEC long ago to this more recent version, fetched from
http://www.hpl.hp.com/personal/Hans_Boehm/nscheme2c.tgz

darcs-hash:20080429081217-a528f-a4730ad0a830257c3ef943e1815e21856bed17f7.gz

4 years agouse s2c macro in 19 prompts title
Barak A. Pearlmutter [Wed, 20 Feb 2008 09:59:27 +0000]
use s2c macro in 19 prompts title

darcs-hash:20080220095927-837cd-2bbae0ef558fc1da07f00743c6fbe54bab454a6a.gz

4 years agoQuick and dirty way to check if we're linking; add -lsigsegv to default linker flags
andrei [Sun, 17 Feb 2008 04:30:37 +0000]
Quick and dirty way to check if we're linking; add -lsigsegv to default linker flags

darcs-hash:20080217043037-b1033-58b4222558c3b933b9c85b125dd68d6e8b2d472b.gz

4 years agowork around for the 'returning address of local variable' warning when getting the...
andrei [Sun, 17 Feb 2008 03:09:25 +0000]
work around for the 'returning address of local variable' warning when getting the top of the stack

darcs-hash:20080217030925-b1033-9086680205405e3852a8c163d66deba031f76001.gz

4 years agoswitch from ancient broken-font R4RS postscript to LaTeX R4RS sources
Barak A. Pearlmutter [Wed, 13 Feb 2008 14:33:16 +0000]
switch from ancient broken-font R4RS postscript to LaTeX R4RS sources

darcs-hash:20080213143316-837cd-3914a96e1f99f6cae6e4ecafb74bb3fc4af5f84f.gz

4 years agoremove gnuemacs/*, subsumed in modern emacs C-u M-x run-scheme sci
Barak A. Pearlmutter [Tue, 12 Feb 2008 13:55:05 +0000]
remove gnuemacs/*, subsumed in modern emacs C-u M-x run-scheme sci

darcs-hash:20080212135505-837cd-95bda3fd13b8070d1b335bdcc69355ec72db2630.gz

4 years agofiddle with latex source, add author
Barak A. Pearlmutter [Tue, 12 Feb 2008 13:41:03 +0000]
fiddle with latex source, add author

darcs-hash:20080212134103-837cd-fdf1983e463bdb3302941ad593d6207d04f2b901.gz

4 years agomove xlib/doc.mss to xlib/doc.txt since it is just a text file
Barak A. Pearlmutter [Wed, 6 Feb 2008 16:27:36 +0000]
move xlib/doc.mss to xlib/doc.txt since it is just a text file

darcs-hash:20080206162736-837cd-cd3dfdc448151399d55bc2d91e4ee3d3b4b65d7a.gz

4 years agoconvert Scribe documentation to LaTeX
Barak A. Pearlmutter [Wed, 6 Feb 2008 16:06:21 +0000]
convert Scribe documentation to LaTeX

darcs-hash:20080206160621-837cd-2015e468f32347f2f5c3b4a725e887b198a7696e.gz

4 years agoavoid implicit declaration of strcmp() and strncmp()
Barak A. Pearlmutter [Wed, 6 Feb 2008 09:10:21 +0000]
avoid implicit declaration of strcmp() and strncmp()

darcs-hash:20080206091021-837cd-3b249c3a10fdab18c3db5a9621e8dfeeadf69b89.gz

4 years agoavoid implicit definition warning for abort()
Barak A. Pearlmutter [Wed, 6 Feb 2008 08:45:31 +0000]
avoid implicit definition warning for abort()

darcs-hash:20080206084531-837cd-4be86ad2dcd7df161247057034073d457c6b3836.gz

4 years agoHandle and detect stack overflows and segfaults
andrei [Tue, 5 Feb 2008 23:45:42 +0000]
Handle and detect stack overflows and segfaults

darcs-hash:20080205234542-b1033-13196979bc5c34034a40f6eff87640f7527a7243.gz

4 years agoerrno is a macro in modern C libraries, redefining as extern int causes odd linker...
andrei [Tue, 5 Feb 2008 20:19:28 +0000]
errno is a macro in modern C libraries, redefining as extern int causes odd linker errors

darcs-hash:20080205201928-b1033-52aeb5f2c678331160dbc561dd663c625a718c29.gz

4 years agoRemove code that treats 1, 2 and 3 as special functions; I can't see a reason for...
andrei [Tue, 5 Feb 2008 20:12:33 +0000]
Remove code that treats 1, 2 and 3 as special functions; I can't see a reason for it and it doesn't check arguments, constant source of segfaults

darcs-hash:20080205201233-b1033-39a9bce4e20a606b54af370d1674768b3ae3fe0c.gz

4 years agoFix AMD64 ABI violation as well as one incorrectly merged patch, bring AMD64 into...
andrei [Tue, 5 Feb 2008 20:07:15 +0000]
Fix AMD64 ABI violation as well as one incorrectly merged patch, bring AMD64 into line by inlining procedure checks

darcs-hash:20080205200715-b1033-9c29946cd7ae91859d512c4a49caa685b0a19aa4.gz

4 years agomodern makefile recursion
Barak A. Pearlmutter [Mon, 4 Feb 2008 15:53:06 +0000]
modern makefile recursion

Modernize recursion in makefiles by using $(MAKE) instead of make, using the -C
switch instead of "cd;", and some other tweaks.  All to allow "make -n" to give
more detail.

darcs-hash:20080204155306-837cd-09a0c4c12b42d9d4f7faf5934a8bebbeb13b576c.gz

4 years agoSwitched over to malloc for Linux, AMD64 and FreeBSD
andrei [Mon, 28 Jan 2008 05:12:44 +0000]
Switched over to malloc for Linux, AMD64 and FreeBSD

darcs-hash:20080128051244-b1033-bb4aaa9cf6c622043212f0e880fce8b638c5165e.gz

4 years agoRemoved support for pre-ANSI C compilers
andrei [Mon, 28 Jan 2008 05:07:27 +0000]
Removed support for pre-ANSI C compilers

darcs-hash:20080128050727-b1033-f6ddcbe2c760f6e352318789a6b934714f4453de.gz

4 years agoUpdate the C sources to reflect the latest patches
andrei [Mon, 28 Jan 2008 03:41:12 +0000]
Update the C sources to reflect the latest patches

darcs-hash:20080128034112-b1033-6a5e094c7115cbdafe3a1f91c58f2c01e5b6157f.gz

4 years agoMark named lambdas as being extern so that prototypes aren't generated for them again...
andrei [Mon, 28 Jan 2008 03:35:38 +0000]
Mark named lambdas as being extern so that prototypes aren't generated for them again, fixed gcc warning

darcs-hash:20080128033538-b1033-f1bc36c303efd1b3a3cce22c79a917014c2d2c4f.gz

4 years agoSide-effect free map
andrei [Sun, 27 Jan 2008 22:25:50 +0000]
Side-effect free map

darcs-hash:20080127222550-b1033-7f910143d9edc29a8f167d74fe829f437ea610f0.gz

4 years agoHeader cleanup
andrei [Sun, 27 Jan 2008 19:11:30 +0000]
Header cleanup

darcs-hash:20080127191130-b1033-ebde5936b13d610770cafa75de07ff9c68bbda69.gz

4 years agoRemoved WIN16 code
andrei [Sun, 27 Jan 2008 19:00:41 +0000]
Removed WIN16 code

darcs-hash:20080127190041-b1033-d3ab39a3fa8f4481f10fb355813b23cf4f628ca5.gz

4 years agoSolaris4 specific files recorded
andrei [Sun, 27 Jan 2008 18:45:50 +0000]
Solaris4 specific files recorded

darcs-hash:20080127184550-b1033-26fac9b93f22a14a49596edb2f095c135f6cbdf4.gz

4 years agoAMD64 patches merged
andrei [Sun, 27 Jan 2008 18:40:46 +0000]
AMD64 patches merged

darcs-hash:20080127184046-b1033-593ee989e7129bb2f603a16e5adb1c6242e8bd2b.gz

4 years agoThe rest of the Solaris 5 files
andrei [Sun, 27 Jan 2008 18:39:45 +0000]
The rest of the Solaris 5 files

darcs-hash:20080127183945-b1033-bbb31caf12ddbef4b08dab647d694eb36ecf962e.gz

4 years agoSolaris 5 patches merged and checked, Solaris 4 too but are untested
andrei [Sun, 27 Jan 2008 18:11:00 +0000]
Solaris 5 patches merged and checked, Solaris 4 too but are untested

darcs-hash:20080127181100-b1033-1a1dadb7ae1575bc64bc155170c91433d99857a3.gz

4 years agomerged max heap update
andrei [Sun, 27 Jan 2008 15:40:08 +0000]
merged max heap update

darcs-hash:20080127154008-b1033-a669dc3c1ca3dcdfa2741c117520e03182e41459.gz

4 years agoMerged enough patches to make things work on LINUX, fixup of linux.s, now explicitly...
andrei [Sun, 27 Jan 2008 15:32:54 +0000]
Merged enough patches to make things work on LINUX, fixup of linux.s, now explicitly tells gcc this is 32bit; general va_args updates merged

darcs-hash:20080127153254-b1033-b131f5a2751b4c35185d26204c3b3117b95af5df.gz

4 years agoApplied varargs and maxargs patches
andrei [Sun, 27 Jan 2008 08:00:15 +0000]
Applied varargs and maxargs patches

darcs-hash:20080127080015-b1033-6088cd647b4645bdd5f1040b41c7bf709a7fb10f.gz

4 years agoAdded Linux port directory
andrei [Sun, 27 Jan 2008 07:53:33 +0000]
Added Linux port directory

darcs-hash:20080127075333-b1033-e3459df5422461d95939b3d2d31fa1a5d2ca8f4d.gz

4 years agoFreeBSD patches integrated
andrei [Sun, 27 Jan 2008 07:50:08 +0000]
FreeBSD patches integrated

darcs-hash:20080127075008-b1033-1431894e4b59f0c7a32482286afb0b2d812a227a.gz

4 years agoImport of Linux patches
andrei [Sun, 27 Jan 2008 07:26:47 +0000]
Import of Linux patches

darcs-hash:20080127072647-b1033-5db6705c77627ed4e8ec1f3ec0fab03d45471eea.gz

4 years agoInitial import of original DEC version at the CMU AI repository
andrei [Sun, 27 Jan 2008 07:25:39 +0000]
Initial import of original DEC version at the CMU AI repository

darcs-hash:20080127072539-b1033-ce7a17a268ae0b922b9ee11b7eec7d387572145f.gz

This page took 0.220673 seconds and 4 git commands to generate.