bpt/guile.git
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-14 Neil JerramUpdate README on using libraries in non-standard locations
2009-06-14 Neil JerramAdd Tex and texinfo output and auxiliary suffixes to...
2009-06-14 Neil JerramProvide easier configure options for GMP and readline
2009-06-13 Neil JerramFix for make distcheck
2009-06-12 Neil JerramFix `make distcheck'
2009-06-11 Neil JerramNote Andy as a contributor
2009-06-10 Andy Wingofix defmacro*, defmacro*-public
2009-06-10 Andy Wingobump default stack limit to 160000 words
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-08 Andy Wingodon't autocompile snarfing m4 docs
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 Neil JerramFix popen.test on NetBSD and Ubuntu Jaunty, where sh...
2009-06-05 Andy Wingosupport ((@ ...) ...) where the car is a macro
2009-06-05 Neil JerramState and explain dependency on libtool 2.2
2009-06-05 Neil JerramFix `Mismatching FUNC_NAME' warning from guile-func...
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 Wingorefactoring for toplevel-ref, toplevel-set, link-now
2009-06-05 Andy Wingoadd gperf-generated files to git
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 Wingofinal (?) tweaks to the autocompile code
2009-06-05 Andy Wingosimplify autocompilation some more
2009-06-04 Andy Wingofurther autocompilation tweaks
2009-06-04 Andy Wingopropagate timestamps to installed .scm and .go files
2009-06-04 Andy Wingofix .go installation
2009-06-04 Andy Wingoturn off autocompilation when snarfing
2009-06-03 Andy Wingofix error autocompiling parts of the compiler; make...
2009-06-03 Andy Wingotweaks to autocompile code
2009-06-03 Andy Wingoimplement autocompilation
2009-06-03 Andy Wingoadd exception_on_error optional arg to primitive-load...
2009-06-03 Andy Wingorefactors to load.c to support auto-compilation
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-03 Andy Wingoupdate uninstalled-env.in for load-compiled path separation
2009-06-03 Andy Wingoadd exception-on-error optional arg to `stat' in scheme
2009-06-03 Andy Wingoseparate the load-compiled path from the load path
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 Ludovic CourtèsUse GNU libunistring and Gnulib modules needed by R6RS...
2009-05-28 Andy Wingoadd tests for #' etc
2009-05-28 Andy Wingoadd reader tests for #;
2009-05-28 Andy Wingoadd reader support for #; #` #' #, and #,@. fix bug...
2009-05-27 Neil JerramRemove possible deadlock in scm_join_thread_timed
2009-05-27 Neil JerramFix wait-condition-variable so that it doesn't leave...
2009-05-26 Andy Wingoadjust VM copyright notices to LGPL, use SCM_INTERNAL...
2009-05-26 Andy Wingofix backtraces with compiled boot-9
2009-05-26 Andy Wingognulib-tool --import environ; rely on gnulib for enviro...
2009-05-26 Andy Wingosymbols are now hidden unless explicitly exported by...
2009-05-26 Andy Wingognulib-tool --import lib-symbol-visibility
2009-05-26 Andy Wingodistcheck fix, fix (ice-9 time)
2009-05-25 Andy Wingoupdate docs -- sections on assembly and objcode
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 Wingosyntax.test is passing, yay
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 Wingofix srfi-17.test
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 Ludovic CourtèsMake use of Gnulib's `flock' module.
2009-05-20 Ludovic CourtèsMake use of Gnulib's `putenv' module.
2009-05-20 Ludovic CourtèsAdd Gnulib portability modules; update Gnulib files.
2009-05-20 Ludovic CourtèsUpdate `NEWS'.
2009-05-20 Michael GranSymbols longer than 128 chars can cause an exception...
2009-05-20 Ludovic CourtèsUpdate `NEWS' wrt. `branch_release-1-8'.
2009-05-20 Ludovic CourtèsFix compilation of `test-round.c' on BSD.
2009-05-20 Ludovic CourtèsUpdate `NEWS'.
2009-05-20 Ludovic CourtèsDon't use raw divisions by zero in `test-conversion.c'.
2009-05-20 Ludovic CourtèsUse <machine/fpu.h> instead of <fenv.h> when needed...
2009-05-20 Ludovic CourtèsWork around lack of cuserid(3) declaration on Tru64...
2009-05-20 Ludovic CourtèsWork around the lack of hstrerror(3) declaration on...
2009-05-20 Ludovic CourtèsRemove extraneous semicolons from `test-conversion.c'.
2009-05-20 Ludovic CourtèsFix compilation of `numbers.c' on Tru64.
2009-05-20 Ludovic CourtèsFix compilation of `gcc_os_dep.c' on Tru64.
2009-05-20 Ludovic CourtèsUpdate `NEWS' and `THANKS'.
next