index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
array-handle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow scm_XXX_writable_elements on empty vectors, even if immutable
...
Daniel Llorens
2017-10-31
1
-2
/
+4
*
All literal constants are read-only
...
Andy Wingo
2017-04-18
1
-10
/
+19
*
Do not use array handles in scm_vector
...
Daniel Llorens
2016-11-23
1
-3
/
+1
*
Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
...
Daniel Llorens
2016-11-23
1
-4
/
+2
*
Simplify scm_array_get_handle for tc7-arrays
...
Andy Wingo
2014-02-09
1
-12
/
+2
*
Remove array impl. registry; instead, hard-code array handle creation
...
Andy Wingo
2014-02-09
1
-30
/
+203
*
Add "vector" member to scm_t_array_handle
...
Andy Wingo
2014-02-08
1
-0
/
+1
*
Remove "impl" member of array handles.
...
Andy Wingo
2014-02-08
1
-4
/
+3
*
vref, vset members of scm_t_array_handle
...
Andy Wingo
2014-02-08
1
-1
/
+3
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2013-02-18
1
-1
/
+43
|
\
|
*
optimize access to arrays of rank 1 or 2
...
Andy Wingo
2013-02-18
1
-1
/
+42
*
|
most uses of scm_from_locale_symbol become scm_from_utf8_symbol
...
Andy Wingo
2011-10-25
1
-2
/
+2
|
/
*
remove a bunch of needless scm_permanent_object calls
...
Andy Wingo
2009-12-05
1
-2
/
+1
*
add generic array implementation facility
...
Andy Wingo
2009-07-19
1
-209
/
+84
*
rename unif.[ch] to arrays.[ch]
...
Andy Wingo
2009-07-19
1
-1
/
+1
*
bitvector exodus from unif.[ch]
...
Andy Wingo
2009-07-19
1
-0
/
+1
*
parts of unif.[ch] to array-handle.[ch]
...
Andy Wingo
2009-07-19
1
-0
/
+286