Commit History

Author SHA1 Message Date
  Daniel Llorens d09b201d59 Deprecate scm_array_fill_int() 12 years ago
  Daniel Llorens ab1ca17986 Remove double indirection in array-fill! 12 years ago
  Daniel Llorens c3e3ef6eb6 Remove double indirection for 1st arg of array-for-each 12 years ago
  Daniel Llorens 51a1763f65 Remove double indirection in array-map! with <2 args 12 years ago
  Daniel Llorens 9a68d7b388 Avoid per-element cons for 1-arg case of array-map! 12 years ago
  Daniel Llorens 75a1b26c5d Deprecate dead code in array-map.c 12 years ago
  Daniel Llorens 72e2b5923a Remove double indirection in element access in array-copy! 12 years ago
  Andy Wingo 0858753e82 Merge remote-tracking branch 'origin/stable-2.0' 13 years ago
  Bake Timmons b7e64f8b26 Improve the usage of variable names in C docstrings. 13 years ago
  Andy Wingo 91ee7515da Merge remote-tracking branch 'origin/stable-2.0' 13 years ago
  Andy Wingo b2637c985c allocate a tc7 to arrays 13 years ago
  Andy Wingo 62fdadb0a5 check for pairs with scm_is_pair, not scm_nimp 13 years ago
  Ludovic Courtès 10b9343f04 Change `scm_ramapc' prototype to avoid empty declarators (bug #23681). 14 years ago
  Andy Wingo a587d6a973 more fixes to equal? for arrays 15 years ago
  Andy Wingo 3ffd1ba96e fix equal? between an array and a non-array 15 years ago
  Andy Wingo f1d19308ad provide missing prototypes 15 years ago
  Andy Wingo e7efe8e793 decruftify scm_sys_protects 15 years ago
  Andy Wingo 8a1f4f98e1 remove rpsubrs 15 years ago
  Andy Wingo 31d845b4bc remove asubrs 15 years ago
  Andy Wingo b04ab0c624 remove scm_tc7_dsubr 15 years ago
  Andy Wingo df338a2264 remove tc7_subr_* and tc7_lsubr_* 15 years ago
  Ludovic Courtès d66b74dce7 Avoid unneeded `scm_dynwind_free ()'. 15 years ago
  Andy Wingo f332e95717 generic vector ops to own file 15 years ago
  Andy Wingo 1030b45049 move generic array foo out to its own file 15 years ago
  Andy Wingo 66b9d7d304 remove enclosed arrays 15 years ago
  Andy Wingo 2fa901a51f rename unif.[ch] to arrays.[ch] 15 years ago
  Andy Wingo cf39614240 bitvector exodus from unif.[ch] 15 years ago
  Andy Wingo 5d1b3b2db9 rename ramap.[ch] to array-map.[ch] 15 years ago