lexical binding macros
[bpt/guile.git] / module / language / elisp / runtime / function-slot.scm
2012-02-03 BT Templetonlexical binding macros
2012-02-03 BT Templetonelisp `while' macro
2012-02-03 BT Templetonelisp `labels'
2012-02-03 BT Templetonelisp function subrs
2012-02-03 BT Templetonnew elisp special form `%funcall'
2012-02-03 BT Templetonpurify elisp symbol cell modules
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 Templetonrewrite elisp macros in elisp
2012-02-03 BT Templetonnew elisp special form `eval-when-compile'
2012-02-03 BT Templetonremove unnecessary elisp macros
2012-02-03 BT Templetonrewrite elisp subrs in elisp
2010-12-07 Brian Templetonuse unbound fluids instead of `void' sentinel value
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 Templetonnew `load' subr
2010-12-07 Brian Templetonstore macro definitions in the function slot
2010-12-07 Brian Templetonreindent
2010-12-07 Brian Templetonreformat comments
2010-12-07 Brian Templetonwhitespace changes
2009-12-15 Ludovic CourtèsChange the Elisp compiler from GPLv2+ to LGPLv3+.
2009-12-11 Andy Wingomerge from master to elisp
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-29 Daniel Kraftfuncall, apply and eval built-ins.
2009-07-29 Daniel KraftAdded length built-in.
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-21 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-18 Daniel KraftImplemented some important list built-ins.
2009-07-18 Daniel KraftImplemented eq and equal built-in predicates.
2009-07-16 Daniel KraftExtended test-suite to cover already implemented built...
2009-07-15 Daniel KraftRemoved wrong not in zerop built-in.
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 KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-03 Daniel KraftImplemented fluid-based variable references and setting...