bpt/guile.git
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-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...
2008-09-04 Ludovic CourtesDisabled the `environments' unit test.
2008-09-04 Ludovic Courtesprocs/weaks/hashtab: Removed a bit of useless mark...
2008-09-04 Ludovic CourtesTiny updates in `environments.c'.
2008-09-04 Ludovic CourtesFixes in weak hash tables handling, notably in `hash...
2008-09-04 Ludovic CourtesFixed a typo/bug in `make-doubly-weak-alist-vector'.
2008-09-04 Ludovic CourtesFixed printing of weak vectors.
2008-09-04 Ludovic CourtesFixed `list->weak-vector'.
2008-09-04 Ludovic CourtesFixed weak alist vectors by having them use weak hash...
2008-09-04 Ludovic CourtesFirst stab at the guardian implementation. Works fine...
2008-09-04 Ludovic Court`esTell `libgc' that we're using POSIX threads. This...
2008-09-04 Ludovic CourtesFixed `scm_fixup_weak_alist ()'; update weak hash table...
2008-09-04 Ludovic CourtesFixed the weak cell implementation (for weak hash tables).
2008-09-04 Ludovic CourtesFirst stab at implementing weak hash tables and vectors...
2008-09-04 Ludovic CourtesFixed GC initialization and static roots.
2008-09-04 Ludovic CourtesAdded `scm_gc_malloc_pointerless ()', equivalent to...
2008-09-04 Ludovic CourtesFixed garbage collection of ports: basics work (no...
2008-09-04 Ludovic CourtesFirst ``working'' Guile! Crashes in `flush-all-ports...
2008-09-04 Ludovic CourtesSmall fixes. Gets to the REPL and `abort ()'s soon...
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2007-10-20 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-17 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-16 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-16 Ludovic CourtèsAdd missing file `HACKING'.
2007-10-10 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-10 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-04 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-01 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-23 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-11 Kevin Ryde*** empty log message ***
2007-09-11 Kevin Ryde(scm_putenv): Confine the putenv("NAME=") bit to mingw...
2007-09-10 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-03 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-02 Kevin Ryde*** empty log message ***
2007-09-02 Kevin Ryde(AC_CHECK_FUNCS): Move cexp and clog up into the main
2007-09-02 Kevin Ryde(scm_log): Test HAVE_CLOG as well as HAVE_COMPLEX_DOUBLE
2007-09-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-01 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-26 Han-Wen Nienhuys("port-for-each"): remove unresolved for
2007-08-26 Han-Wen Nienhuysreplace port table with weak hash table. This simplifies
2007-08-26 Han-Wen Nienhuys(cleanup_for_exit): abort cleanup if init_mutex is...
2007-08-23 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-23 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-23 Kevin Ryde*** empty log message ***
2007-08-23 Kevin Ryde(port-for-each): New test for passing freed cell,
2007-08-21 Kevin Ryde*** empty log message ***
2007-08-21 Kevin Ryde(scm_i_card_statistics): Record scm_tc7_number types as
2007-08-16 Kevin Ryde*** empty log message ***
2007-08-16 Kevin RydeAdd #define _REENTRANT, to get gmtime_r() prototype on
2007-08-14 Ludovic CourtèsAdded `config.rpath'.
2007-08-11 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-11 Ludovic CourtèsAdded SRFI-35 files.
2007-08-11 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-08 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-08 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-29 Ludovic CourtèsAdded `m4/gnulib-cache.m4'.
2007-07-29 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-29 Ludovic CourtèsChanges from arch/CVS synchronization
next