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
2016-11-18
New functions (array-for-each-cell, array-for-each-cell-in-order)
lloda-squash0
Daniel Llorens
6
-59
/
+416
2016-11-18
New functions array-from, array-from*, array-amend!
Daniel Llorens
4
-0
/
+378
2016-11-18
Special case for array-map! with three arguments
Daniel Llorens
1
-22
/
+38
2016-11-18
Speed up for multi-arg cases of scm_ramap functions
Daniel Llorens
3
-65
/
+77
2016-11-18
Do not use array handles in scm_vector
Daniel Llorens
3
-26
/
+3
2016-11-18
Support typed arrays in some sort functions
Daniel Llorens
3
-68
/
+140
2016-11-18
Remove deprecated array functions
Daniel Llorens
5
-345
/
+0
2016-11-18
Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle
Daniel Llorens
3
-9
/
+7
2016-11-18
Avoid unneeded internal use of array handles
Daniel Llorens
5
-59
/
+109
2016-11-18
Remove scm_from_contiguous_array, array 'contiguous' flag
Daniel Llorens
3
-86
/
+36
2016-11-18
Fix compilation of rank 0 typed array literals
Daniel Llorens
2
-2
/
+10
2016-11-17
Explicit interrupt handling in VM
Andy Wingo
3
-95
/
+70
2016-11-16
Add handle-interrupts inst and compiler pass
Andy Wingo
6
-4
/
+76
2016-11-14
Slim thread cleanup
Andy Wingo
1
-43
/
+4
2016-11-14
join-thread in Scheme
Andy Wingo
3
-89
/
+70
2016-11-14
scm_spawn_thread uses call-with-new-thread
Andy Wingo
3
-83
/
+22
2016-11-13
Fix crasher in scm_system_async_mark_for_thread
Andy Wingo
1
-3
/
+6
2016-11-13
More comments in threads.c
Andy Wingo
1
-2
/
+6
2016-11-13
Optimize lock-mutex
Andy Wingo
1
-45
/
+85
2016-11-13
Improve mutexes / condition variable implementation
Andy Wingo
1
-83
/
+170
2016-11-13
Refactor GC implications of thread sleep
Andy Wingo
4
-22
/
+16
2016-11-13
Unlocked mutexes don't have owners
Andy Wingo
1
-4
/
+10
2016-11-13
Put mutex kind in SMOB flags
Andy Wingo
1
-9
/
+9
2016-11-13
Rename Guile's internal mutexes and condvars
Andy Wingo
1
-37
/
+39
2016-11-13
Internal threads refactor
Andy Wingo
1
-239
/
+191
2016-11-07
doc: Adjust capitalization for "HTTPS" and "GnuTLS".
Christopher Allan Webber
1
-1
/
+1
2016-11-07
web: Add https support through gnutls.
Christopher Allan Webber
2
-23
/
+149
2016-11-06
Update NEWS.
Andy Wingo
1
-0
/
+51
2016-11-06
Minor editing in api-scheduling.texi
Andy Wingo
1
-2
/
+2
2016-11-06
Update documentation on mutexes
Andy Wingo
1
-45
/
+19
2016-11-05
scm_timed_lock_mutex replaces scm_lock_mutex_timed
Andy Wingo
4
-18
/
+27
2016-11-05
Update mutex documentation
Andy Wingo
1
-37
/
+108
2016-11-05
Separate fat mutex unlock and wait operations
Andy Wingo
1
-59
/
+71
2016-11-05
Back to simple unlock-mutex
Andy Wingo
5
-38
/
+30
2016-11-05
Replace scm_make_mutex_with_flags
Andy Wingo
4
-31
/
+72
2016-11-05
Remove unchecked-unlock facility from Guile mutexes
Andy Wingo
2
-21
/
+8
2016-11-05
Recursively locking a SRFI-18 mutex blocks
Andy Wingo
2
-1
/
+36
2016-11-05
SRFI-18 mutexes are not recursive
Andy Wingo
1
-8
/
+1
2016-11-05
Move more functionality to SRFI-18 mutex-unlock!
Andy Wingo
1
-15
/
+17
2016-11-05
Remove fat mutex abandoned mutex error
Andy Wingo
2
-20
/
+4
2016-11-05
Remove thread held pthread_mutex field
Andy Wingo
2
-26
/
+2
2016-11-05
Remove thread-local weak mutex set
Andy Wingo
2
-73
/
+4
2016-11-05
SRFI-18 manages own mutex "abandoned" state
Andy Wingo
1
-21
/
+20
2016-11-04
Remove lock-mutex owner facility
Andy Wingo
2
-17
/
+9
2016-11-04
SRFI-18 threads disjoint from guile threads
Andy Wingo
2
-67
/
+78
2016-11-04
Update SRFI-18 documentation.
Andy Wingo
1
-60
/
+39
2016-11-04
srfi-18 condition variables disjoint
Andy Wingo
1
-32
/
+27
2016-11-04
Remove export srfi-18 never had
Andy Wingo
1
-1
/
+0
2016-11-04
SRFI-18 mutexes disjoint from Guile mutexes
Andy Wingo
2
-44
/
+68
2016-11-02
try-mutex in terms of mutex-lock
Andy Wingo
2
-19
/
+8
[next]