summaryrefslogtreecommitdiff
path: root/libguile/struct.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-10/+10
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-8/+8
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-102/+85
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-14/+14
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-11/+11
2000-01-05* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros1-4/+4
2000-01-05* guile-snarf.awk.in: Do argument/number mismatch checking andGreg J. Badros1-2/+2
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-1/+1
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-7/+98
1999-12-13Remove leading whitespace before empty docstrings.Greg J. Badros1-3/+3
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-123/+97
1999-09-12* __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,Mikael Djurfeldt1-1/+1
1999-08-30* struct.c, struct.h (scm_struct_free_0, scm_struct_free_light,Mikael Djurfeldt1-4/+4
1999-08-29* struct.c, struct.h: Replace 4 procedure slots with one.Mikael Djurfeldt1-4/+1
1999-07-29* struct.c (scm_print_struct): Use vtable name.Mikael Djurfeldt1-2/+9
1999-06-23* struct.c, struct.h:Mikael Djurfeldt1-14/+42
1999-03-14* struct.c: #include "alist.h", "weaks.h", "hashtab.h";Mikael Djurfeldt1-5/+64
1999-03-11* struct.c (scm_make_struct): Allocate one word more forMikael Djurfeldt1-1/+2
1998-12-16* struct.c (scm_make_struct): Allocate "invisible" room forMikael Djurfeldt1-20/+29
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-10-15Warning fixes from Greg Harvey:Jim Blandy1-2/+2
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-5/+4
1997-10-031997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>Mikael Djurfeldt1-8/+11
1997-07-27* struct.c (scm_print_struct): Use scm_printer_apply to call theMarius Vollmer1-2/+1
1997-06-04* struct.c (struct_printer): New variable that holds a handle onMarius Vollmer1-27/+11
1997-06-03* struct.c (scm_struct_ref, scm_struct_set_x): UseMarius Vollmer1-2/+38
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1996-12-18Give GCC more control flow information, so it can be sure thatJim Blandy1-1/+3
1996-10-15Allocate data for structures on an eight-byte boundary, asJim Blandy1-21/+65
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-55/+13
1996-10-11* struct.c (scm_make_struct, scm_make_vtable_vtable): Use theJim Blandy1-2/+2
1996-09-22* struct.c (scm_make_struct_layout, init_struct, scm_struct_ref,Mikael Djurfeldt1-46/+94
1996-09-11* numbers.h: Repeated declarations removed.Jim Blandy1-1/+1
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+3
1996-08-07portability fixes for header inclusion etc.Gary Houston1-0/+4
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+548