Lars Brinkhoff
f3f05c68ce
Update MINSKY TRON to read switches in real time.
2022-11-22 22:25:50 +01:00
Lars Brinkhoff
81ced5f473
Missing file STECOI for SITS TECO.
...
Code taken from BS; TECO 1 dated 1977-11-26.
2022-11-22 10:00:54 +01:00
Lars Brinkhoff
b8fb44fed6
TECO for SITS.
2022-11-22 10:00:54 +01:00
Lars Brinkhoff
bec828fad2
DIRED for SITS.
2022-11-22 10:00:54 +01:00
Lars Brinkhoff
b267d9ff34
SLOGO - PDP-11 Logo for SITS.
...
This is the very latest version of 11LOGO. Included in this commit is
a subset of files necessary to assemble 11LOGO for running under SITS.
2022-11-13 15:21:43 -05:00
Lars Brinkhoff
b15d96e48d
Bug fix for INTPRS in SYSSPR.
...
The loop is off by one, so it clears the first word in the next
process block. This turns out to be PRBFRE, the process block free
word. Since it's cleared, it's no longer considered free, so INTPRS
is forced to skip to the next block. This makes SYSSPR run out of
space for processes.
2022-10-23 08:30:59 -05:00
Lars Brinkhoff
300fa1ba99
INQUIR for SITS.
2022-10-23 08:30:59 -05:00
Lars Brinkhoff
c3a6e12aaf
FNT - Font loader daemon for SITS.
2022-10-23 08:30:59 -05:00
Lars Brinkhoff
1e10cd1bc1
DDT for SITS.
2022-10-23 08:30:59 -05:00
Lars Brinkhoff
09b703a29e
SYSSPR - System Sphere for SITS.
2022-10-23 08:30:59 -05:00
Lars Brinkhoff
e78a69be20
SALV - Salvager for the SITS file system.
2022-10-23 08:30:59 -05:00
Lars Brinkhoff
46ac182bdc
SITS - Small ITS.
...
Timesharing system for the Logo PDP-11/45.
2022-10-23 08:30:59 -05:00
Lars Brinkhoff
d4af30572d
PUNCH - punch out paper tapes in the Logo RUG format.
2022-10-23 08:30:59 -05:00
Eric Swenson
0e1414fcc5
Updated h3make to use h3make mail recipient for error emails, rather
...
than hardcoded list of non-existent users.
Updated .mail.;names > to define entry for h3make mail recipient.
Resolves issue #2123 .
2022-10-14 07:15:41 -07:00
Lars Brinkhoff
44e74a7f2b
Nova programs.
...
NOVCON .008 has an assembler error:
NOROOM+5 17011 0 1 19 TMC 4357
TMC supposedly means Too Many Constants.
2022-04-19 16:51:27 +02:00
Lars Brinkhoff
cf37871f64
NVMIDS - "Nova MIDAS" assembler.
2022-04-19 16:51:27 +02:00
Eric Swenson
780e40c1f7
Updated MGPRIM as per RRS to fix CORD function.
2022-04-08 06:38:24 -07:00
Lars Brinkhoff
3b3dcf3fdc
TV experiments by Berthold Horn.
2022-03-16 21:49:00 +01:00
Lars Brinkhoff
8a9a2047d0
Spacewar for the Mini-Robot GT40.
2022-03-12 16:09:44 +01:00
Lars Brinkhoff
f925e0c7ed
Support files for the Mini-Robot GT40.
2022-03-12 16:09:44 +01:00
Eric Swenson
a43521e001
Added new MIGSPK from RRS.
2022-02-06 08:12:31 -08:00
Eric Swenson
b8e98818d8
Updated RRS;SWCHAR to fix SWTXT3 to work correctly with multiline strings containing tabs.
2022-01-20 14:38:08 +01:00
Björn Victor
2fc92220b8
Include configured timezone name in IT IS NOW printout
2022-01-11 07:16:38 +01:00
Lars Brinkhoff
6161c10725
Fix typo in BOOTER.
2021-12-28 17:39:21 +01:00
Lars Brinkhoff
cbed7660b6
BOOTER - Dynamic Modeling login program.
2021-12-28 17:39:21 +01:00
Lars Brinkhoff
a6ab4a346a
New text functions added to MIGS.
2021-12-16 12:35:20 +01:00
Lars Brinkhoff
a73b2dff03
Bump file versions.
2021-11-11 17:32:46 +01:00
Lars Brinkhoff
f2f56bc58c
Provide emulated dial-up lines.
...
For LMODEM to work, it requires a TTY line to have the %TYDIL dial-up
bit set in TTYTYP. Only TK-10, Morton, and DTE-20 controllers are
recognized.
2021-11-10 15:31:30 +01:00
Lars Brinkhoff
ca081d5eb1
Fix reference to LMODEM help file.
...
Also clean up tabs.
2021-11-10 15:31:30 +01:00
Lars Brinkhoff
aa03281df0
Fix problem in the LMODEM file SIGNAL.
...
The macro condition-handlers uses the LOOP macro in a way that's no
longer allowed. The COLLECT clause is followed by two forms: the
first is a check, and the second is actual data for the list. This
was allowed up until LOOP version 809, but no longer in 818. Moving
the check do a DO clause fixes the problem.
2021-11-10 15:31:30 +01:00
Lars Brinkhoff
79330791c0
LMODEM - Xmodem written in Maclisp.
...
Files courtesy of Eric J. Swenson. Published with permission from
Edward Barton.
2021-11-10 15:31:30 +01:00
Eric Swenson
2c9521fc3d
Added new version of RRS;SWCHAR as per RRS.
2021-11-02 19:20:24 -07:00
Lars Brinkhoff
7069c12e79
Muddle package to convert between integers and strings in any base.
...
By Richard Shiffman.
2021-10-19 18:54:31 +02:00
Björn Victor
98ff61e00e
Avoid errors when overwriting last year's report by deleting it first
2021-10-04 16:08:21 +02:00
Lars Brinkhoff
9892f24ec1
Autoload EMACS C mode.
2021-09-29 15:46:25 +02:00
Lars Brinkhoff
404d56b43a
More EMACS1 file versions rolled back, with identical content.
2021-09-29 15:46:25 +02:00
Lars Brinkhoff
cde88e47b3
Documentation for EMACS TeX mode; fix version number.
...
Backups show that EMACS1; TEX 49 is identical to version 48 except the
timestamp.
2021-09-29 15:46:25 +02:00
Lars Brinkhoff
2f18176c58
Documentation for EMACS PL1 mode; fix version number.
...
Backups show that EMACS1; PL1 251 is identical to version 250 except
the timestamp.
2021-09-29 15:46:25 +02:00
Lars Brinkhoff
eafe845bd1
Add EMACS Fortran mode.
...
Source: Personal ITS.
2021-09-29 15:46:25 +02:00
Lars Brinkhoff
e2ec2763e1
Update EMACS Pascal mode to load ITS syntax file.
2021-09-29 15:46:25 +02:00
Lars Brinkhoff
a4d2004132
Drop the older of two EMACS Pascal mode info files; autoload.
2021-09-29 15:46:25 +02:00
Lars Brinkhoff
782ecb6302
Docmentation for EMACS CLU mode; autoload.
...
Source: http://pdp10.nocrew.org/its/dl/info/eclu.info.Z
It's identical to <INFO>ECLU.INFO.24 on ToTS tape 9003789.
2021-09-29 15:46:25 +02:00
Lars Brinkhoff
3f158200ba
RSTAT - Usage statistics for R.
2021-09-22 07:17:53 +02:00
Lars Brinkhoff
90e65c33d1
Build R from source code.
...
Source files found in archive CLUSRC; _R -IPAK- dated 1978-01-30.
2021-09-22 07:11:34 +02:00
Lars Brinkhoff
c288505517
Work around a bug with negative literals in the C compiler.
...
If an octal literal has the sign bit set, the resulting code will try
to use MOVNI to write the value to the destination.
2021-09-16 19:50:43 +02:00
Lars Brinkhoff
f5e288805f
Build IPAK from source.
...
Edited to match the C library which has smatch(), not match().
2021-09-16 19:50:43 +02:00
Lars Brinkhoff
70addc4165
Original IPAK source code.
2021-09-16 19:50:43 +02:00
Lars Brinkhoff
80a4198d03
SEARCH, search for a string in files.
...
The files can have * wildcards.
2021-09-06 13:39:11 +02:00
Lars Brinkhoff
2bd04f1466
SHELL, Unix-like command line processor.
...
Primarily used by Alan Snyder.
2021-09-06 07:00:02 +02:00
Lars Brinkhoff
0156f15c9a
Build RALP from source code.
2021-09-05 16:50:22 +02:00