2014-02-17 |
David Vázquez | Merge https://github.com/pnathan/jscl into nbutlast |
tree | commitdiff |
2014-02-16 |
David Vázquez | remhash tests |
tree | commitdiff |
2014-02-16 |
David Vázquez | Implement eq and equal hash tables |
tree | commitdiff |
2014-02-15 |
pdn | Add MAKE-LIST. |
tree | commitdiff |
2014-02-15 |
pdn | Add the &optional n for BUTLAST |
tree | commitdiff |
2013-10-15 |
Olof-Joachim Frahm | Add GET-PROPERTIES, GETF and (SETF GETF). |
tree | commitdiff |
2013-09-03 |
Olof-Joachim Frahm | Add FUNCALL, APPLY tests. |
tree | commitdiff |
2013-08-29 |
David Vázquez | Simpler printer |
tree | commitdiff |
2013-08-29 |
Olof-Joachim Frahm | Add SEARCH, MISMATCH testcases. |
tree | commitdiff |
2013-06-20 |
David Vázquez | Merge branch 'master' of github.com:davazp/jscl |
tree | commitdiff |
2013-06-20 |
David Vázquez | Reduce tests |
tree | commitdiff |
2013-06-19 |
Ken Harris | Fixed max/min functions. |
tree | commitdiff |
2013-06-17 |
Ken Harris | MAPLIST. |
tree | commitdiff |
2013-06-16 |
Ken Harris | GCD, LCM, SIGNUM. |
tree | commitdiff |
2013-06-16 |
Ken Harris | Bug fix: INTERSECTION doesn't apply :key to list1. |
tree | commitdiff |
2013-06-14 |
Ken Harris | COPY-SEQ |
tree | commitdiff |
2013-06-13 |
Ken Harris | Removed tabs, stupid editor... |
tree | commitdiff |
2013-06-13 |
Ken Harris | Case-insensitive character inequalities. |
tree | commitdiff |
2013-06-13 |
Ken Harris | STRING>= (and a bit of refactoring). |
tree | commitdiff |
2013-06-13 |
Ken Harris | STRING<= |
tree | commitdiff |
2013-06-13 |
Ken Harris | NSTRING-UPCASE, NSTRING-DOWNCASE, NSTRING-CAPITALIZE. |
tree | commitdiff |
2013-06-13 |
Ken Harris | STRING-TRIM and friends. |
tree | commitdiff |
2013-06-13 |
Ken Harris | A few more string functions. |
tree | commitdiff |
2013-06-13 |
Ken Harris | POSITION-IF, POSITION-IF-NOT (except :FROM-END) |
tree | commitdiff |
2013-06-13 |
Ken Harris | Allow DO / DO* to take bare symbols as vars. |
tree | commitdiff |
2013-06-07 |
David Vázquez | Merge branch 'master' into ffi |
tree | commitdiff |
2013-06-07 |
David Vázquez | Disable test temporarily |
tree | commitdiff |
2013-06-07 |
David Vázquez | Remove unnecesary test |
tree | commitdiff |
2013-06-07 |
Olof-Joachim Frahm | Accept both cases for FORMAT by using CHAR-UPCASE. |
tree | commitdiff |
2013-06-06 |
Olof-Joachim Frahm | Make FORMATS Go-To available. |
tree | commitdiff |
2013-06-06 |
Olof-Joachim Frahm | IN-PACKAGE uses a string designator. |
tree | commitdiff |
2013-06-04 |
David Vázquez | Remove char-to-string from tests |
tree | commitdiff |
2013-06-04 |
David Vázquez | Merge branch 'master' into arrays |
tree | commitdiff |
2013-06-03 |
David Vázquez | Merge pull request #112 from kengruven/master |
tree | commitdiff |
2013-06-03 |
David Vázquez | Merge branch 'master' into arrays |
tree | commitdiff |
2013-06-03 |
Owen Rodley | Fix #111, error with docstrings containing single quotes |
tree | commitdiff |
2013-06-02 |
Ken Harris | Merging from upstream. |
tree | commitdiff |
2013-06-02 |
Ken Harris | Extend DIGIT-CHAR-P to include all HexDigit characters. |
tree | commitdiff |
2013-06-02 |
Ken Harris | Character case predicates. |
tree | commitdiff |
2013-05-24 |
David Vázquez | Test file for array.lisp |
tree | commitdiff |
2013-05-20 |
David Vázquez | Fix comment style and better annotation on expected... |
tree | commitdiff |
2013-05-19 |
Owen Rodley | Add some tests for the new functions |
tree | commitdiff |
2013-05-19 |
Owen Rodley | Create numbers.lisp with some basic numeric functions |
tree | commitdiff |
2013-05-18 |
David Vázquez | Merge branch 'satisfies' of https://github.com/orodley... |
tree | commitdiff |
2013-05-18 |
Owen Rodley | Rewrite RASSOC using SATISFIES-TEST-P |
tree | commitdiff |
2013-05-18 |
Owen Rodley | Rewrite ASSOC using SATISFIES-TEST-P |
tree | commitdiff |
2013-05-18 |
Owen Rodley | Rewrite MEMBER using SATISFIES-TEST-P |
tree | commitdiff |
2013-05-18 |
Owen Rodley | Add TEST-NOT keyword argument to TREE-EQUAL |
tree | commitdiff |
2013-05-18 |
Owen Rodley | Tests for modified sequence functions |
tree | commitdiff |
2013-05-18 |
Olof-Joachim Frahm | Add package tests. |
tree | commitdiff |
2013-05-17 |
David Vázquez | Merge pull request #92 from samebchase/experimental |
tree | commitdiff |
2013-05-16 |
Samuel Chase | Merge branch 'master' of https://github.com/davazp... |
tree | commitdiff |
2013-05-15 |
Alfredo Beaumont | Modify SUBST to: |
tree | commitdiff |
2013-05-15 |
Alfredo Beaumont | Add COMPLEMENT function definition, including tests. |
tree | commitdiff |
2013-05-15 |
Alfredo Beaumont | Complete SUBST support with :test-not keyword parameter... |
tree | commitdiff |
2013-05-13 |
Samuel Chase | Add test for (string< "aaa" "aaaaa") |
tree | commitdiff |
2013-05-12 |
Samuel Chase | Implemented string< |
tree | commitdiff |
2013-05-12 |
Samuel Chase | Implemented string< |
tree | commitdiff |
2013-05-12 |
Samuel Chase | Add test for string< |
tree | commitdiff |
2013-05-12 |
Alfredo Beaumont | Add support for SUBLIS function, including tests |
tree | commitdiff |
2013-05-11 |
Alfredo Beaumont | [test] Add tests for car and cdr variants |
tree | commitdiff |
2013-05-10 |
Alfredo Beaumont | [test] Remove debug print from MAPC test |
tree | commitdiff |
2013-05-10 |
Alfredo Beaumont | [test] Add tests for CONS, CONSP, ATOM, RPLACA and... |
tree | commitdiff |
2013-05-10 |
David Vázquez | Merge pull request #89 from Strigoides/subseq |
tree | commitdiff |
2013-05-10 |
Alfredo Beaumont | [test] Remove comments about EQUAL not being properly... |
tree | commitdiff |
2013-05-10 |
Alfredo Beaumont | [test] Add a test for mapcar |
tree | commitdiff |
2013-05-10 |
Owen Rodley | Misc. fixes to SUBSEQ, tests |
tree | commitdiff |
2013-05-09 |
Alfredo Beaumont | Add support for mapc |
tree | commitdiff |
2013-05-09 |
Ken Harris | Character comparisons, case insensitive. |
tree | commitdiff |
2013-05-09 |
Ken Harris | Character comparisons, case sensitive. |
tree | commitdiff |
2013-05-09 |
Ken Harris | CHAR-NAME and NAME-CHAR, for ASCII names. |
tree | commitdiff |
2013-05-09 |
Ken Harris | Unicode-aware implementations of most of the Characters... |
tree | commitdiff |
2013-05-09 |
Owen Rodley | Implement REMOVE-IF[-NOT] for vectors |
tree | commitdiff |
2013-05-08 |
David Vázquez | Convert test to not to use `equal' |
tree | commitdiff |
2013-05-08 |
David Vázquez | Remove wrong test |
tree | commitdiff |
2013-05-08 |
Andrea Griffini | Merge branch 'master' of github.com/davazp/jscl into... |
tree | commitdiff |
2013-05-06 |
Nikodemus Siivola | add smoketests for FIND and REPLACE |
tree | commitdiff |
2013-05-05 |
Andrea Griffini | reader support for ## and #= |
tree | commitdiff |
2013-05-05 |
Ken Harris | SBCL-style Unicode support: one character = one Unicode... |
tree | commitdiff |
2013-05-04 |
David Vázquez | Merge branch 'print' of https://github.com/6502/jscl... |
tree | commitdiff |
2013-05-04 |
Owen Rodley | ADJOIN |
tree | commitdiff |
2013-05-04 |
Owen Rodley | INTERSECTION |
tree | commitdiff |
2013-05-04 |
Owen Rodley | Add KEY and TEST args to MEMBER |
tree | commitdiff |
2013-05-04 |
Owen Rodley | RASSOC |
tree | commitdiff |
2013-05-04 |
Owen Rodley | COPY-ALIST |
tree | commitdiff |
2013-05-04 |
Owen Rodley | Rewrite ACONS and PAIRLIS tests using dotted lists |
tree | commitdiff |
2013-05-04 |
Owen Rodley | PAIRLIS |
tree | commitdiff |
2013-05-03 |
Owen Rodley | ACONS |
tree | commitdiff |
2013-05-03 |
Owen Rodley | TAILP |
tree | commitdiff |
2013-05-03 |
Owen Rodley | FIFTH to TENTH |
tree | commitdiff |
2013-05-03 |
Owen Rodley | TREE-EQUAL |
tree | commitdiff |
2013-05-03 |
Andrea Griffini | better symbol printing |
tree | commitdiff |
2013-05-03 |
Andrea Griffini | merged trunk |
tree | commitdiff |
2013-05-03 |
David Vázquez | Disable test temporarily |
tree | commitdiff |
2013-05-03 |
David Vázquez | Some string tests |
tree | commitdiff |
2013-05-03 |
David Vázquez | (SETF CHAR) and move string related code to string... |
tree | commitdiff |
2013-05-03 |
David Vázquez | Remove temporary code |
tree | commitdiff |
2013-05-03 |
David Vázquez | Fix several newly introduced bugs in the migration... |
tree | commitdiff |
2013-05-03 |
David Vázquez | WIP: Strings as array of characters implementation |
tree | commitdiff |
2013-05-02 |
David Vázquez | Remove test because it will fail in the host |
tree | commitdiff |
next |