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
/
__scm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement dynamic states
...
Andy Wingo
2016-12-05
1
-0
/
+4
*
Remove SCM_DEBUG_CELL_ACCESSES==1
...
Andy Wingo
2016-11-18
1
-9
/
+0
*
Use atomics for async interrupts
...
Andy Wingo
2016-10-26
1
-4
/
+0
*
Merge commit '750ac8c592e792e627444f476877f282525b132e'
...
Andy Wingo
2013-11-28
1
-1
/
+1
|
\
|
*
Don't use the identifier 'noreturn'.
...
Mark H Weaver
2013-11-04
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-03-28
1
-1
/
+1
|
\
|
|
*
Make `SCM_LONG_BIT' usable in preprocessor conditionals.
...
Ludovic Courtès
2013-03-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2013-01-15
1
-1
/
+1
|
\
|
|
*
deprecate SCM_CHAR_CODE_LIMIT and char-code-limit
...
Andy Wingo
2013-01-10
1
-7
/
+1
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-07-06
1
-1
/
+2
|
\
|
|
*
Add alignment for Sun Studio 12
Dagobert Michelsen
2012-07-06
1
-1
/
+2
|
*
simplify inline function infrastructure
...
Andy Wingo
2012-03-08
1
-0
/
+58
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-01-10
1
-1
/
+1
|
\
|
|
*
fix SCM_ASRTGO deprecation
...
Andy Wingo
2012-01-08
1
-5
/
+1
*
|
Revert "SCM is either a union or scm_t_bits"
...
Andy Wingo
2011-09-15
1
-0
/
+25
*
|
simplify inline function infrastructure
...
Andy Wingo
2011-05-26
1
-0
/
+58
*
|
remove SCM_EXIT_SUCCESS and SCM_EXIT_FAILURE definitions
...
Andy Wingo
2011-05-15
1
-21
/
+0
*
|
scm_wta_* procedures replace SCM_WTA_* macros
...
Andy Wingo
2011-05-15
1
-61
/
+0
*
|
SCM_ASSERT to error.h
...
Andy Wingo
2011-05-15
1
-17
/
+0
*
|
remove SCM_ASRTGO
...
Andy Wingo
2011-05-15
1
-4
/
+0
*
|
remove unused SCM_FENCE definition
...
Andy Wingo
2011-05-15
1
-23
/
+0
*
|
rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICK
...
Andy Wingo
2011-05-15
1
-32
/
+0
*
|
simplify SCM_TICK
...
Andy Wingo
2011-05-15
1
-4
/
+5
*
|
remove SCM_THREAD_SWITCHING_CODE
...
Andy Wingo
2011-05-15
1
-1
/
+0
*
|
make SCM_I_SETJMP and SCM_I_LONGJMP private
...
Andy Wingo
2011-05-15
1
-30
/
+9
*
|
move SCM_FLUSH_REGISTER_WINDOWS to continuations.c
...
Andy Wingo
2011-05-15
1
-11
/
+0
*
|
minor __scm.h cleanup
...
Andy Wingo
2011-05-15
1
-28
/
+35
*
|
remove mention of cheap continuations
...
Andy Wingo
2011-05-15
1
-9
/
+5
*
|
remove SCM_I_LLONG and SCM_I_ULLONG limit defines
...
Andy Wingo
2011-05-15
1
-6
/
+0
*
|
remove SCM_I_SIZE limits defines
...
Andy Wingo
2011-05-15
1
-4
/
+0
*
|
remove SCM_CHAR_CODE_LIMIT define
...
Andy Wingo
2011-05-15
1
-6
/
+0
*
|
remove more unused __scm.h options
...
Andy Wingo
2011-05-15
1
-31
/
+0
*
|
remove mention of GUILE_DEBUG_FREELIST
...
Andy Wingo
2011-05-15
1
-9
/
+0
*
|
remove #define STACK_CHECKING from __scm.h.
...
Andy Wingo
2011-05-15
1
-7
/
+0
*
|
remove SICP from __scm.h
...
Andy Wingo
2011-05-15
1
-11
/
+0
*
|
remove ENGNOT from __scm.h
...
Andy Wingo
2011-05-15
1
-4
/
+0
*
|
SCM is either a union or scm_t_bits
...
Andy Wingo
2011-05-15
1
-25
/
+0
*
|
Bump default typing strictness to 2.
...
Andy Wingo
2011-05-13
1
-1
/
+1
|
/
*
avoid tls gets when handling interrupts in the vm
...
Andy Wingo
2011-05-06
1
-2
/
+2
*
Add `scm_t_subr' typedef (fix bug #23681).
...
Ludovic Courtès
2011-02-13
1
-1
/
+15
*
Add `SCM_GNUC_PREREQ'.
...
Ludovic Courtès
2010-11-19
1
-4
/
+12
*
remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
...
Andy Wingo
2010-07-26
1
-2
/
+0
*
Use GCC's `malloc' attribute for malloc-like routines.
...
Ludovic Courtès
2010-05-28
1
-1
/
+10
*
less overhead for handling interrupts in the vm
...
Andy Wingo
2009-12-11
1
-6
/
+18
*
Don't rely on `HAVE_' macros in public header "tags.h".
...
Ludovic Courtès
2009-11-24
1
-0
/
+4
*
Remove unused, non-prefixed macros.
...
Ludovic Courtès
2009-11-24
1
-13
/
+0
*
Remove references to undefined macros.
...
Ludovic Courtès
2009-11-17
1
-2
/
+2
*
Merge branch 'bdw-gc-static-alloc'
...
Ludovic Courtès
2009-11-01
1
-0
/
+10
|
\
|
*
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
...
Ludovic Courtès
2009-09-02
1
-24
/
+39
|
|
\
|
*
\
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
...
Ludovic Courtès
2009-03-16
1
-2
/
+0
|
|
\
\
[next]