Merge branch 'master' into boehm-demers-weiser-gc
[bpt/guile.git] / libguile / goops.c
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-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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 CourtesRemoved unnecessary uses of class destructors.
2008-08-19 Ludovic CourtèsComplete fix of `hell' allocation in GOOPS.
2008-08-18 Han-Wen NienhuysFix sizeof() nitpick for goops corruption.
2008-08-16 Han-Wen NienhuysFix memory corruption issue with hell[] array: realloc...
2008-04-10 Andy Wingoinitialize 'u' slots to 0, not SCM_UNPACK(SCM_GOOPS_UNB...
2008-04-10 Andy Wingorespect slot allocation, e.g. for <read-only-slot>
2008-02-21 Ludovic CourtèsFix bug #22369: segfault in `scm_add_slot ()'.
2007-07-10 Ludovic CourtèsChanges from arch/CVS synchronization
2005-05-23 Marius VollmerThe FSF has a new address.
2005-04-24 Neil JerramFix comment typos
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 Vollmer* objects.h, objects.c, goops.c, goops.h (scm_class_boo...
2005-01-17 Marius Vollmer* objects.h, objects.c (scm_classes_initialized): New.
2005-01-06 Marius Vollmer(scm_array_handle_release): New, changed all uses of
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-10-04 Marius VollmerReplaced SCM_KEYWORDP with scm_is_keyword.
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-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
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...
2004-05-24 Dirk Herrmann * goops.c (compute_getters_n_setters, create_standard_...
2003-11-18 Marius Vollmer* print.c (scm_iprin1): Handle fractions.
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-05-04 Dirk Herrmann The purpose of this patch is to make guile's internal...
2003-04-28 Mikael Djurfeldt* eval.c (scm_m_atdispatch): Removed until actually...
2003-04-28 Dirk Herrmann * eval.c, goops.c (@dispatch, @slot-ref, @slot-set...
2003-04-25 Dirk Herrmann * eval.c, eval.h, goops.c, goops.h (scm_m_atslot_ref,
2003-04-20 Dirk Herrmann * goops.c (TEST_CHANGE_CLASS, scm_sys_initialize_objec...
2003-04-18 Mikael Djurfeldtgoops.c (TEST_CHANGE_CLASS): Update variable class...
2003-04-15 Mikael Djurfeldt* tests/goops.test: Added tests for class redefinition...
2003-04-13 Rob Browning* goops.c (prep_hashsets): make static to match prototype.
2003-04-13 Mikael Djurfeldt* goops.scm (compute-getters-n-setters/verify-accessors...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-19 Mikael Djurfeldt* goops.c (make_class_from_template): New fourth arg:
2003-03-11 Mikael Djurfeldt* goops.scm (define-extended-generics): New syntax.
2003-03-06 Mikael Djurfeldt* srfi-1.c (scm_init_srfi_1): Extend root module map...
2003-01-10 Mikael Djurfeldt* goops.c (TEST_CHANGE_CLASS): Use scm_change_object_cl...
2003-01-08 Mikael Djurfeldt* goops.c (scm_sys_prep_layout_x): Bugfix: Only create...
2003-01-08 Mikael Djurfeldt* goops.scm (upgrade-generic-with-setter,
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-10-27 Marius Vollmer(hell_mutex): Reimplemented using scm_make_mutex, etc.
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2002-07-22 Han-Wen Nienhuys(mscripts): find and check version number of
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-04-22 Thien-Thi Nguyen(scm_slot_exists_p): Rename from scm_slots_exists_p.
2002-03-15 Neil JerramSmall docstring fixes.
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...
2002-01-10 Dirk Herrmann* procs.h (SCM_CLOSURE_BODY): New Macro.
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-07-29 Marius Vollmer(build_class_class_slots): Removed vcell slot definition.
2001-07-26 Marius Vollmer* tags.h: Update tag system docs.
2001-07-18 Dirk Herrmann* A couple of minor cleanups.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-07 Dirk Herrmann* Fix SCM <--> scm_t_bits related typing problems.
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-27 Dirk Herrmann* Changed the default definition of SCM.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-20 Marius Vollmer(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr...
2001-05-19 Marius Vollmer(scm_init_goops_builtins): Renamed from
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-19 Dirk Herrmann* Fixed scm_thunk_p's results when applied to closures.
2001-04-11 Mikael Djurfeldt* init.c, goops.c: Reverted change of 2001-03-29. ...
2001-03-30 Keisuke Nishida * goops.c, goops.h (scm_init_oop_goops_goopscore_modul...
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-15 Dirk Herrmann* Removed unused object parameter from SCM_ASSYNT.
2001-03-12 Dirk Herrmann* Cleaned up uses and definition of SCM_ASSYNT.
2001-03-04 Mikael Djurfeldt* goops.c, goops.h (scm_sys_pre_expand_closure_x):...
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2001-03-04 Mikael Djurfeldt* goops.c (scm_sys_pre_expand_closure_x): New procedure.
2001-02-24 Neil Jerram * numbers.c (scm_two_doubles, scm_sys_expt, scm_sys_atan2,
2001-02-22 Marius Vollmer* goops.c (scm_add_method, DEFVAR): Use scm_eval instead of
2001-02-16 Martin Grabmüller(scm_sys_initialize_object, scm_instance_p, scm_class_name,
2001-02-08 Marius Vollmer* modules.h (scm_selected_module, scm_current_module...
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-27 Keisuke Nishidagoops.c (s_scm_get_keyword): Bug fix.
2001-01-11 Michael Livshin* objects.h (SCM_SET_ENTITY_SETTER): new macro. SCM_EN...
2000-12-21 Dirk Herrmann* Simplify the use of SCM_PUREGENERICP.
2000-12-18 Dirk Herrmann* Remove some redundant SCM_N?IMP tests.
next