summaryrefslogtreecommitdiff
path: root/Lisp/compiler-macros.lisp
Commit message (Expand)AuthorAgeFilesLines
* Improve code formatting.Matthias Benkard2008-12-041-11/+8
* When compiling compiler macros, also define needed utility functions at compi...Matthias Benkard2008-03-031-12/+13
* Fix the compiler macro for INVOKE.Matthias Benkard2008-03-021-7/+5
* Make the compiler macro for INVOKE more robust.Matthias Benkard2008-02-171-2/+5
* Further simplify compiler macros.Matthias Benkard2008-02-161-27/+16
* Simplify compiler macros.Matthias Benkard2008-02-161-45/+18
* Add a compiler macro for SELECTOR.Matthias Benkard2008-02-031-0/+20
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
* FIND-SELECTOR: Make ERRORP default to T.Matthias Benkard2007-10-101-3/+3
* Make compile-time selector warnings work on the NeXT runtime, clean the Objec...Matthias Benkard2007-10-101-4/+8
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Fix condition signalling.Matthias Benkard2007-09-241-3/+3
* Add a compiler macro for INVOKE.Matthias Benkard2007-09-211-0/+70