Age | Commit message (Expand) | Author | Files | Lines |
2012-01-05 | Placate a number of `syntax-check' verifications. | Ludovic Courtès | 1 | -1/+1 |
2011-12-30 | Update comment: ~/.guile-ccache => ~/.cache/guile/ccache | Mark H Weaver | 1 | -1/+1 |
2011-06-30 | fix generation of auto-compiled file names on mingw systems | Andy Wingo | 1 | -3/+11 |
2011-03-29 | rewrite ensure-writable-dir to not be racy | Andy Wingo | 1 | -9/+20 |
2011-02-13 | autocompile -> auto-compile | Andy Wingo | 1 | -1/+1 |
2011-01-26 | more sensible error if compiled-file-name returns false in compile-file | Andy Wingo | 1 | -1/+3 |
2011-01-24 | Choose the input source file encoding in a locale-independent way. | Ludovic Courtès | 1 | -3/+4 |
2010-11-16 | remove syntax-error and call-with-compile-error-catch from compile.scm | Andy Wingo | 1 | -24/+2 |
2010-07-26 | Check for go/scm mtime ordering rather than equality. | Ludovic Courtès | 1 | -5/+0 |
2010-06-02 | current-language fluid refactoring | Andy Wingo | 1 | -6/+0 |
2010-04-19 | compile-file gets #:canonicalization arg, defaults to 'relative | Andy Wingo | 1 | -18/+23 |
2010-02-16 | `load' doesn't cause the compiler to be loaded in some cases | Andy Wingo | 1 | -0/+2 |
2010-01-17 | nanosecond timestamp support in stat and utime | Andy Wingo | 1 | -1/+3 |
2010-01-11 | Remove unused top-level variables. | Ludovic Courtès | 1 | -6/+1 |
2009-10-23 | fix brainfuck for new tree-il, and add tests | Andy Wingo | 1 | -1/+4 |
2009-10-16 | compilation enviroments are always modules; simplifications & refactorings | Andy Wingo | 1 | -31/+10 |
2009-10-16 | no more *compilation-environment* fluid | Andy Wingo | 1 | -20/+9 |
2009-10-16 | language-readers receive environment as an arg | Andy Wingo | 1 | -1/+1 |
2009-09-20 | Honor and confine expansion-time side-effects to `current-reader'. | Ludovic Courtès | 1 | -3/+20 |
2009-09-20 | Compile in a fresh module by default. | Ludovic Courtès | 1 | -3/+23 |
2009-08-25 | Add full Unicode capability to ports and the default reader | Michael Gran | 1 | -2/+5 |
2009-07-31 | Add `(system base message)', a simple warning framework. | Ludovic Courtès | 1 | -0/+11 |
2009-07-15 | Switch remaining GPLv2+ Guile-VM headers to LGPLv3+. | Ludovic Courtès | 1 | -14/+13 |
2009-06-20 | put autocompiled files into ~/.cache or $XDG_CACHE_HOME | Andy Wingo | 1 | -1/+4 |
2009-06-19 | new function: canonicalize-path. use when autocompiling | Andy Wingo | 1 | -1/+2 |
2009-06-05 | stamp .go with timestamp of .scm; a fresh go has same mtime of .scm | Andy Wingo | 1 | -2/+6 |
2009-06-05 | simplify autocompilation some more | Andy Wingo | 1 | -17/+6 |
2009-06-05 | further autocompilation tweaks | Andy Wingo | 1 | -41/+33 |
2009-06-03 | compiled-file-name tries to put the .go in the %load-compiled-path | Andy Wingo | 1 | -98/+57 |
2009-06-03 | install .go files under $libdir, not $datadir | Andy Wingo | 1 | -11/+93 |
2009-05-28 | add reader support for #; #` #' #, and #,@. fix bug in compile-and-load. | Andy Wingo | 1 | -3/+3 |
2009-05-24 | update docs, clean up VM vestiges, macro docs, fix (/ a b c) | Andy Wingo | 1 | -5/+0 |
2009-05-20 | remove compile-time-environment | Andy Wingo | 1 | -8/+1 |
2009-04-16 | support expression-by-expression compilation | Andy Wingo | 1 | -32/+55 |
2009-04-16 | compilation passes return third value: the continuation environment | Andy Wingo | 1 | -1/+1 |
2009-03-02 | add separate expansion phase, to detwingle things a bit | Andy Wingo | 1 | -3/+6 |
2009-02-24 | use umask when making permissions on .go files | Andy Wingo | 1 | -0/+1 |
2009-02-21 | Add `-o'/`--output' option to "guile-tools compile". | Ludovic Courtès | 1 | -2/+3 |
2009-02-14 | Change `compiled-file-name' to preserve the input file's directory. | Ludovic Courtès | 1 | -2/+3 |
2009-02-13 | flush output when writing .go files | Andy Wingo | 1 | -0/+1 |
2009-02-09 | minor cleanups | Andy Wingo | 1 | -3/+2 |
2009-01-30 | add disassembler that fits in with old compiler tower | Andy Wingo | 1 | -4/+10 |
2009-01-30 | add decompilers that can take us back to assembly | Andy Wingo | 1 | -12/+36 |
2009-01-30 | allow specification of languages by name; add decompilers to languages | Andy Wingo | 1 | -9/+3 |
2008-11-14 | nifty generic compiler infrastructure -- no more hardcoded passes | Andy Wingo | 1 | -155/+67 |
2008-11-11 | add parsers and unparser for ghil; ,language ghil works now | Andy Wingo | 1 | -17/+26 |
2008-10-31 | pass backtraces through the compiler | Andy Wingo | 1 | -8/+22 |
2008-10-30 | recompiling with compile environments, fluid languages, cleanups | Andy Wingo | 1 | -21/+79 |
2008-09-25 | a number of small compilation fixes | Andy Wingo | 1 | -4/+6 |
2008-09-09 | use #:keywords in module/*.scm, not :keywords | Andy Wingo | 1 | -13/+13 |