bpt/guile.git
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
2010-09-12 Andy Wingolibguile gitignore
2010-09-12 Andy Wingobuild tweak to remove SRFI version definitions
2010-09-12 Andy Wingomove srfi-1 and srfi-60 C impl to libguile, without...
2010-09-12 Andy Wingoremove empty srfi-4, srfi-13, and srfi-14 shlibs
2010-09-12 Neil JerramCreate tags for Scheme source
2010-09-12 Michael GranProvide non-locale C/Scheme string conversion functions
2010-09-11 Neil JerramDocument scm_wrong_type_arg_msg
2010-09-11 Neil JerramRemove non-existent *environment* APIs from api-undocum...
2010-09-11 Neil JerramRemove unnecessary blank "Indices" page.
2010-09-10 Andy Wingonew procedure: source-procedures
2010-09-10 Andy Wingo(system xref) uses module-submodules
2010-09-10 Andy Wingoregenerate psyntax-pp.scm
2010-09-10 Andy Wingosimplify module/Makefile.am rules to not require touch
2010-09-07 Ludovic CourtèsClarify feature macro conditionals.
2010-09-07 Ludovic CourtèsUse Gnulib's `isnan' and `isinf' modules.
next