Use #:keyword syntax in preference to :keyword
[bpt/guile.git] / module /
2009-07-29 Michael GranAdd 32-bit characters
2009-07-26 Andy Wingoincrease range of relative jumps by aligning blocks...
2009-07-26 Andy Wingomake sure all programs are 8-byte aligned
2009-07-26 Andy Wingofix alignment of subprograms of subprograms
2009-07-24 Andy Wingocheck that jumps are within the range of a signed 16...
2009-07-24 Andy Wingofix gensym creation in psyntax
2009-07-24 Andy Wingocompiler support for nlocs >= 256
2009-07-24 Andy Wingonlocs is now 16 bits wide
2009-07-23 Andy Wingoremove all mentions of "external" from the compiler...
2009-07-23 Andy Wingorename "closure-ref" to "free-ref"; s/vars/variables...
2009-07-23 Andy Wingoremove "externals" from the vm
2009-07-23 Andy Wingocompile lexical variable access and closure creation...
2009-07-15 Ludovic CourtèsAdd FIXMEs about misaligned objcode-metas.
2009-07-15 Ludovic CourtèsSwitch remaining GPLv2+ Guile-VM headers to LGPLv3+.
2009-06-26 Andy Wingobytevector ops now compile down to low-level VM ops
2009-06-26 Andy Wingovector-ref and vector-set! now have opcodes
2009-06-24 Andy Wingoallow primcall ops to push 0 values
2009-06-24 Andy Wingoremove lambda wrap hack of brainfuck tree-il compiler
2009-06-22 Andy Wingoflush whitespace from the repl input buffer *before...
2009-06-22 Andy Wingomore docs to brainfuck->tree-il compiler
2009-06-22 Andy Wingometa-commands read off their own arguments
2009-06-21 Andy Wingoadd brainfuck->tree-il compiler
2009-06-21 Andy Wingoformatting changes to (language brainfuck compile-scheme)
2009-06-21 Daniel Kraftadded documenting comments to the brainfuck compiler...
2009-06-21 Daniel Kraftbasic brainfuck -> scheme example compiler.
2009-06-20 Andy Wingoput autocompiled files into ~/.cache or $XDG_CACHE_HOME
2009-06-20 Andy Wingofix source information lossage for (define (foo) ....
2009-06-20 Andy Wingosource information for the interpreter
2009-06-19 Ludovic CourtèsMake `cond-expand' compilable.
2009-06-19 Ludovic CourtèsFix "guile-tools disassemble".
2009-06-19 Andy Wingonew function: canonicalize-path. use when autocompiling
2009-06-19 Ludovic CourtèsFix decompilation of the `load-array' instruction.
2009-06-19 Ludovic CourtèsFix the REPL's `,compile' command.
2009-06-17 Neil JerramComplete changing license to LGPLv3+
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-10 Andy Wingofix defmacro*, defmacro*-public
2009-06-09 Andy Wingofix debug-options
2009-06-09 Andy Wingosome attempts to solve the ecmascript stack overflow...
2009-06-08 Andy Wingoa start to changing VM scheme copyrights
2009-06-08 Andy Wingopretty-print psyntax-pp.scm
2009-06-07 Andy Wingofix bootstrapping after last night's psyntax patch
2009-06-07 Andy Wingocall-with-values can make fewer closures
2009-06-06 Andy Wingofix incorrect inlining of + when + is locally redefined
2009-06-06 Andy Wingonew instructions: make-int64, make-uint64
2009-06-06 Andy Wingofix bug in goops' method cache with rest args
2009-06-05 Andy Wingosupport ((@ ...) ...) where the car is a macro
2009-06-05 Andy Wingoadd ability to compile uniform arrays
2009-06-05 Andy Wingoadd long-object-ref, long-toplevel-ref, long-toplevel-set
2009-06-05 Andy Wingodisable autocompilation when running guile-tools compile
2009-06-05 Andy Wingostamp .go with timestamp of .scm; a fresh go has same...
2009-06-05 Andy Wingocompile and install srfi-98.
2009-06-05 Andy Wingosimplify autocompilation some more
2009-06-04 Andy Wingofurther autocompilation tweaks
2009-06-03 Andy Wingoadd exception_on_error optional arg to primitive-load...
2009-06-03 Andy Wingocompiled-file-name tries to put the .go in the %load...
2009-06-03 Andy Wingoinstall .go files under $libdir, not $datadir
2009-06-03 Andy Wingofile-exists? doesn't cause a throw, simpler try-module...
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-31 Julian GrahamImplementation of SRFI-98 (An interface to access envir...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-28 Ludovic CourtèsImport R6RS bytevectors and I/O ports from Guile-R6RS...
2009-05-28 Andy Wingoadd reader support for #; #` #' #, and #,@. fix bug...
2009-05-26 Andy Wingofix backtraces with compiled boot-9
2009-05-26 Andy Wingodistcheck fix, fix (ice-9 time)
2009-05-24 Andy Wingoupdate docs, clean up VM vestiges, macro docs, fix...
2009-05-22 Ludovic CourtèsRewrite SRFI-35 macros using `syntax-rules'.
2009-05-22 Andy Wingofix (oop goops) compilation for (language tree-il primi...
2009-05-22 Andy Wingosource location tracking in psyntax, booya!
2009-05-22 Andy Wingoremove annotations in psyntax in favor of guile's sourc...
2009-05-22 Andy Wingofix problem naming internal definitions
2009-05-22 Andy Wingomove things to (language tree-il primitives)
2009-05-22 Andy Wingofix tree-il test to work if source info happens to...
2009-05-22 Andy Wingofix bad call to make-glil-src
2009-05-22 Andy Wingofix expansion of (ice-9 threads)
2009-05-22 Andy Wingoresidualize names into procedures. re-implement srfi...
2009-05-21 Andy Wingosome work on syntax.test
2009-05-21 Andy Wingocatch syntax errors in unquote and unquote-splicing
2009-05-21 Andy Wingofix multiple values returning from srfi-18's `with...
2009-05-21 Andy Wingofix apply and call/cc in drop contexts
2009-05-21 Andy Wingoprocedures in "drop" contexts can return unspecified...
2009-05-21 Andy Wingojust parse method arguments once.
2009-05-21 Andy Wingorewrite `method' as a hygienic macro to re-allow lexica...
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 @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
next