- 04 Nov, 2011 1 commit
-
-
Raymond Toy authored
-
- 27 Sep, 2010 1 commit
-
-
rtoy authored
-
- 21 Sep, 2010 1 commit
-
-
rtoy authored
-
- 19 Sep, 2010 1 commit
-
-
rtoy authored
-
- 09 Sep, 2010 1 commit
-
-
rtoy authored
-
- 28 Aug, 2010 2 commits
-
-
rtoy authored
o Merge fixes to SIGCONTEXT-FLOAT-REGISTER and %SET-SIGCONTEXT-FLOAT-REGISTER from the 20b branch. o Add new function GET-FP-OPERAND to try to extract the operation and the operands when an arithmetic-error is signaled. general-info/release-20b.txt: o Update
-
rtoy authored
o Merge changes from 20b branch.
-
- 24 Aug, 2010 1 commit
-
-
rtoy authored
-
- 15 Aug, 2010 1 commit
-
-
rtoy authored
-
- 04 Aug, 2010 2 commits
- 31 Jul, 2010 2 commits
- 26 Jul, 2010 1 commit
-
-
rtoy authored
-
- 21 Jul, 2010 1 commit
-
-
rtoy authored
imaginary part of complex single.
-
- 20 Jul, 2010 1 commit
-
-
rtoy authored
-
- 12 Jul, 2010 1 commit
-
-
rtoy authored
little information about the format. Provide a means to get a list of external formats and to display the documentation. bootfiles/20a/boot-2010-07-1.lisp: o Use this bootstrap file when doing a normal build. code/exports.lisp: o New functions: - Add LIST-ALL-EXTERNAL-FORMATS to list all available external formats and their corresponding aliases. - Add DESCRIBE-EXTERNAL-FORMAT to print some information about the given format. o Add docuemntation slot to defstruct EXTERNAL-FORMAT. o Change DEFINE-EXTERNAL-FORMAT macro. Adds :DOCUMENTATION keyword to specify the documentation. Add :BASE keyword indicate that the external format is based on another format. (Previously, this wasn't needed, but is somewhat incompatible with adding a documentation string.) o Change DEFINE-COMPOSING-EXTERNAL-FORMAT to include :documentation keyword to specify the documentation for the format. o Minor reindentation of some docstrings. o Make sure documentation strings for external format are marked for translation; wrap other strings with intl:gettext to explicitly mark them for translations. o Add docstring for VOID and ISO8859-1 external formats. code/exports.lisp: o Export the new symbols LIST-ALL-EXTERNAL-FORMATS and DESCRIBE-EXTERNAL-FORMAT. Import into EXTENSIONS package. docs/cmu-user/unicode.tex: o Update docs to include LIST-ALL-EXTERNAL-FORMATS and DESCRIBE-EXTERNAL-FORMAT. o Update docs for DEFINE-EXTERNAL-FORMAT and DEFINE-COMPOSING-EXTERNAL-FORMAT to match implementation. general-info/release-20b.txt: o Update external-formats/*.lisp: o Update with docstrings. o Add :BASE keyword where needed.
-
- 06 Jul, 2010 1 commit
-
-
rtoy authored
caught now.
-
- 05 Jul, 2010 1 commit
-
-
rtoy authored
-
- 03 Jul, 2010 1 commit
-
-
rtoy authored
-
- 27 Jun, 2010 1 commit
-
-
rtoy authored
-
- 22 Jun, 2010 1 commit
-
-
rtoy authored
floating-point values for arguments because the x87 registers were used instead of the sse2 registers in the sigcontext. code/x86-vm.lisp: o For SSE2 on Mac OS X, call os_sigcontext_fpu_reg_sse2 to get the SSE2 register values from the sigcontext. lisp/Darwin-os.c: o Add os_sigcontext_fpu_reg_sse2 to get the SSE2 floating point values. general-info/release-20b.txt: o Document this change.
-
- 07 Jun, 2010 2 commits
-
-
rtoy authored
o FILE-WRITE-DATE merges the filename with *DEFAULT-PATHNAME-DEFAULTS*, as required by CLHS sec 19.2.3. general-info/release-20b.txt: o Update.
-
rtoy authored
o OPEN merges the filename with *DEFAULT-PATHNAME-DEFAULTS*, as required by CLHS sec 19.2.3. code/filesys.lisp: o DELETE-FILE, ENSURE-DIRECTORIES-EXIST, and FILE-AUTHOR merge the filename with *DEFAULT-PATHNAME-DEFAULTS*, as required by CLHS sec 19.2.3. general-info/release-20b.txt: o Update.
-
- 25 May, 2010 1 commit
-
-
rtoy authored
o In DEFINE-COMPILER-MACRO, use the correct BLOCK name for SETF functions o Signal an error if the function name is not a valid function name. general-info/release-20b.txt: o Update.
-
- 21 May, 2010 1 commit
-
-
rtoy authored
o Maximum dynamic space size for darwin was too large. general-info/release-20b.txt o Update.
-
- 19 May, 2010 2 commits
- 04 May, 2010 1 commit
-
-
rtoy authored
-
- 03 May, 2010 1 commit
-
-
rtoy authored
-
- 28 Apr, 2010 1 commit
-
-
rtoy authored
-
- 20 Apr, 2010 1 commit
-
-
rtoy authored
-
- 17 Apr, 2010 4 commits
-
-
rtoy authored
o Set the default documentation for the short form of DEFINE-METHOD-COMBINATION to NIL instead of "". general-info/release-20b.txt: o Update
-
rtoy authored
o Recognize but ignore the :DECLARE argument to ENSURE-GENERIC-FUNCTION. general-info/release-20b.txt: o Update
-
rtoy authored
o Allow class objects as well as names for the :METHOD-CLASS argument general-info/release-20b.txt: o Update
-
rtoy authored
o Signal an error if a defclass name names a declaration. general-info/release-20b.txt: o Update
-
- 16 Apr, 2010 2 commits
-
-
rtoy authored
code/print.lisp: o Add optional *PRINT-READABLY* argument to STRINGIFY-OBJECT. o Update PRINC-TO-STRING with new docstring and call STRINGIFY-OBJECT with *PRINT-READABLY* bound to NIL. general-info/release-20b.txt: o Update
-
rtoy authored
o WITH-STANDARD-IO-SYNTAX needs to use the standard pprint dispatch table. general-info/release-20b.txt: o Update
-
- 01 Apr, 2010 1 commit
-
-
rtoy authored
-
- 19 Mar, 2010 1 commit
-
-
rtoy authored
boot-2010-02-1 as the bootstrap file. You should probably also use the new -P option for build.sh to generate and update the po files while building.
-