Remove #include <stdio.h>. Add #include <string.h>.
[bpt/guile.git] / libguile / struct.c
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-06 Dirk Herrmann* Remove uses of SCM_ASSERT that may result in error...
2001-03-02 Martin Grabmüller * vectors.c (s_scm_vector_p, list->vector, scm_vector)
2001-01-30 Dirk Herrmann* Added docstrings by Martin Grabmueller.
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-11-28 Dirk Herrmann* Removed SCM_SYMBOL_UCHARS.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-09 Dirk Herrmann* Replace a bunch of calls to SCM_LENGTH.
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-09-22 Neil Jerram* Fix docstring texinfo warnings.
2000-09-02 Neil Jerram* Docstring updates for scm_make_struct and scm_make_vt...
2000-08-27 Mikael Djurfeldt* struct.c (scm_make_struct_layout): Removed reference to
2000-08-09 Mikael Djurfeldt* struct.c (scm_make_struct, scm_make_vtable_vtable...
2000-08-02 Mikael Djurfeldt*** empty log message ***
2000-08-02 Mikael Djurfeldt* struct.c (scm_make_struct_layout, scm_make_struct,
2000-07-26 Dirk Herrmann* Fixed struct initialization.
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-05-02 Dirk Herrmann* numbers.c (scm_logtest, scm_division): Reordered...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-19 Mikael Djurfeldt* struct.c (scm_struct_free_light, scm_struct_free_stan...
2000-04-17 Dirk Herrmann* struct.c, struct.h: Struct data regions (and thus...
2000-04-12 Dirk HerrmannThe struct data is now an array of scm_bits_t variables.
2000-04-11 Dirk HerrmannThe struct vtable data is now an array of scm_bits_t...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bit...
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-12 Mikael Djurfeldt* alist.c, eval.c, net_db.c, posix.c, print.c, snarf...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
2000-01-05 Greg J. Badros* guile-snarf.awk.in: Do argument/number mismatch check...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-13 Greg J. BadrosRemove leading whitespace before empty docstrings.
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-08-30 Mikael Djurfeldt* struct.c, struct.h (scm_struct_free_0, scm_struct_fre...
1999-08-29 Mikael Djurfeldt* struct.c, struct.h: Replace 4 procedure slots with...
1999-07-29 Mikael Djurfeldt* struct.c (scm_print_struct): Use vtable name.
1999-06-23 Mikael Djurfeldt* struct.c, struct.h:
1999-03-14 Mikael Djurfeldt* struct.c: #include "alist.h", "weaks.h", "hashtab.h";
1999-03-11 Mikael Djurfeldt* struct.c (scm_make_struct): Allocate one word more for
1998-12-16 Mikael Djurfeldt* struct.c (scm_make_struct): Allocate "invisible"...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-15 Jim BlandyWarning fixes from Greg Harvey:
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-10-03 Mikael Djurfeldt1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>
1997-07-27 Marius Vollmer* struct.c (scm_print_struct): Use scm_printer_apply...
1997-06-04 Marius Vollmer* struct.c (struct_printer): New variable that holds...
1997-06-03 Marius Vollmer* struct.c (scm_struct_ref, scm_struct_set_x): Use
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-12-18 Jim BlandyGive GCC more control flow information, so it can be...
1996-10-15 Jim BlandyAllocate data for structures on an eight-byte boundary, as
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-11 Jim Blandy* struct.c (scm_make_struct, scm_make_vtable_vtable...
1996-09-22 Mikael Djurfeldt* struct.c (scm_make_struct_layout, init_struct, scm_st...
1996-09-11 Jim Blandy* numbers.h: Repeated declarations removed.
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-07 Gary Houstonportability fixes for header inclusion etc.
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import