summaryrefslogtreecommitdiff
path: root/libguile/struct.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo1-2/+2
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20libguile header files have uniform format for copyright declarationsAndy Wingo1-2/+2
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rename __scm.h to scm.hAndy Wingo1-1/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove useless "classes: h_files" from Guile headers.Andy Wingo1-2/+0
2018-06-18Devolve gc.hAndy Wingo1-0/+1
2018-06-18Devolve boolean.h include.Andy Wingo1-0/+1
2018-06-18Devolve more validate macrosAndy Wingo1-0/+8
2018-01-21Introduce make-struct/simpleAndy Wingo1-1/+2
2017-09-26Struct vtables store bitmask of unboxed fieldsAndy Wingo1-12/+17
2017-09-26Add new vtable reserved unboxed fieldAndy Wingo1-2/+4
2017-09-25Merge 'stable-2.2'Andy Wingo1-0/+2
2017-09-25Add struct-ref/unboxed, struct-set!/unboxedAndy Wingo1-0/+2
2017-09-23Replace "pr" struct fields with "pw" fieldsAndy Wingo1-1/+1
2017-09-22Merge stable-2.2 into masterAndy Wingo1-2/+3
2017-09-22Deprecate make-structAndy Wingo1-2/+3
2017-09-14remove self field of vtablesAndy Wingo1-8/+6
2017-09-14Remove indirection in structsAndy Wingo1-48/+27
2017-09-14Implement class redefinition on top of fixed structsAndy Wingo1-6/+6
2015-01-23Move <class> initialization to SchemeAndy Wingo1-2/+2
2013-07-21add allocate-struct primitive and rtl opcodeAndy Wingo1-0/+1
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-3/+3
2013-03-07structs with tail arrays are not simpleAndy Wingo1-3/+3
2012-10-12Implement `hash' for structs.Ludovic Courtès1-0/+2
2012-07-28deprecate make-vtable-vtableAndy Wingo1-1/+4
2012-07-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-5/+1
2012-07-06deprecate struct-vtable-tagAndy Wingo1-2/+1
2011-11-24deprecate make-vtable-vtableAndy Wingo1-1/+4
2011-05-01deprecate scm_struct_tableAndy Wingo1-8/+1
2010-08-29add flag to vtables to indicate that their layout is validAndy Wingo1-16/+16
2010-01-26Recognize structs with both "pr" and "pw" flags as simple.Ludovic Courtès1-1/+1
2010-01-25Add ASCII art representing the basic struct layout.Ludovic Courtès1-1/+29
2010-01-23Optimize struct initialization and accessors for the common case.Ludovic Courtès1-6/+6
2009-12-08scm_i_alloc_struct does not take a "what" argAndy Wingo1-1/+1
2009-12-08reserve a vtable flag for smobs.Andy Wingo1-1/+1
2009-12-08add vtable finalizer and printer setter macrosAndy Wingo1-1/+3
2009-12-08make some applicable struct vtable-vtable public to CAndy Wingo1-0/+4
2009-12-07add scm_c_make_struct[v]Andy Wingo1-0/+4
2009-12-07procedures-with-setters implemented in terms of structsAndy Wingo1-1/+1
2009-12-05some scm_i_init_guile cleanupsAndy Wingo1-1/+0
2009-11-26header tidyingsAndy Wingo1-11/+11
2009-11-26limn goops flags, remove foreign objs, rename entity to applicable-structAndy Wingo1-3/+5
2009-11-26a very big commit cleaning up structs & goops. also applicable structs.Andy Wingo1-42/+105
2009-11-15remove redundant, unnecessary instance size from struct vtablesAndy Wingo1-1/+0
2009-11-15remove support for "entities" -- a form of applicable structAndy Wingo1-1/+1
2009-11-15remove unused struct gc chain macrosAndy Wingo1-3/+0
2009-10-20Use proper types for hash/assoc functions in `hashtab.h'.Ludovic Courtès1-2/+2
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7