bpt/guile.git
2010-03-31 Andy Wingofix bug in ash opcode
2010-03-31 Andy Wingorename unif.test to arrays.test
2010-03-31 Ludovic CourtèsMove another GOOPS-less test at the beginning.
2010-03-31 Ludovic CourtèsAdd separate test file for GOOPS-less tests.
2010-03-30 Ludovic CourtèsAdapt ECMAScript parser and lexer to `(system base...
2010-03-30 Ludovic CourtèsAdd rudimentary ECMAScript tests.
2010-03-30 Ludovic CourtèsMention `(system base lalr)' in the manual.
2010-03-30 Ludovic CourtèsAdd Boucher's `lalr-scm' as the `(system base lalr...
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy WingoRevert "fix equal? between an array and a non-array"
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy Wingocorrectly handle --no-autocompile (fixed broken previou...
2010-03-30 Andy Wingonil is null, whee
2010-03-30 Andy Wingonil is false, whee
2010-03-30 Andy Wingogoing through scm_shell not necessary to get autocompil...
2010-03-29 Andy Wingofix bug in scm_must_free
2010-03-29 Andy Wingoremove out-of-date comment in scm_gc_malloc
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 Mark H WeaverRenumber IFLAGSs so the first 8 are reserved for lisp...
2010-03-28 Andy WingoFix inlining of lambda-apply-lambda.
2010-03-26 Andy Wingoremove spurious declarations in c-tokenize.lex
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-22 Andy WingoUpdate manual examples of how to link with Guile
2010-03-20 Ludovic CourtèsMake `include' tail-recursive.
2010-03-20 Ludovic CourtèsCosmetic changes in `foreign.c'.
2010-03-20 Ludovic CourtèsFix argument passing to foreign functions.
2010-03-19 Andy Wingofix srfi-31 check after macroexpand rename
2010-03-19 Andy Wingorename sc-expand to macroexpand
2010-03-19 Andy Wingofinish macro docs
2010-03-19 Andy Wingodocument syntax-case
2010-03-19 Andy Wingoadd GUILE-VERSION to CONFIG_STATUS_DEPENDENCIES
2010-03-18 Ludovic CourtèsBump version number for 1.9.9.
2010-03-18 Ludovic CourtèsUpdate `NEWS'.
2010-03-18 Andy WingoA start at syntax-rules docs
2010-03-18 Ludovic CourtèsImprove encoding error reporting.
2010-03-18 Ludovic CourtèsUpdate Gnulib; use the `func' module.
2010-03-17 Ludovic CourtèsAdd `%null-pointer' to `(system foreign)'.
2010-03-16 Ludovic CourtèsRemove obsolete test directory.
2010-03-16 Ludovic CourtèsChange `dynamic-link' to return a global handle when...
2010-03-16 Ludovic CourtèsProvide `int', `long', `size_t', etc. in `(system forei...
2010-03-16 Ludovic CourtèsFix doc string of `dynamic-pointer'.
2010-03-16 Ludovic CourtèsUse GC-managed pointerless memory in the FFI.
2010-03-16 Andy Wingoupdate NEWS for 1.9.9
2010-03-16 Andy Wingocull 1.9.8 NEWS items
2010-03-16 Andy Wingoadd a section to the manual on prompts
2010-03-16 Andy Wingoparallel installability for libguile*.h
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-03-16 Andy Wingoversion.h has SCM_EFFECTIVE_VERSION; effective-version...
2010-03-16 Andy WingoBump GUILE_EFFECTIVE_VERSION to 2.0
2010-03-16 Andy Wingodecouple GUILE_VERSION from GUILE_EFFECTIVE_VERSION.
2010-03-16 Andy Wingomore vm gc fixen
2010-03-15 Ludovic Courtèsconfigure: Abort when GMP is not found.
2010-03-15 Ludovic CourtèsMake sure the whole VM stack is always scanned by the GC.
2010-03-14 Ludovic Courtèsdoc: Update "Multi-Threading" node.
2010-03-14 Ludovic Courtèsdoc: Remove obsolete reference to the lack of Unicode...
2010-03-14 Andy Wingosmall vm.texi updates
2010-03-14 Andy Wingoadd some vm hook docs
2010-03-14 Andy Wingo(debug) at the repl invokes the vm debugger
2010-03-14 Andy WingoUpdate api-debug.texi; there is a ways to go.
2010-03-14 Andy Wingopmatch license clarification clarifications
2010-03-14 Andy Wingoclarify pmatch licensing
2010-03-14 Andy Wingofix critical bug in history.texi
2010-03-14 Andy Wingoupdate "data representation" part of guile internals doc
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 Wingoadd abort to unknown prompt test
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-09 Andy Wingofix continuation printing bug
2010-03-07 Ludovic CourtèsDon't export `write-bytecode' from `(language assembly...
2010-03-07 Ludovic CourtèsAdd wide-string compilation test.
2010-03-07 Ludovic CourtèsFix miscompilation of non-ASCII Latin-1 strings.
2010-03-05 Ludovic CourtèsRecycle fluid numbers.
2010-03-05 Ludovic CourtèsAdd new fluid tests.
2010-03-05 Ludovic CourtèsDon't gratuitously over-engineer things...
2010-03-04 Ludovic CourtèsSlightly optimize the memoizer, bootstrap evaluator...
2010-03-04 Ludovic CourtèsRemove obsolete compile-time option for freelist debugging.
2010-03-04 Andy Wingosome with-fluid* -> with-fluids
2010-03-04 Andy Wingopartial continuations print as #<partial-continuation...
2010-03-04 Andy Wingotighten up scm_i_dowinds, fixing invalid SCM_CAR (prompt)
2010-03-04 Andy Wingoadd printers for prompts and with-fluids objects
2010-03-04 Ludovic CourtèsTry to avoid `guile-test' failures when it can't displa...
2010-03-04 Ken RaeburnThe load-module routine tries to interpret relative...
2010-03-03 Ludovic CourtèsWrite the test suite log file in UTF-8.
2010-03-03 Ludovic CourtèsUse `with-latin1-locale' in `regexp.test'.
2010-03-03 Ludovic CourtèsMove Latin-1 locale fiddling to `(test-suite lib)'.
2010-03-03 Ludovic CourtèsFix `with-locale*' in `(test-suite lib)'.
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-03-03 Andy Wingoadd more tests to control.test
2010-03-03 Ludovic CourtèsFix off-by-one error in the off-by-one fix of `make...
2010-03-02 Ludovic CourtèsAdd test checking whether fluids are GC'd.
2010-03-02 Ludovic CourtèsFix "coding:" cookies in the test suite.
2010-03-02 Ludovic CourtèsFix off-by-one error when initializing vectors in ...
next