From: Mark Wooding Date: Sat, 19 Apr 2008 21:32:08 +0000 (+0100) Subject: Track changes to runlisp. X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/commitdiff_plain/5a64d91b912d7794a9aa56ac781d04029a94a405?hp=5a64d91b912d7794a9aa56ac781d04029a94a405 Track changes to runlisp. sys-base is now less dependent on runlisp for setting itself up. It doesn't run as well as it does through runlisp but it does at least work. (The code in sys-base is a clone-and-hack job of the guts of runlisp: try to keep them in sync.) Runlisp renamed its command-line arguments variable, to avoid the annoying conflict with CMU CL's ext:*command-line-strings*; track this change. ---