bpt/guile.git
2012-02-08 Mark H WeaverAdd source properties to many more types of data
2012-02-08 Mark H WeaverUnoptimize 'read' to return freshly allocated empty...
2012-02-08 Mark H WeaverOptimize empty substring case of scm_i_substring_copy
2012-02-08 Mark H WeaverAdd and use maybe_annotate_source helper in read.c
2012-02-08 Mark H WeaverRemove inline and register attributes from read.c
2012-02-08 Mark H WeaverRemove incorrect comment in read.c
2012-02-08 Andy Wingoi18: avoid freelocale (NULL)
2012-02-05 Andy WingoFix --enable-debug-malloc
2012-02-04 Ludovic Courtèsi18n: Skips ~h `format' tests when digit grouping info...
2012-02-03 Andy Wingofix check for when libc already has clock_gettime ...
2012-02-03 Bake TimmonsImprove consistency of definitions of C functions in...
2012-02-03 Andy Wingofix compilation of control.c, continuations.c when...
2012-02-03 Bake TimmonsMake notation for Scheme repeated arguments more consis...
2012-02-03 Ludovic Courtèsi18n: Provide default values for when Gnulib has no...
2012-02-03 Ludovic CourtèsAugment `-Wformat' analysis with support for `~:h'.
2012-02-03 Ludovic Courtèsformat: Add specifier ~h for localized number output.
2012-02-03 Ludovic Courtèsi18n: Add a couple of tests for `monetary-amount->local...
2012-02-03 Ludovic Courtèsi18n: Use Gnulib's `nl_langinfo' module.
2012-02-03 Ludovic CourtèsUse Gnulib's `regex' module.
2012-02-03 Ludovic Courtèstests: Have `getaddrinfo' test work for Darwin 8.
2012-02-03 Ludovic Courtèstests: Work around erroneous tr_TR locale in Darwin 8.
2012-02-03 Mike GranUpdate srfi-14 test for Unicode 6.1
2012-02-02 Mark H WeaverImplement scm_to_pointer
2012-02-02 Andy Wingorevert r5rs changes
2012-02-02 Ludovic CourtèsFix `SCM_I_ERROR' definition for MinGW without networking.
2012-02-02 Bake TimmonsFix case in identifiers starting sentences in doc/r5rs...
2012-02-02 Bake TimmonsImprove the usage of variable names in Scheme docstrings.
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2012-02-02 Andy WingoRemove unused doc/sources/
2012-02-02 Bake TimmonsMake consistent the usage of variable names in the...
2012-02-02 Bake TimmonsFix unbalanced parentheses in docs.
2012-02-02 Mike GranUpdate srfi-14 character sets to Unicode 6.1
2012-02-02 Mark H WeaverFix search_path to fill stat_buf when given an absolute...
2012-02-01 Andy Wingoleniency in the "unused modules are removed" gc.test
2012-01-31 Ludovic CourtèsAugment `Libs.private' in `guile-2.0-uninstalled.pc'.
2012-01-31 Andy Wingoan experiment: clearing the C stack in gc tests
2012-01-30 Ludovic CourtèsUpdate `NEWS'.
2012-01-30 Ludovic CourtèsBump version number for 2.0.4/2.0.5.
2012-01-30 Ludovic CourtèsAmend `NEWS'.
2012-01-30 Ludovic CourtèsRemove stale test file.
2012-01-30 Ludovic Courtèsdoc: Add "warnings" to the concept index.
2012-01-30 Andy Wingofix hook invocation during thread guilification
2012-01-30 Mark H WeaverRename scm_call_varargs -> scm_call
2012-01-30 Mark H WeaverImplement scm_call_varargs and scm_call_{7,8,9}
2012-01-30 Mark H WeaverFix primitive-eval to return #<unspecified> for definitions
2012-01-30 Mark H WeaverFix 'local-eval' when the specified environment is...
2012-01-30 Mark H WeaverUpdate user-visible copyright dates in manual and REPL...
2012-01-29 Ludovic CourtèsAugment `Libs.private' with for non-GNU platforms.
2012-01-29 Andy Wingopaper over some "lexical vars are collectable" flakiness
2012-01-29 Andy WingoRevert "vm-i-scheme.c slight refactor"
2012-01-29 Andy WingoRevert "attempt to clear stale references on VM C stack"
2012-01-29 Ludovic CourtèsRevert "Work around instruction reordering on SPARC...
2012-01-28 Chris K. Jester... Fix double-free error on non-GNU systems.
2012-01-28 Andy Wingomention new manual sections in NEWS
2012-01-27 Ludovic CourtèsBuild with `-fno-strict-aliasing' when available.
2012-01-27 Andy Wingoattempt to clear stale references on VM C stack
2012-01-27 Andy Wingovm-i-scheme.c slight refactor
2012-01-27 Andy Wingodocument `include', `include-from-path'
2012-01-27 Andy Wingomore documentation on the process of loading source...
2012-01-27 Mark H WeaverFix error messages involving definition forms
2012-01-26 Andy Wingoupdate NEWS
2012-01-26 Andy Wingofix test-loose-ends
2012-01-26 Andy Wingoupdate local-eval docs
2012-01-26 Andy Wingomore readable gensyms
2012-01-26 Andy Wingoglobally unique marks and labels using syntax-session-id
2012-01-26 Andy WingoRevert "Universally-unique gensyms"
2012-01-26 Andy WingoImplement `local-eval', `local-compile', and `the-envir...
2012-01-25 Ludovic CourtèsFix a couple of warnings.
2012-01-25 Ludovic CourtèsFix typo in `-Wformat'.
2012-01-25 Ludovic CourtèsAdd warnings for unsupported `simple-format' options.
2012-01-25 Ludovic CourtèsImport Gnulib's `setenv' module, for MinGW.
2012-01-25 Andy Wingonew syntax procedures to (system syntax)
2012-01-25 Andy Wingoadd syntax-module
2012-01-25 Andy Wingoadd syntax-locally-bound-identifiers
2012-01-25 Andy Wingofix "lexical vars are collectable" test
2012-01-25 Andy Wingobetter function prologue disassembly
2012-01-25 Andy Wingoadd another case in which to fold (values FOO) to FOO...
2012-01-25 Andy Wingofix values miscompilation in push context with RA
2012-01-24 Ludovic CourtèsWork around instruction reordering on SPARC and HPPA...
2012-01-24 Ludovic Courtèsvlist: Use (ice-9 format).
2012-01-23 Ludovic CourtèsFFI: Fix `set-pointer-finalizer!' to leave the type...
2012-01-23 Ludovic Courtèsguile-readline: Clean `.go' files.
2012-01-23 Andy Wingocurrent-filename canonicalizes path, remove add-to...
2012-01-22 Ludovic CourtèsAdjust tests that relied on the output of the hash...
2012-01-22 Ludovic CourtèsPrint the address of hash tables.
2012-01-22 Ludovic CourtèsAugment `release.org'.
2012-01-22 Ludovic CourtèsParenthesize and type `SCM_FRAME' macros; check layout...
2012-01-22 Ludovic CourtèsRelax `asm-to-bytecode.test' for when target CPU =...
2012-01-21 Mark H WeaverUniversally-unique gensyms
2012-01-21 Mark H WeaverAdd `random-state-from-platform' and `scm_i_random_byte...
2012-01-20 Andy Wingoadd current-filename, add-to-path, add-to-load-path
2012-01-20 Andy Wingoremove duplicate when/unless definitions
2012-01-20 Andy Wingoadd when, unless
2012-01-19 Andy Wingoavoid gensym when making labels in psyntax
2012-01-19 Andy Wingoadd syntax-local-binding
2012-01-18 Mark H WeaverAdd `scm_c_value_ref' to allow access to multiple retur...
2012-01-16 Ludovic CourtèsUpdate Gnulib to v0.0-6827-g39c3009; use the `dirfd...
2012-01-16 Ludovic CourtèsImprove wording in README regarding `pkg-config'.
2012-01-16 Ludovic CourtèsFix typo in threads.c on IA64.
2012-01-16 Ludovic CourtèsSkip `tr_TR' tests on Solaris 2.10.
next