REPL Server: Don't establish a SIGINT handler.
[bpt/guile.git] / libguile / struct.c
2013-03-07 Andy Wingostructs with tail arrays are not simple
2012-10-12 Ludovic CourtèsImplement `hash' for structs.
2012-07-28 Andy Wingoset struct names for <standard-vtable>, etc
2012-07-28 Andy Wingodeprecate make-vtable-vtable
2012-07-06 Andy WingoScheme standard-vtable-fields binding
2012-07-06 Andy Wingoadd Scheme binding for scm_standard_vtable_vtable
2012-07-06 Andy Wingodeprecate struct-vtable-tag
2012-07-02 Ludovic CourtèsUse `void *' instead of `GC_PTR' internally.
2012-03-08 Andy Wingouse the new finalizer helpers
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2011-05-01 Andy Wingodeprecate scm_struct_table
2010-11-19 Andy Wingofix a number of assumptions that a pointer could fit...
2010-08-29 Andy Wingoadd flag to vtables to indicate that their layout is...
2010-05-04 Andy Wingocheck layout when making vtables
2010-04-30 Andy Wingooptimize and bugfix make-struct VM opcode
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-25 Ludovic CourtèsRecognize structs with both "pr" and "pw" flags as...
2010-01-25 Ludovic CourtèsReinstate 2-word displacement for structs.
2010-01-23 Ludovic CourtèsSlightly improve comments and style in `struct.c'.
2010-01-23 Ludovic CourtèsClarify GC-registered displacements for structs.
2010-01-23 Ludovic CourtèsOptimize struct initialization and accessors for the...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-08 Andy Wingoscm_i_alloc_struct does not take a "what" arg
2009-12-08 Andy Wingomake some applicable struct vtable-vtable public to C
2009-12-07 Andy Wingoadd scm_c_make_struct[v]
2009-12-05 Andy Wingosome scm_i_init_guile cleanups
2009-11-25 Andy Wingolimn goops flags, remove foreign objs, rename entity...
2009-11-25 Andy Wingoa very big commit cleaning up structs & goops. also...
2009-11-17 Ludovic CourtèsFix C99-style declarations after statements.
2009-11-15 Andy Wingoremove support for "entities" -- a form of applicable...
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-19 Ludovic CourtèsUse proper types for hash/assoc functions in `hashtab.h'.
2009-09-13 Ludovic CourtèsRename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Ludovic CourtèsRemove the `scm_tc_free_cell' SMOB type.
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-23 Michael GranUse string and symbol accessors in struct, throw, and...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-30 Ludovic CourtèsFix potential deadlock in `make-struct'.
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesUse thread-local allocation (significant perf. improvem...
2008-09-10 Ludovic CourtesTurn "all interior pointers" off (slight performance...
2008-09-10 Ludovic CourtesRemoved the now-useless `scm_struct_free_*' functions.
2008-09-05 Ludovic CourtesAdded support for the free function of structures.
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2008-08-26 Andy Wingomerge from guile master
2008-08-16 Han-Wen NienhuysUse word_2 to store mark bits for freeing structs and...
2008-08-02 Andy Wingomerge guile-vm to guile
2008-04-10 Andy Wingofix struct-ref and struct-set! on "light" structs
2007-03-07 Kevin Rydemerge from 1.8 branch
2007-01-19 Ludovic CourtèsChanges from arch/CVS synchronization
2006-06-13 Ludovic CourtèsChanges from arch/CVS synchronization
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-07 Marius VollmerInclude "libguile/async.h" for SCM_CRITICAL_SECTION_STA...
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-12 Marius Vollmer* socket.c, rw.c, deprecated.h, validate.h
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALI...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-26 Rob Browning* struct.c: #include <config.h> if HAVE_CONFIG_H.
2003-02-24 Mikael Djurfeldt* struct.c (scm_struct_prehistory): Init scm_i_structs_...
2003-02-24 Mikael Djurfeldt* struct.c (scm_struct_prehistory): Move scm_free_struc...
2003-02-24 Mikael Djurfeldt* struct.c (scm_struct_gc_init): Removed.
2002-09-05 Han-Wen Nienhuys* struct.h: change scm_structs_to_free to scm_i_structs...
2002-08-04 Han-Wen Nienhuysnew gc
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
next