- May 16, 2010
- May 15, 2010
-
-
rtoy authored
up neatly when describe prints them.
-
rtoy authored
o Update DEFSWITCH to allow docstrings (and argument names) o Add docstrings to the available switches o Add -help (and --help) switches to print out usage information and exit. code/save.lisp: o If the command line includes -help or --help, disable loading of the user init and site init files. We don't want to process them if we're going to just print out help and exit.
-
- May 13, 2010
-
-
rtoy authored
end of the source registry so that users can use other versions if so desired.
-
- May 12, 2010
- May 11, 2010
-
-
rtoy authored
again if it's already loaded.
-
- May 10, 2010
-
-
rtoy authored
asdf/asdf.lisp: o Current version of asdf2 imported from common-lisp.net asdf project. defsystem/defsystem.lisp: o Restored from repository and updated to current version from clocc.sourceforge.net. code/modules.lisp: o Indent docstrings to match the style of cmucl docstrings used elsewhere. (Lines after the first are indented 2 spaces.) o Add module for asdf and defsystem. tools/build-utils.sh: o Compile asdf and defsystem so when users require them, they're not compiled again or run in the interpreter. tools/clean-target.sh: o Keep the asdf and defsystem directories when requested so that both x87 and sse2 versions can be built. tools/make-extra-dist.sh: o Skip the asdf and defsystem directories when building the extras tarball; we don't need copies in the main and extras tarball. tools/make-main-dist.sh: o Install the asdf and defsystem directories in the correct place o Copy the asdf and defsystem fasls.
-
rtoy authored
-
- May 04, 2010
- May 03, 2010
- Apr 28, 2010
- Apr 27, 2010
-
-
rtoy authored
-
rtoy authored
Replace the call to (setf info) with a (new) function, set-defvar-textdomain, that calls (setf info). The (setf info) was causing the compiler to run and producing an unexpected message. The compiler doesn't need to handle the new function specially. o DEFCONSTANT was not recording the text domain for the new constant. Call set-defvar-textdomain to record the text domain.
-
- Apr 23, 2010
-
-
rtoy authored
code/defstruct.lisp: o Save source info for defstructs code/macros.lisp: o Save source info for deftypes. compiler/globaldb.lisp: o Add comments that the info type source-location defvar also includes defparameter, defconstant, defstruct, and deftype.
-
- Apr 21, 2010
- Apr 20, 2010
- Apr 19, 2010
- Apr 18, 2010
-
-
rtoy authored
that accept docstrings to note the docstrings as translatable. o Remove _N"" reader macro from docstrings.
-
rtoy authored
-
rtoy authored
-
rtoy authored
*TRANSLATIONS* is non-NIL. Use boot-2010-04-1 to bootstrap this. code/intl.lisp: o Change default for *TRANSLATIONS* to NIL to disable translations. o Add TRANSLATION-ENABLE and TRANSLATION-DISABLE. code/exports.lisp: o Update exports list for new functions in INTL. o Remove *TRANSLATABLE-DUMP-STREAM* which no longer exists. bootfiles/20a/boot-2010-04-1.lisp: o New bootstrap file.
-