* Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.
[bpt/guile.git] / libguile / vectors.c
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-02 Martin Grabmüller * vectors.c (s_scm_vector_p, list->vector, scm_vector)
2001-02-08 Dirk Herrmann* Fixed parameter checking for make-string.
2001-02-08 Dirk Herrmann* Fixed parameter checking for make-vector.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2000-11-23 Dirk Herrmann* SCM_SETCHARS deprecated.
2000-11-22 Dirk Herrmann* Added SCM_SET_VECTOR_LENGTH as one replacement for...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-25 Dirk Herrmann* Deprecated scm_vector_set_length_x.
2000-10-10 Dirk Herrmann* Removed further calls to SCM_LENGTH.
2000-09-26 Dirk Herrmann* More references to SCM_CHARS removed.
2000-09-02 Neil Jerram* Docstring update for scm_vector.
2000-07-26 Dirk Herrmann* Fix vector initialization.
2000-06-30 Dirk Herrmann* Eliminated use of SCM_ASSERT to check for range errors.
2000-06-29 Dirk Herrmann* Cleaned up memory error signalling.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-15 Mikael Djurfeldt* vectors.c (scm_vector_set_x): Return SCM_UNSPECIFIED (as
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-27 Greg J. Badros* vectors.c, symbols.c, strorder.c: Documentation cut...
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...
1999-12-17 Mikael DjurfeldtSome code layout fixes
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: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-12-10 Greg J. Badros*** empty log message ***
1999-12-09 Mikael Djurfeldt* vectors.c (scm_vector_length, scm_vector_ref, scm_vec...
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-09-20 Mikael Djurfeldt* vectors.c (scm_vector_move_right_x): Bugfix: Remove...
1999-06-19 Jim BlandyPatch from Greg Harvey:
1998-12-09 Mikael DjurfeldtFormatting
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-07-12 Mikael Djurfeldt* vectors.c, vectors.h (scm_make_vector): Removed third...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-11 Jim Blandy* vectors.c (scm_make_vector): Fill vectors with the...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import