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 | Generalize delete-empty-block to delete-block |
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 | Another check in check-ir-consistency |
commit | commitdiff | tree | snapshot |
2013-05-17 |
David Vázquez | ir-normalize computes block ordering |
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 | Remove deprecated comment |
commit | commitdiff | tree | snapshot |
2013-05-16 |
David Vázquez | Rename ir-complete to ir-normalize |
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-14 |
David Vázquez | Print component for functionals in a component |
commit | commitdiff | tree | snapshot |
2013-05-14 |
David Vázquez | Use numeric IDs |
commit | commitdiff | tree | snapshot |
2013-05-14 |
David Vázquez | A few more primitives for testing |
commit | commitdiff | tree | snapshot |
2013-05-14 |
David Vázquez | Generic opaque printer to avoid circular printing |
commit | commitdiff | tree | snapshot |
2013-05-14 |
David Vázquez | Add component slot to nodes |
commit | commitdiff | tree | snapshot |
2013-05-14 |
David Vázquez | Symbol could refer special variable |
commit | commitdiff | tree | snapshot |
2013-05-14 |
David Vázquez | Basic FUNCTION IR Converter |
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 |
David Vázquez | Fix TAGBODY |
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 |
David Vázquez | typo |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Samuel Chase | Add test for string< |
commit | commitdiff | tree | snapshot |
2013-05-12 |
David Vázquez | Primitive call nodes |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Samuel Chase | Change Ecmalisp to JSCL in comment. |
commit | commitdiff | tree | snapshot |
2013-05-12 |
David Vázquez | Incorrect funcall IR conversion for testing |
commit | commitdiff | tree | snapshot |
2013-05-12 |
David Vázquez | Fix block |
commit | commitdiff | tree | snapshot |
2013-05-12 |
David Vázquez | Correct `ir-convert' comment |
commit | commitdiff | tree | snapshot |
2013-05-12 |
David Vázquez | Fix ir-complete |
commit | commitdiff | tree | snapshot |
2013-05-12 |
David Vázquez | TAGBODY and GO translators |
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 branch 'master' into new-compiler |
commit | commitdiff | tree | snapshot |
2013-05-12 |
David Vázquez | Merge pull request #91 from abeaumont/master |
commit | commitdiff | tree | snapshot |
2013-05-12 |
David Vázquez | Simplifications, better comments and BLOCK/RETURN-FROM... |
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 | Remove duplicated progn |
commit | commitdiff | tree | snapshot |
2013-05-11 |
David Vázquez | IR Translator: PROGN |
commit | commitdiff | tree | snapshot |
2013-05-11 |
David Vázquez | Remove test code |
commit | commitdiff | tree | snapshot |
2013-05-11 |
David Vázquez | Coalesce nodes after IR manipulation |
commit | commitdiff | tree | snapshot |
2013-05-11 |
David Vázquez | Merge pull request #90 from abeaumont/master |
commit | commitdiff | tree | snapshot |
2013-05-11 |
David Vázquez | Some typos in comments |
commit | commitdiff | tree | snapshot |
2013-05-10 |
David Vázquez | Fix recursive conditional |
commit | commitdiff | tree | snapshot |
2013-05-10 |
David Vázquez | IR Cursors |
commit | commitdiff | tree | snapshot |
2013-05-10 |
David Vázquez | Fix IR conversion |
commit | commitdiff | tree | snapshot |
2013-05-10 |
David Vázquez | Beginnings of the new compiler |
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 |
2013-05-09 |
Ken Harris | CHAR-NAME and NAME-CHAR, for ASCII names. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ken Harris | Unicode-aware implementations of most of the Characters... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Owen Rodley | Implement REMOVE-IF[-NOT] for vectors |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Owen Rodley | Fix ALPHA-CHAR-P for capital letters |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Owen Rodley | Add missing export for ALPHA-CHAR-P |
commit | commitdiff | tree | snapshot |
2013-05-08 |
David Vázquez | lisp-implementation-type |
commit | commitdiff | tree | snapshot |
2013-05-08 |
David Vázquez | *features* support for the reader |
commit | commitdiff | tree | snapshot |
2013-05-08 |
David Vázquez | Add Paul Nathan to CREDITS |
commit | commitdiff | tree | snapshot |
2013-05-08 |
David Vázquez | Merge pull request #83 from pnathan/features |
commit | commitdiff | tree | snapshot |
2013-05-08 |
David Vázquez | Remove wrong array branch from equal |
commit | commitdiff | tree | snapshot |
next |