bpt/guile.git
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...
2010-10-03 Neil JerramEdit section on generic functions
2010-10-03 Neil JerramEdit section on slot access
2010-10-03 Neil JerramTypeset Ludo's name correctly
2010-10-03 Andy Wingoavoid some double-breaks in trap-at-procedure-ip-in...
2010-10-03 Andy Wingorepl.scm next-char needed to read EOF from port
2010-10-03 Andreas RottmannAdd implementation of SRFI 45
2010-10-03 Michael GranAdd v1.8.x backward compatiblity to GUILE_SITE_DIR
2010-10-03 Andy Wingosrfi-67 #:replace work
2010-10-03 Andreas RottmannAdd implementation of SRFI-67
2010-10-03 Andreas RottmannAdd implementation of SRFI 42
2010-10-03 Andreas RottmannReference original specification in SRFI 27 documentation
2010-10-03 Andy Wingobugfixen in source breakpoints and in-procedure traps
2010-10-02 Neil JerramFlatten `Miscellaneous Functions'
2010-10-02 Neil JerramCustomizing Instance Creation to metaobject protocol...
2010-10-02 Neil JerramRemove goops-version, which is no longer defined
2010-10-02 Neil JerramRemove doc of STKlos compatibility
2010-10-02 Neil JerramContinue separating simple and more complex GOOPS doc
2010-10-01 Andy Wingosource breakpoints accept user line numbers
2010-10-01 Andy Wingoadd source:line-for-user, returning a 1-indexed line...
next