2013-06-04 |
Owen Rodley | Smarter string escaping. Fixes #114 |
commit | commitdiff | tree | snapshot |
2013-06-03 |
David Vázquez | Merge pull request #112 from kengruven/master |
commit | commitdiff | tree | snapshot |
2013-06-03 |
David Vázquez | Merge pull request #108 from abeaumont/master |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Alfredo Beaumont | [doc] Some proposals for code organization and style |
commit | commitdiff | tree | snapshot |
2013-06-03 |
David Vázquez | Merge pull request #113 from orodley/quotes-in-docstrings |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Owen Rodley | Fix #111, error with docstrings containing single quotes |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Ken Harris | Merging from upstream. |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Ken Harris | Fixing tabs/spaces. (Oops.) |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Ken Harris | Extend DIGIT-CHAR-P to include all HexDigit characters. |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Ken Harris | Character case predicates. |
commit | commitdiff | tree | snapshot |
2013-06-02 |
David Vázquez | Persistent history |
commit | commitdiff | tree | snapshot |
2013-05-25 |
David Vázquez | progn translation uses ',' Javascript operator |
commit | commitdiff | tree | snapshot |
2013-05-24 |
David Vázquez | Move backquote to its own file |
commit | commitdiff | tree | snapshot |
2013-05-20 |
David Vázquez | Fix comment style and better annotation on expected... |
commit | commitdiff | tree | snapshot |
2013-05-20 |
David Vázquez | Merge pull request #105 from orodley/numbers |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Owen Rodley | Add some tests for the new functions |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Owen Rodley | Fix - and / |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Owen Rodley | Add /= function |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Owen Rodley | Variadic functions for * and / |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Owen Rodley | DEFCOMPARISON for = |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Owen Rodley | Move over some numeric functions from boot.lisp |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Owen Rodley | Use DOLIST instead of WHILE |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Owen Rodley | Create numbers.lisp with some basic numeric functions |
commit | commitdiff | tree | snapshot |
2013-05-19 |
David Vázquez | Merge pull request #106 from orodley/typo |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Owen Rodley | Fix typo in tests.lisp |
commit | commitdiff | tree | snapshot |
2013-05-18 |
David Vázquez | Export _all_ standard symbols |
commit | commitdiff | tree | snapshot |
2013-05-18 |
David Vázquez | Merge branch 'satisfies' of https://github.com/orodley... |
commit | commitdiff | tree | snapshot |
2013-05-18 |
David Vázquez | Merge branch 'master' of github.com:davazp/jscl |
commit | commitdiff | tree | snapshot |
2013-05-18 |
David Vázquez | Merge branch 'package-improvements' of https://github... |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Owen Rodley | Rewrite RASSOC using SATISFIES-TEST-P |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Owen Rodley | Rewrite ASSOC using SATISFIES-TEST-P |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Owen Rodley | Rewrite MEMBER using SATISFIES-TEST-P |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Owen Rodley | Add TEST-NOT keyword argument to TREE-EQUAL |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Owen Rodley | Tests for modified sequence functions |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Owen Rodley | Rewrite REMOVE using SATISFIES-TEST-P |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Owen Rodley | Rewrite POSITION using SATISFIES-TEST-P and add missing... |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Owen Rodley | Rewrite FIND using SATISFIES-TEST-P |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Olof-Joachim... | Add package tests. |
commit | commitdiff | tree | snapshot |
2013-05-18 |
Olof-Joachim... | Fix return value. |
commit | commitdiff | tree | snapshot |
2013-05-17 |
David Vázquez | Update CREDITS |
commit | commitdiff | tree | snapshot |
2013-05-17 |
David Vázquez | Merge pull request #100 from Ferada/small-fixes |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Olof-Joachim... | Add and export DO-(ALL/EXTERNAL)-SYMBOLS. |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Olof-Joachim... | Add and export PUSHNEW. |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Olof-Joachim... | Strip declarations when compiling a block. |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Olof-Joachim... | Accept string designators in STRING=. |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Olof-Joachim... | LIST-ALL-PACKAGES should return a fresh list. |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Olof-Joachim... | Add EQ as function so that #'EQ works. |
commit | commitdiff | tree | snapshot |
2013-05-17 |
David Vázquez | Add Samuel Chase to CREDITS |
commit | commitdiff | tree | snapshot |
2013-05-17 |
David Vázquez | Merge pull request #92 from samebchase/experimental |
commit | commitdiff | tree | snapshot |
2013-05-17 |
David Vázquez | Merge pull request #94 from abeaumont/master |
commit | commitdiff | tree | snapshot |
2013-05-17 |
David Vázquez | Merge pull request #99 from abeaumont/clhs |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Alfredo Beaumont | [clhs] Mark some items in Conses Dictionary as DOING... |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Alfredo Beaumont | [clhs] Fix typo |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Samuel Chase | Actually merge |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Samuel Chase | Merge branch 'master' of https://github.com/davazp... |
commit | commitdiff | tree | snapshot |
2013-05-16 |
David Vázquez | SEQ_TODO to the first line |
commit | commitdiff | tree | snapshot |
2013-05-16 |
David Vázquez | Merge pull request #95 from abeaumont/clhs |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Alfredo Beaumont | Add an implementation status document |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Alfredo Beaumont | Remove unneeded whitespace |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Alfredo Beaumont | Modify SUBST to: |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Alfredo Beaumont | Add SATISFIES-TEST-P utility function, to be used by... |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Alfredo Beaumont | Add COMPLEMENT function definition, including tests. |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Alfredo Beaumont | Complete SUBST support with :test-not keyword parameter... |
commit | commitdiff | tree | snapshot |
2013-05-15 |
David Vázquez | Simple TRACE utility |
commit | commitdiff | tree | snapshot |
2013-05-15 |
David Vázquez | TIME macro |
commit | commitdiff | tree | snapshot |
2013-05-13 |
David Vázquez | Merge pull request #93 from abeaumont/master |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Samuel Chase | Add test for (string< "aaa" "aaaaa") |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Samuel Chase | Add string< to toplevel |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Samuel Chase | Add ignore for emacs auto-save files |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Samuel Chase | Merge branch 'experimental' of github.com:samebchase... |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Samuel Chase | Implemented string< |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Samuel Chase | Implemented string< |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Samuel Chase | Add test for string< and get it to fail |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Samuel Chase | Add test for string< |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Samuel Chase | Change Ecmalisp to JSCL in comment. |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Alfredo Beaumont | sublis: take sanity check out of recursive function |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Alfredo Beaumont | Add support for SUBLIS function, including tests |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Alfredo Beaumont | Add support for STRINGP function |
commit | commitdiff | tree | snapshot |
2013-05-12 |
David Vázquez | Merge pull request #91 from abeaumont/master |
commit | commitdiff | tree | snapshot |
2013-05-11 |
Alfredo Beaumont | [test] Add tests for car and cdr variants |
commit | commitdiff | tree | snapshot |
2013-05-11 |
David Vázquez | Merge pull request #90 from abeaumont/master |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Alfredo Beaumont | car and cdr variants: order definitions properly, remov... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Alfredo Beaumont | [test] Remove debug print from MAPC test |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Alfredo Beaumont | [test] Add tests for CONS, CONSP, ATOM, RPLACA and... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
David Vázquez | Merge pull request #89 from Strigoides/subseq |
commit | commitdiff | tree | snapshot |
2013-05-10 |
David Vázquez | Merge https://github.com/abeaumont/jscl |
commit | commitdiff | tree | snapshot |
2013-05-10 |
David Vázquez | Relax compiler literal caching |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Alfredo Beaumont | [test] Remove comments about EQUAL not being properly... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Alfredo Beaumont | [test] Add a test for mapcar |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Owen Rodley | Misc. fixes to SUBSEQ, tests |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Owen Rodley | Implement SUBSEQ for lists |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Alfredo Beaumont | Add support for mapc |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Vázquez | Update CREDITS |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Vázquez | Merge pull request #87 from redline6561/dev |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Brit Butler | Implement fboundp. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Vázquez | Use do-sequence |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Vázquez | Merge pull request #86 from Strigoides/remove-if |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Vázquez | Merge pull request #85 from Strigoides/alpha-char-p |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ken Harris | Character comparisons, case insensitive. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ken Harris | Character comparisons, case sensitive. |
commit | commitdiff | tree | snapshot |
next |