support "#'" syntax for function expressions
[bpt/guile.git] / module / language / elisp / runtime /
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
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-08-03 Daniel KraftImplement catch and unwind-protect as macros.
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-30 Daniel KraftUse explicit guile-primitive forms in the macro expansi...
2009-07-30 Daniel KraftImplement some elisp constructs in macros instead of...
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-20 Daniel KraftImplemented prog1, prog2, dotimes, dolist control struc...
2009-07-18 Daniel KraftImplemented some important list built-ins.
2009-07-18 Daniel KraftImplemented unless, when and dotimes using built-in...
2009-07-18 Daniel KraftImplemented eq and equal built-in predicates.
2009-07-16 Daniel KraftImplemented macros in elisp compiler.
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...