Rewording for "make an intervention".
[bpt/guile.git] / module / language /
2011-02-13 Andy Wingoread-enable 'positions by default
2011-02-07 Andy Wingofix memq/memv inlining
2011-01-26 Noah LavineParse Decimal Numbers
2011-01-26 Noah LavineFix Hex Constants
2011-01-26 Noah LavineEcmascript Syntax
2011-01-26 Noah LavineEcmascript Syntax Fix
2011-01-23 Ludovic CourtèsRemove unexpected non-ASCII character.
2011-01-17 Noah LavineAdd ECMAScript Unicode literal support
2011-01-05 Ludovic CourtèsTiny style improvement in the ECMAScript compiler.
2011-01-04 Noah LavineFix ECMAScript object creation.
2010-12-17 Andy Wingorename make-undefined-fluid to make-unbound-fluid
2010-12-10 Andy Wingoadd return/values hack to compile-glil for lua
2010-12-10 Andy Wingofix self-tail-calls for lexical procs with optional...
2010-12-09 Andy Wingoclarify compile-glil error messages
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 Templetonallow `(setcar nil nil)' and `(setcdr nil nil)'
2010-12-07 Brian Templetonsupport "#'" syntax for function expressions
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 Templetonnew `load' subr
2010-12-07 Brian TempletonIgnore #:warnings compiler option
2010-12-07 Brian Templetonhandle EOF correctly in parser and lexer
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-11-18 Andy Wingobetter errors for ecmascript parser too
2010-11-18 Andy Wingoecmascript tokenization errors report source location
2010-11-18 Andy Wingofix ecmascript at the repl
2010-11-16 Andy Wingoecmascript syntax errors throw to 'syntax-error
2010-10-20 Ludovic CourtèsTweak `-Wunused-variable' and `-Wunused-toplevel' for...
2010-10-12 Andy Wingodon't warn for (format #t fmt) -- format string actuall...
2010-10-10 Ludovic CourtèsAdd warnings for obvious syntax errors in format strings.
2010-10-10 Ludovic CourtèsAdd new `format' warnings.
2010-10-10 Ludovic CourtèsImplement fancy format string analysis.
2010-10-08 Ludovic CourtèsImprove pretty-printing of tree-il objects.
2010-10-08 Ludovic CourtèsAdd `-Wformat'.
2010-10-08 Andy Wingoinline symbol? and vector? to opcodes, and a psyntax...
2010-10-01 Andy Wingoadd source:line-for-user, returning a 1-indexed line...
2010-07-10 No ItisntRemove trailing whitespace
2010-06-17 Andy Wingotree-il->scheme renders fix as letrec*
2010-06-17 Andy Wingoresolve-primitives tweaks
2010-06-17 Andy Wingocompiler support for letrec*
2010-06-17 Andy Wingoadd effect+exception-free-primitive? predicate
2010-06-17 Andy Wingobeginnings of letrec* support in the expander
2010-06-11 Andy Wingohandler of a prompt is in tail context
2010-06-11 Andy Wingocomment in fix-letrec
2010-06-11 Andy Wingounparse the tag of a prompt
2010-06-11 Andy Wingomake-prompt-tag is an effect-free primitive
2010-06-11 Andy Wingoadd inliner cases for conditionals
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-05-22 Ludovic CourtèsFix disassembly of free variable lists.
2010-05-20 Andy Wingomacroexpanded pretty-printer
2010-05-20 Andy Wingotree-il->scheme for lambda* et al
2010-05-19 Andy Wingotree-il on expanded-vtables
2010-05-07 Ludovic CourtèsAdd `program-free-variables' to `(system vm program)'.
2010-05-02 Andy Wingoadd assert-nargs-ee/locals instruction
2010-05-02 Andy Wingorename `vars' field in tree-il binding constructs to...
2010-05-02 Andy Wingofix a comment about environments and the scheme compiler
2010-05-02 Andy Wingoremove `version' field from <language>
2010-04-30 Andy Wingooptimize and bugfix make-struct VM opcode
2010-04-27 Andy Wingofix bug in compile-glil.scm for return opcode-hack
2010-04-17 Andy Wingodeprecate arity access via (procedure-properties proc...
2010-04-17 Andy Wingoremove program-name, program-documentation
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingochange remaining %nil -> #nil
2010-04-09 Andy Wingoelisp fixes for nil, and, or
2010-04-09 Andy Wingo%nil -> #nil
2010-03-31 Andy Wingofix array bugs in ecmascript
2010-03-30 Ludovic CourtèsAdapt ECMAScript parser and lexer to `(system base...
2010-03-28 Andy WingoFix inlining of lambda-apply-lambda.
2010-03-19 Andy Wingorename sc-expand to macroexpand
2010-03-09 Andy Wingoprompt, abort -> call-with-prompt, abort-to-prompt
2010-03-07 Ludovic CourtèsDon't export `write-bytecode' from `(language assembly...
2010-03-07 Ludovic CourtèsFix miscompilation of non-ASCII Latin-1 strings.
2010-03-04 Andy Wingosome with-fluid* -> with-fluids
2010-03-03 Andy Wingouse anonymous mv-bind in compile-glil.scm; fix abort...
2010-03-03 Andy Wingo<glil-mv-bind> can truncate values anonymously
2010-02-23 Andy Wingoensure non-escape-only prompts have a thunk application...
2010-02-22 Andy Wingoabort always dispatches to VM bytecode, to detect same...
2010-02-22 Andy Wingoprompt and abort inlining
2010-02-22 Andy Wingofix <prompt> compilation bug
2010-02-19 Andy Wingoprompt as part of guile's primitive language
2010-02-19 Andy Wingofix prompt disassembly bug
2010-02-19 Andy Wingoadd scm_c_abort, wire it up to the abort opcode
2010-02-19 Andy Wingoprompt handlers are always inline
2010-02-19 Andy Wingofluid-ref / fluid-set! compile to dynref/dynset
2010-02-19 Andy Wingoadd <dynref> and <dynset> to tree-il
2010-02-19 Andy Wingorename <control> to <abort>
2010-02-19 Andy Wingo<prompt> has no pre-unwind-handler, it's unnecessary
2010-02-19 Andy Wingofix tree-il->scheme bug for <dynlet>
2010-02-18 Andy Wingoadd tree-il->glil compilation for dynlet
2010-02-18 Andy Wingoadd dynlet to tree-il
next