bpt/guile.git
2009-05-20 Neil JerramAvoid "no duplicate" popen tests leaving zombie processes
2009-05-20 Neil JerramFix `explicitely' typos, should be `explicitly'
2009-05-20 Andy Wingofix failing macro-as-parameter tests in eval.test
2009-05-20 Andy Wingoremove compile-time-environment
2009-05-20 Andy WingoFix a bug in the (ice-9 match) test
2009-05-20 Andy Wingofix @slot-ref / @slot-set! compilation
2009-05-20 Andy Wingocompile `list' and `vector' to their associated opcodes
2009-05-20 Andy Wingodon't allocate too many locals for expansions of `or'
2009-05-20 Andy Wingoa few fixups
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-05-18 Andy Wingoadd tree-il->glil compilation test suite
2009-05-17 Andy Wingospecial cases for more types of known applications
2009-05-17 Andy Wingoinline calls to some primitives
2009-05-17 Andy Wingodefine `delay' in terms of make-promise
2009-05-17 Andy Wingoand now, we residualize the original names into the...
2009-05-17 Andy Wingoactually pass original ids on to tree-il data types
2009-05-17 Andy Wingopreserve original var names in lets and lambdas
2009-05-15 Andy Wingotree-il -> glil compiler works now, at least in initial...
2009-05-13 Andy Wingoadd lexical analyzer and allocator
2009-05-12 Andy Wingoadd primitive expander for tree-il
2009-05-11 Andy Wingoadd tree-il optimizer
2009-05-08 Andy Wingomore work on tree-il compilation
2009-05-07 Andy Wingogo ahead and regenerate psyntax-pp.scm
2009-05-07 Andy Wingoremove (ice-9 expand-support)
2009-05-07 Andy Wingonew language: tree-il. psyntax generates it when run...
2009-05-07 Andy Wingomake expand-support structure constructors take a sourc...
2009-05-07 Andy Wingofix install-global construction of `define' forms
2009-05-04 Andy Wingowhen compiling, use make-lexical to residualize origina...
2009-05-04 Andy Wingosc-expand in compile mode produces (ice-9 expand-suppor...
2009-05-04 Andy Wingoreplace sc-expand with sc-expand3, removing binding...
2009-04-29 Andy Wingoremove (void) from boot-9 and psyntax
2009-04-29 Andy Wingomore cleanups to boot-9/psyntax
2009-04-29 Andy Wingoremove andmap from public API (we still have and-map)
2009-04-29 Andy Wingocleanups to boot-9
2009-04-29 Andy Wingofirst-class macro representation (no bits on variables)
2009-04-28 Andy Wingoa different tack for syncase macro representation
2009-04-26 Andy Wingosyntax-dispatch -> $sc-dispatch
2009-04-26 Andy Wingobuild ecmascript stuff last
2009-04-26 Andy Wingosyntax-object->datum => syntax->datum, likewise datum...
2009-04-26 Andy Wingoreplace psyntax's syntax-error with r6rs' syntax-violation
2009-04-26 Andy Wingoadd module-{define-keyword!,undefine-keyword!,lookup...
2009-04-26 Andy Wingoremove sc-macro definition
2009-04-26 Andy Wingofix module-bound?, start compiling srfi-18.scm
2009-04-25 Andy WingoFix the elisp memoizer code for syncase-in-boot-9
2009-04-25 Andy Wingoallow defmacros to have docstrings
2009-04-25 Andy Wingoall of guile compiles now, expanded with syncase
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.
next