Historique des commits

Auteur SHA1 Message Date
  Daniel Llorens f43cf201d7 Merge generalized-arrays.[ch] in arrays.[ch] il y a 5 ans
  Andy Wingo aabea7394a Allow equality between arrays of vu8 and u8 il y a 5 ans
  Andy Wingo 1234bb1850 Update license notices in all C files il y a 7 ans
  Andy Wingo 791eb0c01a Remove (C) from copyright statements il y a 7 ans
  Andy Wingo b8d757732f Rationalize include order in C files il y a 7 ans
  Andy Wingo 3068bc7384 Make libguile header inclusion consistent within libguile c files il y a 7 ans
  Andy Wingo c495b44714 Remove Emacs local variables comments in Guile source il y a 7 ans
  Andy Wingo 40ade0886e Remove _scm.h il y a 7 ans
  Andy Wingo a7bcd66f6f Devolve symbols.h from _scm.h il y a 7 ans
  Andy Wingo bf15afa6bf Move subr snarfing macros to gsubr.h. il y a 7 ans
  Andy Wingo d3cfabd89b Devolve numbers.h from _scm.h. il y a 7 ans
  Andy Wingo 05f3977a92 Remove <string.h> include from ports.h. il y a 7 ans
  Andy Wingo 730cfd80e2 Devolve pairs.h il y a 7 ans
  Andy Wingo 1a99bd10f8 Devolve boolean.h include. il y a 7 ans
  Andy Wingo 460552163e Remove list.h from _scm.h il y a 7 ans
  Andy Wingo 5f50309448 Remove includes of validate.h. il y a 7 ans
  Andy Wingo 6f294ecc75 Devolve more validate macros il y a 7 ans
  Andy Wingo f6ec873a8b Move "min" and "max" macros out of _scm.h il y a 7 ans
  Daniel Llorens f52fc0566f Support non-zero lower bounds in array-slice-for-each il y a 8 ans
  Daniel Llorens 4212f29655 Allow scm_XXX_writable_elements on empty vectors, even if immutable il y a 7 ans
  Andy Wingo 7ed54fd36d All literal constants are read-only il y a 8 ans
  Daniel Llorens 7e93950552 Final names for new array functions il y a 8 ans
  Daniel Llorens 7ef9d0ac2b New functions (array-for-each-cell, array-for-each-cell-in-order) il y a 9 ans
  Daniel Llorens cd7fee8e65 Special case for array-map! with three arguments il y a 9 ans
  Daniel Llorens 31e9f8b974 Speed up for multi-arg cases of scm_ramap functions il y a 10 ans
  Daniel Llorens 09850ffc27 Remove deprecated array functions il y a 10 ans
  Andy Wingo dc2a560264 Deprecate dynamic roots il y a 8 ans
  Daniel Llorens 65704b982d Pack array dimensions in array object il y a 10 ans
  Daniel Llorens b98e2f47aa Preallocate index list in scm_array_index_map_x il y a 12 ans
  Daniel Llorens b7c8836b71 Don't use ASET in scm_array_index_map_x il y a 12 ans