* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,
[bpt/guile.git] / libguile / vectors.c
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...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-07-21 Han-Wen Nienhuys* macros.c: include deprecation.h
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
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-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-18 Neil Jerram* Updates for string- and vector-move-right/left! docst...
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-16 Dirk Herrmann* Minor changes.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-15 Dirk Herrmann* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
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