bpt/guile.git
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.
2009-10-15 Ludovic CourtèsFix segfault for `(uniform-array->bytevector (bitvector))'.
2009-10-15 Ludovic CourtèsFix `gitlog-to-changelog' on NixOS.
2009-10-15 Ludovic CourtèsDocument the interaction of the "compilee" with the...
2009-10-15 Ludovic CourtèsFix REPL environment for languages other than scheme.
2009-10-15 Andy Wingosignedness fix fix fix
2009-10-15 Andy Wingo`load' autocompiles -- in the current module.
2009-10-15 Andy Wingoupdate NEWS for 1.9.4
2009-10-15 Andy Wingofix scm_array_handle_ref signedness fix
2009-10-15 Andy Wingoadd back support for #y bitvector read syntax
2009-10-14 Ludovic CourtèsUse pointer-less memory for `scm_gc_strdup ()'.
2009-10-14 Ludovic CourtèsRestore signature of `scm_primitive_load_path ()' as...
2009-10-14 Ludovic CourtèsUse GC-managed memory for port->encoding.
2009-10-14 Ludovic CourtèsFix signed/unsigned mismatch in `scm_array_handle_...
2009-10-13 Ken RaeburnFlush output before forking, to make test output consis...
2009-10-13 Andy Wingoadd $libir to the ltdl path, not $pkglibdir; add extens...
2009-10-12 Michael GranModify regexp.test to work better with mac/darwin
2009-10-09 Michael GranRevert changes that gather thread-specific local language
2009-10-09 Ludovic CourtèsAdjust to match changes in libgc's CVS (pre-7.2).
2009-10-09 Ludovic CourtèsUse TLS when available for `SCM_I_CURRENT_THREAD'.
2009-10-09 Ludovic CourtèsArrange so that `SCM_I_CURRENT_THREAD' is not accessed...
2009-10-09 Ludovic CourtèsDeprecate `scm_mask_ints'.
2009-10-07 Neil JerramRevert "Change dynwind flag enums to #defines, for...
2009-10-06 Ludovic CourtèsFix typo in `scm_array_p_2 ()'.
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-10-02 Neil JerramChange dynwind flag enums to #defines, for greater...
2009-10-02 Ludovic CourtèsUse `SCM_DEPRECATED' in declarations of deprecated...
2009-10-02 Ludovic CourtèsAdd `SCM_DEPRECATED' macro to declare deprecated C...
2009-10-02 Ludovic CourtèsFix the argument list of gsubr stack frames.
2009-10-01 Neil JerramFix doc for inet-ntop: always produces a string
2009-10-01 Neil JerramFix handling of IPv6 addresses
2009-10-01 Neil JerramFix incorrect doc mentions of INADDR_LOCALHOST
2009-10-01 Neil JerramAdd define-module to signals.test
2009-10-01 Neil JerramChange signals.test to LGPLv3+
2009-09-30 Neil JerramRemove unused environments code and tests
2009-09-30 Neil JerramFix spurious `throw from within critical section' errors
2009-09-30 Neil JerramAvoid throw from critical section, given invalid sigact...
2009-09-28 Ludovic CourtèsMake `weaks.test' slightly more robust.
2009-09-28 Ludovic CourtèsImprove description of `scm_set_smob_mark ()'.
2009-09-28 Ludovic CourtèsRemove unneeded SMOB/port mark/free procedures.
next