- Dec 03, 2003
-
-
emarsden authored
inspecting integers using the Motif interface). Thanks to Raymond Toy for testing.
-
- Jun 18, 2003
-
-
emarsden authored
-
gerd authored
package COMMON-LISP which LISP uses, so that COMMON-LISP no longer has the non-ANSI nickname LISP. To bootstrap, use boot13.lisp as target:bootstrap.lisp with pmai's build scripts, and do a full compile. * src/bootfiles/18e/boot13.lisp: Change for all the package changes. * src/code/exports.lisp: New package common-lisp, which lisp uses. * src/tools/worldload.lisp: * src/tools/setup.lisp: Use cl-user instead of user. Use lisp:: instead of cl::. * src/tools/worldcom.lisp: * src/tools/snapshot-update.lisp: * src/tools/pclcom.lisp: * src/tools/mk-lisp: * src/tools/hemcom.lisp: * src/tools/config.lisp: * src/tools/comcom.lisp: * src/tools/clxcom.lisp: * src/tools/clmcom.lisp: * src/pcl/defsys.lisp: * src/motif/lisp/initial.lisp: * src/interface/initial.lisp: * src/hemlock/lispmode.lisp (setup-lisp-mode): Use cl-user instead of user. * src/code/save.lisp (assert-user-package): * src/code/print.lisp (%with-standard-io-syntax): Find cl-user package instead of user. * src/code/package.lisp (package-locks-init): Add lisp. (package-init): Don't add user nickname to cl-user. * src/code/ntrace.lisp (*trace-encapsulate-package-names*): Add common-lisp. * src/code/hash.lisp (toplevel): * src/code/hash-new.lisp (toplevel): Use in-package :lisp instead of :common-lisp. * src/code/float-trap.lisp (sigfpe-handler): Don't qualify floating-point-inexact with ext:. * src/pcl/simple-streams/strategy.lisp (sc): * src/pcl/simple-streams/null.lisp (null-read-char): * src/pcl/simple-streams/internal.lisp (allocate-buffer) (free-buffer): * src/pcl/simple-streams/impl.lisp (%check, %read-line) (%peek-char, %read-byte): * src/pcl/simple-streams/file.lisp (open-file-stream) (device-close): * src/pcl/simple-streams/classes.lisp (simple-stream) (device-close): * src/pcl/macros.lisp (toplevel): * src/pcl/braid.lisp (lisp::sxhash-instance): * src/pcl/env.lisp (toplevel): * src/compiler/generic/objdef.lisp (symbol-hash): * src/code/stream.lisp (read-sequence, write-sequence): * src/code/macros.lisp (defmacro, deftype): * src/code/eval.lisp (interpreted-function): * src/code/defstruct.lisp (defstruct): * src/code/debug.lisp (debug-eval-print): Use lisp:: instead of cl::.
-
- Dec 12, 2001
- Jul 08, 2001
-
-
pw authored
This patch makes QUIT call a list of functions at exit, so that the Motif interface can clean up without having to redefine it.
-
- Feb 22, 2001
-
-
pw authored
A couple of typo corrections; fix main() in lisp.c (main returns int, not void!); stop ACCEPT-TCP-CONNECTION blocking other processes.
-
- May 08, 1996
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Oct 27, 1994
-
-
ram authored
-
- Sep 30, 1994
- Mar 19, 1994
-
-
ram authored
-
- Mar 03, 1994
- Feb 11, 1994
- Nov 16, 1993
-
-
garland authored
function consistent with its doc string (as well as the old inspector).
-
- Aug 22, 1993
-
-
wlott authored
it and we want to use them both.
-
- Jul 27, 1993
-
-
ram authored
-
- Jul 22, 1993
- Jul 02, 1993
-
-
ram authored
-
- Jun 07, 1993
-
-
garland authored
-
- May 04, 1993
- Mar 09, 1993
-
-
garland authored
-
garland authored
Added comments and descriptions on how to implement inspector display methods for view customization.
-
garland authored
A new button, "Dump Backtrace" has been added. This is for dumping a copy of the stack backtrace for use in bug reports. At the moment, it just prints a copy of the backtrace on the standard output stream.
-
- Feb 22, 1993
- Feb 10, 1993
- Feb 04, 1993
-
-
garland authored
the DISPLAY environment variable. It now correctly senses the lack of X and quietly uses the TTY.
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Nov 12, 1992
-
-
garland authored
-