projects/sicl/SICL.git
2011-06-19  Robert StrandhUpdated status to reflect that MERGE has been written. master
2011-06-19  Robert StrandhRemaining special versions of MERGE.
2011-06-19  Robert StrandhUpdated status to reflect existing condition types.
2011-06-18  Robert StrandhFour more specialized versions of MERGE.
2011-06-17  Robert StrandhMore specialized versions of MERGE, and more comments.
2011-06-16  Robert StrandhFinalized docstring for MERGE.
2011-06-15  Robert StrandhMore text in the docstring for MERGE, but it is not...
2011-06-14  Robert StrandhUpdated status to reflect recent docstrings.
2011-06-14  Robert StrandhSupplied partial docstring for MERGE.
2011-06-13  Robert StrandhSupplied docstring for CONCATENATE.
2011-06-13  Robert StrandhUpdated status to reflect the existence of more docstrings.
2011-06-13  Robert StrandhSupplied docstring for REPLACE.
2011-06-12  Robert StrandhSupplied docstring for MISMATCH.
2011-06-12  Robert StrandhAdded a phrase stating the existence of docstrings.
2011-06-12  Robert StrandhFixed a typo in the lambda list of the docstring for...
2011-06-12  Robert StrandhAdded MISMATCH to the list of shadowed/exported symbols.
2011-06-12  Robert StrandhEmbryonic definitions of MISMATCH and MERGE, only to get
2011-06-11  Robert StrandhReplaced the phrase "neither a vector nor a list" ...
2011-06-11  Robert StrandhFinalized docstring for SEARCH.
2011-06-11  Robert StrandhEmbryonic docstrings for MISMATCH, REPLACE, CONCATENATE...
2011-06-10  Robert StrandhFixed a few typos.
2011-06-09  Robert StrandhSupplied docstrings for SORT and STABLE-SORT.
2011-06-08  Robert StrandhFixed minor bugs in *key* and *bounding-indexes*.
2011-06-07  Robert StrandhSupplied docstrings for REVERSE and NREVERSE.
2011-06-06  Robert StrandhSupplied docstring for MAP-INTO.
2011-06-05  Robert StrandhSupplied docstring for MAP.
2011-06-04  Robert StrandhFinished docstring for SUBSEQ.
2011-06-03  Robert StrandhFinished docstrings for REMOVE-DUPLICATES and DELETE...
2011-06-03  Robert StrandhSupplied embryonic docstrings for SUBSEQ, REMOVE-DUPLIC...
2011-06-03  Robert StrandhSupplied docstring for LENGTH.
2011-06-03  Robert StrandhSupplied a docstring for MAKE-SEQUENCE.
2011-06-02  Robert StrandhRenamed description of error that might happen about...
2011-06-01  Robert StrandhSupplied docstring for COPY-SEQ.
2011-06-01  Robert StrandhSupplied docstrings for NSUBSTITUTE, NSUBSTITUTE-IF,
2011-06-01  Robert StrandhSupplied docstrings for SUBSTITUTE, SUBSTITUTE-IF,
2011-05-31  Robert StrandhSupplied docstrings for DELETE, DELETE-IF, and DELETE...
2011-05-31  Robert StrandhSupplied docstrings for REMOVE, REMOVE-IF, and REMOVE...
2011-05-31  Robert StrandhFixed the description of FIND, FIND-IF and FIND-IF...
2011-05-31  Robert StrandhFactored out description of FIND, FIND-IF, and FIND...
2011-05-31  Robert StrandhFactored out exceptional situation for bounding indexes.
2011-05-30  Robert StrandhFixed a conflict detected by GIT.
2011-05-30  Robert StrandhI made an attempt to factor the information in the...
2011-05-23  Robert StrandhFixed a few tests that inadvertently assumed that small...
2011-05-23  Robert StrandhMerge branch 'master' of common-lisp.net:/project/sicl...
2011-05-23  Robert StrandhFixed an incorrect test.
2011-03-30  Robert Strandhnear-final version
2011-03-29  Robert StrandhMerge branch 'master' of common-lisp.net:/project/sicl...
2011-03-29  Robert StrandhMinor modifications
2011-03-29  Robert StrandhELS 2011 slides
2011-02-13  Robert StrandhMore tests for the `and' and `or' macros.
2011-02-13  Robert StrandhChanged the implementation of the `and' and `or' macros so
2011-02-13  Robert StrandhMore tests for the cond macro.
2011-02-12  Robert StrandhTests for the cond macro.
2011-02-09  Robert StrandhFixed the heading comment.
2011-02-09  Robert StrandhAdded (empty for now) file for English language documen...
2011-02-09  Robert StrandhBroke out package definitions into a separate file.
2011-02-09  Robert StrandhAdded description for the module.
2011-02-09  Robert StrandhAdded ASDF system definition file.
2011-02-09  Robert StrandhBroke out English-language condition reporters into...
2011-02-08  Robert StrandhIntroduced conditions for syntax and semantic analysis.
2011-01-29  Robert StrandhReplaced `named-clause' by `name-clause' to conform...
2011-01-28  Robert StrandhFixed a problem where (form clause) was called on a...
2011-01-23  Robert StrandhMore comments relevant to clause syntax.
2011-01-23  Robert StrandhMore comments related to HyperSpec grammar definitions...
2011-01-23  Robert StrandhMore comments related to syntax of clauses.
2011-01-22  Robert StrandhChanged the file header comment to be more accurate.
2011-01-22  Robert StrandhAdded description of the project.
2010-12-30  Matthieu VilleneuveMerge branch 'master' of ssh://common-lisp.net//project...
2010-12-30  Matthieu VilleneuveStarted implementing code generation for following...
2010-12-15  Robert StrandhRemoved comments that won't be valid after reorganization.
2010-12-15  Robert StrandhReordered arguments and components of names of speciali...
2010-12-14  Robert StrandhMade sure the tests that compare a stupid version with...
2010-12-14  Robert StrandhEnglish language condition reporter for condition to...
2010-12-14  Robert StrandhNew condition to be used when end < start.
2010-12-14  Robert StrandhFixed a few problems reported by the compiler.
2010-12-14  Robert StrandhPut back code that was accidentally removed.
2010-12-13  Robert StrandhMerge branch 'master' of rstrandh@common-lisp.net:...
2010-12-13  Robert StrandhStarted work on the nsubstitute function to get special...
2010-12-12  Robert StrandhChanged from-end=t to from-end=true everywhere so as...
2010-12-07  Robert StrandhFixed a problem in tail-must-be-proper-list-with-end...
2010-12-07  Robert StrandhFixed a problem in copy-prefix revealed by latest tests.
2010-12-07  Robert StrandhFixed some of the problems in remove, remove-if, and...
2010-12-07  Robert StrandhFixed some of the problems revealed by the latest test...
2010-12-07  Robert StrandhFixed some of the defects revealed by the latest test...
2010-12-07  Robert StrandhAdded tests for the remove function. These tests compa...
2010-12-06  Robert StrandhWrote a stupid version of remove to use for testing...
2010-12-05  Robert StrandhModified remove-if-not in the same spirit as remove-if.
2010-12-05  Robert StrandhModified remove-if in the same spirit as remove.
2010-12-05  Robert StrandhModified specialized versions of the remove function...
2010-12-05  Robert StrandhIntroduced a utility function named copy-prefix to...
2010-12-05  Robert StrandhDid some significant code factoring in count, count...
2010-12-05  Robert StrandhMade the presentation less verbose when tests pass.
2010-12-04  Robert StrandhNew method for traversing lists from the end, which...
2010-12-02  Robert StrandhWrote tests for count, count-if, and count-if-not....
2010-12-02  Robert StrandhIntroduced test-p and test-not-p into the count function,
2010-12-02  Robert StrandhMassive modifications due to several failures revealed by
2010-12-02  Robert StrandhMake it easier to identify the failed function.
2010-12-02  Robert StrandhTotal change of strategy with respect to testing the...
2010-12-02  Robert StrandhMany more tests for the position function. Some fail.
2010-12-02  Robert StrandhMany more tests for the position function.
next