Merge branch 'master' into boehm-demers-weiser-gc
[bpt/guile.git] / libguile / smob.c
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
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-02-02 Ludovic CourtèsGOOPS: Statically allocate the SMOB class array.
2009-02-02 Ludovic CourtèsPublish the maximum number of SMOB types as `SCM_I_MAX_...
2009-01-18 Ludovic CourtèsGOOPS: Statically allocate the SMOB class array.
2009-01-18 Ludovic CourtèsPublish the maximum number of SMOB types as `SCM_I_MAX_...
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-31 Ludovic CourtèsFix initialization of the SMOB GC "kind".
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-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 CourtesFixed the undocumented `scm_make_smob ()' function.
2008-09-05 Ludovic CourtesAdded support for SMOBs free function (via finalizers).
2008-09-05 Ludovic CourtesAdded support for SMOB custom mark procedures.
2008-08-02 Andy Wingomerge guile-vm to guile
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.
2005-01-18 Marius VollmerInclude "libguile/goops.h".
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-09-24 Marius Vollmer(scm_assert_smob_type): New.
2004-09-22 Marius Vollmer*** empty log message ***
2004-05-06 Marius Vollmer* smob.h (SCM_SMOB_DATA_2, SCM_SMOB_DATA_3, SCM_SMOB_FLAGS,
2003-10-07 Marius VollmerMake type names char const * instead of char *. Thanks...
2003-09-18 Dirk Herrmann This set of patches introduces a new tc7 code scm_tc7_...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* smob.c: #include <config.h> if HAVE_CONFIG_H.
2003-03-19 Mikael Djurfeldt* goops.c (make_class_from_template): New fourth arg:
2002-09-08 Han-Wen Nienhuys* inline.h: include stdio.h
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
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...
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-04-21 Dirk Herrmann* Made creation of new smob types thread safe.
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-06 Dirk Herrmann* Remove uses of SCM_ASSERT that may result in error...
2001-03-02 Keisuke NishidaRemove dump facilities.
2001-02-05 Keisuke NishidaNew dump/undump scheme.
2001-02-03 Keisuke NishidaNew files: dump.c, dump.h.
2001-01-15 Dirk Herrmann* Return type of scm_make_smob_type is scm_bits_t now.
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-12-07 Keisuke NishidaDeprecated scm_make_smob_type_mfpe and scm_set_smob_mfpe.
2000-12-07 Keisuke NishidaSome cleanup on smob calls.
2000-12-07 Keisuke NishidaImproved smob calls.
2000-09-02 Michael Livshin* smob.c (scm_smob_prehistory): don't init the "allocat...
2000-08-26 Mikael DjurfeldtAdded comment about possible optimization
2000-08-25 Keisuke Nishida* smob.h (scm_smob_descriptor): Added `apply\' and...
2000-06-29 Dirk Herrmann* Cleaned up memory error signalling.
2000-06-12 Mikael Djurfeldt* smob.h (scm_smobfuns): Removed deprecated type.
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-14 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-07-24 Mikael Djurfeldt* smob.c (scm_smob_print): Handle non-existing type...
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-05-23 Mikael Djurfeldt* smob.c, smob.h (scm_make_smob_type): New interface...
1999-03-14 Mikael Djurfeldt* smob.c (scm_newsmob): Also create a wrapper class if
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-12-05 Jim Blandy* smob.c (freeprint): New function.
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-09-05 Jim Blandy* smob.c (scm_numsmob): Make this an int, not an scm_si...
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-10 Jim BlandyC files should #include only the header files they...
next