0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add optimizer for scan-hash. From Helmut Eller. More... over 13 years ago
Fix issue noted by Helmut Eller that (collect (scan '(1 2 3))) was not optimized. Solution pointed out by Helmut too. More... over 13 years ago
Initial version. More... over 13 years ago
Oops. As Helmut points out, REPORT-ERROR should use CL:LET, not LET. More... over 13 years ago
Fix from Helmut Eller: More... over 13 years ago
Apply some portability fixes from Helmut Eller. More... over 13 years ago
Update version number. More... almost 14 years ago
Update notes for 2.2.11 release. More... almost 14 years ago
Changes to make series work with ccl. More... almost 14 years ago
Feature request 2295778 - don't ignore fill-pointer Patch 2298394 - patch for #2295778 More... almost 14 years ago
Bug ID: 2212396 More... over 15 years ago
Bug 2165712: Export COLLECT-IGNORE functionality More... over 15 years ago
Update release notes. More... over 15 years ago
Support SCL. Just add scl conditionalizations where we have cmucl ones, and convert uppercase symbols and symbol-names to use symbol-name and uninterned symbols. This is to support scl's default "modern" mode. More... over 15 years ago
Add support for ecl. More... over 15 years ago
Change default test for SCAN-ALIST to EQL instead of EQ. More... over 16 years ago
s-code.lisp: o Update docstrings More... over 16 years ago
s-code.lisp: o Update docstrings with more descriptive strings. More... over 16 years ago
Make the #Z reader signal an error if we are trying to create an infinite literal series. Series doesn't support that. More... over 16 years ago
Document SPREAD. More... almost 17 years ago
s-code.lisp: 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 ...) More... almost 17 years ago
Get rid of a warning message. Don't know why the warning is done at all. More... about 17 years ago
Lispworks wants an eval-when around coerce-maybe-fold. From Chris Dean, 2005/12/09. More... over 18 years ago
Update notes. More... over 18 years ago
Update version. More... over 18 years ago
ANSI CL says a declaration cannot also be the name of a type, so remove the declaration for SERIES. More... over 18 years ago
Update notes. More... about 19 years ago
Fix for bug 434120. More... about 19 years ago
Fix bug reported by Dirk Gerrits, series-users, 2005-01-16. More... about 19 years ago
Initial asdf for series. More... over 19 years ago