Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-check
[bpt/guile.git] / libguile / goops.c
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-02-13 Andy Wingodon't re-enter the compiler during method dispatch
2009-02-11 Ludovic CourtèsAdd `SCM_SET_SUBR_GENERIC ()' to replace `SCM_SUBR_GENE...
2009-02-03 Andy Wingo"optimize" dispatch to specific GF's in goops
2009-02-02 Ludovic CourtèsGOOPS: Statically allocate the PORT class array.
2009-02-02 Ludovic CourtèsPublish the maximum number of port types as `SCM_I_MAX_...
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-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2009-01-04 Neil JerramFix implementation of %fast-slot-ref and %fast-slot...
2008-10-31 Andy Wingocompile goops submodules, goops.test now passes again
2008-10-31 Andy Wingofix chaining up from interpreted to compiled methods...
2008-10-30 Andy Wingoruntime byte compilation of goops methods, whooooo
2008-10-25 Andy Wingoadd `formals', `body', and `compile-env' slots to ...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-08-26 Andy Wingomerge from guile master
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-08-02 Andy Wingomerge guile-vm to guile
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.
next