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
/
fluids.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect thread local fluid defaults
...
Rob Browning
2020-01-12
1
-14
/
+9
*
Avoid causing GC when lookup up exception handler
...
Andy Wingo
2017-04-19
1
-2
/
+27
*
Add thread local fluids
...
Andy Wingo
2017-03-07
1
-10
/
+67
*
Revert "Cheaper fluid-ref cache"
...
Andy Wingo
2017-02-17
1
-17
/
+13
*
Cheaper fluid-ref cache
...
Andy Wingo
2017-02-16
1
-13
/
+17
*
Avoid stacks in dynamically-bound values
...
Andy Wingo
2017-02-07
1
-1
/
+46
*
Reimplement dynamic states
...
Andy Wingo
2016-12-05
1
-184
/
+211
*
Remove scm_puts_unlocked.
...
Andy Wingo
2016-04-26
1
-2
/
+2
*
Remove scm_putc_unlocked.
...
Andy Wingo
2016-04-26
1
-2
/
+2
*
Tune initial heap size
...
Andy Wingo
2013-11-28
1
-1
/
+1
*
Simplify dynstack API to only wind one fluid at a time
...
Andy Wingo
2013-06-28
1
-67
/
+18
*
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
...
Andy Wingo
2013-06-28
1
-6
/
+2
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-03-28
1
-4
/
+7
|
\
|
*
Fix later-bindings-win logic in with-fluids.
...
Mark H Weaver
2013-02-28
1
-3
/
+3
|
*
Fix duplicate removal of with-fluids.
...
Mark H Weaver
2013-02-28
1
-1
/
+4
*
|
the dynamic stack is really a stack now, instead of a list
...
Andy Wingo
2012-03-03
1
-53
/
+33
*
|
Revert "install pthread_atfork handlers for guile's static mutexen"
...
Andy Wingo
2012-02-23
1
-1
/
+0
*
|
install pthread_atfork handlers for guile's static mutexen
...
Andy Wingo
2012-02-17
1
-0
/
+1
*
|
Revert "add SCM_HEAP_OBJECT_BASE"
...
Andy Wingo
2012-01-31
1
-1
/
+1
*
|
Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
...
Andy Wingo
2012-01-30
1
-2
/
+3
|
\
|
|
*
fluids.c docstring
...
Andy Wingo
2012-01-12
1
-2
/
+3
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2011-12-01
1
-15
/
+27
|
\
|
|
*
optional default-value arg to make-fluid
...
Andy Wingo
2011-11-23
1
-15
/
+27
*
|
locking for putc, puts
...
Andy Wingo
2011-11-08
1
-6
/
+6
*
|
add SCM_HEAP_OBJECT_BASE
...
Andy Wingo
2011-10-24
1
-1
/
+1
*
|
add SCM_{PACK,UNPACK}_POINTER
...
Andy Wingo
2011-10-24
1
-2
/
+2
|
/
*
fix initial values of reallocated fluids
...
Andy Wingo
2011-06-16
1
-0
/
+5
*
scm_is_eq for SCM vals, not == or !=
...
Andy Wingo
2011-05-13
1
-2
/
+2
*
rename make-undefined-fluid to make-unbound-fluid
...
Andy Wingo
2010-12-17
1
-3
/
+3
*
unbound fluids
...
Brian Templeton
2010-12-07
1
-11
/
+53
*
Include <alloca.h> wherever `alloca' is used.
...
Ludovic Courtès
2010-11-19
1
-0
/
+1
*
SCM_I_FLUID_P -> SCM_FLUID_P
...
Andy Wingo
2010-07-17
1
-1
/
+1
*
remove libguile/lang.h, deprecate %nil (in favor of #nil)
...
Andy Wingo
2010-04-09
1
-1
/
+0
*
Recycle fluid numbers.
...
Ludovic Courtès
2010-03-05
1
-90
/
+58
*
add printers for prompts and with-fluids objects
...
Andy Wingo
2010-03-04
1
-0
/
+8
*
fluids.h exposes more of its interface, internally at least
...
Andy Wingo
2010-02-19
1
-4
/
+4
*
add with-fluids objects and primitive syntax
...
Andy Wingo
2010-02-18
1
-53
/
+103
*
add printer for dynamic-states
...
Andy Wingo
2009-12-05
1
-0
/
+8
*
fluids are tc7 objects
...
Andy Wingo
2009-12-05
1
-45
/
+14
*
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2009-08-18
1
-6
/
+7
|
\
|
*
Change Guile license to LGPLv3+
...
Neil Jerram
2009-06-17
1
-6
/
+7
*
|
Use `scm_gc_malloc ()' when allocating the allocated fluid vector.
...
Ludovic Courtès
2009-01-18
1
-8
/
+3
*
|
Remove GC-related code from fluids.
...
Ludovic Courtès
2008-09-17
1
-142
/
+60
*
|
Merge branch 'master' into boehm-demers-weiser-gc
...
Ludovic Courtès
2008-09-13
1
-1
/
+5
|
\
|
|
*
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
2008-09-13
1
-1
/
+5
*
|
Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei...
...
Ludovic Courtès
2008-09-10
1
-3
/
+9
|
\
|
|
*
Changes from arch/CVS synchronization
Ludovic Courtès
2007-06-25
1
-3
/
+9
*
|
Removed a lot of now-useless SMOB mark/free functions.
...
Ludovic Courtes
2008-09-05
1
-12
/
+0
*
|
Merge from lcourtes@laas.fr--2005-mobile
...
Ludovic Courtes
2008-09-05
1
-0
/
+3
|
/
*
merge from 1.8 branch
Kevin Ryde
2006-04-17
1
-1
/
+1
[next]