bpt/guile.git
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
2006-09-27 Neil Jerram(Slot Options): Added example from Ludovic Courtès
2006-09-26 Neil Jerram(Using Guile in Emacs, GDS Introduction):
2006-09-25 Neil Jerram* scheme-using.texi (Error Handling, Interactive Debugg...
2006-09-25 Neil JerramFix typo.
2006-09-20 Ludovic CourtèsChanges from arch/CVS synchronization
2006-09-20 Ludovic CourtèsChanges from arch/CVS synchronization
2006-09-20 Rob Browning*** empty log message ***
2006-09-20 Rob Browning(build-link): Restore the removal of "/usr/lib" (in...
2006-09-15 Neil JerramDoc typo fixes
2006-09-01 Rob Browning*** empty log message ***
2006-09-01 Rob Browning(scm_c_port_for_each): Add a scm_remember_upto_here_1...
2006-08-29 Neil Jerram(Debug on Error): Added paragraph on need to use
2006-08-28 Neil Jerram(scm_display_backtrace_with_highlights): Minor
2006-08-28 Neil Jerram(Examining the Stack): Minor improvements to
2006-08-27 Neil Jerram(Debug on Error): New text on how to catch errors
2006-08-23 Neil Jerram(Using Guile in Emacs): New text about
2006-08-18 Neil Jerram* gds-server.el (gds-start-server): Change "ossau"...
2006-08-18 Neil Jerram* configure.in: Generate Makefile for emacs subdir.
2006-08-18 Neil Jerram.cvsignore file
2006-08-18 Neil Jerram* configure.in: Generate Makefile for ice-9/debugging.
2006-08-18 Neil Jerram(Using Guile in Emacs): Unignore extra GDS
2006-08-11 Neil Jerram* scheme-using.texi (Run To Frame Exit): Improved doc...
2006-08-11 Neil Jerram(Debugging): New intro text. New subsection
2006-08-11 Neil Jerram(scm_last_stack_frame): Correct docstring (returns a
2006-08-01 Neil Jerram* api-debug.texi (Breakpoints): Removed (all wrong).
2006-08-01 Neil Jerram* scheme-debugging.texi (Debug Last Error, Interactive...
2006-07-19 Rob Browning*** empty log message ***
2006-07-19 Rob BrowningAdd __attribute__ ((returns_twice)) to the ia64_getcont...
2006-07-12 Ludovic CourtèsChanges from arch/CVS synchronization
2006-06-19 Neil Jerram* Makefile.am (ice9_sources): Add new files.
2006-06-19 Neil Jerram* Makefile.am: New file.
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-06-17 Kevin Rydemerge 1.8 branch
2006-06-16 Ludovic CourtèsChanges from arch/CVS synchronization
2006-06-13 Ludovic CourtèsChanges from arch/CVS synchronization
2006-06-13 Ludovic CourtèsAdded `structs.test'.
2006-06-13 Ludovic CourtèsChanges from arch/CVS synchronization
2006-06-06 Neil Jerram(ACX_PTHREAD): Update to latest definition from
2006-05-29 Marius Vollmer* eq.c (scm_equal_p): Use scm_array_equal_p explicitely...
2006-05-29 Marius Vollmer(scm_ithrow): When looking for the jmpbuf, first test...
2006-05-27 Marius VollmerDelete test file after all tests have run in order...
2006-05-27 Marius VollmerReplace SCM_C_INLINE with SCM_C_INLINE_KEYWORD. Thanks...
2006-05-27 Marius Vollmer*** empty log message ***
2006-05-27 Marius Vollmer*** empty log message ***
2006-05-07 Marius Vollmer(CELL_P): Also check that the potential pointer is
2006-05-01 Marius Vollmer(SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
2006-05-01 Marius VollmerChanged "1.7" to "1.10" in description of the effective...
2006-04-17 Kevin Ryde*** empty log message ***
2006-04-17 Kevin Ryde(lstat): Allow for test-symlink not existing yet.
2006-04-17 Kevin Ryde*** empty log message ***
2006-04-17 Kevin RydeBump lib file version to libguilereadline-v-18,
2006-04-17 Kevin Ryde*** empty log message ***
2006-04-17 Kevin Ryde(scm_to_off_t, scm_from_off_t): No error if unknown...
next