1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-27 20:47:38 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Lars Brinkhoff
1303096b30 FORTH - Forth written in Maclisp.
To run, start LISP and load KLE; FORTH FASL.
2018-08-23 05:22:06 +02:00
Eric Swenson
c13cfaca17 Updated transs (macsyma source) to be based on latest version from MC
backup tapes (90) but with fixes so that it actually works. Previously
translate_file failed with version 90.  Resolves #1152.
2018-08-05 22:40:54 -07:00
Lars Brinkhoff
7fa6be23db Log progress in build scripts. 2018-08-04 07:01:11 +02:00
Eric Swenson
7206346167 Fix build of ctensr and eigen for Macsyma.
Resolves #1125.  This reverts the compilation of TRANSS and uses the
FASL file from MC.  I'll have to figure out what is wrong with the
source/compilation in another ticket.
2018-08-03 07:08:11 -07:00
Adam Sampson
71e8026233 Fix complr^K invocation. 2018-07-30 15:14:10 +01:00
Adam Sampson
46900d3f2b ITSTER - Donald Fisk's block-stacking puzzle game.
Retrieved from <http://web.onetel.net.uk/~hibou/ITSter.txt>. Earlier
versions are in SV: HIBOU; -- I've given this version 186 because it's
identical to version 185 (dated 2002-03-13) except for a change of name.
2018-07-29 00:09:25 +01:00
Adam Sampson
b75329a85e Match any number returned by (load) in lisp.tcl.
Modifying some of the sources has changed these from the values
previously in lisp.tcl and build.tcl; it now matches any string of
numbers on a line by itself (optionally with "." and spaces afterwards).
2018-07-27 23:36:38 +01:00
Eric Swenson
36b7df1aaa Updated build/lisp.tcl to not specify FN2 for those lisp compilations
where the default of > would be more appropriate. This fixes, in
particular the incorrect compilation of LIBDOC; TIME KMP8 instead of
LIBDOC; TIME KMP9. Resolves #1091.
2018-07-22 15:18:33 -07:00
Eric Swenson
2db48a0210 Fix typo in LINK command line required for macsyma primer();
Resolves #1069.
2018-07-18 07:24:44 -07:00
Eric Swenson
ceae73e472 Updated to no longer exclude EDLM from the macsyma build since the build
system will now automatically exclude this source (which is intended for
the lisp machine only).  Resolves #1067.
2018-07-17 07:04:34 -07:00
Lars Brinkhoff
d392edc158 Once again translate-and-compile macsyma programs in one step.
Now that the NXM error is fixed.

This reverts commit 4c3381b509.
2018-07-16 23:17:23 +02:00
Eric Swenson
82674a7555 Get macsyma primer working.
Resolves #1011.
2018-07-16 07:04:57 -07:00
Eric Swenson
b6f6b8bf44 Fix Macsyma example command, which doesn't work due to missing link
in MACSYM; MANUAL DEMO.  Resolves #1060.
2018-07-14 08:00:45 -07:00
Eric Swenson
3080ca8796 Update various LIBDOC lisp packages to later versions.
Resolves #1055.
2018-07-13 15:12:49 -07:00
Eric Swenson
ad5f5a0589 Update UMLMAC and MLMAC lisp libraries. Fix DBG and FASLRO to conform
to new DOTIMES and DOLIST macro definitions (in the case of FASLRO, update
to use DO rather than DOLIST since DOLIST no longer (as of latest UMLMAC)
binds a parameter to the loop count. Resolves #1054.
2018-07-13 15:12:49 -07:00
Eric Swenson
ed3abb8138 Rename macsym;macsym ntags to macsym;macsym tags after macsyma
build.  Resolves #1049.
2018-07-08 07:06:20 -07:00
Eric Swenson
b2edf07193 Adds macsyma ARRAY share package.
Resolves #1006.
2018-07-08 07:06:20 -07:00
Eric Swenson
032eb180f8 Compile lisp;defset from source.
Resolves #976.
2018-07-08 07:06:20 -07:00
Eric Swenson
e3bbf04ce1 Fix example and describe functions in Macsyma.
Resolves ticket #967.
2018-07-08 07:06:20 -07:00
Eric Swenson
bf8f96b837 This fixes the declare command in macsyma.
Also updates a bunch of Macsyma sources to latest versions, which
was needed to get declare working with consistent sources.
Resolves #960.
2018-07-08 07:06:20 -07:00
Lars Brinkhoff
76481b8808 SUPARD - draw ARDS graphics to SUPDUP. 2018-06-25 07:56:23 -07:00
Lars Brinkhoff
64b0ea3025 Move programs from build.tcl to proper places. 2018-06-20 18:46:22 +02:00
Eric Swenson
337e01bacb Resolves #724. Build MLMAC from source. 2018-06-20 07:28:07 -07:00
Eric Swenson
4c3381b509 Reverts translate-and-compile of macsyma programs in one step since
this causes an NXM error in KA10 emulator.  Will put back when we find
issue with KA10.
2018-06-20 07:28:07 -07:00
Eric Swenson
237628d6b3 Resolves #990: Added SHARE; EIGEN to the build.
Updates the way translated macysma source files is bulid to be more
efficient and clean.
2018-06-19 02:14:54 -07:00
Lars Brinkhoff
31e3aa5e67 KERMIT - file transfer. 2018-06-16 07:09:24 -07:00
Lars Brinkhoff
686cbc12d5 Add LSPSRC; MLSUB 17 source and compile it. 2018-06-16 07:09:24 -07:00
Eric Swenson
f7f8eb8c62 Added support for macsyma translate_file. Also added ctensr fasl. Now
tsetup() should work.
2018-06-06 14:25:17 -07:00
Eric Swenson
e9a608ecc7 Resolves #908: Reconcile two different versions of LSRRTN.
Resolves #912: Fix reference to BMT1;ANIMAL ONEWS in GAMES; ANIMAL NEWS.
2018-05-21 06:38:16 -07:00
Eric Swenson
d07f118808 Resolved #910: fix NGAME's path for CHASE documentation.
Resolved #391: Build CHASE game from source.
2018-05-21 06:37:44 -07:00
Eric Swenson
088ec2d6d9 Added NGAME and games invoked by it. 2018-05-20 12:49:09 -07:00
Lars Brinkhoff
88bf6d0461 LD10, Lisp display slave. 2018-05-15 20:58:42 +02:00
Lars Brinkhoff
d84c52edb5 Split off parts of build script. Only build basics if BASICS is yes.
There are now separate scripts for: EMACS, LISP (and MACSYMA), SCHEME,
and miscellaneous unessential programs.
2018-04-13 19:59:48 +02:00