bpt/guile.git
2010-10-01 Andy Wingoupdate api-debug.texi discussion of stack overflow
2010-10-01 Andy Wingoc stack overflow checked for, once more
2010-10-01 Andy Wingoscm_report_stack_overflow eventually resets scm_stack_c...
2010-10-01 Neil JerramFix typo in configure.ac
2010-10-01 Andy Wingodeprecate turn-on-debugging, it is obsolete
2010-10-01 Andy Wingoscm_debug_opts to debug.c, backtrace on by default...
2010-10-01 Andy Wingodocument call-with-error-handling
2010-10-01 Andy Wingoapi-debug.texi refactors
2010-10-01 Andy Wingoupdate tour.texi
2010-10-01 Andy Wingofinish cleaning out api-options.texi
2010-10-01 Andy Wingodebug and readline options doc tweak
2010-10-01 Andy Wingomove read and print options docs to the procedures...
2010-10-01 Andy Wingoremove elisp-strings and elisp-vectors read options
2010-10-01 Andy Wingo(foo-options 'full) displays options doc in correct...
2010-10-01 Andy Wingoremove unused print-options
2010-09-30 Andy Wingoadd ,registers
2010-09-28 Andy Wingofix check-guile.in for default vm change
2010-09-28 Andy Wingodefault to regular vm for noninteractive use
2010-09-27 Ludovic CourtèsFix pattern variable extraction in `match' with `..1'.
2010-09-27 Ludovic CourtèsAdd support for `..1' to `match'.
2010-09-27 Andreas RottmannAdd implementation of SRFI 27
2010-09-27 Andy Wingoadd call-with-vm; remove thread-vm bits; remove vm...
2010-09-27 Ludovic CourtèsFix bignum memory leak.
2010-09-27 Ludovic CourtèsAllocate bignums in pointer-less memory.
2010-09-26 Ludovic CourtèsRemove `scm_t_aligned_cell'.
2010-09-26 Ludovic CourtèsFix argument passing in VM hooks.
2010-09-26 Ludovic CourtèsHave `@abort' honor VM changes by winds.
2010-09-26 Michael GranFavor non-hex string escapes over hex escapes when...
2010-09-26 Neil JerramEdit define-class doc
2010-09-26 Neil JerramRemove unwarranted para
2010-09-26 Neil JerramEdit text about the MOP
2010-09-26 Neil JerramStart separating doc of the metaobject protocol from...
2010-09-26 Neil JerramPromote subsections inside the GOOPS "Reference Manual...
2010-09-25 Michael GranIncorrect parsing of NaN complex numbers
2010-09-25 Andy Wingoremove vm-version, vm options
2010-09-25 Andy Wingofix up options.test
2010-09-25 Andy Wingostatprof test traps fix; re-enable accurate call counti...
2010-09-25 Andy Wingofix eval.test for procnames eval option
2010-09-24 Andy Wingoremove a number of debug options
2010-09-24 Andy Wingoremove evaluator-traps-interface
2010-09-24 Andy Wingoremove GDS
2010-09-24 Andy Wingoremove (ice-9 debugger) and (ice-9 debugging)
2010-09-24 Andy Wingoremove eval-options
2010-09-24 Andy Wingoapi-debug.texi updates
2010-09-24 Andy Wingofix ,traps REPL command
2010-09-24 Andy Wingoremove srcprop.[ch] things that have to do with breakpoints
2010-09-24 Ludovic CourtèsMake `procedure-execution-count' fail gracefully when...
2010-09-24 Ludovic CourtèsFix coverage analysis of procedures called from C.
2010-09-24 Ludovic CourtèsRemove unused declarations.
2010-09-24 Ludovic CourtèsAdd `thread-vm' and `set-thread-vm!'.
2010-09-24 Andy Wingoprocedure traps can fire on nested procedures
2010-09-24 Andy Wingosystem xref maintains source mapping for nested procedu...
2010-09-24 Ludovic CourtèsFix typo in `weaks.test'.
2010-09-23 Ludovic CourtèsFix bug #31081 (`lookahead-u8' returns an s8.)
2010-09-23 Ludovic CourtèsFixlet in `coverage.test'.
2010-09-23 Ludovic CourtèsStrengthen the weak hash table tests.
2010-09-23 Ludovic CourtèsFix weak-value hash tables.
2010-09-23 Ludovic CourtèsDefine `equal?' for pointer objects.
2010-09-23 Andy Wingoadd ,break-at-source
2010-09-23 Andy Wingoanother trap printing tweak
2010-09-23 Andy Wingolist-traps just returns trap identifiers, not names
2010-09-23 Andy Wingotrace printing tweak
2010-09-23 Andy Wingomore uniform break / tracepoint printing in repl
2010-09-23 Andy Wingoadd trap-name procedure
2010-09-23 Andy Wingotracepoints print their trap number
2010-09-23 Andy Wingoadd repl ,tracepoint command
2010-09-23 Andy Wingoavoid traps in repl except when evaluating the expression
2010-09-23 Andy Wingoadd trap-calls-to-procedure
2010-09-23 Andy Wingoadd scm_frame_address / frame-address
2010-09-23 Andy Wingotracing in terms of traps
2010-09-22 Neil JerramExplain examples of user-defined classes
2010-09-22 Neil JerramExplain built-in classes like <string>
2010-09-22 Neil JerramImprove GOOPS `Quick Start' doc
2010-09-22 Neil JerramMove GOOPS chapter's Stk copyright notice upfront
2010-09-22 Neil JerramGOOPS doc simplification
2010-09-21 Andy Wingo(system repl command) cleanups
2010-09-21 Andy Wingobreakpoints from recursive prompts work
2010-09-19 Ludovic CourtèsSRFI-1: Rewrite `alist-copy' in Scheme.
2010-09-19 Ludovic CourtèsRemove the SRFI-1 C proxies.
2010-09-19 Andy Wingodefault-trap-handler bugfix
2010-09-19 Göran WeinholtFix make-variable-transformer export
2010-09-19 Andy Wingoadd ,traps ,delete ,disable ,enable
2010-09-19 Andy Wingoimplement breakpoints in the repl
2010-09-17 Andy Wingoadd (system vm traps)
2010-09-17 Andy Wingovm hooks run without hooks
2010-09-16 Andy Wingofix bad Makefile.am addition
2010-09-16 Andy Wingoinstruction tracing tweak
2010-09-16 Andy Wingoonly trace instructions inside the thunk
2010-09-16 Andy Wingoupdate vm hooks doc
2010-09-16 Andy Wingoadd vm-abort-continuation-hook, vm-restore-continuation...
2010-09-16 Andy Wingotrim our set of vm hooks
2010-09-16 Andy Wingoremove unused (system vm profile)
2010-09-15 Ludovic CourtèsFix write-beyond-end-of-string error in the conversion...
2010-09-15 Ludovic CourtèsOptimize `peek-char'.
2010-09-15 Ludovic CourtèsFix copyright year and module name of `write.bm'.
2010-09-14 Ludovic CourtèsRe-introduce pretty-printing of combining characters.
2010-09-14 Ludovic CourtèsRemove commented out code from `print.c'.
2010-09-14 Ludovic CourtèsFactorize and optimize `write' for strings and characters.
2010-09-14 Ludovic CourtèsInternally expose `scm_i_unistring_escapes_to_{guile...
2010-09-12 Andy Wingodoc/ref lib-version.texi removal
next