Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-01-18 | * objects.h, objects.c, goops.c, goops.h (scm_class_boolean, | Marius Vollmer | 1 | -2/+142 |
2005-01-17 | * objects.h, objects.c (scm_classes_initialized): New. | Marius Vollmer | 1 | -0/+1 |
2005-01-06 | (scm_array_handle_release): New, changed all uses of | Marius Vollmer | 1 | -6/+8 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -23/+30 |
2004-10-04 | Replaced SCM_KEYWORDP with scm_is_keyword. | Marius Vollmer | 1 | -3/+3 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -38/+38 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -46/+40 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -2/+2 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -23/+29 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -9/+2 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -7/+7 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -19/+19 |
2004-05-24 | * goops.c (compute_getters_n_setters, create_standard_classes, | Dirk Herrmann | 1 | -13/+27 |
2003-11-18 | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 1 | -0/+2 |
2003-10-07 | Make type names char const * instead of char *. Thanks to Paul Jarc! | Marius Vollmer | 1 | -2/+2 |
2003-09-18 | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 1 | -3/+0 |
2003-05-04 | The purpose of this patch is to make guile's internal memoizers | Dirk Herrmann | 1 | -2/+2 |
2003-04-28 | * eval.c (scm_m_atdispatch): Removed until actually needed. (This | Mikael Djurfeldt | 1 | -3/+0 |
2003-04-28 | * eval.c, goops.c (@dispatch, @slot-ref, @slot-set!): Move the | Dirk Herrmann | 1 | -1/+9 |
2003-04-25 | * eval.c, eval.h, goops.c, goops.h (scm_m_atslot_ref, | Dirk Herrmann | 1 | -56/+0 |
2003-04-20 | * goops.c (TEST_CHANGE_CLASS, scm_sys_initialize_object): Don't | Dirk Herrmann | 1 | -2/+2 |
2003-04-18 | goops.c (TEST_CHANGE_CLASS): Update variable class after class change. | Mikael Djurfeldt | 1 | -5/+8 |
2003-04-15 | * tests/goops.test: Added tests for class redefinition, object | Mikael Djurfeldt | 1 | -1/+1 |
2003-04-13 | * goops.c (prep_hashsets): make static to match prototype. | Rob Browning | 1 | -2/+2 |
2003-04-13 | * goops.scm (compute-getters-n-setters/verify-accessors): Better | Mikael Djurfeldt | 1 | -55/+89 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-03-19 | * goops.c (make_class_from_template): New fourth arg: | Mikael Djurfeldt | 1 | -17/+97 |
2003-03-11 | * goops.scm (define-extended-generics): New syntax. | Mikael Djurfeldt | 1 | -13/+15 |
2003-03-06 | * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each | Mikael Djurfeldt | 1 | -3/+57 |
2003-01-10 | * goops.c (TEST_CHANGE_CLASS): Use scm_change_object_class instead | Mikael Djurfeldt | 1 | -2/+5 |
2003-01-08 | * goops.c (scm_sys_prep_layout_x): Bugfix: Only create layout for | Mikael Djurfeldt | 1 | -3/+14 |
2003-01-08 | * goops.scm (upgrade-generic-with-setter, | Mikael Djurfeldt | 1 | -37/+74 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -27/+0 |
2002-10-27 | (hell_mutex): Reimplemented using scm_make_mutex, etc. | Marius Vollmer | 1 | -7/+7 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -2/+2 |
2002-07-22 | (mscripts): find and check version number of | Han-Wen Nienhuys | 1 | -1/+1 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -15/+31 |
2002-04-22 | (scm_slot_exists_p): Rename from scm_slots_exists_p. | Thien-Thi Nguyen | 1 | -72/+72 |
2002-03-15 | Small docstring fixes. | Neil Jerram | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -6/+6 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -12/+9 |
2002-01-10 | * procs.h (SCM_CLOSURE_BODY): New Macro. | Dirk Herrmann | 1 | -4/+3 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -14/+6 |
2001-07-29 | (build_class_class_slots): Removed vcell slot definition. | Marius Vollmer | 1 | -1/+0 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -2/+2 |
2001-07-18 | * A couple of minor cleanups. | Dirk Herrmann | 1 | -143/+170 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -158/+161 |