bpt/guile.git
2009-04-25 Andy Wingofix bad syntax in define-macro, (ice-9 match), and...
2009-04-24 Andy Wingoallow docstrings with internal definitions
2009-04-24 Andy Wingomake sure we compile boot code in (guile), not (guile...
2009-04-24 Andy Wingohandle pre-module macro procedures correctly
2009-04-24 Andy WingoMerge branch 'master' into syncase-in-boot-9
2009-04-24 Andy Wingomerge ice-9, srfi, oop makfiles into module makefile
2009-04-24 Andy Wingofinish transition to bare/hygiene/public/private
2009-04-24 Andy Wingoonly bend hygiene in macro-introduced output, not for...
2009-04-24 Andy Wingofix @ and syncase
2009-04-24 Andy Wingoice-9 syncase now deprecated, woo
2009-04-24 Andy Wingoit is alive!!!!! + concision + fix to compile-ghil
2009-04-24 Andy Wingoallow redefinition of global macros to variables
2009-04-24 Andy Wingofix load for syncase-in-boot-9; compile-psyntax works...
2009-04-24 Andy Wingoleap of faith: (ice-9 syncase) in psyntax-pp.scm -...
2009-04-24 Andy Wingosyncase early in boot-9, defmacros in terms of syntax...
2009-04-24 Andy Wingomodule-name returns '(guile) during boot; psyntax tweak
2009-04-24 Andy Wingomore steps on the way to boot-time syncase
2009-04-23 Andy WingoI ain't broke, but brother I'm badly bent
2009-04-22 Andy Wingofix erroneous #:use-syntax clausen
2009-04-22 Andy Wingomove pk, peek, and warn to the beginning of boot-9
2009-04-21 Andy Wingomodule-name before syncase is booted
2009-04-21 Andy Wingofix begin-deprecated
2009-04-21 Andy Wingotweaks to boot-9
2009-04-21 Andy Wingoallow eval to be called before modules are booted
2009-04-21 Andy Wingocommit some tweaks to expand.scm, likely obviated by...
2009-04-21 Andy Wingoscm_[current_]module_transformer returns the %pre-modul...
2009-04-21 Andy Wingomake syncase aware of (set! (@ (foo) bar) baz)
2009-04-21 Andy Wingosyncase knows about @ / @@
2009-04-21 Andy Wingodistcheck fixen
2009-04-20 Andy WingoMerge branch 'syncase'
2009-04-20 Andy Wingofix guile.m4 for sitedir change
2009-04-20 Andy Wingoscripts take rest args
2009-04-20 Andy Wingosome more build fixes for bugs that I introduced
2009-04-20 Andy Wingofix build errors on fresh checkout
2009-04-20 Andy Wingofix m4->texi snarfage after the guile-tools change
2009-04-17 Andy Wingono positions when reading psyntax-pp, validation in...
2009-04-17 Andy Wingofix hygiene + modules + local macros
2009-04-17 Andy Wingofix handling of pre-modules errors in the vm
2009-04-17 Andy Wingo@ and @@ as primitive macros
2009-04-17 Andy Wingohygienic compilation
2009-04-17 Andy Wingohouston, we have hygiene
2009-04-17 Andy Wingomore work on modules and hygiene, not finished yet...
2009-04-17 Andy Wingoeval-closure-module, here hopefully not for long
2009-04-17 Andy Wingothread the module through syntax-case's expansion
2009-04-17 Andy Wingofinish bootstrap to syntax-objects with modules
2009-04-17 Andy Wingoadd modules to syntax objects (part 1, intermediate...
2009-04-17 Andy Wingoserialize module information into syncase's output...
2009-04-17 Andy Wingofix a tricky GC bug in scm_c_make_subr
2009-04-17 Andy Wingoguile-tools is a scheme script that loads scheme modules
2009-04-17 Andy Wingofix a couple gc-related continuations bugs
2009-04-16 Andy Wingosupport expression-by-expression compilation
2009-04-16 Andy Wingocompilation passes return third value: the continuation...
2009-04-06 Andy Wingoguile-config rebased on top of pkg-config
2009-04-05 Ludovic CourtèsAvoid uses of deprecated forms in the VM code.
2009-04-05 danielMake `--disable-deprecated' work.
2009-04-04 Jose A. Ortega... Improved handling of callers cache in (system xref).
2009-04-04 Andy Wingofix nondeterminism in vm-i-system.c
2009-04-03 Andy Wingono hard-coded stack limitations if the user has getrlimit
2009-03-31 Andy Wingoadd test case for load-extension bug, fix gdb-uninstall...
2009-03-29 Andy WingoMerge branch 'wingo'
2009-03-29 Andy Wingofix duplicates in procedure-callers
2009-03-29 Andy Wingofix spurious duplicates in procedure-callees and callers
2009-03-28 Andy Wingobugfix: don't dynamic link if we found a registered...
2009-03-28 Andy Wingoframe, program, objcode, etc inits use load-extension
2009-03-27 Andy Wingofix distcheck hopefully, by cleaning the vm-i-*.i files
2009-03-27 Andy Wingofix "linking" of guile-config
2009-03-27 Andy Wingofix check for guile-tools running uninstalled
2009-03-27 Andy Wingorely on getrlimit to DTRT, don't make stack calibration...
2009-03-27 Andy Wingogetrlimit-based stack limits
2009-03-27 Andy Wingoadd getrlimit and setrlimit wrappers
2009-03-27 Andy Wingoallow building against uninstalled guile; move some...
2009-03-27 Ludovic CourtèsImprove wording in `libguile/Makefile.am' regarding...
2009-03-26 Ludovic CourtèsRun the stack calibration script before running the...
2009-03-26 Ludovic CourtèsRemove multiple definition of `scm_i_marking'.
2009-03-24 Ludovic CourtèsFix `testsuite/Makefile.am' for `distcheck'.
2009-03-24 Ludovic CourtèsAggregate `Makefile.am' files under `examples/'.
2009-03-24 Ludovic CourtèsInclude <alloca.h> in `gsubr.c'.
2009-03-20 Andy Wingospeed up goops rehashing
2009-03-20 Andy Wingofix interpreted methods with empty bodies
2009-03-20 Andy Wingoadd generic method-formals; fixes to method-source
2009-03-20 Andy Wingofix casts to unsigned long in objcodes.c
2009-03-19 Ludovic CourtèsHave `scm_take_locale_symbol ()' return an interned...
2009-03-18 Andy Wingorework procedure-callers to stay correct as callees...
2009-03-17 Andy Wingodoubly-weak callers db
2009-03-17 Andy Wingoimplement procedure-callers
2009-03-17 Andy Wingoadd xref stub for interpreted procedures
2009-03-17 Andy Wingoadd xref.scm
2009-03-17 Andy Wingotweaks to the un-integrated test cases
2009-03-17 Andy Wingonon-srcdir build fixes
2009-03-17 Andy Wingotry a new way of checking byte order
2009-03-17 Andy Wingodecompile source info into <glil-source> annotations.
2009-03-17 Andy Wingofix bug serializing filenames in source locations
2009-03-17 Andy Wingotweaks to asm->glil decompiler, perhaps fix a (program...
2009-03-17 Andy Wingoadd assembly->glil decompiler
2009-03-17 Andy Wingoupdate disassembler for changes to decompiler
2009-03-17 Andy Wingoparse jumps as labels when decompiling bytecode->assembly
2009-03-17 Andy Wingoprocedure-arity on vm-compile apply: verily, unresolved.
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy Wingofix marking of double-cell subrs
next