Bump version number for 1.9.9.
[bpt/guile.git] / module /
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
2010-01-12 Andy Wingofix texinfo reflection for procedures
2010-01-12 Andy Wingoallow simple value definitions with define*-public
2010-01-11 Andy Wingoinspector integration in debugger
2010-01-11 Andy Wingoprograms print as #<procedure ...>
2010-01-11 Andy Wingoadd a silly inspector
2010-01-11 Andy Wingofix compilation of #2((1 2 3) (4 5 6))
2010-01-11 Andy Wingoallow (define* SYM VAL)
2010-01-11 Andy Wingoallow compilation of #@2(1 2 3)
2010-01-11 Andy Wingofix erroneous compilation of #@2(1 2 3) as #(1 2 3)
2010-01-11 Ludovic CourtèsEvaluate the `export' and `re-export' forms at compile...
2010-01-11 Ludovic CourtèsThe reference graph in `-Wunused-toplevel' may contain...
2010-01-11 Ludovic CourtèsMove `feature?' to `deprecated.scm'.
2010-01-11 Ludovic CourtèsMake `(ice-9 deprecated)' a module of its own.
2010-01-11 Ludovic CourtèsMake `boot-9.scm' more friendly with `-Wunused-toplevel'.
2010-01-11 Ludovic CourtèsFix SRFI-19 exports.
2010-01-11 Ludovic CourtèsRemove unused top-level variables.
2010-01-11 Ludovic CourtèsProvide Guile-friendly `coding:' meta-data.
2010-01-11 Ludovic CourtèsAdd `-Wunused-toplevel' compiler warning.
2010-01-10 Andy Wingofix properties disassembly
2010-01-10 Andy Wingoshow args to subr calls in backtraces
2010-01-09 Andy Wingoslight tweak to stack narrowing in the debugger
2010-01-09 Andy WingoNarrow one more frame in debug.scm:debug-pre-unwind...
2010-01-09 Andy Wingoprint the error more nicely when we enter the debugger
next