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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-09
Reuse SCM_ASSERT_RANGE in scm_c_vector_ref, scm_c_vector_set_x
wip-vector-cleanup
Daniel Llorens
1
-14
/
+4
2020-04-09
Simplify vector constructor
Daniel Llorens
1
-9
/
+5
2020-04-09
Remove superfluous type check in bitvector->list
Daniel Llorens
2
-15
/
+11
2020-04-09
Move uniform-array->bytevector from (rnrs bytevectors) to core
Daniel Llorens
9
-147
/
+156
2020-04-09
Remove 'contiguous' flag in arrays
Daniel Llorens
3
-34
/
+5
2020-04-09
Remove scm_from_contiguous_typed_array
Daniel Llorens
3
-65
/
+2
2020-04-09
Merge generalized-arrays.[ch] in arrays.[ch]
Daniel Llorens
13
-490
/
+395
2020-04-09
Update branch news file
Daniel Llorens
1
-2
/
+7
2020-04-09
Remove generalized-vectors.[hc]
Daniel Llorens
8
-155
/
+80
2020-04-09
Pull generalized-vectors from under bytevectors
Daniel Llorens
3
-7
/
+7
2020-04-09
Pull generalized-vectors from under typed vectors
Daniel Llorens
3
-24
/
+24
2020-04-09
Pull generalized-vectors from under bitvector/string/vector
Daniel Llorens
5
-19
/
+17
2020-04-09
Rewrite vector-copy! using memmove
Daniel Llorens
5
-59
/
+69
2020-04-09
Golf in srfi-4.h
Daniel Llorens
1
-182
/
+30
2020-04-09
Move bitvector functions using array_handle to libguile/array-handle.[ch]
Daniel Llorens
8
-30
/
+35
2020-04-09
Remove generalized vector support for vector-move-right!, vector-move-left!
Daniel Llorens
3
-110
/
+54
2020-04-09
Add lenp parameter back to scm_bitvector_(writable_)elements
Daniel Llorens
4
-14
/
+20
2020-04-09
Add lenp parameter back to scm_vector_(writable_)elements
Daniel Llorens
5
-14
/
+17
2020-04-09
Simplify interfaces to scm_TYPEvector_(writable_)elements
Daniel Llorens
6
-162
/
+106
2020-04-09
Fix doc for last bitvector patch
Daniel Llorens
1
-6
/
+17
2020-04-09
Simplify interfaces to scm_bitvector_elements and scm_bitvector_writable_elem...
Daniel Llorens
6
-212
/
+173
2020-04-09
Simplify interfaces to scm_vector_elements and scm_vector_writable_elements
Daniel Llorens
5
-127
/
+142
2020-04-09
Simple vectors are just vectors
Daniel Llorens
27
-292
/
+306
2020-04-09
Remove the unused argument from scm_array_p
Daniel Llorens
4
-19
/
+33
2020-04-09
Require vector argument to scm_vector_elements, scm_vector_writable_elements
Daniel Llorens
3
-26
/
+32
2020-04-09
Require vector as argument to vector->list
Daniel Llorens
2
-18
/
+7
2020-04-09
Require vector as argument to vector-copy
Daniel Llorens
1
-16
/
+6
2020-04-09
Add #:declarative? #f to (srfi srfi-64)
Daniel Llorens
1
-1
/
+2
2020-03-28
doc: Improve tree-il 'lambda-case' description.
Matt Wette
1
-5
/
+6
2020-03-27
GNU Guile 3.0.2.
v3.0.2
Ludovic Courtès
1
-2
/
+2
2020-03-27
Update NEWS.
Ludovic Courtès
1
-0
/
+67
2020-03-26
Update SRFI-14 tables to Unicode 13.0.0
Mike Gran
1
-505
/
+1333
2020-03-25
doc: Replace square brackets with round brackets.
Arun Isaac
1
-45
/
+45
2020-03-25
Add SRFI-171 to guile
Linus Björnstam
7
-0
/
+1393
2020-03-23
'sort-labels-locally' uses a transient intset.
Ludovic Courtès
1
-4
/
+4
2020-03-23
'resize_set' no longer allocates in a loop.
Ludovic Courtès
1
-2
/
+2
2020-03-23
Ensure weak sets are occasionally vacuumed.
Ludovic Courtès
1
-0
/
+1
2020-03-23
Avoid double initialization in 'vector-copy'.
Ludovic Courtès
1
-4
/
+8
2020-03-23
Fix fixpoint computation in compute-significant-bits
Andy Wingo
1
-2
/
+23
2020-03-22
Deprecate 'tmpnam' and add '--disable-tmpnam' configure option.
Matt Wette
2
-0
/
+19
2020-03-22
Interpret dynamic library name as literal file name first.
Isaac Jurado
2
-9
/
+11
2020-03-21
tests: Skip web server test when thread support is missing.
Ludovic Courtès
1
-2
/
+3
2020-03-21
Fix compilation --without-threads.
Matt Wette
2
-0
/
+4
2020-03-17
Fix race condition between 'abort-to-prompt' and stack marking.
Ludovic Courtès
1
-2
/
+10
2020-03-17
gdb: Avoid accessing values that are optimized out.
Ludovic Courtès
1
-0
/
+1
2020-03-17
gdb: Adjust 'find-vp' for Guile 3.0.
Ludovic Courtès
1
-5
/
+6
2020-03-17
gdb: Use <stdint.h> types.
Ludovic Courtès
1
-2
/
+2
2020-03-17
gdb: Delay type lookups.
Ludovic Courtès
1
-8
/
+9
2020-03-13
Add C API for hook procedures to libguile.h
Mike Gran
1
-0
/
+1
2020-03-11
doc: Fix typo in api-debug.texi.
Jan Synacek
1
-1
/
+1
[next]