Age | Commit message (Expand) | Author | Files | Lines |
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 | -2/+2 |
2005-01-18 | Include "libguile/goops.h". | Marius Vollmer | 1 | -0/+1 |
2004-10-22 | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, | Marius Vollmer | 1 | -2/+2 |
2004-09-24 | (scm_assert_smob_type): New. | Marius Vollmer | 1 | -1/+8 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -1/+1 |
2004-05-06 | * smob.h (SCM_SMOB_DATA_2, SCM_SMOB_DATA_3, SCM_SMOB_FLAGS, | Marius Vollmer | 1 | -0/+8 |
2003-10-07 | Make type names char const * instead of char *. Thanks to Paul Jarc! | Marius Vollmer | 1 | -1/+1 |
2003-09-18 | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 1 | -14/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-25 | * smob.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+3 |
2003-03-19 | * goops.c (make_class_from_template): New fourth arg: | Mikael Djurfeldt | 1 | -2/+5 |
2002-09-08 | * inline.h: include stdio.h | Han-Wen Nienhuys | 1 | -1/+6 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -3/+3 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -1/+1 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -3/+6 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -17/+4 |
2001-08-31 | * Removed deprecated stuff. | Dirk Herrmann | 1 | -33/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -3/+3 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -8/+8 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -7/+10 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -6/+6 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -14/+14 |
2001-04-21 | * Made creation of new smob types thread safe. | Dirk Herrmann | 1 | -39/+50 |
2001-03-30 | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. | Dirk Herrmann | 1 | -1/+3 |
2001-03-10 | * _scm.h: Removed #include <errno.h>. | Mikael Djurfeldt | 1 | -0/+2 |
2001-03-06 | * Remove uses of SCM_ASSERT that may result in error messages different | Dirk Herrmann | 1 | -5/+8 |
2001-03-02 | Remove dump facilities. | Keisuke Nishida | 1 | -14/+0 |
2001-02-05 | New dump/undump scheme. | Keisuke Nishida | 1 | -22/+8 |
2001-02-03 | New files: dump.c, dump.h. | Keisuke Nishida | 1 | -15/+43 |
2001-01-15 | * Return type of scm_make_smob_type is scm_bits_t now. | Dirk Herrmann | 1 | -1/+1 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -13/+16 |
2000-12-07 | Deprecated scm_make_smob_type_mfpe and scm_set_smob_mfpe. | Keisuke Nishida | 1 | -51/+40 |
2000-12-07 | Some cleanup on smob calls. | Keisuke Nishida | 1 | -1/+2 |
2000-12-07 | Improved smob calls. | Keisuke Nishida | 1 | -151/+262 |
2000-09-02 | * smob.c (scm_smob_prehistory): don't init the "allocated" smob | Michael Livshin | 1 | -2/+0 |
2000-08-26 | Added comment about possible optimization | Mikael Djurfeldt | 1 | -0/+12 |
2000-08-25 | * smob.h (scm_smob_descriptor): Added `apply\' and `gsubr_type\'. | Keisuke Nishida | 1 | -0/+163 |
2000-06-29 | * Cleaned up memory error signalling. | Dirk Herrmann | 1 | -3/+5 |
2000-06-12 | * smob.h (scm_smobfuns): Removed deprecated type. | Mikael Djurfeldt | 1 | -17/+0 |
2000-05-15 | * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif. | Dirk Herrmann | 1 | -2/+6 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -4/+4 |
2000-04-03 | Lots of fixes to make guile (at some time) compile with strict typing. | Dirk Herrmann | 1 | -3/+3 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include ports.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |
2000-03-14 | *** empty log message *** | Mikael Djurfeldt | 1 | -8/+8 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -1/+1 |