- 26 Mar, 2020 1 commit
-
-
Raymond Toy authored
The current asd causes asdf 3.3.3 to complain about series-tests. Do as suggested: rename series-tests to series/tests. Tests still pass.
-
- 21 Mar, 2020 8 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
Update the table in QUALIFIED-On to use a markdown table.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
* Clean up itemized lists to use markdown better * Add some additional markup for lisp code fragments
-
Raymond Toy authored
Rename the file to have .md extension so we can get it rendered nicely. Will have to do some additional editing to make it render the way we want.
-
Raymond Toy authored
From s-doc.txt header
-
Raymond Toy authored
-
- 09 Nov, 2013 1 commit
-
-
Raymond Toy authored
Patch from Anton Vodonosov.
-
- 13 Jan, 2013 1 commit
-
-
Raymond Toy authored
From Stas Boukarev.
-
- 14 Feb, 2011 1 commit
-
-
Raymond Toy authored
tests.
-
- 28 Jul, 2010 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
optimized. Solution pointed out by Helmut too. s-code.lisp: o LIFT-OUT-VARS needs to return CODE instead of NIL if there are no variables to be lifted. s-test.lisp: o Add test that series should optimize (collect (scan '(1 2 3))) to just '(1 2 3) during macroexpansion.
-
- 26 Jul, 2010 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- 25 Jul, 2010 2 commits
-
-
Raymond Toy authored
The functions ERS, WRS, and RRS call ERROR resp. WARN with empty strings. This is annoying when working with Slime. I propose to change that: instead of printing the messages to *error-output* and calling ERROR with an empty string it's better to pass the message to ERROR and let the compiler print it.
-
Raymond Toy authored
o Use SERIES::COMPILER-LET in test 491. Remove other conditionalizations for this test as well. o Bind *print-case* to :upcase for test 562, in case the value of *print-case* is not the expected.
-
- 12 Jun, 2010 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- 11 Jun, 2010 1 commit
-
-
Raymond Toy authored
o Remove the eval-when around the defstructs. (Could this be a bug in ccl?) This works fine with cmucl and clisp. o Define the generator type for ccl too. o Remove the double definition of the foundation-series type for cmucl and clisp. Not needed anymore with cmucl 20a and clisp 2.47.
-
- 04 Jun, 2010 1 commit
-
-
Raymond Toy authored
Patch 2298394 - patch for #2295778 s-code.lisp: s-test.lisp: o Patch applied
-
- 28 Nov, 2008 1 commit
-
-
Raymond Toy authored
Update for CCL, which doesn't have :mcl in *features* anymore.
-
- 27 Oct, 2008 4 commits
-
-
Raymond Toy authored
s-code.lisp: o Add better docstring for COLLECT-IGNORE. s-package.lisp: o Export COLLECT-IGNORE s-doc.txt: o Document COLLECT-IGNORE.
-
Raymond Toy authored
-
Raymond Toy authored
ones, and convert uppercase symbols and symbol-names to use symbol-name and uninterned symbols. This is to support scl's default "modern" mode. Changes from Stelian Ionescu.
-
Raymond Toy authored
(From Stelian Ionescu.)
-
- 08 Aug, 2007 3 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
o Update docstrings s-doc.txt: o Add documentation for COLLECT-PRODUCT, COLLECT-STREAM o Correct the documentation for COLLECT-MAX and COLLECT-MIN.
-
Raymond Toy authored
o Update docstrings with more descriptive strings. s-doc.txt: o Document SCAN-STREAM.
-
- 31 Jul, 2007 1 commit
-
-
Raymond Toy authored
infinite literal series. Series doesn't support that.
-
- 17 Jul, 2007 1 commit
-
-
Raymond Toy authored
-
- 10 Jul, 2007 1 commit
-
-
Raymond Toy authored
o Add an optimizer for SERIES and update appropriately for the normal path and the optimized path. This is needed so that (series t nil) returns #z(t nil t nil ...) instead of #z(list t nil list t nil ...) s-test.lisp: o Add two tests for SERIES. The tests need some work, but are based on the errors reported by Szymon 'tichy' on comp.lang.lisp on Jul 7, 2007.
-
- 06 Feb, 2007 1 commit
-
-
Raymond Toy authored
all.
-
- 13 Dec, 2005 1 commit
-
-
Raymond Toy authored
Dean, 2005/12/09.
-
- 15 Nov, 2005 3 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
remove the declaration for SERIES.
-
- 27 Jan, 2005 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
s-code.lisp: o scan* should initialize the index to -1 instead of 0, to keep in step with scan. s-test.lisp: o Add test from the bug report.
-