summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make `cond-expand' compilable.release_1-9-0Ludovic Courtès2009-06-191-63/+60
* Fix copyright year and authorship of `guile-tools'.Ludovic Courtès2009-06-191-2/+2
* Slightly improve `NEWS'.Ludovic Courtès2009-06-191-10/+17
* Fix "guile-tools disassemble".Ludovic Courtès2009-06-191-6/+7
* don't autocompile at installcheckAndy Wingo2009-06-191-0/+1
* new function: canonicalize-path. use when autocompilingAndy Wingo2009-06-193-1/+25
* gnulib-tool --import canonicalize-lgplAndy Wingo2009-06-1917-5/+986
* generate changelogs at dist timeAndy Wingo2009-06-192-0/+195
* rename SCM_SNAME to SCM_SUBR_NAMEAndy Wingo2009-06-198-18/+18
* another draft of NEWSAndy Wingo2009-06-191-220/+259
* Fix decompilation of the `load-array' instruction.Ludovic Courtès2009-06-191-4/+15
* Fix the REPL's `,compile' command.Ludovic Courtès2009-06-191-1/+1
* Implement R6RS bytevector read syntax.Ludovic Courtès2009-06-193-2/+86
* Fix `equal?' on bytevectors.Ludovic Courtès2009-06-192-1/+11
* Import documentation for the R6RS bytevector and port APIs.Ludovic Courtès2009-06-183-3/+668
* update NEWS, THANKSAndy Wingo2009-06-182-10/+449
* Change guile-readline license to GPLv3+Neil Jerram2009-06-175-23/+23
* Complete changing license to LGPLv3+Neil Jerram2009-06-1746-165/+165
* Reinstate lines removed by mistake from chars.testNeil Jerram2009-06-171-0/+6
* Change Guile license to LGPLv3+Neil Jerram2009-06-17535-4247/+4754
* Update README on using libraries in non-standard locationsNeil Jerram2009-06-141-19/+33
* Add Tex and texinfo output and auxiliary suffixes to .gitignoreNeil Jerram2009-06-141-0/+16
* Provide easier configure options for GMP and readlineNeil Jerram2009-06-144-3/+6
* Fix for make distcheckNeil Jerram2009-06-131-2/+2
* Fix `make distcheck'Neil Jerram2009-06-121-1/+1
* Note Andy as a contributorNeil Jerram2009-06-111-0/+1
* fix defmacro*, defmacro*-publicAndy Wingo2009-06-102-10/+4
* bump default stack limit to 160000 wordsAndy Wingo2009-06-101-1/+12
* fix debug-optionsAndy Wingo2009-06-102-7/+9
* some attempts to solve the ecmascript stack overflow problemAndy Wingo2009-06-093-16/+9
* a start to changing VM scheme copyrightsAndy Wingo2009-06-081-13/+12
* pretty-print psyntax-pp.scmAndy Wingo2009-06-082-15/+11213
* don't autocompile snarfing m4 docsAndy Wingo2009-06-081-1/+1
* fix bootstrapping after last night's psyntax patchAndy Wingo2009-06-083-14/+15
* call-with-values can make fewer closuresAndy Wingo2009-06-083-176/+248
* fix incorrect inlining of + when + is locally redefinedAndy Wingo2009-06-074-8/+12
* new instructions: make-int64, make-uint64Andy Wingo2009-06-075-18/+65
* fix bug in goops' method cache with rest argsAndy Wingo2009-06-072-5/+19
* Fix popen.test on NetBSD and Ubuntu Jaunty, where sh is not BashNeil Jerram2009-06-062-1/+2
* support ((@ ...) ...) where the car is a macroAndy Wingo2009-06-062-75/+83
* State and explain dependency on libtool 2.2Neil Jerram2009-06-051-2/+7
* Fix `Mismatching FUNC_NAME' warning from guile-func-name-checkNeil Jerram2009-06-051-1/+1
* add ability to compile uniform arraysAndy Wingo2009-06-059-9/+132
* add long-object-ref, long-toplevel-ref, long-toplevel-setAndy Wingo2009-06-053-8/+86
* disable autocompilation when running guile-tools compileAndy Wingo2009-06-051-0/+3
* refactoring for toplevel-ref, toplevel-set, link-nowAndy Wingo2009-06-054-98/+40
* add gperf-generated files to gitAndy Wingo2009-06-054-0/+1032
* stamp .go with timestamp of .scm; a fresh go has same mtime of .scmAndy Wingo2009-06-052-6/+10
* compile and install srfi-98.Andy Wingo2009-06-051-1/+2
* final (?) tweaks to the autocompile codeAndy Wingo2009-06-051-9/+37