Commit History

Author SHA1 Message Date
  Daniel Llorens c2cb82f85a Don't use scm_is_generalized_vector in shared-array-root 12 years ago
  Daniel Llorens 2bee653acb Remove unnecessary conditions in array constructors 12 years ago
  Andy Wingo 1fadf369b8 Replace generalized-vector calls in array_handle_ref/set 11 years ago
  Daniel Llorens 9da9c22f84 Replace scm_c_generalized_vector_length in arrays.c 12 years ago
  Andy Wingo d65514a2de RTL compiler supports static bitvectors 11 years ago
  Mark H Weaver fa980bcc0f Merge remote-tracking branch 'origin/stable-2.0' 12 years ago
  Mark H Weaver 493ceb99e5 Move array reader from arrays.c to read.c 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
  Ludovic Courtès 67543d0761 Fix incorrect use of `SCM_UNPACK'. 13 years ago
  Andy Wingo b2637c985c allocate a tc7 to arrays 13 years ago
  Andy Wingo 0607ebbfcf locking for putc, puts 13 years ago
  Andy Wingo c932ce0b55 locking on unget_byte, ungetc, ungets 13 years ago
  Andy Wingo be632904ca locking on scm_c_read, scm_getc 13 years ago
  Andy Wingo 8c5bb72920 add SCM_HEAP_OBJECT_P 13 years ago
  Andy Wingo eff3dd99f7 fix write beyond array end in arrays.c 14 years ago
  Andy Wingo 03976fee3b fix code that causes warnings on gcc 4.6 14 years ago
  Andy Wingo 73788ca8be allow compilation of #@2(1 2 3) 15 years ago
  Andy Wingo a268973767 reimplement srfi-4 vectors on top of bytevectors 16 years ago
  Ludovic Courtès f65e0168d5 Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co. 15 years ago
  Andy Wingo 735bcfe579 add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK 15 years ago
  Andy Wingo c395cb7813 fix erroneous SCM_CELL_* usage in arrays.[ch] 15 years ago
  Andy Wingo b0fae4ecaa bitvector tweaks 16 years ago
  Ludovic Courtès cd48c32cf4 Fix compilation of literal bitvectors. 16 years ago
  Ludovic Courtès 8cf0dd6104 Remove unneeded SMOB/port mark/free procedures. 16 years ago
  Andy Wingo f5a51caec1 fix bitvectors after the array handle refactoring 16 years ago
  Andy Wingo 943a0a8759 make-typed-array builds backing vector via make-generalized-vector 16 years ago
  Andy Wingo 476b894c71 uniform vector functions to their own file 16 years ago
  Andy Wingo f332e95717 generic vector ops to own file 16 years ago