summaryrefslogtreecommitdiff
path: root/libguile/arrays.c
Commit message (Expand)AuthorAgeFilesLines
* Remove array contp flagDaniel Llorens2021-08-161-32/+1
* Deprecate scm_from_contiguous_typed_arrayDaniel Llorens2021-08-161-57/+0
* Merge libguile/generalized-arrays.* into libguile/arrays.*Daniel Llorens2021-08-031-219/+581
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-18/+17
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-27/+27
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve procs.h include from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-4/+2
* Fix bitvectors and non-zero lower bound arrays in truncated-printDaniel Llorens2017-10-311-39/+9
* Final names for new array functionsDaniel Llorens2017-01-091-25/+25
* Deprecate scm_from_contiguous_arrayDaniel 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 handlesDaniel Llorens2016-11-231-22/+43
* Deprecate dynamic rootsAndy 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 objectDaniel Llorens2014-09-301-31/+35
* array-contents returns root for empty arrays with empty rootDaniel Llorens2014-02-101-3/+2
* Match types used in arrays.c to struct field typesDaniel Llorens2014-02-101-22/+24
* Check more cases of array-contentsDaniel Llorens2014-02-101-2/+2
* Refactor array-contentsDaniel Llorens2014-02-101-22/+20
* Remove array impl. registry; instead, hard-code array handle creationAndy Wingo2014-02-091-34/+0
* Fix bad uses of base and lbnd on rank 1 arraysDaniel Llorens2014-02-071-0/+2
* Don't use scm_is_generalized_vector in transpose-arrayDaniel Llorens2014-02-061-8/+8
* Don't use scm_is_generalized_vector in shared-array-rootDaniel Llorens2014-02-061-5/+6
* Remove unnecessary conditions in array constructorsDaniel Llorens2014-02-061-3/+4
* Replace generalized-vector calls in array_handle_ref/setAndy Wingo2014-02-061-5/+5
* Replace scm_c_generalized_vector_length in arrays.cDaniel Llorens2014-02-061-5/+5
* RTL compiler supports static bitvectorsAndy 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.cMark 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 arraysAndy Wingo2012-01-091-15/+9
* | locking for putc, putsAndy Wingo2011-11-081-8/+8
* | locking on unget_byte, ungetc, ungetsAndy Wingo2011-11-081-3/+3
* | locking on scm_c_read, scm_getcAndy Wingo2011-11-081-6/+6
* | add SCM_HEAP_OBJECT_PAndy Wingo2011-10-241-1/+1
|/
* fix write beyond array end in arrays.cAndy Wingo2011-07-281-17/+17