Age | Commit message (Expand) | Author | Files | Lines |
2017-04-19 | Fix test suite for constant literals change | Andy Wingo | 1 | -1/+1 |
2012-02-03 | fix `flet' syntax | BT Templeton | 1 | -3/+4 |
2012-02-03 | elisp binding declarations | BT Templeton | 1 | -1/+10 |
2012-02-03 | elisp lambda list parsing | BT Templeton | 1 | -2/+2 |
2012-02-03 | evaluate the function position correctly | BT Templeton | 1 | -1/+1 |
2012-02-03 | remove `flet*' elisp special form | BT Templeton | 1 | -4/+1 |
2012-02-03 | remove `with-always-lexical' elisp special form | BT Templeton | 1 | -24/+2 |
2012-02-03 | emacs-compatible lexical binding | BT Templeton | 1 | -1/+1 |
2012-02-03 | fix compilation of elisp forms with empty bodies | BT Templeton | 1 | -1/+15 |
2012-02-03 | remove unnecessary elisp macros | BT Templeton | 1 | -42/+1 |
2012-02-03 | elisp test fixes | BT Templeton | 1 | -3/+3 |
2012-02-03 | remove unnecessary elisp subrs | BT Templeton | 1 | -14/+0 |
2012-02-03 | `atomp' -> `atom' | BT Templeton | 1 | -3/+3 |
2010-12-07 | lexical function binding for elisp | Brian Templeton | 1 | -3/+3 |
2010-12-07 | use unbound fluids instead of `void' sentinel value | Brian Templeton | 1 | -11/+1 |
2010-12-07 | use correct names for quasiquotation operators | Brian Templeton | 1 | -9/+9 |
2010-12-07 | make `pass-if-equal' literal in `compile-test' | Brian Templeton | 1 | -1/+1 |
2010-04-09 | change remaining %nil -> #nil | Andy Wingo | 1 | -2/+2 |
2009-08-01 | Allow lexical binding of lambda arguments. | Daniel Kraft | 1 | -1/+33 |
2009-07-31 | Compiler option to always bind certain symbols lexically. | Daniel Kraft | 1 | -1/+23 |
2009-07-30 | Switch use of guile-primitive to now available funcall in test. | Daniel Kraft | 1 | -7/+7 |
2009-07-30 | without-void-checks as new extension for fine-control | Daniel Kraft | 1 | -1/+4 |
2009-07-29 | funcall, apply and eval built-ins. | Daniel Kraft | 1 | -1/+46 |
2009-07-29 | Added guile-primitive construct for references to primitives from Elisp. | Daniel Kraft | 1 | -7/+7 |
2009-07-29 | Added length built-in. | Daniel Kraft | 1 | -0/+5 |
2009-07-29 | Implemented lexical-let and lexical-let* for elisp. | Daniel Kraft | 1 | -0/+69 |
2009-07-27 | In elisp-compiler.test, check that let* works without values given, too. | Daniel Kraft | 1 | -4/+10 |
2009-07-24 | Compiler option to disable void-checks in elisp. | Daniel Kraft | 1 | -1/+10 |
2009-07-24 | Implemented the flet and flet* extensions. | Daniel Kraft | 1 | -1/+17 |
2009-07-23 | Implemented dynamic symbol access built-ins (set, fset, symbol-value, makunbo... | Daniel Kraft | 1 | -5/+29 |
2009-07-22 | Added guile-ref extension construct, change throw implementation to easier on... | Daniel Kraft | 1 | -2/+13 |
2009-07-22 | Implemented catch and throw in elisp. | Daniel Kraft | 1 | -0/+22 |
2009-07-20 | Implemented prog1, prog2, dotimes, dolist control structures. | Daniel Kraft | 1 | -2/+25 |
2009-07-18 | Implemented some important list built-ins. | Daniel Kraft | 1 | -0/+74 |
2009-07-18 | Implemented unless, when and dotimes using built-in macros. | Daniel Kraft | 1 | -7/+28 |
2009-07-18 | Return correct value for setq form. | Daniel Kraft | 1 | -4/+5 |
2009-07-18 | Implemented real quotation (added support for backquotation). | Daniel Kraft | 1 | -0/+28 |
2009-07-18 | Implemented eq and equal built-in predicates. | Daniel Kraft | 1 | -0/+17 |
2009-07-16 | Implemented macros in elisp compiler. | Daniel Kraft | 1 | -0/+13 |
2009-07-16 | Extended test-suite to cover already implemented built-ins and fixed errors f... | Daniel Kraft | 1 | -1/+47 |
2009-07-15 | Test-suite for elisp compiler so far, excluding the built-ins. | Daniel Kraft | 1 | -0/+208 |