- Dec 17, 2016
-
-
Raymond Toy authored
-
- Oct 09, 2016
-
-
Raymond Toy authored
-
- Sep 19, 2016
-
-
Raymond Toy authored
Several related changes here. o If :process-command-line is NIL, *command-line-strings* and *command-line-application-arguments* weren't getting updated. They should get updated so that the resulting core can get updated command line options instead of using the values dumped with the core. The command line switch demons are still not run, as before. o Add a :quiet option as if -quiet were given.
-
- May 30, 2016
-
-
Raymond Toy authored
- May 21, 2016
-
-
Raymond Toy authored
-
- Jan 16, 2016
-
-
Raymond Toy authored
-
- Jan 07, 2016
-
-
Raymond Toy authored
-
- Jan 01, 2016
-
-
Raymond Toy authored
-
- Dec 30, 2015
-
-
Raymond Toy authored
-
- Dec 26, 2015
-
-
Raymond Toy authored
-
- Dec 06, 2015
-
-
Raymond Toy authored
-
- Nov 29, 2015
-
-
Raymond Toy authored
-
- Oct 31, 2015
-
-
Raymond Toy authored
-
- Aug 30, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
- Jun 24, 2015
-
-
Raymond Toy authored
This requires using boot-2015-06-1 to make the change. Regenerated cmucl.pot too.
-
- Jun 14, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Jun 07, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
compiler/float-tran-dd.lisp: * Most of the double-double implementation moved here. compiler/float-tran.lisp: * Removed most of the double-double implementation. compiler/loadcom.lisp: * Load float-tran-dd. tools/comcom.lisp: * Compile float-tran-dd. i18n/local/cmucl.pot: * Regenerated.
-
- May 17, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Apr 22, 2015
-
-
Raymond Toy authored
-
- Nov 24, 2014
-
-
Raymond Toy authored
-
- Nov 13, 2014
-
-
Raymond Toy authored
-
- Nov 06, 2014
-
-
Raymond Toy authored
* src/code/string.lisp: * Add WITH-STRING-CODEPOINT-ITERATOR to allow iterating over the codepoints in a string. * Add WITH-STRING-GLYPO-ITERATOR to allow iterating over the glpyhs in a string. * src/code/exports.lisp: * Export WITH-STRING-CODEPOINT-ITERATOR and WITH-STRING-GLYPH-ITERATOR. * src/code/loop.lisp: * Support (loop for cp being the codepoint of string ...) which extracts the consecutive codepoints from the string. Allow codepoints, code-point, and code-points as aliases of codepoint. * Support (loop for g-string being the glyph of string ...) which extracts each glyph (as a string) from the string. Allow glpyhs as an alias. * tests/extended-loop.lisp: * New file of tests for the new loop paths. * src/i18n/locale/cmucl.pot: * Update.
-
- Sep 26, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Aug 26, 2014
-
-
Raymond Toy authored
These numbers are called signaling, not trapping NaN in almost all usages. * code/exports.lisp: * Export FLOAT-SIGNALING-NAN-P. * code/float.lisp: * Implement FLOAT-SIGNALING-NAN-P. * Make FLOAT-TRAPPING-NAN-P an inline call to the FLOAT-SIGNALING-NAN-P and add a docstring to say it is deprecated. * code/print.lisp: * Print "Signaling" instead of "Trapping". * i18n/locale/cmucl.pot: * Regenerated due to the changes in docstrings.
-
- Aug 10, 2014
-
-
Raymond Toy authored
-
- Aug 07, 2014
-
- Jun 17, 2014
-
-
Raymond Toy authored
-
- May 29, 2014
-
-
Raymond Toy authored
-
- Apr 16, 2014
-
-
Raymond Toy authored
-
- Mar 01, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-