Merge branch 'master' of git://git.savannah.gnu.org/guile into elisp
[bpt/guile.git] / module /
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-27 Daniel KraftSupport circular structures in elisp reader.
2009-08-27 Daniel KraftReplaced generated elisp parser with hand-written one...
2009-08-27 Daniel KraftDon't accept backquote/unquote/unquote-splicing any...
2009-08-26 Andy WingoRevert "eval is actually compile"
2009-08-26 Daniel KraftError in lexer when 'empty' symbol would have been...
2009-08-26 Daniel KraftParser for elisp and use it as reader.
2009-08-26 Daniel Kraftget-lexer/1 for elisp that finishes after the first...
2009-08-26 Daniel KraftCharacter and string literal support for the elisp...
2009-08-26 Daniel KraftA first, rough lexer for elisp still missing some stuff.
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Andy Wingoeval is actually compile
2009-08-20 Andy Wingodefine @bind using syntax-case
2009-08-20 Andy Wingopush new frame on stack before procedure & args
2009-08-20 Michael GranRename string-width to string-bytes-per-char
2009-08-18 Andy Wingoremove (ice-9 lineio)'s dependency on (ice-9 readline)
2009-08-18 Andy Wingo`load' autocompiles
2009-08-15 Ludovic CourtèsAdd proper `--help' and `--version' for `guile-tools...
2009-08-13 Ludovic CourtèsUncomment run-time objcode alignment check.
2009-08-13 Ludovic CourtèsAllow fresh modules to be passed to `compile'.
2009-08-13 Ludovic CourtèsAllow redefinitions in compiled code as in `(define...
2009-08-12 Andy Wingoupdate docs for recent vm/compiler work
2009-08-12 Andy Wingo"fix" <let>-bound lambda expressions too
2009-08-12 Andy Wingorework the vm support for wide strings
2009-08-12 Michael GranFix disassembly of strings and symbols
2009-08-11 Andy Wingodebitrot the ecmascript compiler
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-08-07 Andy Wingolambda, the ultimate goto
2009-08-07 Andy Wingoimplement compilation of label-allocated lambda expressions
2009-08-07 Andy Wingoadd label alist to lambda allocations in tree-il->glil...
2009-08-06 Andy Wingoloop detection in the house
2009-08-06 Andy Wingoactually implement "fixing letrec"
2009-08-06 Andy Wingoactually inline call-with-values to tree-il's <let...
2009-08-05 Andy Wingolet-values in terms of syntax-case, add make-tree-il...
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-08-05 Andy Wingoadd a brain-dead inliner
2009-08-05 Andy Wingoadd1 and sub1 instructions
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 Ludovic CourtèsAdd unused variable analysis in the tree-il->glil compiler.
2009-07-30 Ludovic CourtèsAdd `(system base message)', a simple warning framework.
2009-07-30 Ludovic CourtèsAdd `tree-il-fold', a purely functional iterator on...
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-30 Daniel Kraftwithout-void-checks as new extension for fine-control
2009-07-29 Daniel Kraftfuncall, apply and eval built-ins.
2009-07-29 Michael GranAdd 32-bit characters
2009-07-29 Daniel KraftAdded guile-primitive construct for references to primi...
2009-07-29 Daniel KraftAdded length built-in.
2009-07-29 Daniel KraftImplemented lexical-let and lexical-let* for elisp.
2009-07-26 Andy Wingoincrease range of relative jumps by aligning blocks...
2009-07-26 Andy Wingomake sure all programs are 8-byte aligned
2009-07-26 Andy Wingofix alignment of subprograms of subprograms
2009-07-24 Andy Wingocheck that jumps are within the range of a signed 16...
2009-07-24 Andy Wingofix gensym creation in psyntax
2009-07-24 Daniel KraftCompiler option to disable void-checks in elisp.
2009-07-24 Andy Wingocompiler support for nlocs >= 256
2009-07-24 Daniel KraftDon't pass the bindings-data all around in compile...
2009-07-24 Andy Wingonlocs is now 16 bits wide
2009-07-24 Daniel KraftImplemented the flet and flet* extensions.
2009-07-23 Andy Wingoremove all mentions of "external" from the compiler...
2009-07-23 Andy Wingorename "closure-ref" to "free-ref"; s/vars/variables...
2009-07-23 Andy Wingoremove "externals" from the vm
2009-07-23 Andy Wingocompile lexical variable access and closure creation...
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-19 Andy Wingoany->u8vector and family now implemented in Scheme
2009-07-19 Andy Wingoremove deprecated functions from unif.c
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 KraftReturn correct value for setq form.
2009-07-18 Daniel KraftImplemented real quotation (added support for backquota...
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 Ludovic CourtèsAdd FIXMEs about misaligned objcode-metas.
2009-07-15 Ludovic CourtèsSwitch remaining GPLv2+ Guile-VM headers to LGPLv3+.
2009-07-15 Daniel KraftTest-suite for elisp compiler so far, excluding the...
2009-07-15 Daniel KraftRemoved wrong not in zerop built-in.
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.
next