bpt/guile.git
2009-11-17 Ludovic CourtèsAdd Gnulib maintainer modules.
2009-11-17 Ludovic CourtèsUse Gnulib's `version-etc-fsf' for `--version' and...
2009-11-17 Ludovic CourtèsBuild the C code with additional GCC warnings.
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-11-17 Ludovic CourtèsRemove now unneeded `putenv.c'.
2009-11-17 Ludovic CourtèsRemove `qt/'.
2009-11-17 Ludovic CourtèsFix C99-style declarations after statements.
2009-11-17 Ludovic CourtèsRemove deprecated guardian code.
2009-11-17 Ludovic CourtèsUse Gnulib's `warning' module.
2009-11-17 Andy Wingofold 1.9.5 NEWS items into the main text
2009-11-17 Andy WingoUpdate NEWS.
2009-11-16 Andy Wingowith a rest arg, allow for keywords anywhere
2009-11-16 Ken RaeburnSCM_DEBUG fix: Don't apply SCM_CAR to non-pairs when...
2009-11-16 Ludovic CourtèsAdd `iconv_open-solaris.h' to remove dependency on...
2009-11-16 Ludovic CourtèsUse Gnulib's `alignof' module.
2009-11-16 Ludovic CourtèsDeprecate `inet-ntoa' and `inet-aton'.
2009-11-16 Ludovic CourtèsUse Gnulib's `inet_ntop' and `inet_pton' modules.
2009-11-16 Ludovic CourtèsRe-add an indirection in bytevectors.
2009-11-16 Ludovic CourtèsRemove unused internal bytevector functions.
2009-11-16 Ludovic CourtèsRun the GC and retry `open-file' when getting `EMFILE'.
2009-11-16 Ludovic CourtèsImprove documentation of supported encoding names.
2009-11-16 Ken RaeburnFix off-by-one error in processing Emacs-style coding...
2009-11-15 Andy Wingoopcodes for bit twiddling (ash, logand, logior, logxor)
2009-11-15 Andy Wingoclass-of has an opcode
2009-11-15 Andy Wingofaster conditionals
2009-11-15 Andy Wingofix (apply f) -- without the args list
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-15 Andy Wingoactually set all 8 hashsets in classes
2009-11-15 Andy Wingoremove goops-local %tag-body
2009-11-15 Andy WingoSCM_VALIDATE_VTABLE tweak
2009-11-15 Andy Wingofix printing-programs bug
2009-11-15 Andy Wingovalues.c defines a vtable, not a vtable-vtable
2009-11-15 Andy Wingosrfi-35 properly uses vtable-offset-user
2009-11-15 Andy Wingofix a structs.test test
2009-11-15 Andy Wingoremove redundant, unnecessary instance size from struct...
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...
next