bpt/guile.git
2008-12-14 Ludovic CourtèsFix typo in makefile.
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-10 Neil JerramRevert "(scm_shell_usage): Note need for subscription...
2008-12-10 Neil JerramRevert "Note need for subscription to bug-guile@gnu...
2008-12-10 Neil JerramRevert "(Reporting Bugs): Note need for subscription to"
2008-12-10 Neil JerramRevert "* README: Note need for subscription to bug...
2008-12-10 Ludovic Courtèsi18n: Add comment about standardization of the `locale_...
2008-12-10 Ludovic CourtèsFix erroneous differences in `NEWS' compared to `branch...
2008-12-10 Ludovic Courtèsconfigure: Check for <ltdl.h>.
2008-12-10 Ludovic Courtèsconfigure: Don't substitute `DLPREOPEN'.
2008-12-10 Neil JerramRemove everything to do with GDS Breakpoints
2008-12-08 Ludovic CourtèsMention the end of `ChangeLog' files in `NEWS'.
2008-12-08 Ludovic CourtèsMake `config.status' happier.
2008-12-08 Ludovic CourtèsAdd other missing Gnulib files.
2008-12-07 Ludovic CourtèsRemove useless references to Libtool's `dlpreopen'...
2008-12-07 Ludovic CourtèsAdd missing Gnulib M4 files.
2008-12-07 Neil JerramSeveral new hash table tests, written by Gregory Marton.
2008-12-02 Ludovic CourtèsFix sloppy bound checking in `string-{ref,set!}' with...
2008-12-02 Ludovic CourtèsUpdate `NEWS'.
2008-11-30 Ludovic CourtèsFix potential deadlock in `make-struct'.
2008-11-30 Ludovic CourtèsMake GNU Libtool 2.2.x happier.
2008-11-30 Ludovic CourtèsCheck the return value of libc's functions to make...
2008-11-30 Ludovic CourtèsUse Gnulib's `full-write' and `full-read' modules.
2008-11-30 Ludovic CourtèsUpdate Gnulib files to commit d4b129b8e5f8a8d1198020fd6...
2008-11-24 Ludovic CourtèsUse orthodox libtoology in `guile'.
2008-11-24 Ludovic CourtèsRun the handler of SRFI-34's `with-exception-handler...
2008-11-24 Ludovic CourtèsFix comments in `test-scm-c-read.c'.
2008-11-23 Ludovic CourtèsAdd C unit test for `scm_c_read ()' and the port API.
2008-11-23 Neil JerramMake scm_c_read use caller buffer only for unbuffered...
2008-11-13 Ludovic CourtèsUpdate `THANKS'.
2008-11-13 Ludovic CourtèsUpdate the thread stack base when `scm_with_guile'...
2008-11-13 Ludovic CourtèsAugment `.gitignore'.
2008-11-13 Ludovic CourtèsUpdate "guile(1)" man page.
2008-11-13 Ludovic CourtèsAdd "guile(1)" man page.
2008-11-11 Ludovic Courtèsgc-benchmarks: Adapt `gcold.scm' so that if conforms...
2008-11-11 Ludovic Courtèsgc-benchmarks: Add `gcold.scm', by Clinger, Hansen...
2008-11-11 Ludovic Courtèsgc-benchmarks: Add `run-benchmark.scm'.
2008-11-11 Ludovic Courtèsgc-profile: Show the result of `(version)'.
2008-11-10 Ludovic CourtèsHave `version' return `PACKAGE_VERSION'.
2008-11-10 Ludovic CourtèsChange `GUILE_VERSION' to `1.9.0-bdwgc'.
2008-11-10 Ludovic CourtèsUse `pkg-config' to detect BDW-GC at configure-time.
2008-11-10 Ludovic Courtèsgc-benchmarks: Allow the iteration count to be passed...
2008-11-10 Ludovic CourtèsImport GC benchmarks from Larceny, by Hansen, Clinger...
2008-11-10 Ludovic Courtèsgc-benchmarks: Add a Larceny/Twobit benchmark compatibi...
2008-11-05 Ludovic CourtèsWork around unintentional retention of modules by the GC.
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-02 Ludovic CourtèsRemove the SMOB mark procedure for source properties.
2008-10-31 Ludovic CourtèsFix initialization of the SMOB GC "kind".
2008-10-30 Ludovic CourtèsDon't invoke `on_thread_exit ()' from a pthread key...
2008-10-28 Ludovic CourtèsDocument the impossibility to call the GC from within...
2008-10-26 Neil JerramFix stack calibration-related errors when running make...
2008-10-24 Neil JerramAdd measure-hwm.scm to the set of distribution files.
2008-10-24 Neil JerramFix hang in srfi-18.test
2008-10-23 Ludovic CourtèsExpose `GC_dump ()' at the Scheme level.
2008-10-17 Neil JerramAvoid `Stack overflow' errors when running `make check'
2008-10-12 Ludovic CourtèsAdd GC benchmarks.
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-10 Ludovic CourtèsFix compilation error due to strict aliasing rules...
2008-10-09 Ludovic CourtèsFix compilation of the hard copy of the R5RS, tutorial...
2008-10-09 Ludovic CourtèsAdd test case to make sure `read' returns mutable strings.
2008-10-09 Ludovic CourtèsRevert "Make literal strings (i.e., returned by `read...
2008-09-28 Han-Wen NienhuysRemove GH and its traces.
2008-09-26 Ludovic CourtèsDon't use `scm_leave_guile ()' in mutex/cond-related...
2008-09-26 Ludovic CourtèsImplement `scm_std_select ()' in terms of `scm_without_...
2008-09-25 Ludovic CourtèsEnclose `regexp.test' in a module.
2008-09-25 Ludovic CourtèsFix handling of the FLAGS argument in `fold-matches'.
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-23 Ludovic CourtèsMake literal strings (i.e., returned by `read') read...
2008-09-23 Ludovic CourtèsMake `symbol->string' return a read-only string.
2008-09-22 Neil JerramFix for incorrect (gcd -2) => -2; should give 2.
2008-09-19 Ludovic CourtèsUse GC's accessors rather than its global variables.
2008-09-18 Ludovic CourtèsFix `strftime' documentation wrt. `%Z'.
2008-09-18 Ludovic CourtèsImplement `scm_without_guile ()' in terms of `GC_do_blo...
2008-09-18 Ludovic CourtèsRemove double inclusion of <config.h> in `threads.c'.
2008-09-18 Ludovic Courtèsconfigure: Look for `GC_do_blocking ()' and its declara...
2008-09-18 Ludovic CourtèsUse the `GC_FREE_SPACE_DIVISOR' environment variable.
2008-09-17 Ludovic CourtèsRemove per-thread `gc_running_p'.
2008-09-17 Ludovic CourtèsRemove GC-related fields from `scm_i_thread'.
2008-09-17 Ludovic CourtèsRemove code intended to put threads to sleep.
2008-09-17 Ludovic CourtèsRemove use of `scm_i_thread_put_to_sleep ()' in the...
2008-09-16 Ludovic CourtèsRemove GC-related code from fluids.
2008-09-16 Ludovic CourtèsUse immutable cells for vectors.
2008-09-16 Ludovic CourtèsUse immutable double-cells for symbols.
2008-09-16 Ludovic CourtèsAdd `scm_immutable_double_cell ()'.
2008-09-15 Ludovic CourtèsUse immutable cells for closures.
2008-09-15 Ludovic CourtèsUse immutable cells (aka. libgc "stubborn") for subrs.
2008-09-15 Ludovic CourtèsAdd `scm_immutable_cell ()'.
2008-09-15 Ludovic CourtèsRemove unused GC string/symbol functions.
2008-09-15 Ludovic CourtèsConditionalize GC 6.x code.
2008-09-15 Neil JerramMake multi-byte reads on unbuffered ports more efficient.
2008-09-15 Ludovic CourtèsAdd `uniform-vector-read!' benchmark.
2008-09-14 Ludovic CourtèsFix detection of the GC version.
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in standalone tests.
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-12 Ludovic CourtèsAdd `ChangeLog-2008' files to the distribution.
2008-09-12 Ludovic CourtèsRename `ChangeLog' files to `ChangeLog-2008'.
2008-09-12 Ludovic Courtèsdoc: Correct the default value of `%load-path'.
2008-09-12 Ludovic CourtèsInclude <config.h> in `discouraged.c'.
2008-09-11 Ludovic CourtèsRemove `.cvsignore' files.
next