Skip to content

Commit f62706f

Browse files
committed
Add BACKGROUND-YIELD to Lisp.sysout (and thus to FULL.SYSOUT) so you don't need to load it in INITs.
1 parent e4641d8 commit f62706f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

internal/loadups/LOADUP-LISP

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
(DEFINE-FILE-INFO PACKAGE "INTERLISP" READTABLE "XCL" BASE 10)
22

3-
(FILECREATED "16-Oct-2025 16:55:27" |{WMEDLEY}<internal>loadups>LOADUP-LISP.;22| 7104
3+
(FILECREATED " 5-Nov-2025 09:04:36" |{DSK}<Users>larry>il>MEDLEY>INTERNAL>loadups>LOADUP-LISP.;2| 7333
44

5-
:EDIT-BY |rmk|
5+
:EDIT-BY "lmm"
66

77
:CHANGES-TO (FNS LOADUP-LISP)
88

9-
:PREVIOUS-DATE "18-Aug-2025 12:09:49" |{WMEDLEY}<internal>loadups>LOADUP-LISP.;21|)
9+
:PREVIOUS-DATE "16-Oct-2025 16:55:27"
10+
|{DSK}<Users>larry>il>MEDLEY>INTERNAL>loadups>LOADUP-LISP.;1|)
1011

1112

1213
(PRETTYCOMPRINT LOADUP-LISPCOMS)
@@ -19,7 +20,8 @@
1920
(DEFINEQ
2021

2122
(LOADUP-LISP
22-
(LAMBDA (DRIBBLEFILE) (* \; "Edited 16-Oct-2025 16:55 by rmk")
23+
(LAMBDA (DRIBBLEFILE) (* \; "Edited 5-Nov-2025 09:01 by lmm")
24+
(* \; "Edited 16-Oct-2025 16:55 by rmk")
2325
(* \; "Edited 18-Aug-2025 12:08 by rmk")
2426
(* \; "Edited 15-Jun-2025 14:39 by rmk")
2527
(* \; "Edited 24-May-2025 10:20 by rmk")
@@ -126,7 +128,10 @@
126128

127129
(* |;;| " Added late, LOAD late to avoid any dependencies")
128130

131+
(* |;;| "prevent medley from pinning CPU")
132+
129133
(LOADUP '(XCL-LOOP XCL-HASH-LOOP))
134+
(LOADUP '(BACKGROUND-YIELD))
130135

131136
(* |;;| " networking code -- should make it optional but too many cross dependencies")
132137

@@ -144,5 +149,5 @@
144149
(GLOBALVARS MAKESYSFILENAME MEDLEY-INIT-VARS MEDLEYDIR SYSTEMINITVARS USERRECLST)
145150
)
146151
(DECLARE\: DONTCOPY
147-
(FILEMAP (NIL (640 6898 (LOADUP-LISP 650 . 6896)))))
152+
(FILEMAP (NIL (675 7127 (LOADUP-LISP 685 . 7125)))))
148153
STOP

internal/loadups/LOADUP-LISP.LCOM

97 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)