elisp `labels'
[bpt/guile.git] / module / language / elisp / compile-tree-il.scm
2012-02-03 BT Templetonelisp `labels'
2012-02-03 BT Templetonfix `flet' syntax
2012-02-03 BT Templetonelisp binding declarations
2012-02-03 BT Templetondeclaration parsing
2012-02-03 BT Templetonelisp lambda list parsing
2012-02-03 BT Templetonelisp function subrs
2012-02-03 BT Templetonremove dynamic function binding
2012-02-03 BT Templetonremove unused code
2012-02-03 BT Templetonnew elisp special form `%funcall'
2012-02-03 BT Templetonevaluate the function position correctly
2012-02-03 BT Templetonrecord elisp function names
2012-02-03 BT Templetonsimplify elisp symbol accessors
2012-02-03 BT Templetonremove `flet*' elisp special form
2012-02-03 BT Templetonremove `with-always-lexical' elisp special form
2012-02-03 BT Templetonemacs-compatible lexical binding
2012-02-03 BT Templetonremove `bind-arg-lexical?'
2012-02-03 BT Templetonuse srfi-9 for elisp bindings records
2012-02-03 BT Templetonfix compilation of elisp forms with empty bodies
2012-02-03 BT Templetonnew elisp special form `eval-when-compile'
2012-02-03 BT Templetonuse `nil?' for elisp conditionals
2011-11-22 BT Templetonremove void-checking cruft
2010-12-07 Brian Templetonlexical function binding for elisp
2010-12-07 Brian Templetonuse unbound fluids instead of `void' sentinel value
2010-12-07 Brian Templetonfunction's argument can be a symbol
2010-12-07 Brian Templetonsetq can take any number of arguments
2010-12-07 Brian Templetonuse correct names for quasiquotation operators
2010-12-07 Brian Templetonstore special operators in the function slot
2010-12-07 Brian Templetonmake user-defined macros available at runtime
2010-12-07 Brian Templetonallow fluid macro bindings
2010-12-07 Brian TempletonIgnore #:warnings compiler option
2010-12-07 Brian Templetonstore macro definitions in the function slot
2010-12-07 Brian Templetonuse existing bindings record for defmacro
2010-12-07 Brian Templetonuse tree-il's support for optional arguments
2010-12-07 Brian Templetonreindent
2010-12-07 Brian Templetonreformat comments
2010-12-07 Brian Templetonwhitespace changes
2010-06-17 Andy Wingobeginnings of letrec* support in the expander
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingo%nil -> #nil
2009-12-11 Andy Wingomerge from master to elisp
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-27 Daniel KraftDon't accept backquote/unquote/unquote-splicing any...
2009-08-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-04 Daniel KraftAbstracted dynamic binding a little off the fluids.
2009-08-03 Daniel KraftImplement catch and unwind-protect as macros.
2009-08-01 Daniel KraftAllow lexical binding of lambda arguments.
2009-07-31 Daniel KraftCompiler option to always bind certain symbols lexically.
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-30 Daniel KraftImplement some elisp constructs in macros instead of...
2009-07-30 Daniel Kraftwithout-void-checks as new extension for fine-control
2009-07-29 Daniel KraftAdded guile-primitive construct for references to primi...
2009-07-29 Daniel KraftImplemented lexical-let and lexical-let* for elisp.
2009-07-24 Daniel KraftCompiler option to disable void-checks in elisp.
2009-07-24 Daniel KraftDon't pass the bindings-data all around in compile...
2009-07-24 Daniel KraftImplemented the flet and flet* extensions.
2009-07-23 Daniel KraftImplemented dynamic symbol access built-ins (set, fset...
2009-07-22 Daniel KraftAdded guile-ref extension construct, change throw imple...
2009-07-22 Daniel KraftImplemented catch and throw in elisp.
2009-07-21 Daniel KraftDon't ensure fluids all over the place but scan for...
2009-07-21 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-20 Daniel KraftImplemented prog1, prog2, dotimes, dolist control struc...
2009-07-18 Daniel KraftReturn correct value for setq form.
2009-07-18 Daniel KraftImplemented real quotation (added support for backquota...
2009-07-16 Daniel KraftImplemented macros in elisp compiler.
2009-07-14 Daniel KraftImplemented defconst, defvar, defun special forms for...
2009-07-14 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-13 Daniel KraftSome bug fixes on the way and mainly implemented some...
2009-07-13 Daniel KraftAutomatically create fluids when necessary.
2009-07-13 Daniel KraftFixed lambda expressions and implemented function calls...
2009-07-13 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-13 Daniel KraftLambda expressions in elisp, but not yet function calls.
2009-07-07 Daniel KraftImplemented let and let* in elisp.
2009-07-07 Daniel KraftImplemented while construct in elisp.
2009-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-03 Daniel KraftImplemented fluid-based variable references and setting...
2009-07-02 Daniel KraftImplemented elisp's or form.
2009-07-02 Daniel KraftFor elisp's (cond ...) and (condition) forms without...
2009-06-29 Daniel KraftAdded make-nil instruction to VM and use it for Emacs...
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-09 Daniel KraftFirst code for elisp compilation, handling a very limit...