SRFI-35: Provide nice vtable names, to make GOOPS happier.
[bpt/guile.git] / module /
2009-10-25 Ludovic CourtèsSRFI-35: Provide nice vtable names, to make GOOPS happier.
2009-10-25 Andy Wingosrfi-16 just re-exports psyntax's case-lambda
2009-10-25 Andy Wingocase-lambda, case-lambda* in psyntax
2009-10-25 Andy Wingoassembly/disassembly support for br-if-nargs-*
2009-10-25 Andy Wingoarities can have noncontiguous starts and ends
2009-10-25 Andy Wingorefactor psyntax.scm's treatment of lambda and lambda*
2009-10-24 Andy Wingodefine* in psyntax
2009-10-23 Andy Wingo(ice-9 optargs) based on the new lambda* work
2009-10-23 Andy Wingolambda* in psyntax
2009-10-23 Andy Wingoseparate "inits" field in <lambda-case>; compile fixes...
2009-10-23 Andy Wingomore work towards compiling and interpreting keyword...
2009-10-23 Andy Wingofinish support for optional & keyword args; update...
2009-10-23 Andy Wingofix brainfuck for new tree-il, and add tests
2009-10-23 Andy Wingotree-il support for case-lambda
2009-10-23 Andy Wingoflesh out glil support for optional and keyword arguments
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-10-23 Andy Wingocallees reserve their own local vars
2009-10-23 Andy Wingoruntime and debugging support for callee-parsed procedu...
2009-10-23 Andy Wingosteps on the way to have the callee check the number...
2009-10-22 Ludovic CourtèsFix typos leading to unbound variable references.
2009-10-22 Ludovic CourtèsAdjust `unbound-variable' GOOPS heuristic for `goops...
2009-10-22 Ludovic CourtèsFix bytecode disassembler.
2009-10-22 Ludovic CourtèsSRFI-88: Call `read-set!' at compile time and run time.
2009-10-21 Ludovic CourtèsRemove obsolete `save-stack' case.
2009-10-21 Ludovic CourtèsHave `-Wunbound-variable' account for GOOPS top-level...
2009-10-21 Ludovic CourtèsAdd a `guile-2' SRFI-0 feature.
2009-10-19 Julian GrahamFix typo in psyntax.scm related to syntax-violation...
2009-10-16 Andy Wingocomment fixups to tree-il/compile-glil.scm
2009-10-16 Andy Wingojumps encoded using 24 bits, not 19; blocks no longer...
2009-10-16 Andy Wingocompilation enviroments are always modules; simplificat...
2009-10-16 Andy Wingono more *compilation-environment* fluid
2009-10-16 Andy Wingolanguage-readers receive environment as an arg
2009-10-16 Andy Wingorepl-reader accepts optional "read" argument
2009-10-16 Andy Wingoremove GHIL, Elisp, and R5RS languages
2009-10-16 Andy Wingobitvector tweaks
2009-10-15 Ludovic CourtèsFix compilation of literal bitvectors.
2009-10-15 Ludovic CourtèsFix REPL environment for languages other than scheme.
2009-10-15 Andy Wingo`load' autocompiles -- in the current module.
2009-10-15 Andy Wingoadd back support for #y bitvector read syntax
2009-10-06 Ludovic CourtèsAdd compiler warning for possibly unbound variables.
2009-10-06 Ludovic Courtèstree-il: Pass the environment to warning passes.
2009-09-23 Ludovic CourtèsPartially revert e5f5113c21f396705d7479a570c96690135c9d36.
2009-09-20 Ludovic CourtèsRemove unused variables in system/language.
2009-09-20 Ludovic CourtèsRemove unused variables in ice-9/goops/srfi/scripts.
2009-09-20 Ludovic CourtèsHonor and confine expansion-time side-effects to `curre...
2009-09-20 Ludovic CourtèsFix copyright in `(srfi srfi-4 gnu)'.
2009-09-20 Ludovic CourtèsCompile in a fresh module by default.
2009-09-17 Neil JerramRemove deprecation warnings from the build
2009-09-15 Ludovic Courtès"Document" the `set-module-eval-closure!' weak hash...
2009-09-13 Ludovic CourtèsMerge `libguile-i18n' into `libguile'.
2009-09-10 Ludovic CourtèsAdd `λ' macro as an alternative to `lambda'.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-06 Andy Wingofix compile-time bug compiling (+ "foo" " bar")
2009-09-01 Andy Wingofix nontail loops within loops
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Neil JerramIncorporate ice-9-debugger-extensions properly
2009-08-27 Neil JerramRemove superfluous ice-9-debugger-extensions code for...
2009-08-26 Andy WingoRevert "eval is actually compile"
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Andy Wingoeval is actually compile
2009-08-20 Andy Wingodefine @bind using syntax-case
2009-08-20 Andy Wingopush new frame on stack before procedure & args
2009-08-20 Michael GranRename string-width to string-bytes-per-char
2009-08-18 Andy Wingoremove (ice-9 lineio)'s dependency on (ice-9 readline)
2009-08-18 Andy Wingo`load' autocompiles
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-15 Ludovic CourtèsAdd proper `--help' and `--version' for `guile-tools...
2009-08-13 Ludovic CourtèsUncomment run-time objcode alignment check.
2009-08-13 Ludovic CourtèsAllow fresh modules to be passed to `compile'.
2009-08-13 Ludovic CourtèsAllow redefinitions in compiled code as in `(define...
2009-08-12 Andy Wingoupdate docs for recent vm/compiler work
2009-08-12 Andy Wingo"fix" <let>-bound lambda expressions too
2009-08-12 Andy Wingorework the vm support for wide strings
2009-08-12 Michael GranFix disassembly of strings and symbols
2009-08-11 Andy Wingodebitrot the ecmascript compiler
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-08-07 Andy Wingolambda, the ultimate goto
2009-08-07 Andy Wingoimplement compilation of label-allocated lambda expressions
2009-08-07 Andy Wingoadd label alist to lambda allocations in tree-il->glil...
2009-08-06 Andy Wingoloop detection in the house
2009-08-06 Andy Wingoactually implement "fixing letrec"
2009-08-06 Andy Wingoactually inline call-with-values to tree-il's <let...
2009-08-05 Andy Wingolet-values in terms of syntax-case, add make-tree-il...
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-08-05 Andy Wingoadd a brain-dead inliner
2009-08-05 Andy Wingoadd1 and sub1 instructions
2009-07-30 Ludovic CourtèsAdd unused variable analysis in the tree-il->glil compiler.
2009-07-30 Ludovic CourtèsAdd `(system base message)', a simple warning framework.
2009-07-30 Ludovic CourtèsAdd `tree-il-fold', a purely functional iterator on...
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
next