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
/
macros.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-22
Fix race when expanding syntax-parameterize and define-syntax-parameter
Andy Wingo
1
-2
/
+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
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-3
/
+3
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-13
/
+13
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 symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve threads.h from _scm.h.
Andy Wingo
1
-0
/
+1
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 boolean.h include.
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
-1
/
+2
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-2
/
+2
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-1
/
+1
2012-05-23
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+3
2012-05-23
deprecate scm_sym2var
Andy Wingo
1
-3
/
+3
2012-01-31
Revert "add SCM_HEAP_OBJECT_BASE"
Andy Wingo
1
-1
/
+1
2012-01-30
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+34
2012-01-26
globally unique marks and labels using syntax-session-id
Andy Wingo
1
-0
/
+34
2011-11-08
locking for putc, puts
Andy Wingo
1
-3
/
+3
2011-10-25
most uses of scm_from_locale_symbol become scm_from_utf8_symbol
Andy Wingo
1
-1
/
+1
2011-10-24
add SCM_HEAP_OBJECT_BASE
Andy Wingo
1
-1
/
+1
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-7
/
+7
2010-06-06
simplify macro representation in the wake of module hygiene changes
Andy Wingo
1
-3
/
+2
2010-01-09
Fix bug: Use correct `FUNC_NAME' for `scm_macro_binding'.
Thien-Thi Nguyen
1
-1
/
+1
2010-01-05
clean up macros.[ch]
Andy Wingo
1
-125
/
+81
2010-01-05
remove mmacros, SCM_SYNTAX snarf macro
Andy Wingo
1
-36
/
+2
2010-01-05
remove scm_makacro and scm_makmacro
Andy Wingo
1
-58
/
+1
2009-12-04
eval.c closures are now applicable smobs, not tc3s
Andy Wingo
1
-32
/
+28
2009-12-03
all subrs are gsubrs
Andy Wingo
1
-1
/
+1
2009-12-01
remove evaluator-specific code from macros.c
Andy Wingo
1
-10
/
+0
2009-10-02
Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.
Ludovic Courtès
1
-0
/
+2
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-18
/
+98
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-04-29
first-class macro representation (no bits on variables)
Andy Wingo
1
-2
/
+2
2009-04-29
a different tack for syncase macro representation
Andy Wingo
1
-10
/
+99
2009-03-22
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-3
/
+10
2008-09-30
Merge commit 'origin/master' into vm
Andy Wingo
1
-1
/
+4
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+4
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+4
2008-09-10
Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...
Ludovic Courtès
1
-0
/
+2
2008-09-07
macro-transformer recognizes compiled macros
Andy Wingo
1
-2
/
+8
2008-09-07
print compiled macros correctly
Andy Wingo
1
-1
/
+2
2008-09-05
Removed a lot of now-useless SMOB mark/free functions.
Ludovic Courtes
1
-1
/
+0
2007-01-22
* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c
Han-Wen Nienhuys
1
-0
/
+2
2006-04-17
merge from 1.8 branch
Kevin Ryde
1
-1
/
+1
[next]