fix SCM_STACK_OVERFLOW_P bug
[bpt/guile.git] / module /
2010-01-09 Andy Wingoslight tweak to stack narrowing in the debugger
2010-01-09 Andy WingoNarrow one more frame in debug.scm:debug-pre-unwind...
2010-01-09 Andy Wingoprint the error more nicely when we enter the debugger
2010-01-09 Andy Wingomake backtraces prettier
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-08 Ludovic CourtèsFix frame printing in the debugger.
2010-01-08 Ludovic CourtèsFactorize the location stack handling in warning analyses.
2010-01-08 Ludovic CourtèsUse `HORIZONTAL ELLIPSIS' when available in `truncated...
2010-01-07 Andy Wingotc7 tags for vm-related data
2010-01-07 Andy Wingoinline srfi-4 vector accessors
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2010-01-05 Andy Wingoclean up macros.[ch]
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2009-12-29 Andy Wingocleanups to debugger
2009-12-29 Andy Wingodebugger's backtrace implemented in scheme
2009-12-29 Andy Wingo~:@y allows for truncation to an absolute maximum width
2009-12-29 Andy Wingointegers at debugger select frames
2009-12-29 Andy Wingoclean up (system vm frames), add locals command to...
2009-12-29 Andy Wingoadd ~@y truncated printing directive to format
2009-12-29 Andy Wingoadd truncated-print to (ice-9 pretty-print)
2009-12-28 Andy Wingopretty-print is a lambda*
2009-12-28 Andy Wingofix bug bindings lexical vars within optargs initializers
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-28 Andy Wingofix defmacro*
2009-12-28 Andy Wingo(syntax foo) -> #'foo in boot-9
2009-12-24 Andy Wingoimplement up, down, frame, and bindings in the repl
2009-12-24 Andy Wingorewrite debugger command loop
2009-12-23 Andy Wingokeyword arg errors throw to 'keyword-argument-error
2009-12-22 Andy Wingoimplement a silly debugger
2009-12-22 Andy Wingofix warning-caught bug in boot-9
2009-12-22 Julian GrahamComplete support for version information in Guile's...
2009-12-22 Julian GrahamSupport for renaming bindings on module export.
2009-12-22 Julian GrahamImproved support for Unicode title case in Guile's...
2009-12-21 Andy Wingountabify boot-9.scm
2009-12-21 Andy Wingotracing at repl
2009-12-21 Andy Wingo(system vm trace) sorta working
2009-12-21 Andy Wingorework vm tracing
2009-12-20 Andy Wingopoor man's statprof integration with the repl: ,pr
2009-12-20 Andy Wingointegrate guile-lib docs
2009-12-20 Andy Wingotexinfo fixes
2009-12-20 Andy Wingotweaks to statprof
2009-12-20 Andy Wingoimport statprof, sxml, and texinfo from guile-lib
2009-12-20 Andy Wingopsyntax's labels and marks now unique over a read/write...
2009-12-15 Ludovic CourtèsChange the Elisp compiler from GPLv2+ to LGPLv3+.
2009-12-13 Andy Wingoprimitive-eval passes first N args on stack directly...
2009-12-13 Andy Wingointerpreted closures cons less.
2009-12-11 Andy Wingolame tweak to the inliner
2009-12-11 Ludovic CourtèsSRFI-1: Use the built-in optional argument support.
2009-12-11 Ludovic CourtèsFix expansion of `(+ 1 x)'.
2009-12-11 Ludovic CourtèsSRFI-9: Make accessors inlinable.
2009-12-11 Ludovic CourtèsSRFI-9: Reimplement in terms of structs, using `syntax...
2009-12-11 Ludovic CourtèsAdd opcodes for `struct?', `struct-vtable', and `make...
2009-12-11 Andy Wingovm no longer measures bogoclock or times, relies on...
2009-12-11 Andy Wingoinline calls to (memv foo CONSTANT-LIST)
2009-12-11 Andy Wingorename <conditional> then and else to consequent and...
2009-12-11 Andy Wingorename lambda-case-else to lambda-case-alternate
2009-12-11 Andreas Rottmannadd partial support for tail patterns in syntax-rules...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-10 Andy Wingoadd ice-9/quasisyntax.scm to NOCOMP_SOURCES
2009-12-10 Andy Wingofix emission of meta procedures
2009-12-10 Andy Wingoadd gbt macro to gdbinit, and fix a bug in program...
2009-12-04 Andy Wingoeval.c closures are now applicable smobs, not tc3s
2009-12-03 Andy Wingoimplement transcendental sin, cos etc in c; deprecate...
2009-12-03 Andy Wingoexpt implemented in C, handles complex numbers
2009-12-03 Andy Wingoremove tc7_subr_* and tc7_lsubr_*
2009-12-03 Andy Wingoreplace frame implementation with VM frames
2009-12-02 Andy Wingoclarify comments in eval.scm
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-12-01 Andy Wingoadd new scheme evaluator
2009-12-01 Andy Wingowire through the existing vm ops for variable-ref and...
2009-12-01 Andy Wingonew evaluator, y'all
2009-12-01 Andy Wingogoops moving away from evaluator opcodes, and a primiti...
2009-12-01 Andy Wingolocal-eval will go away
2009-12-01 Andy Wingoremove class-environment slot, goops grubs less in...
2009-12-01 Andy Wingoexpand out named let to letrec in the eval case
2009-11-25 Andy Wingopush goops compile delay out to 30 invocations, for...
2009-11-25 Andy Wingoremove code that manages the method cache
2009-11-25 Andy Wingoremove method cache management code from (oop goops...
2009-11-25 Andy Wingogenerics now dispatch as applicable structs
2009-11-25 Andy Wingomake sure that when equal? is extended, that the generi...
2009-11-25 Andy Wingolimn goops flags, remove foreign objs, rename entity...
2009-11-25 Andy Wingogeneric dispatch protocol in scheme, not yet wired up
2009-11-25 Andy Wingoeqv? not a generic, equal? dispatches to generic only...
2009-11-25 Andy Wingomore clarity in (oop goops dispatch)
2009-11-25 Andy Wingoremove code-table slot from methods
2009-11-25 Andy Wingoremove used-by slot from generics
2009-11-25 Andy Wingoa very big commit cleaning up structs & goops. also...
2009-11-24 Ludovic Courtès"filesystem" -> "file system"
2009-11-21 Andy Wingobetter printing of procedures with keyword arguments
2009-11-17 Ludovic CourtèsFix copyright headers.
2009-11-16 Andy Wingowith a rest arg, allow for keywords anywhere
2009-11-16 Ken RaeburnSCM_DEBUG fix: Don't apply SCM_CAR to non-pairs when...
2009-11-15 Andy Wingoopcodes for bit twiddling (ash, logand, logior, logxor)
2009-11-15 Andy Wingoclass-of has an opcode
2009-11-15 Andy Wingofaster conditionals
2009-11-15 Andy Wingofix (apply f) -- without the args list
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-15 Andy Wingofix printing-programs bug
2009-11-15 Andy Wingosrfi-35 properly uses vtable-offset-user
2009-11-15 Andy Wingoremove operators
next