Bump version number for 1.9.10.
[bpt/guile.git] / module /
2010-04-09 Andy Wingochange remaining %nil -> #nil
2010-04-09 Andy Wingoelisp fixes for nil, and, or
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2010-04-09 Andy Wingo%nil -> #nil
2010-04-09 Andy Wingoadd debugging input and output ports
2010-04-09 Andy Wingorepl-reader only prompts if no input is available
2010-04-08 Ludovic CourtèsRemove `fold' from (sxml fold).
2010-04-08 Andy Wingofix curried definitions for value defines
2010-04-07 Andy Wingoadd (ice-9 curried definitions)
2010-04-07 Andy Wingofix bug when importing bindings that were already impor...
2010-04-06 Andy Wingovery important fix to (system repl command)
2010-04-06 Andy Wingodeprecated sc-expand in deprecated (ice-9 syncase)
2010-03-31 Andy Wingofix array bugs in ecmascript
2010-03-30 Ludovic CourtèsAdapt ECMAScript parser and lexer to `(system base...
2010-03-30 Ludovic CourtèsAdd Boucher's `lalr-scm' as the `(system base lalr...
2010-03-29 Andy Wingo(texinfo reflection) parses out macro metadata
2010-03-29 Andy Wingometadata for syntax-rules, identifier-syntax, and defin...
2010-03-28 Andy WingoFix inlining of lambda-apply-lambda.
2010-03-25 Andy Wingovectors of pairs in docstring position are metadata
2010-03-25 Andy Wingopsyntax supports multiple docstrings, merging lambda...
2010-03-22 Andy Wingomake guile's welcome more gnu-conventional; also warran...
2010-03-20 Ludovic CourtèsMake `include' tail-recursive.
2010-03-19 Andy Wingorename sc-expand to macroexpand
2010-03-17 Ludovic CourtèsAdd `%null-pointer' to `(system foreign)'.
2010-03-16 Ludovic CourtèsProvide `int', `long', `size_t', etc. in `(system forei...
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-03-14 Andy Wingo(debug) at the repl invokes the vm debugger
2010-03-14 Andy Wingopmatch license clarification clarifications
2010-03-14 Andy Wingoclarify pmatch licensing
2010-03-13 Andy Wingonarrowing stacks to prompts; backtrace shows frames...
2010-03-12 Andy Wingoremove repl-vm; repl evaluation does not cause recursiv...
2010-03-12 Andy Wingoprompt around REPL evaluations, and around `guile'...
2010-03-11 Andy Wingoremove internal treatment of default prompt tag, it...
2010-03-09 Andy Wingoprompt, abort -> call-with-prompt, abort-to-prompt
2010-03-09 Andy Wingo%start-stack in Scheme, in terms of prompts
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 Wingopsyntax expander tracks changes to current module in...
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-26 Andy Wingocatch, throw, with-throw-handler implemented in Scheme
2010-02-24 Andy Wingoeval.scm's handling of with-fluids doesn't leave the VM
2010-02-24 Andy Wingo(ice-9 control) fixes
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 Wingore-expand psyntax-pp
2010-02-19 Andy Wingofix tree-il->scheme bug for <dynlet>
2010-02-18 Andy Wingopsyntax support for with-fluids
2010-02-18 Andy Wingoadd tree-il->glil compilation for dynlet
2010-02-18 Andy Wingoadd dynlet to tree-il
2010-02-18 Andy Wingoadd with-fluids objects and primitive syntax
2010-02-18 Andy Wingorename <dynamic-wind> to <dynwind>
2010-02-18 Andy Wingoreorder eval clauses
2010-02-18 Andy Wingodynwind is now a part of guile's primitive language
2010-02-16 Andy Wingo`load' doesn't cause the compiler to be loaded in some...
2010-02-14 Ludovic CourtèsAdd `getaddrinfo' and related procedures.
2010-02-09 Ludovic CourtèsUse the R6RS I/O API in `write-bytecode'.
2010-02-09 Ludovic CourtèsChange `write-bytecode' to accept a bytevector.
2010-02-09 Ludovic Courtèsvlist: Slightly improve readability and consistency.
2010-02-08 Andy Wingopush a prompt handler value even in the inline-handler...
2010-02-02 Ludovic CourtèsUse vhashes in `unused-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `arity-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unbound-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unused-toplevel-analysis'.
2010-02-02 Ludovic CourtèsAdd `(ice-9 vlist)'.
2010-01-31 Ludovic CourtèsInline SRFI-9 constructors too.
2010-01-31 Ludovic CourtèsSRFI-9: Fix `define-inlinable'.
2010-01-31 Andy Wingoadd (ice-9 control)
2010-01-31 Andy WingoGLIL and assembly support for prompt compilation
2010-01-31 Andy Wingotree-il -> glil compilation of prompt, dynamic-wind...
2010-01-31 Andy WingoGLIL support for <prompt>
2010-01-31 Andy Wingotree-il analyzer and inliner handle <prompt>
2010-01-31 Andy Wingodynamic-wind compilation to VM ops
2010-01-31 Andy Wingonew tree-il for prompt, control, and dynamic-wind
2010-01-27 Andy Wingoadd simple foreign finalization, and pointer support
2010-01-27 Andy Wingostatprof bugfixes
2010-01-27 Andy Wingoinline calls to variable-bound?
2010-01-26 Andy Wingoadd make-c-struct, parse-c-struct
2010-01-26 Andy Wingofirst pass at implementing low-level foreign functions
2010-01-26 Andy Wingobyte access to foreigns via bytevectors
2010-01-26 Andy Wingomove foreign function interface to its own module
2010-01-23 Ludovic CourtèsAdd `struct-ref' and `struct-set' VM opcodes.
2010-01-17 Michael Granobject->assembly shouldn't presume existence of %nil
2010-01-17 Andy Wingofix doc snarfing with fedora 12
2010-01-17 Andy Wingonanosecond timestamp support in stat and utime
2010-01-14 Andy Wingofix call counting in statprof, enhance repl support
2010-01-13 Andy Wingo1.8 compat in ice-9 syncase
2010-01-13 Andy Wingovm-trace prints return values
2010-01-13 Andy Wingovm-trace only traces execution of its thunk
next