use lexical binding in boot.el
[bpt/guile.git] / module / language / elisp / runtime.scm
2012-02-03 BT Templetonremove unused code
2012-02-03 BT Templetonsimplify elisp symbol accessors
2012-02-03 BT Templetonrewrite elisp macros in elisp
2012-02-03 BT Templetonrewrite elisp subrs in elisp
2010-12-17 Andy Wingorename make-undefined-fluid to make-unbound-fluid
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 Templetonstore special operators in the function slot
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
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoelisp fixes for nil, and, or
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-23 Daniel KraftImplemented dynamic symbol access built-ins (set, fset...
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 unless, when and dotimes using 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 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...