summaryrefslogtreecommitdiff
path: root/libguile/arrays.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bitvectors and non-zero lower bound arrays in truncated-print...Daniel Llorens2017-10-311-39/+9
* Final names for new array functions...Daniel Llorens2017-01-091-25/+25
* Deprecate scm_from_contiguous_array...Daniel Llorens2016-11-231-61/+30
* New functions array-from, array-from*, array-amend!...Daniel Llorens2016-11-231-1/+172
* Avoid unneeded internal use of array handles...Daniel Llorens2016-11-231-22/+43
* Deprecate dynamic roots...Andy Wingo2016-11-211-1/+0
* Remove scm_putc_unlocked....Andy Wingo2016-04-261-8/+8
* Non-vector 1D arrays print as #1()...Daniel Llorens2015-02-181-2/+3
* Pack array dimensions in array object...Daniel Llorens2014-09-301-31/+35
* array-contents returns root for empty arrays with empty root...Daniel Llorens2014-02-101-3/+2
* Match types used in arrays.c to struct field types...Daniel Llorens2014-02-101-22/+24
* Check more cases of array-contents...Daniel Llorens2014-02-101-2/+2
* Refactor array-contents...Daniel Llorens2014-02-101-22/+20
* Remove array impl. registry; instead, hard-code array handle creation...Andy Wingo2014-02-091-34/+0
* Fix bad uses of base and lbnd on rank 1 arrays...Daniel Llorens2014-02-071-0/+2
* Don't use scm_is_generalized_vector in transpose-array...Daniel Llorens2014-02-061-8/+8
* Don't use scm_is_generalized_vector in shared-array-root...Daniel Llorens2014-02-061-5/+6
* Remove unnecessary conditions in array constructors...Daniel Llorens2014-02-061-3/+4
* Replace generalized-vector calls in array_handle_ref/set...Andy Wingo2014-02-061-5/+5
* Replace scm_c_generalized_vector_length in arrays.c...Daniel Llorens2014-02-061-5/+5
* RTL compiler supports static bitvectors...Andy Wingo2013-11-031-3/+4
* Merge remote-tracking branch 'origin/stable-2.0'...Mark H Weaver2012-10-301-173/+2
|\
| * Move array reader from arrays.c to read.c...Mark H Weaver2012-10-231-173/+2
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-02-081-18/+19
|\|
| * Improve the usage of variable names in C docstrings....Bake Timmons2012-02-021-18/+19
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-01-101-16/+10
|\|
| * Fix incorrect use of `SCM_UNPACK'....Ludovic Courtès2012-01-091-4/+4
| * allocate a tc7 to arrays...Andy Wingo2012-01-091-15/+9
* | locking for putc, puts...Andy Wingo2011-11-081-8/+8
* | locking on unget_byte, ungetc, ungets...Andy Wingo2011-11-081-3/+3
* | locking on scm_c_read, scm_getc...Andy Wingo2011-11-081-6/+6
* | add SCM_HEAP_OBJECT_P...Andy Wingo2011-10-241-1/+1
|/
* fix write beyond array end in arrays.c...Andy Wingo2011-07-281-17/+17
* fix code that causes warnings on gcc 4.6...Andy Wingo2011-03-171-3/+1
* allow compilation of #@2(1 2 3)...Andy Wingo2010-01-111-1/+36
* reimplement srfi-4 vectors on top of bytevectors...Andy Wingo2010-01-071-144/+0
* Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co....Ludovic Courtès2009-12-151-1/+1
* add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK...Andy Wingo2009-12-081-1/+2
* fix erroneous SCM_CELL_* usage in arrays.[ch]...Andy Wingo2009-12-081-2/+2
* bitvector tweaks...Andy Wingo2009-10-161-1/+4
* Fix compilation of literal bitvectors....Ludovic Courtès2009-10-151-1/+2
* Remove unneeded SMOB/port mark/free procedures....Ludovic Courtès2009-09-281-18/+0
* fix bitvectors after the array handle refactoring...Andy Wingo2009-09-181-8/+16
* make-typed-array builds backing vector via make-generalized-vector...Andy Wingo2009-07-191-172/+81
* uniform vector functions to their own file...Andy Wingo2009-07-191-0/+1
* generic vector ops to own file...Andy Wingo2009-07-191-0/+1
* move generic array foo out to its own file...Andy Wingo2009-07-191-252/+1
* remove enclosed arrays...Andy Wingo2009-07-191-166/+17
* add generic array implementation facility...Andy Wingo2009-07-191-21/+32
* rename unif.[ch] to arrays.[ch]...Andy Wingo2009-07-191-0/+1634