bpt/guile.git
2010-10-31 Neil JerramAdd ref to new location for regex doc
2010-10-31 Neil JerramPromote regex doc out of the `Simple Data Types' section
2010-10-27 Ludovic CourtèsFix typo in the (system base lalr) documentation.
2010-10-27 Andreas RottmannExtend the #:replace list of the SRFI 69 module
2010-10-27 Ludovic CourtèsHave "frisk" recognize `#:use-module' and `#:autoload'.
2010-10-27 Ludovic CourtèsAugment `arithmetic.bm'.
2010-10-26 Neil JerramFix manual typo
2010-10-22 Julian GrahamImprove performance of R6RS records implementation
2010-10-20 Ludovic CourtèsTweak `-Wunused-variable' and `-Wunused-toplevel' for...
2010-10-20 Ludovic CourtèsAdd `Libs.private' to the `.pc' files.
2010-10-20 Ludovic Courtèsconfigure: Don't needlessly augment $LIBS (and $GUILE_L...
2010-10-20 Tristan Colgate... Add support for more multicast sockopts.
2010-10-20 Tristan Colgate... Fix detection of struct ip_mreq
2010-10-19 Andy Wingordelim cleanups
2010-10-18 Andy Wingomore -Wundef on darwin fixes
2010-10-18 Andy Wingouninitialized var in scm_read_character
2010-10-18 Andy Wingo_scm GUILE_USE_64_CALLS compilation warning fix
2010-10-17 Andy Wingoweb/uri: reimplement for rfc 3986, add tests
2010-10-17 Andy Wingoimport uri.scm from tekuti, from guile-www
2010-10-15 Ludovic CourtèsBump version number for 1.9.13.
2010-10-15 Ludovic CourtèsUpdate `cpp-E.syms' and `cpp-SIG.syms'.
2010-10-15 Ludovic CourtèsFix the `chknew-E' and `chknew-SIG' rules.
2010-10-15 Michael GranUnresolved var errors don't work for top-level vars
2010-10-15 Michael GranUpdate charsets to Unicode 6.0.0
2010-10-14 Andy Wingore-implement srfi-34's guard with syntax-case
2010-10-14 Andy Wingossax: add procs to define parsed entities
2010-10-13 Neil JerramNuke GOOPS `Quick Start' section, in favour of the...
2010-10-13 Andy Wingofix bug in with-fluids in a non-tail position
2010-10-12 Ludovic CourtèsOptimize `1+' and `1-' on fixnums.
2010-10-12 Neil JerramEdit `Adding Methods to Generic Functions'
2010-10-12 Neil JerramTwo very small edits
2010-10-12 Neil JerramEdit `Generic Functions and Accessors'
2010-10-12 Ludovic CourtèsAllocate complex numbers in contiguous pointer-less...
2010-10-12 Ludovic CourtèsAllocate inexact numbers in pointer-less memory.
2010-10-12 Ludovic CourtèsPlacate `-Wformat'.
2010-10-12 Andy Wingoupdate NEWS for 1.9.13
2010-10-12 Neil JerramAdd TeX form of jao's name
2010-10-12 Andy Wingofold old news items into main news body
2010-10-12 Andy Wingo,frame and related commands handle for-trap? appropriately
2010-10-12 Andy Wingodon't warn for (format #t fmt) -- format string actuall...
2010-10-12 Andy Wingodebug has for-trap? field
2010-10-12 Andy Wingoremove gds docs, telling users instead to use geiser...
2010-10-12 Andy Wingominor doc fixups
2010-10-11 Andy Wingoadd --listen docs
2010-10-11 Andy Wingopreface contributors tweaks
2010-10-11 Andy Wingoupdate preface.texi contributors
2010-10-11 Ludovic CourtèsAllow arbitrary code in ASSOC procedures for weak hash...
2010-10-11 Ludovic CourtèsFix a bug in weak hash table bucket fixup.
2010-10-10 Ludovic CourtèsFix typo.
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èsCompile with `-Wformat'.
2010-10-10 Ludovic CourtèsImplement fancy format string analysis.
2010-10-10 Ludovic CourtèsEscape newlines from format strings in warnings.
2010-10-10 Andy Wingoadd --listen command line argument.
2010-10-10 Andy Wingoadd (system repl server)
2010-10-10 Andy Wingofix segfaults when closing the current input port
2010-10-10 Andy Wingoreadline repl-reader falls back to boot-9 definition...
2010-10-10 Andy Wingointerrupted syscalls run asyncs before throwing syserror
2010-10-08 Andy Wingofurther repl tweaks
2010-10-08 Ludovic CourtèsImprove pretty-printing of tree-il objects.
2010-10-08 Ludovic CourtèsAdd `-Wformat'.
2010-10-08 Ludovic CourtèsFixlets for REPL error handling.
2010-10-08 Ludovic CourtèsSRFI-1: Rewrite `split-at' and `split-at!' in Scheme.
2010-10-08 Ludovic CourtèsSRFI-1: Rewrite `filter-map' in Scheme.
2010-10-08 Ludovic CourtèsSRFI-1: Make `fold-right' tail-recursive.
2010-10-08 Ludovic CourtèsSRFI-1: Make `unfold' tail-recursive (fix bug #30071).
2010-10-08 Ludovic CourtèsRegister `scm_init_r6rs_ports' as an extension.
2010-10-08 Ludovic CourtèsAlways run at least the ASCII regexp tests.
2010-10-08 Andy Wingofix a bug in `finish'
2010-10-08 Andy Wingostepping traps use frame-next-source, not frame-source
2010-10-08 Andy Wingoadd program-sources-pre-retire to core and define frame...
2010-10-08 Andy Wingofix error in frame-return-values
2010-10-08 Andy Wingofix tracing of mv returns
2010-10-08 Andy Wingomore inlining in psyntax
2010-10-08 Andy Wingoinline symbol? and vector? to opcodes, and a psyntax...
2010-10-08 Andy Wingoadd repl debugging command docs
2010-10-08 Andy Wingoproof-reading fixen in api-debug
2010-10-07 Andy Wingofinish traps documentation
2010-10-07 Andy Wingoremove old debugging examples from api-debug
2010-10-07 Andy Wingodocument trap states
2010-10-07 Andy Wingodocument tracing traps
2010-10-07 Andy Wingofinish documenting low-level traps, other api-debug...
2010-10-07 Andy Wingoupdate traps documentation (unfinished)
2010-10-07 Andy Wingoupdate docs regarding --debug
2010-10-07 Andy Wingorename vm-trace to call-with-trace
2010-10-06 Andy Wingoupdate (system repl debug) todo
2010-10-06 Andy Wingoadd ,step ,stepi ,next and ,nexti
2010-10-06 Andy Wingocleanups to ,finish
2010-10-06 Andy Wingobuild guile-readline/ after module/
2010-10-05 Andy Wingoadd ,finish repl meta-command
2010-10-05 Andy Wingo(system vm trap-state): add-trap-at-frame-finish!
2010-10-05 Andy Wingo(system vm frame): frame-return-values
2010-10-05 Andy Wingodebug-trap-handler ephemeral trap enhancement
2010-10-05 Andy Wingo(system repl debug): add frame->stack-vector
2010-10-05 Andy Wingofix embarrassing error preventing ,del from working
2010-10-05 Andy Wingosystem repl repl comments
2010-10-05 Andy Wingobugfixes and simplifications to ice-9 buffered-input.
2010-10-05 Andy Wingoguile-readline slight modernization
2010-10-04 Andy WingoRevert "repl.scm next-char needed to read EOF from...
next