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
/
arrays.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bitvectors and non-zero lower bound arrays in truncated-print
...
Daniel Llorens
2017-10-31
1
-39
/
+9
*
Final names for new array functions
...
Daniel Llorens
2017-01-09
1
-25
/
+25
*
Deprecate scm_from_contiguous_array
...
Daniel Llorens
2016-11-23
1
-61
/
+30
*
New functions array-from, array-from*, array-amend!
...
Daniel Llorens
2016-11-23
1
-1
/
+172
*
Avoid unneeded internal use of array handles
...
Daniel Llorens
2016-11-23
1
-22
/
+43
*
Deprecate dynamic roots
...
Andy Wingo
2016-11-21
1
-1
/
+0
*
Remove scm_putc_unlocked.
...
Andy Wingo
2016-04-26
1
-8
/
+8
*
Non-vector 1D arrays print as #1()
...
Daniel Llorens
2015-02-18
1
-2
/
+3
*
Pack array dimensions in array object
...
Daniel Llorens
2014-09-30
1
-31
/
+35
*
array-contents returns root for empty arrays with empty root
...
Daniel Llorens
2014-02-10
1
-3
/
+2
*
Match types used in arrays.c to struct field types
...
Daniel Llorens
2014-02-10
1
-22
/
+24
*
Check more cases of array-contents
...
Daniel Llorens
2014-02-10
1
-2
/
+2
*
Refactor array-contents
...
Daniel Llorens
2014-02-10
1
-22
/
+20
*
Remove array impl. registry; instead, hard-code array handle creation
...
Andy Wingo
2014-02-09
1
-34
/
+0
*
Fix bad uses of base and lbnd on rank 1 arrays
...
Daniel Llorens
2014-02-07
1
-0
/
+2
*
Don't use scm_is_generalized_vector in transpose-array
...
Daniel Llorens
2014-02-06
1
-8
/
+8
*
Don't use scm_is_generalized_vector in shared-array-root
...
Daniel Llorens
2014-02-06
1
-5
/
+6
*
Remove unnecessary conditions in array constructors
...
Daniel Llorens
2014-02-06
1
-3
/
+4
*
Replace generalized-vector calls in array_handle_ref/set
...
Andy Wingo
2014-02-06
1
-5
/
+5
*
Replace scm_c_generalized_vector_length in arrays.c
...
Daniel Llorens
2014-02-06
1
-5
/
+5
*
RTL compiler supports static bitvectors
...
Andy Wingo
2013-11-03
1
-3
/
+4
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2012-10-30
1
-173
/
+2
|
\
|
*
Move array reader from arrays.c to read.c
...
Mark H Weaver
2012-10-23
1
-173
/
+2
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-08
1
-18
/
+19
|
\
|
|
*
Improve the usage of variable names in C docstrings.
...
Bake Timmons
2012-02-02
1
-18
/
+19
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-01-10
1
-16
/
+10
|
\
|
|
*
Fix incorrect use of `SCM_UNPACK'.
...
Ludovic Courtès
2012-01-09
1
-4
/
+4
|
*
allocate a tc7 to arrays
...
Andy Wingo
2012-01-09
1
-15
/
+9
*
|
locking for putc, puts
...
Andy Wingo
2011-11-08
1
-8
/
+8
*
|
locking on unget_byte, ungetc, ungets
...
Andy Wingo
2011-11-08
1
-3
/
+3
*
|
locking on scm_c_read, scm_getc
...
Andy Wingo
2011-11-08
1
-6
/
+6
*
|
add SCM_HEAP_OBJECT_P
...
Andy Wingo
2011-10-24
1
-1
/
+1
|
/
*
fix write beyond array end in arrays.c
...
Andy Wingo
2011-07-28
1
-17
/
+17
*
fix code that causes warnings on gcc 4.6
...
Andy Wingo
2011-03-17
1
-3
/
+1
*
allow compilation of #@2(1 2 3)
...
Andy Wingo
2010-01-11
1
-1
/
+36
*
reimplement srfi-4 vectors on top of bytevectors
...
Andy Wingo
2010-01-07
1
-144
/
+0
*
Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co.
...
Ludovic Courtès
2009-12-15
1
-1
/
+1
*
add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK
...
Andy Wingo
2009-12-08
1
-1
/
+2
*
fix erroneous SCM_CELL_* usage in arrays.[ch]
...
Andy Wingo
2009-12-08
1
-2
/
+2
*
bitvector tweaks
...
Andy Wingo
2009-10-16
1
-1
/
+4
*
Fix compilation of literal bitvectors.
...
Ludovic Courtès
2009-10-15
1
-1
/
+2
*
Remove unneeded SMOB/port mark/free procedures.
...
Ludovic Courtès
2009-09-28
1
-18
/
+0
*
fix bitvectors after the array handle refactoring
...
Andy Wingo
2009-09-18
1
-8
/
+16
*
make-typed-array builds backing vector via make-generalized-vector
...
Andy Wingo
2009-07-19
1
-172
/
+81
*
uniform vector functions to their own file
...
Andy Wingo
2009-07-19
1
-0
/
+1
*
generic vector ops to own file
...
Andy Wingo
2009-07-19
1
-0
/
+1
*
move generic array foo out to its own file
...
Andy Wingo
2009-07-19
1
-252
/
+1
*
remove enclosed arrays
...
Andy Wingo
2009-07-19
1
-166
/
+17
*
add generic array implementation facility
...
Andy Wingo
2009-07-19
1
-21
/
+32
*
rename unif.[ch] to arrays.[ch]
...
Andy Wingo
2009-07-19
1
-0
/
+1634