bpt/guile.git
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.
2008-09-11 Ludovic CourtèsUse Gnulib's `autobuild' module.
2008-09-11 Han-Wen NienhuysRevise GC asserts.
2008-09-11 Ludovic CourtèsRevert "Use Gnulib's `count-one-bits' module."
2008-09-11 Han-Wen Nienhuys* HACKING: update to current practice
2008-09-10 Ludovic CourtèsAdjust to be usable with `libgc' 7.1.
2008-09-10 Ludovic CourtèsFix bug in port eviction code
2008-09-10 Ludovic CourtèsFix broken hash-table merge.
2008-09-10 Ludovic CourtèsFix broken GC and threads merge.
2008-09-10 Ludovic CourtèsFix broken port merge.
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtesDocument the failure of `gc.test' wrt. unused modules.
2008-09-10 Ludovic CourtesAdd comment about `GC_local_malloc ()' upon thread...
2008-09-10 Ludovic CourtesRemove `scm_get_stack_base ()'.
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtesFixed warnings due to unused stuff.
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic Courtesscm_gc_malloc: Handle zero-octet allocations.
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic Court`esReverted inappropriate merge in `gc.c'.
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesUse thread-local allocation (significant perf. improvem...
2008-09-10 Ludovic CourtesRemoved `scm_gc_registered_roots' and `scm_permobjs'.
2008-09-10 Ludovic CourtesExpand heap size at startup time.
2008-09-10 Ludovic CourtesTurn "all interior pointers" off (slight performance...
2008-09-10 Ludovic CourtesImplemented `gc-stats' using `libgc' information.
2008-09-10 Ludovic CourtesHave source properties only use regular GC mechanisms.
2008-09-10 Ludovic CourtesFixed symbols so that interned symbols are only weakly...
2008-09-10 Ludovic CourtesRe-fixed the hash table element counting in `scm_i_reha...
2008-09-10 Ludovic CourtesFixed `guardians.test' so that it does not use symbols.
2008-09-10 Ludovic CourtesAllow guardians to be GC'd before the objects they...
2008-09-10 Ludovic CourtesMinor weak hashtables fixes.
2008-09-10 Ludovic CourtesMoved weak pair code into `weaks.[ch]'.
2008-09-10 Ludovic CourtesImplemented rehashing of weak hash tables.
2008-09-10 Ludovic CourtesImplemented port finalization.
2008-09-10 Ludovic CourtesUse `scm_gc_malloc_pointerless' in various places ...
2008-09-10 Ludovic CourtesRemoved the now-useless `scm_struct_free_*' functions.
2008-09-10 Ludovic CourtesRemoved unnecessary uses of class destructors.
2008-09-10 Ludovic CourtèsFix compilation of `libguile-i18n' on MinGW.
2008-09-10 Han-Wen NienhuysCleanup mark-during-GC debug checks.
2008-09-09 Ludovic CourtèsUse Gnulib's `count-one-bits' as a replacement for...
2008-09-09 Ludovic CourtèsUse Gnulib's `count-one-bits' module.
2008-09-09 Ludovic CourtèsMerge branch 'master' into strftime-gnulib
2008-09-09 Ludovic CourtèsGet rid of Automake's "maintainer mode".
2008-09-08 Ludovic CourtèsUpdate `NEWS' wrt. `mutex-lock' deadlock fix.
2008-09-05 Ludovic CourtesAdded support for the free function of structures.
2008-09-05 Ludovic CourtesUse the SMOB API in `coop-pthreads.c' rather than low...
2008-09-05 Ludovic CourtesFixed a warning in `symbols.c'.
2008-09-05 Ludovic CourtesFixed the SMOB mark procedure so that it handles free...
2008-09-05 Ludovic CourtesFixed use of finalizers for guardians and SMOBs (undoes...
2008-09-05 Ludovic CourtesRemoved a lot of now-useless SMOB mark/free functions.
2008-09-05 Ludovic CourtesFixed the undocumented `scm_make_smob ()' function.
2008-09-05 Ludovic CourtesAdded support for SMOBs free function (via finalizers).
2008-09-05 Ludovic CourtesRemoved the free function from the malloc-object SMOB...
2008-09-05 Ludovic CourtesFixed `scm_gc_register_finalizer ()' to avoid bootstrap...
2008-09-05 Ludovic CourtesGeneralized BGC's finalizer mechanism. Use it in ...
2008-09-05 Ludovic CourtesAdded support for SMOB custom mark procedures.
2008-09-05 Ludovic CourtesRemoved the mark/free functions of continuations and...
2008-09-04 Ludovic CourtesRemoved useless files; beautified `libguile/Makefile...
next