bpt/guile.git
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'.
2009-05-20 Neil JerramAvoid "no duplicate" popen tests leaving zombie processes
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 a bug in the (ice-9 match) test
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
2009-05-11 Andy Wingoadd tree-il optimizer
2009-05-08 Andy Wingomore work on tree-il compilation
2009-05-07 Andy Wingogo ahead and regenerate psyntax-pp.scm
2009-05-07 Andy Wingoremove (ice-9 expand-support)
2009-05-07 Andy Wingonew language: tree-il. psyntax generates it when run...
2009-05-07 Andy Wingomake expand-support structure constructors take a sourc...
2009-05-07 Andy Wingofix install-global construction of `define' forms
2009-05-04 Andy Wingowhen compiling, use make-lexical to residualize origina...
2009-05-04 Andy Wingosc-expand in compile mode produces (ice-9 expand-suppor...
2009-05-04 Andy Wingoreplace sc-expand with sc-expand3, removing binding...
2009-04-29 Andy Wingoremove (void) from boot-9 and psyntax
2009-04-29 Andy Wingomore cleanups to boot-9/psyntax
2009-04-29 Andy Wingoremove andmap from public API (we still have and-map)
2009-04-29 Andy Wingocleanups to boot-9
2009-04-29 Andy Wingofirst-class macro representation (no bits on variables)
2009-04-28 Andy Wingoa different tack for syncase macro representation
2009-04-26 Andy Wingosyntax-dispatch -> $sc-dispatch
2009-04-26 Andy Wingobuild ecmascript stuff last
2009-04-26 Andy Wingosyntax-object->datum => syntax->datum, likewise datum...
2009-04-26 Andy Wingoreplace psyntax's syntax-error with r6rs' syntax-violation
2009-04-26 Andy Wingoadd module-{define-keyword!,undefine-keyword!,lookup...
2009-04-26 Andy Wingoremove sc-macro definition
2009-04-26 Andy Wingofix module-bound?, start compiling srfi-18.scm
2009-04-25 Andy WingoFix the elisp memoizer code for syncase-in-boot-9
2009-04-25 Andy Wingoallow defmacros to have docstrings
2009-04-25 Andy Wingoall of guile compiles now, expanded with syncase
2009-04-25 Andy Wingofix bad syntax in define-macro, (ice-9 match), and...
2009-04-24 Andy Wingoallow docstrings with internal definitions
2009-04-24 Andy Wingomake sure we compile boot code in (guile), not (guile...
next