1
0
mirror of synced 2026-01-25 20:06:44 +00:00
Commit Graph

307 Commits

Author SHA1 Message Date
Larry Masinter
6f9cafc578 Add a loadups/full.database masterscope database (#323) 2021-05-06 15:10:23 -07:00
Larry Masinter
a781751832 Better handling of no-ether when starting without ethernet (#327)
* Better handling of no-ether when starting without ethernet

* before save, with ether, clear \ETHERPORTS, passwords

* move SUBRCALL to separate function
2021-05-06 15:05:19 -07:00
Larry Masinter
d5b26c1352 switch around -nt because ldeinit phase can take less than a second (#329)
minor script bugfix
2021-05-06 15:03:41 -07:00
Larry Masinter
0a5ff04393 Use .CM to loadup full, to avoid GREET call (#322) nightly-210502 2021-05-01 20:43:14 -07:00
Larry Masinter
a946a90ef8 left out from PR #324 2021-05-01 09:08:43 -07:00
rmkaplan
66fa5e42cf Upgrade TEDIT to LF (#324)
* Upgrade TEDIT to LF

Fixes the black boxes in the Tedit menus.
TEDIT had a built-in bias towards CR in files and in displaying them.  I changed the bias to LF.

* TEDITDCL had no content

Its COMS specified lots of records etc from other TEDIT files, but none of those were actually in the symbolic file (the LCOM was OK).  I loaded all of the other TEDIT files and remade/recompiled this, looks like it captured everything
2021-04-30 20:45:52 -07:00
rmkaplan
05df858e55 Revert Linebuffer to CR
Explicitly made LINEBUFFER in ATERM specify CR independent of the new default stream EOLCONVENTION of LF in FILEIO.  Don't know why the TTY editor needs CR.
2021-04-29 09:53:56 -07:00
Larry Masinter
f64f8bbb87 loadup cleanups (#306) 2021-04-28 18:07:23 -07:00
Larry Masinter
2388f730ca fix permissions (#307) 2021-04-28 17:57:07 -07:00
Larry Masinter
607d9ab2e7 Add a brief sanity check to loadup process (#314)
Each step of the loadup now starts with a 'touch' to create a timestamp. At the end of the loadup, it makes sure the files needed by the next step are newer. This will catch some of the problems.
2021-04-28 17:15:35 -07:00
rmkaplan
f0ad3c5f60 All source files converted to LF (#315)
* All source files converted to LF

Also, HPRINT:  EQUALALL knows about CL arrays
FILEIO:  STREAM record with fields for external format functions

* Delete makeinit.dribble

* Converted CR to LF on internal/library and docs/Documentation Tools
nightly-210428
2021-04-28 15:36:03 -07:00
rmkaplan
179325c528 Remove SEDIT-GAP from lispusers/ISO8859IO
Also converted to LF, while I was at it
2021-04-24 17:20:30 -07:00
rmkaplan
21c8759084 Change default EOL to LF on UFS (#312)
UFS changes the the default in \UFSeol to LF.EOLC.  LLREAD changes \rprint2 to convert EOL to LF if escaped in a string.  NSPROTECTION eliminates literal EOL
nightly-210424
2021-04-22 21:10:48 -07:00
Nick Briggs
f0b9ce3dae Fix eolconv.sh script so tr doesn't choke on bad UTF-8 data (#309) 2021-04-17 22:47:31 -07:00
Larry Masinter
1d81350714 guard didn't include #endif 2021-04-05 21:56:17 -07:00
Larry Masinter
5a83a9cd8f Add writing guard and running again 2021-04-05 21:56:17 -07:00
Larry Masinter
ba70b3a126 spell nightly correctly 2021-04-05 21:55:22 -07:00
Larry Masinter
26e4af726a Default tag to nightly 2021-04-05 21:55:22 -07:00
Larry Masinter
ad912885aa needed updated release-notes.md 2021-04-05 21:55:22 -07:00
Larry Masinter
ee5efd782f add missing font directories 2021-04-05 21:55:22 -07:00
Larry Masinter
9ddef79484 add scripts to release 2021-04-05 21:55:22 -07:00
Larry Masinter
5a04b88dcc tar files have version tag 2021-04-05 21:55:22 -07:00
Larry Masinter
945ffe56f8 Second try release scripts 2021-04-05 21:55:22 -07:00
Larry Masinter
7d8efbdfd6 Fix MAKESYSNAME (misspelled) and move GATHER-INFO to my personal init 2021-04-05 21:53:13 -07:00
Larry Masinter
6e9791ad0a Add back in files that were in lisp.venuesysout 2021-04-05 21:53:13 -07:00
Larry Masinter
3e64317db5 TEMPORARILY add files needed to compile (or load) that had been moved to 'obsolete/' nightly-210401 2021-03-31 14:07:31 -07:00
Larry Masinter
78d53039c5 dwim dwimify checktran fix (#295)
* Use checktran for all uses except in newfault1 block

* Replace CHECKTRAN+ with /DWIMCHECKTRAN only used in DWIM to undoably /RPLNODE the original, e.g. for spelling correction. Should be fixed for CL:LAMBDA
nitely-210330 nightly-210329 daily-210326
2021-03-22 20:25:17 -07:00
Larry Masinter
094f0146c9 sysout logout version (#296)
* Fix sysout makesys to make new versions

* redoing some lost edits
2021-03-22 20:22:22 -07:00
Larry Masinter
3c33ba0b7e Revert "Fix sysout makesys to make new versions (#277)" (#293)
This reverts commit 3409522d67.
v0.14
2021-03-22 09:56:33 -07:00
Larry Masinter
489642573d Revert "Checktran called from outside block, remove one blockcompile (#278)" (#292)
This reverts commit ada3a6391a.
2021-03-22 09:45:31 -07:00
Larry Masinter
ada3a6391a Checktran called from outside block, remove one blockcompile (#278) 2021-03-22 09:33:55 -07:00
Larry Masinter
3409522d67 Fix sysout makesys to make new versions (#277)
* Fix sysout makesys to make new versions

* redoing some lost edits

* add new loadups
2021-03-22 09:31:52 -07:00
Larry Masinter
c2afb8265b Undid prior attempt to optimize (#283) 2021-03-19 18:15:18 -07:00
Nick Briggs
558f4c6655 Loadup failure ldeinit (#286)
* a litte better info and checking

* fix typo

Co-authored-by: Larry Masinter <LMM@acm.org>
2021-03-19 15:45:20 -07:00
Larry Masinter
9975e44b0a MAPATOMS contains an older definition (by a few hours) than fn in LLBASIC (#256) 2021-03-19 12:45:29 -07:00
Larry Masinter
99f28008dc make initial whereis.hash size bigger v3.5.1.13 2021-03-16 22:09:34 -07:00
Larry Masinter
9b80a9f81b Changes to interpret.rem.cm and sysout et all (#273) 2021-03-15 17:18:00 -07:00
Larry Masinter
114fbebc5a Remove awkward duplicate function CHECKTRAN (#274) 2021-03-15 16:41:50 -07:00
rmkaplan
a297686908 MODERNIZE SKETCH WINDOWS
Fix MODERNIZE, SKETCH, and GRAPHER so that modernization happens whether MODERNIZE is loaded before or after the other packages
2021-03-15 13:04:02 -07:00
Larry Masinter
9156590679 Hope this whereis.hash works better 2021-03-14 22:01:13 -07:00
Larry Masinter
7c4b45fa81 new loadup full (#261)
* (hopefully) improve the loadup-full process

* go back to rebuilding in {CORE} and copy when done

* I think these fix the loadups problem

* perhaps unnecessary update but useful test'

* WIP: more loadup cleanup

* brute force: close open files when done loadup

* new loadups to match
2021-03-12 17:27:19 -08:00
Nick Briggs
6cd13acf36 Merge pull request #252 from Interlisp/dup-new-TEDIT
move older "new" TEDIT
2021-03-11 21:41:24 -08:00
Larry Masinter
621c93c3a9 add options to run-medley for new sysouts (#259) 2021-03-12 05:35:44 +00:00
Larry Masinter
14d927bf71 COLOR on LispUsers older than copy in library (#255) 2021-03-11 23:38:49 +00:00
Larry Masinter
fc96c6441d Added release notes (#225)
Added the last version of the release notes in PDF

Co-authored-by: Arun Welch <Anzus@users.noreply.github.com>
2021-03-11 10:17:21 -08:00
Larry Masinter
2fa35baccc Remove whereis.hash 2021-03-10 18:10:54 -08:00
Larry Masinter
7a7e6f3b67 Save RDSYS for reading sysouts. Made by loadup-init (#251) 2021-03-10 14:01:17 -08:00
Larry Masinter
6c25898c7d unixprint (#254)
* UNIXPRINT.TEDIT upper case

* UNIXPRINTCOMMAND was an older copy of UNIXPRINT
2021-03-10 13:59:38 -08:00
Larry Masinter
f6eed8b043 READ-PRINT-PROFILE only mentioned by internal/library/MULTI-COMPILE (#258) 2021-03-10 21:42:00 +00:00
Larry Masinter
9cbd5b6e76 Files duplicated or older versions of library/lafite (#250) 2021-03-10 20:56:52 +00:00