bpt/guile.git
2009-11-15 Andy Wingofold objects.[ch] into goops.[ch]
2009-11-15 Andy Wingoremove support for "entities" -- a form of applicable...
2009-11-15 Andy WingoSCM_GENERIC_METHOD_CACHE macro splits from SCM_ENTITY_P...
2009-11-15 Andy Wingoremove unused things from object.[ch]
2009-11-15 Andy Wingoremove operators
2009-11-15 Andy Wingogeneric dispatch in the vm (sorta)
2009-11-15 Andy Wingoremove unused struct gc chain macros
2009-11-15 Andy Wingode-inline goops dispatch from the evaluator
2009-11-14 Andreas Rottmannadd quasisyntax
2009-11-14 Andy Wingoadd include-from-path
2009-11-14 Andy Wingopsyntax.scm uses #' shorthand for (syntax ...)
2009-11-14 Ludovic CourtèsAdd currently failing tests for optargs.
2009-11-14 Ludovic CourtèsExplicitly disable TLS on NetBSD 5.0.
2009-11-14 Ludovic CourtèsHave `scm_scan_for_encoding ()' use GC-managed memory.
2009-11-14 Ludovic CourtèsReplace `setbinary' by a public `%default-port-encoding...
2009-11-14 Ludovic CourtèsExplicitly require `sed'.
2009-11-14 Andy Wingofix bugs in ecmascript compiler
2009-11-14 Andy Wingofix scoping in let-keywords
2009-11-14 Andy Wingofix bug in string comparison
2009-11-10 Ludovic CourtèsImprove the printer of SRFI-35 error conditions.
2009-11-08 Ludovic CourtèsAdd support for multiple arities in `arity-mismatch...
2009-11-08 Ludovic CourtèsUpdate `.gitignore'.
2009-11-08 Ludovic CourtèsFix C99-style comments.
2009-11-08 Ludovic CourtèsCompile with `-Warity-mismatch'.
2009-11-08 Ludovic CourtèsAdd tests for `unbound-variable-analysis'.
2009-11-08 Ludovic CourtèsFix optional argument handling in `unused-variable...
2009-11-08 Ludovic CourtèsAdd support for keyword arguments in `arity-mismatch...
2009-11-07 Ludovic CourtèsFix typos leading to wrong argument counts.
2009-11-07 Ludovic CourtèsFix typos in `psyntax'.
2009-11-07 Ludovic CourtèsAdd `arity-mismatch' warning type.
2009-11-06 Ludovic CourtèsCoalesce tree traversals made for warnings.
2009-11-05 Ludovic CourtèsHold the GC lock when traversing weak hash table buckets.
2009-11-05 Ludovic CourtèsFix snarfing of `SCM_DEFINE' with static allocation.
2009-11-04 Neil JerramFill code coverage holes in continuations.c and keywords.c
2009-11-03 Neil JerramIncrease benchmark iterations to improve precision...
2009-11-01 Ludovic CourtèsAllocate vectors in a contiguous memory area.
2009-11-01 Ludovic CourtèsRestore signature of `scm_search_path ()' as found...
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-30 Ken RaeburnClean up some uses of old GC macros that don't exist...
2009-10-30 Ken RaeburnSince support for "futures" in C has been completely...
2009-10-30 Ken Raeburn* meta/gdb-uninstalled-guile.in: Specify a path to...
2009-10-30 Ken RaeburnFix autogen.sh for Mac OS X.
2009-10-28 Michael GranFix incorrect display of wide strings in decompilation
2009-10-28 Michael GranModify bytevectors/string conversions to allow wide...
2009-10-27 Mark H Weaverfix nil handling in the vm
2009-10-27 Mark H Weaverthe cube of lisp booleans (#f nil () #t)
2009-10-26 Ludovic CourtèsUse proper fold/for-each function types in `hashtab.h'.
2009-10-26 Ludovic CourtèsUse proper assoc/hash function types in `hashtab.c'.
2009-10-26 Andy Wingoupdate procedure docs for programs, lambda*, case-lambda
2009-10-26 Andy Wingoimplement #:predicate
2009-10-26 Ludovic CourtèsDon't use memset(3) after `GC_MALLOC ()' calls.
2009-10-25 Julian GrahamResolve warning in gcc-4.3 about transposed parameters...
2009-10-25 Ludovic CourtèsSRFI-35: Provide nice vtable names, to make GOOPS happier.
2009-10-25 Ludovic CourtèsFix GOOPS `class-of' for nameless structs.
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-24 Andy Wingoprocedure property table is only key-weak, not doubly...
2009-10-23 Ken RaeburnReduce some errors under -DSCM_DEBUG=1.
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 Wingoadd some optargs tests
2009-10-23 Andy Wingovm support for optional/kwarg init code, and bugfixes
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 Wingoprocedure property efficiency tweak
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 now check their args, cons rest list, reserve...
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èsCompile Guile modules with `-Wunbound-variable'.
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 Ludovic CourtèsUse proper types for hash/assoc functions in `hashtab.h'.
2009-10-19 Julian GrahamFix typo in psyntax.scm related to syntax-violation...
2009-10-19 Ludovic CourtèsAdd support for R6RS/SRFI-30 nested block comments.
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èsImprove TLS detection for systems with compiler support...
2009-10-15 Ludovic CourtèsBump version number for 1.9.4.
2009-10-15 Ludovic CourtèsFix compilation of literal bitvectors.
next