bpt/guile.git
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-25 Andy WingoUpdated loop disassembly
2008-05-25 Andy Wingoadd inline macros for zero? and 1-
2008-05-25 Andy WingoSpeed up the self-tail-recursive case (1x->2x)
2008-05-25 Andy Wingoenable inlining; speed!
2008-05-20 Andy Wingoupdate news
2008-05-20 Andy Wingodistcheck works now
2008-05-20 Andy Wingoinclude local copy of guile.m4
2008-05-20 Andy Wingoautotooling, version bump to 0.7
2008-05-20 Andy Wingofix distcheck
2008-05-20 Andy Wingoproperly include config.h in source files, not headers
2008-05-20 Andy Wingoguile-vm is completely self-compiling now!
2008-05-19 Andy Wingofix syntax error in describe.scm
2008-05-19 Andy Wingofix immediate linkage, some other fixes to allow vm...
2008-05-19 Andy Wingobind all module-level variables lazily
2008-05-19 Andy WingoAdd instructions for doing very late binding
2008-05-19 Andy Wingocompile all of base/; some arbitrary changes; more...
2008-05-19 Andy Wingosyncase macros compiling!
2008-05-15 Andy Wingorudimentary syncase support; some dash symbol syncase...
2008-05-15 Andy Wingoavoid zealous unquotation
2008-05-15 Andy Wingofix else in cond, letrec env corruption, syntax.scm...
2008-05-15 Andy Wingo`link' instruction links to symbols by module
2008-05-15 Andy Wingoremove some debugging info
2008-05-15 Andy Wingopush the module resolution info for variables down...
2008-05-15 Andy Wingofix dumping of #:keywords
2008-05-15 Andy Wingoallow interpretation of load-toplevel as compile-toplevel
2008-05-14 Andy Wingorework eval-case handling to be like cl's eval-when
2008-05-14 Andy Wingofix use-syntax / use-modules confusion -- fixes testsuites
2008-05-14 Andy Wingofix macro compilation via hooking into eval-case
2008-05-14 Andy Wingo(void) -> (begin)
2008-05-14 Andy Wingoremove x.foo.bar -> (slot x 'foo 'bar) compile-time...
2008-05-12 Andy Wingofix env script
2008-05-12 Andy WingoUpdate Makefile.am's; remove slib import
2008-05-12 Andy Wingoadd env script
2008-05-12 Andy Wingocatch errors in the repl, with poor backtraces
2008-05-12 Andy Wingoreplace cenv with things in <repl> and fluids; remove...
2008-05-11 Andy Wingofixes so that typing asdfadfasff in the repl doesn...
2008-05-11 Andy Wingoonly allow `define' at toplevel
2008-05-11 Andy Wingoremove define-private
2008-05-11 Andy Wingoexplicitly list exports instead of using define-public
2008-05-11 Andy Wingo<foo>? -> foo?; some exports cleanups
2008-05-11 Andy Wingopmatchify a cond for prettiness
2008-05-11 Andy Wingofix to meta-reader's optional port argument
2008-05-09 Andy Wingoice-9 history integration
2008-05-09 Andy Wingoreadline integration for guile-vm
2008-05-09 Andy Wingomore exports cleanups
2008-05-09 Andy Wingomultiple-values help for the repl; exports cleanups
2008-05-04 Andy WingoReplace ice-9 match's structures with guile's records
2008-05-04 Andy WingoRemoved dot-expander syntax foo
2008-05-04 Andy Wingofinish dedottifying
2008-05-04 Andy Wingomore dedottification, almost done
2008-05-04 Andy WingoDedottify some more
2008-05-04 Andy Wingoprocedures-with-setters, debitrot `optimize', dedottifi...
2008-05-04 Andy Wingofix errors in (language scheme translate) introduced...
2008-05-04 Andy WingoStart the process of de-dottification.
2008-05-04 Andy WingoDefine named accessors for legacy record types
2008-05-04 Andy WingoRefactor (language scheme translate) to use pmatch
2008-05-03 Andy Wingomore pmatchification
2008-05-03 Andy Wingobugfix to make-cenv
2008-05-03 Andy Wingostart using pmatch instead of match
2008-05-03 Andy Wingos/match-lambda\*/case-lambda/g
2008-05-03 Andy Wingoconvert a couple more modules to record-case
2008-05-03 Andy Wingounify variant types and records; also make-foo instead...
2008-05-03 Andy WingoConvert assemble.scm to use record-case.
2008-05-03 Andy Wingofix to (system base syntax)'s syntax
2008-05-03 Andy Wingorebase record-case on `match'
2008-05-03 Andy Wingopull in srfi-9, implement record-case
2008-05-02 Andy Wingoclean up some syntax imports and exports
2008-05-02 Andy Wingoremove module.scm
2008-05-02 Andy Wingocleanups in syntax.scm
2008-04-25 Ludovic CourtesSlowly improving support for macro compilation.
2008-04-25 Ludovic Court`esFixed `autogen.sh' and removed `module' from the list...
2008-04-25 Ludovic CourtesImproved macro handling; started documenting the issue.
2008-04-25 Ludovic CourtesFixed the exception handler of `guilec'.
2008-04-25 Ludovic CourtesEncode the length of constant lists/vectors on 2 octets...
2008-04-25 Ludovic CourtesRenamed the library from `libguilevm' to `libguile...
2008-04-25 Ludovic CourtesAdded support for `defmacro' and `define-macro' in...
2008-04-25 Ludovic CourtesFixed an "unbound variable" in `(system vm conv)'.
2008-04-25 Ludovic CourtesFixed error handling; detect and report macro expansion...
2008-04-25 Ludovic CourtesTried compiling more code; augmented the doc.
2008-04-25 Ludovic CourtesFixed a Scheme translation bug; cleaned compilation...
2008-04-25 Ludovic Court`esMinor binding name clash tweak.
2008-04-25 Ludovic CourtesStarted documenting the compiler.
2008-04-25 Ludovic Courtes* src/objcodes.c (make_objcode_by_mmap): Fixed the...
2008-04-25 Ludovic CourtesRemoved a few more deprecated function calls; document...
2008-04-25 Ludovic Court`esPlaying with the procedure call mechanism.
2008-04-25 Ludovic Court`esFixed a stack leak. Now observing actual performance.
2008-04-25 Ludovic Court`esImproved the VM's efficiency. The VM is as fast as...
2008-04-25 Ludovic Court`esGot the VM up and running! Augmented the documentation.
2008-04-25 Ludovic Court`esFixed the compiler, got the disassembler working.
2008-04-25 Ludovic Court`esUpdated the assembly process so that `u8vectors' are...
2008-04-25 Ludovic Court`esTranslation from Scheme to GHIL, and compilation to...
2008-04-25 Ludovic Court`esUpdated the C code base so that it compiles with Guile...
2008-04-10 Ludovic CourtèsFix inline machinery in C99 mode on MacOS X.
2008-04-10 Ludovic CourtèsAdd `NEWS' entries for Andy's fixes.
2008-04-10 Andy Wingofix struct-ref and struct-set! on "light" structs
2008-04-10 Andy Wingoinitialize 'u' slots to 0, not SCM_UNPACK(SCM_GOOPS_UNB...
2008-04-10 Andy Wingorespect slot allocation, e.g. for <read-only-slot>
2008-04-07 Neil JerramFix manual typo.
2008-04-07 Ludovic CourtèsUpdate/remove references to the CVS repository.
next