index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
arrays.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-16
Remove array contp flag
Daniel Llorens
1
-32
/
+1
2021-08-16
Deprecate scm_from_contiguous_typed_array
Daniel Llorens
1
-57
/
+0
2021-08-03
Merge libguile/generalized-arrays.* into libguile/arrays.*
Daniel Llorens
1
-219
/
+581
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-18
/
+17
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-27
/
+27
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve procs.h include from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-4
/
+2
2017-10-31
Fix bitvectors and non-zero lower bound arrays in truncated-print
Daniel Llorens
1
-39
/
+9
2017-01-09
Final names for new array functions
Daniel Llorens
1
-25
/
+25
2016-11-23
Deprecate scm_from_contiguous_array
Daniel Llorens
1
-61
/
+30
2016-11-23
New functions array-from, array-from*, array-amend!
Daniel Llorens
1
-1
/
+172
2016-11-23
Avoid unneeded internal use of array handles
Daniel Llorens
1
-22
/
+43
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-8
/
+8
2015-02-18
Non-vector 1D arrays print as #1()
Daniel Llorens
1
-2
/
+3
2014-09-30
Pack array dimensions in array object
Daniel Llorens
1
-31
/
+35
2014-02-10
array-contents returns root for empty arrays with empty root
Daniel Llorens
1
-3
/
+2
2014-02-10
Match types used in arrays.c to struct field types
Daniel Llorens
1
-22
/
+24
2014-02-10
Check more cases of array-contents
Daniel Llorens
1
-2
/
+2
2014-02-10
Refactor array-contents
Daniel Llorens
1
-22
/
+20
2014-02-09
Remove array impl. registry; instead, hard-code array handle creation
Andy Wingo
1
-34
/
+0
2014-02-07
Fix bad uses of base and lbnd on rank 1 arrays
Daniel Llorens
1
-0
/
+2
2014-02-06
Don't use scm_is_generalized_vector in transpose-array
Daniel Llorens
1
-8
/
+8
2014-02-06
Don't use scm_is_generalized_vector in shared-array-root
Daniel Llorens
1
-5
/
+6
2014-02-06
Remove unnecessary conditions in array constructors
Daniel Llorens
1
-3
/
+4
2014-02-06
Replace generalized-vector calls in array_handle_ref/set
Andy Wingo
1
-5
/
+5
2014-02-06
Replace scm_c_generalized_vector_length in arrays.c
Daniel Llorens
1
-5
/
+5
2013-11-03
RTL compiler supports static bitvectors
Andy Wingo
1
-3
/
+4
2012-10-30
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-173
/
+2
2012-10-23
Move array reader from arrays.c to read.c
Mark H Weaver
1
-173
/
+2
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-18
/
+19
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-18
/
+19
2012-01-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-16
/
+10
2012-01-09
Fix incorrect use of `SCM_UNPACK'.
Ludovic Courtès
1
-4
/
+4
2012-01-09
allocate a tc7 to arrays
Andy Wingo
1
-15
/
+9
2011-11-08
locking for putc, puts
Andy Wingo
1
-8
/
+8
2011-11-08
locking on unget_byte, ungetc, ungets
Andy Wingo
1
-3
/
+3
2011-11-08
locking on scm_c_read, scm_getc
Andy Wingo
1
-6
/
+6
2011-10-24
add SCM_HEAP_OBJECT_P
Andy Wingo
1
-1
/
+1
2011-07-28
fix write beyond array end in arrays.c
Andy Wingo
1
-17
/
+17
[next]