提交历史

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