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