Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -10/+10 |
2011-10-24 | add SCM_HEAP_OBJECT_BASE | Andy Wingo | 1 | -1/+1 |
2011-10-24 | remove weak pairs, rewrite weak vectors | Andy Wingo | 1 | -1/+0 |
2011-05-01 | deprecate scm_struct_table | Andy Wingo | 1 | -20/+6 |
2010-11-19 | fix a number of assumptions that a pointer could fit into a long | Andy Wingo | 1 | -1/+2 |
2010-08-29 | add flag to vtables to indicate that their layout is valid | Andy Wingo | 1 | -9/+21 |
2010-05-04 | check layout when making vtables | Andy Wingo | 1 | -2/+42 |
2010-05-01 | optimize and bugfix make-struct VM opcode | Andy Wingo | 1 | -7/+6 |
2010-01-26 | Recognize structs with both "pr" and "pw" flags as simple. | Ludovic Courtès | 1 | -12/+5 |
2010-01-25 | Reinstate 2-word displacement for structs. | Ludovic Courtès | 1 | -0/+5 |
2010-01-23 | Slightly improve comments and style in `struct.c'. | Ludovic Courtès | 1 | -14/+14 |
2010-01-23 | Clarify GC-registered displacements for structs. | Ludovic Courtès | 1 | -3/+4 |
2010-01-23 | Optimize struct initialization and accessors for the common case. | Ludovic Courtès | 1 | -136/+229 |
2009-12-08 | scm_i_alloc_struct does not take a "what" arg | Andy Wingo | 1 | -4/+3 |
2009-12-08 | make some applicable struct vtable-vtable public to C | Andy Wingo | 1 | -9/+8 |
2009-12-07 | add scm_c_make_struct[v] | Andy Wingo | 1 | -65/+107 |
2009-12-05 | some scm_i_init_guile cleanups | Andy Wingo | 1 | -6/+0 |
2009-11-26 | limn goops flags, remove foreign objs, rename entity to applicable-struct | Andy Wingo | 1 | -91/+88 |
2009-11-26 | a very big commit cleaning up structs & goops. also applicable structs. | Andy Wingo | 1 | -173/+183 |
2009-11-17 | Fix C99-style declarations after statements. | Ludovic Courtès | 1 | -1/+2 |
2009-11-15 | remove support for "entities" -- a form of applicable struct | Andy Wingo | 1 | -1/+1 |
2009-10-20 | Use proper types for hash/assoc functions in `hashtab.h'. | Ludovic Courtès | 1 | -2/+2 |
2009-09-14 | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. | Ludovic Courtès | 1 | -1/+1 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -39/+37 |
2009-08-25 | Remove the `scm_tc_free_cell' SMOB type. | Ludovic Courtès | 1 | -2/+2 |
2009-08-23 | Use string and symbol accessors in struct, throw, and array funcs | Michael Gran | 1 | -39/+37 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-12-14 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -11/+8 |
2008-11-30 | Fix potential deadlock in `make-struct'. | Ludovic Courtès | 1 | -10/+8 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-10 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -3/+11 |
2008-09-10 | Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei... | Ludovic Courtès | 1 | -2/+58 |
2008-09-10 | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei... | Ludovic Courtès | 1 | -2/+7 |
2008-09-10 | Use thread-local allocation (significant perf. improvement!); added the `boeh... | Ludovic Courtes | 1 | -1/+1 |
2008-09-10 | Turn "all interior pointers" off (slight performance gain). | Ludovic Courtes | 1 | -0/+6 |
2008-09-10 | Removed the now-useless `scm_struct_free_*' functions. | Ludovic Courtes | 1 | -31/+1 |
2008-09-05 | Added support for the free function of structures. | Ludovic Courtes | 1 | -69/+58 |
2008-09-05 | Merge from lcourtes@laas.fr--2005-mobile | Ludovic Courtes | 1 | -0/+7 |
2008-08-16 | Use word_2 to store mark bits for freeing structs and vtables in the | Han-Wen Nienhuys | 1 | -5/+5 |
2008-04-10 | fix struct-ref and struct-set! on "light" structs | Andy Wingo | 1 | -2/+10 |
2007-03-07 | merge from 1.8 branch | Kevin Ryde | 1 | -2/+58 |
2007-01-19 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -2/+7 |
2006-06-13 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -3/+46 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-07 | Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END. | Marius Vollmer | 1 | -0/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -4/+4 |
2004-10-22 | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, | Marius Vollmer | 1 | -2/+2 |