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
path:
root
/
libguile
/
fluids.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-12
Respect thread local fluid defaults
Rob Browning
1
-14
/
+9
2018-06-27
Compile current-module as intrinsic call
Andy Wingo
1
-5
/
+12
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-3
/
+4
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-4
/
+6
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve variable.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-7
/
+9
2017-04-19
Avoid causing GC when lookup up exception handler
Andy Wingo
1
-2
/
+27
2017-03-07
Add thread local fluids
Andy Wingo
1
-10
/
+67
2017-02-17
Revert "Cheaper fluid-ref cache"
Andy Wingo
1
-17
/
+13
2017-02-16
Cheaper fluid-ref cache
Andy Wingo
1
-13
/
+17
2017-02-07
Avoid stacks in dynamically-bound values
Andy Wingo
1
-1
/
+46
2016-12-05
Reimplement dynamic states
Andy Wingo
1
-184
/
+211
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-2
/
+2
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-2
/
+2
2013-11-28
Tune initial heap size
Andy Wingo
1
-1
/
+1
2013-06-28
Simplify dynstack API to only wind one fluid at a time
Andy Wingo
1
-67
/
+18
2013-06-28
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
Andy Wingo
1
-6
/
+2
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-4
/
+7
2013-02-28
Fix later-bindings-win logic in with-fluids.
Mark H Weaver
1
-3
/
+3
2013-02-28
Fix duplicate removal of with-fluids.
Mark H Weaver
1
-1
/
+4
2012-03-03
the dynamic stack is really a stack now, instead of a list
Andy Wingo
1
-53
/
+33
2012-02-23
Revert "install pthread_atfork handlers for guile's static mutexen"
Andy Wingo
1
-1
/
+0
2012-02-17
install pthread_atfork handlers for guile's static mutexen
Andy Wingo
1
-0
/
+1
2012-01-31
Revert "add SCM_HEAP_OBJECT_BASE"
Andy Wingo
1
-1
/
+1
2012-01-30
Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
Andy Wingo
1
-2
/
+3
2012-01-12
fluids.c docstring
Andy Wingo
1
-2
/
+3
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-15
/
+27
2011-11-23
optional default-value arg to make-fluid
Andy Wingo
1
-15
/
+27
2011-11-08
locking for putc, puts
Andy Wingo
1
-6
/
+6
2011-10-24
add SCM_HEAP_OBJECT_BASE
Andy Wingo
1
-1
/
+1
2011-10-24
add SCM_{PACK,UNPACK}_POINTER
Andy Wingo
1
-2
/
+2
2011-06-16
fix initial values of reallocated fluids
Andy Wingo
1
-0
/
+5
2011-05-13
scm_is_eq for SCM vals, not == or !=
Andy Wingo
1
-2
/
+2
2010-12-17
rename make-undefined-fluid to make-unbound-fluid
Andy Wingo
1
-3
/
+3
2010-12-07
unbound fluids
Brian Templeton
1
-11
/
+53
2010-11-19
Include <alloca.h> wherever `alloca' is used.
Ludovic Courtès
1
-0
/
+1
2010-07-17
SCM_I_FLUID_P -> SCM_FLUID_P
Andy Wingo
1
-1
/
+1
2010-04-09
remove libguile/lang.h, deprecate %nil (in favor of #nil)
Andy Wingo
1
-1
/
+0
2010-03-05
Recycle fluid numbers.
Ludovic Courtès
1
-90
/
+58
2010-03-04
add printers for prompts and with-fluids objects
Andy Wingo
1
-0
/
+8
[next]