summaryrefslogtreecommitdiff
path: root/test-suite/tests/elisp-compiler.test
Commit message (Expand)AuthorAgeFilesLines
* Fix test suite for constant literals changeAndy Wingo2017-04-191-1/+1
* fix `flet' syntaxBT Templeton2012-02-031-3/+4
* elisp binding declarationsBT Templeton2012-02-031-1/+10
* elisp lambda list parsingBT Templeton2012-02-031-2/+2
* evaluate the function position correctlyBT Templeton2012-02-031-1/+1
* remove `flet*' elisp special formBT Templeton2012-02-031-4/+1
* remove `with-always-lexical' elisp special formBT Templeton2012-02-031-24/+2
* emacs-compatible lexical bindingBT Templeton2012-02-031-1/+1
* fix compilation of elisp forms with empty bodiesBT Templeton2012-02-031-1/+15
* remove unnecessary elisp macrosBT Templeton2012-02-031-42/+1
* elisp test fixesBT Templeton2012-02-031-3/+3
* remove unnecessary elisp subrsBT Templeton2012-02-031-14/+0
* `atomp' -> `atom'BT Templeton2012-02-031-3/+3
* lexical function binding for elispBrian Templeton2010-12-071-3/+3
* use unbound fluids instead of `void' sentinel valueBrian Templeton2010-12-071-11/+1
* use correct names for quasiquotation operatorsBrian Templeton2010-12-071-9/+9
* make `pass-if-equal' literal in `compile-test'Brian Templeton2010-12-071-1/+1
* change remaining %nil -> #nilAndy Wingo2010-04-091-2/+2
* Allow lexical binding of lambda arguments.Daniel Kraft2009-08-011-1/+33
* Compiler option to always bind certain symbols lexically.Daniel Kraft2009-07-311-1/+23
* Switch use of guile-primitive to now available funcall in test.Daniel Kraft2009-07-301-7/+7
* without-void-checks as new extension for fine-controlDaniel Kraft2009-07-301-1/+4
* funcall, apply and eval built-ins.Daniel Kraft2009-07-291-1/+46
* Added guile-primitive construct for references to primitives from Elisp.Daniel Kraft2009-07-291-7/+7
* Added length built-in.Daniel Kraft2009-07-291-0/+5
* Implemented lexical-let and lexical-let* for elisp.Daniel Kraft2009-07-291-0/+69
* In elisp-compiler.test, check that let* works without values given, too.Daniel Kraft2009-07-271-4/+10
* Compiler option to disable void-checks in elisp.Daniel Kraft2009-07-241-1/+10
* Implemented the flet and flet* extensions.Daniel Kraft2009-07-241-1/+17
* Implemented dynamic symbol access built-ins (set, fset, symbol-value, makunbo...Daniel Kraft2009-07-231-5/+29
* Added guile-ref extension construct, change throw implementation to easier on...Daniel Kraft2009-07-221-2/+13
* Implemented catch and throw in elisp.Daniel Kraft2009-07-221-0/+22
* Implemented prog1, prog2, dotimes, dolist control structures.Daniel Kraft2009-07-201-2/+25
* Implemented some important list built-ins.Daniel Kraft2009-07-181-0/+74
* Implemented unless, when and dotimes using built-in macros.Daniel Kraft2009-07-181-7/+28
* Return correct value for setq form.Daniel Kraft2009-07-181-4/+5
* Implemented real quotation (added support for backquotation).Daniel Kraft2009-07-181-0/+28
* Implemented eq and equal built-in predicates.Daniel Kraft2009-07-181-0/+17
* Implemented macros in elisp compiler.Daniel Kraft2009-07-161-0/+13
* Extended test-suite to cover already implemented built-ins and fixed errors f...Daniel Kraft2009-07-161-1/+47
* Test-suite for elisp compiler so far, excluding the built-ins.Daniel Kraft2009-07-151-0/+208