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
/
bytevectors.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
All literal constants are read-only
...
Andy Wingo
2017-04-18
1
-1
/
+9
*
Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
...
Daniel Llorens
2016-11-23
1
-0
/
+5
*
refactor tc7 and tc16 checks
...
Andy Wingo
2011-10-24
1
-1
/
+1
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-08-31
1
-1
/
+1
|
\
|
*
fix a couple of leaks
...
Andy Wingo
2011-08-18
1
-2
/
+2
*
|
bytevectors have internal parent field
...
Andy Wingo
2011-05-07
1
-4
/
+6
|
/
*
Revert "Remove unused internal bytevector functions."
...
Andy Wingo
2010-01-07
1
-0
/
+4
*
Re-add an indirection in bytevectors.
...
Ludovic Courtès
2009-11-16
1
-7
/
+8
*
Remove unused internal bytevector functions.
...
Ludovic Courtès
2009-11-16
1
-4
/
+0
*
Remove the distinction between inline/outline storage for bytevectors.
...
Ludovic Courtès
2009-08-31
1
-17
/
+12
*
Use a TC7 tag instead of a SMOB for bytevectors.
...
Ludovic Courtès
2009-08-30
1
-13
/
+16
*
bytevectors have "element type" field, e.g. for generalized-vector-ref
...
Andy Wingo
2009-07-19
1
-0
/
+6
*
bytevector inlinedness indicated by flag, not length
...
Andy Wingo
2009-07-19
1
-6
/
+4
*
bytevectors provide scm_i_native_endianness to the vm
...
Andy Wingo
2009-06-26
1
-0
/
+3
*
Always create the bytevector SMOB type.
...
Ludovic Courtès
2009-06-22
1
-1
/
+2
*
Make bytevectors accessible using the generalized-vector API.
...
Ludovic Courtès
2009-06-22
1
-0
/
+1
*
bytevectors: Add a C-friendly API.
...
Ludovic Courtès
2009-06-22
1
-1
/
+6
*
bytevectors: Use `size_t' rather than `unsigned' for sizes.
...
Ludovic Courtès
2009-06-22
1
-4
/
+4
*
Change Guile license to LGPLv3+
...
Neil Jerram
2009-06-17
1
-6
/
+7
*
add ability to compile uniform arrays
...
Andy Wingo
2009-06-05
1
-0
/
+2
*
Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2.
...
Ludovic Courtès
2009-05-28
1
-0
/
+133