| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add ASSOC{-IF{-NOT}}, COMPLEMENT, CONSTANTLY, COPY-TREE, IDENTITY, RASSOC{-IF... | Matthias Andreas Benkard | 2008-07-27 | 4 | -1/+69 |
* | Add SYMBOL-NAME. | Matthias Andreas Benkard | 2008-07-27 | 2 | -1/+8 |
* | Use DEFUN in order to redefine functions used to implement DEFUN after it has... | Matthias Andreas Benkard | 2008-07-27 | 5 | -129/+149 |
* | Package system: Fix symbol uninheriting. | Matthias Andreas Benkard | 2008-07-27 | 2 | -16/+32 |
* | JOURNAL: New entry. | Matthias Andreas Benkard | 2008-07-27 | 1 | -3/+17 |
* | Add DEFMACRO, DEFUN, and DESTRUCTURING-BIND. | Matthias Andreas Benkard | 2008-07-27 | 1 | -1/+24 |
* | D-B: Fix &OPTIONAL handling. | Matthias Andreas Benkard | 2008-07-27 | 3 | -20/+33 |
* | MLKCons: Fix NIL printing for list tails. | Matthias Andreas Benkard | 2008-07-27 | 1 | -1/+2 |
* | Make MACROEXPAND-ALL an entry point to the minimal compiler. | Matthias Andreas Benkard | 2008-07-27 | 2 | -0/+13 |
* | LOAD: Do not print separate messages for minimal compilation and loading. | Matthias Andreas Benkard | 2008-07-27 | 1 | -2/+3 |
* | MLKCons: Print NIL as (). | Matthias Andreas Benkard | 2008-07-27 | 1 | -2/+2 |
* | Merge mulk_benkard@ssh.phx.nearlyfreespeech.net:/home/htdocs/code/mulklisp | Matthias Andreas Benkard | 2008-07-27 | 1 | -5/+5 |
|\ |
|
| * | Merge branch 'master' of http://matthias.benkard.de/code/mulklisp | Matthias Benkard | 2008-07-27 | 18 | -110/+940 |
| |\ |
|
| * | | Build system: Support directory names containing whitespace. | Matthias Benkard | 2008-07-27 | 1 | -5/+5 |
* | | | MLKCons: Implement -copyWithZone:. | Matthias Andreas Benkard | 2008-07-27 | 2 | -0/+10 |
* | | | Build system: Fix lexicographic order of files to be compiled. | Matthias Andreas Benkard | 2008-07-27 | 1 | -2/+2 |
| |/
|/| |
|
* | | Make the interpreter capable of a restricted form of minimal compilation. | Matthias Andreas Benkard | 2008-07-26 | 3 | -59/+312 |
* | | Print quasiquoted expressions in a more legible way. | Matthias Andreas Benkard | 2008-07-26 | 1 | -4/+12 |
* | | Add constant LAMBDA-LIST-KEYWORDS. | Matthias Andreas Benkard | 2008-07-26 | 1 | -0/+8 |
* | | Add a prototype of DESTRUCTURING-BIND. | Matthias Andreas Benkard | 2008-07-26 | 3 | -0/+110 |
* | | Add APPEND and REVERSE. | Matthias Andreas Benkard | 2008-07-26 | 1 | -26/+49 |
* | | Reader: Support quasiquotation. | Matthias Andreas Benkard | 2008-07-26 | 8 | -16/+253 |
* | | Add OBJC-CLASS-OF, OBJC-SUBCLASSP, FIND-OBJC-CLASS, and NS-LOG. | Matthias Andreas Benkard | 2008-07-26 | 2 | -0/+27 |
* | | Add AND, CASE, %DEFUN*, %MEMBER, and OR. | Matthias Andreas Benkard | 2008-07-26 | 1 | -8/+55 |
* | | Reader: Support the consing dot. | Matthias Andreas Benkard | 2008-07-26 | 3 | -2/+64 |
* | | Add macro %DEFMACRO*, a simple wrapper around %DEFMACRO. | Matthias Andreas Benkard | 2008-07-26 | 3 | -30/+85 |
|/ |
|
* | Replace SET-CAR and SET-CDR with RPLACA and RPLACD. | Matthias Andreas Benkard | 2008-07-08 | 3 | -9/+24 |
* | Implement IMPORT, INTERN, and MAKE-SYMBOL. | Matthias Andreas Benkard | 2008-07-08 | 2 | -0/+38 |
* | Redefine CONSP, LISTP, and NULL as functions. | Matthias Andreas Benkard | 2008-07-07 | 1 | -1/+21 |
* | Implement GENSYM. | Matthias Andreas Benkard | 2008-07-07 | 2 | -0/+48 |
* | Reader: Support uninterned symbols. | Matthias Andreas Benkard | 2008-07-07 | 2 | -13/+29 |
* | Interpreter: Establish catch tags in the dynamic context. | Matthias Andreas Benkard | 2008-07-07 | 3 | -24/+42 |
* | Interpreter: Make NIL throwable. | Matthias Andreas Benkard | 2008-07-07 | 1 | -8/+8 |
* | Interpreter: Implement CATCH and THROW. | Matthias Andreas Benkard | 2008-07-07 | 2 | -0/+69 |
* | Update project file. | Matthias Benkard | 2008-07-07 | 1 | -11/+9 |
* | Add class MLKStringOutputStream. | Matthias Andreas Benkard | 2008-07-07 | 3 | -2/+69 |
* | Properly open and close streams if necessary. | Matthias Andreas Benkard | 2008-07-07 | 2 | -1/+26 |
* | Cosmetic improvements. | Matthias Andreas Benkard | 2008-07-07 | 1 | -6/+7 |
* | Fix a warning when compiling on Mac OS X. | Matthias Andreas Benkard | 2008-07-07 | 1 | -1/+1 |
* | Make MLKStream#-readChar more robust. | Matthias Andreas Benkard | 2008-07-07 | 1 | -8/+15 |
* | Ditch MLKEndOfFileError. | Matthias Andreas Benkard | 2008-07-07 | 4 | -82/+16 |
* | Restore GNUstep compatibility. | Matthias Andreas Benkard | 2008-07-07 | 2 | -6/+8 |
* | Add Xcode project files. | Matthias Benkard | 2008-07-06 | 2 | -0/+657 |
* | Add class MLKNumber, unify arithmetic interface. | Matthias Benkard | 2008-07-06 | 14 | -68/+133 |
* | Export FIND-PACKAGE and STRING from package TOILET-SYSTEM. | Matthias Andreas Benkard | 2008-07-06 | 1 | -0/+2 |
* | Make keywords print nicely. | Matthias Andreas Benkard | 2008-07-06 | 1 | -2/+4 |
* | Implement STRING and FIND-PACKAGE. | Matthias Andreas Benkard | 2008-07-06 | 2 | -12/+43 |
* | Add IN-PACKAGE directives to init.lisp. | Matthias Andreas Benkard | 2008-07-06 | 3 | -3/+12 |
* | Interpreter: Add special operator IN-PACKAGE. | Matthias Andreas Benkard | 2008-07-06 | 2 | -0/+15 |
* | Remove reliance on Mac OS X 10.5 features. | Matthias Andreas Benkard | 2008-07-06 | 2 | -4/+13 |