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
/
procs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
libguile header files have uniform format for copyright declarations
Andy Wingo
1
-2
/
+2
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove useless "classes: h_files" from Guile headers.
Andy Wingo
1
-2
/
+0
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve more validate macros
Andy Wingo
1
-0
/
+5
2018-06-18
More validate.h devolution
Andy Wingo
1
-1
/
+7
2013-06-09
procedure-documentation works on RTL procedures
Andy Wingo
1
-4
/
+1
2012-11-28
eval: Store docstrings for lambdas.
Ludovic Courtès
1
-1
/
+4
2010-01-05
move subr implementation details to gsubr.[ch]
Andy Wingo
1
-28
/
+0
2009-12-07
procedures-with-setters implemented in terms of structs
Andy Wingo
1
-53
/
+0
2009-12-04
eval.c closures are now applicable smobs, not tc3s
Andy Wingo
1
-15
/
+0
2009-12-03
remove scm_tc7_dsubr
Andy Wingo
1
-1
/
+0
2009-12-03
remove tc7_subr_* and tc7_lsubr_*
Andy Wingo
1
-33
/
+1
2009-12-01
new evaluator, y'all
Andy Wingo
1
-2
/
+3
2009-09-02
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
Ludovic Courtès
1
-7
/
+8
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-7
/
+8
2009-06-19
rename SCM_SNAME to SCM_SUBR_NAME
Andy Wingo
1
-1
/
+1
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-03-16
Allow the static allocation of all types of subrs.
Ludovic Courtès
1
-31
/
+37
2009-03-16
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
Ludovic Courtès
1
-17
/
+0
2009-03-08
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-17
/
+0
2009-03-02
Remove "compiled closures" ("cclos") in favor of a simpler mechanism.
Ludovic Courtès
1
-17
/
+0
2009-02-14
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-20
/
+6
2009-02-12
Use double-cells to store subrs.
Ludovic Courtès
1
-22
/
+6
2009-02-11
Add `SCM_SET_SUBR_GENERIC ()' to replace `SCM_SUBR_GENERIC ()' as an lvalue.
Ludovic Courtès
1
-0
/
+2
2009-01-31
Allow the static initialization of subrs.
Ludovic Courtès
1
-0
/
+34
2009-01-21
Use double-cells to store subrs.
Ludovic Courtès
1
-19
/
+6
2009-01-20
Add `SCM_SET_SUBR_GENERIC ()' to replace `SCM_SUBR_GENERIC ()' as an lvalue.
Ludovic Courtès
1
-0
/
+2
2009-01-18
Make variables related to the subr table size private and unsigned.
Ludovic Courtès
1
-3
/
+1
2009-01-18
Make variables related to the subr table size private and unsigned.
Ludovic Courtès
1
-3
/
+1
2008-09-15
Use immutable cells for closures.
Ludovic Courtès
1
-3
/
+0
2008-09-15
Use immutable cells (aka. libgc "stubborn") for subrs.
Ludovic Courtès
1
-4
/
+0
2008-09-10
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-3
/
+3
2008-09-05
procs/weaks/hashtab: Removed a bit of useless mark/free code.
Ludovic Courtes
1
-1
/
+0
2008-05-31
Add `SCM_INTERNAL' macro, use it.
Ludovic Courtès
1
-3
/
+3
2006-04-17
merge from 1.8 branch
Kevin Ryde
1
-1
/
+1
2005-05-23
The FSF has a new address.
Marius Vollmer
1
-1
/
+1
2004-09-22
*** empty log message ***
Marius Vollmer
1
-1
/
+1
2004-07-27
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
Marius Vollmer
1
-1
/
+1
2003-04-05
Changed license terms to the plain LGPL thru-out.
Marius Vollmer
1
-35
/
+11
2002-01-10
* procs.h (SCM_CLOSURE_BODY): New Macro.
Dirk Herrmann
1
-0
/
+1
2001-11-25
(SCM_MAKE_CCLO_TAG): New.
Marius Vollmer
1
-1
/
+2
2001-11-02
Prefixed each each exported symbol with SCM_API.
Marius Vollmer
1
-24
/
+24
2001-08-31
* Removed deprecated stuff.
Dirk Herrmann
1
-27
/
+6
2001-07-09
Remove "face-lift" comment.
Thien-Thi Nguyen
1
-2
/
+0
2001-06-14
replace "scm_*_t" with "scm_t_*".
Marius Vollmer
1
-4
/
+4
2001-05-26
revert the ill-considered part of the 2001-05-24 changes
Michael Livshin
1
-6
/
+6
[next]