1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-16 00:04:59 +00:00
Nick Briggs 31bb14b9d7
Modifies Lisp exit subr to permit passing an exit status code (#524)
These changes add (LOGOUT <number>) to the traditional
(LOGOUT) and (LOGOUT T) calls.  If an integer <number> is provided
it will be used as the exit status code, while NIL and T result
in an EXIT_SUCCESS.

If the argument passed is none of NIL, T, or a number, the exit
status code will be a generic EXIT_FAILURE (typically 1).

(LOGOUT) and (LOGOUT T) virtual memory behavior is unaffected.
When a <number> is passed Lisp will exit without saving the
virtual memory state, as is the case for (LOGOUT T), although
this behavior is determined by Lisp rather than the Maiko emulator.
2025-01-16 09:57:01 -08:00
..
2024-04-10 20:14:46 -07:00
cr
2023-02-19 10:03:55 -08:00
2022-08-15 16:19:38 -07:00
2024-09-01 16:26:30 -07:00
2021-11-26 19:53:26 -08:00
2024-09-01 16:26:30 -07:00
2023-02-19 10:07:28 -08:00
2021-09-15 10:30:04 -07:00
2020-12-21 18:09:14 +00:00
2021-02-22 09:44:43 -08:00