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
/
procprop.c
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
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-7
/
+9
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-19
/
+19
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
Devolve threads.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-2
/
+2
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2013-11-19
scm_i_rtl_program_* -> scm_i_program_*
Andy Wingo
1
-3
/
+3
2013-11-19
Remove RTL_ infix from macros
Andy Wingo
1
-4
/
+4
2013-11-08
Remove stack programs, objcode, and the old VM.
Andy Wingo
1
-9
/
+2
2013-11-08
Builtins have procedure properties
Andy Wingo
1
-0
/
+2
2013-10-31
Avoid calling procedure-name when doing a make-procedure-with-setter
Andy Wingo
1
-3
/
+2
2013-10-26
Setting procedure properties does not cause metadata lookup
Andy Wingo
1
-41
/
+78
2013-06-09
procedure-properties for RTL functions
Andy Wingo
1
-0
/
+2
2013-06-09
procedure-documentation works on RTL procedures
Andy Wingo
1
-0
/
+33
2013-06-09
Wire up ability to print RTL program arities
Andy Wingo
1
-9
/
+1
2013-06-09
RTL programs print with their name
Andy Wingo
1
-1
/
+16
2013-06-09
move procedure-name and procedure-source to procprop.c
Andy Wingo
1
-1
/
+44
2013-05-31
add new rtl vm
Andy Wingo
1
-0
/
+8
2012-03-18
fix to procedure-arity in previous patch
Andy Wingo
1
-5
/
+9
2012-03-18
make applicable smob calls cheaper, and fix a memory leak
Andy Wingo
1
-2
/
+6
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-1
/
+1
2012-01-05
Fix erroneous check in `set-procedure-properties!'.
Ludovic Courtès
1
-3
/
+4
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+33
2011-11-15
better debuggability for interpreted procedures
Andy Wingo
1
-0
/
+37
2011-10-24
slight scm_procedure_p, scm_i_procedure_arity refactor
Andy Wingo
1
-12
/
+9
2011-10-24
convert internal weak hash table users to use the weak table api
Andy Wingo
1
-13
/
+8
2011-05-25
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+8
2011-05-23
set-procedure-property! threadsafety issue
Andy Wingo
1
-8
/
+9
2011-05-12
remove all deprecated code
Andy Wingo
1
-34
/
+1
2010-04-17
deprecate arity access via (procedure-properties proc 'arity)
Andy Wingo
1
-18
/
+29
2010-04-17
add procedure_minimum_arity
Andy Wingo
1
-0
/
+25
2010-04-17
scm_i_program_properties is internal; just use procedure-properties
Andy Wingo
1
-1
/
+1
2010-04-17
tweaks to procprop.c
Andy Wingo
1
-8
/
+4
2010-04-17
procedure-properties incorporates program-properties
Andy Wingo
1
-27
/
+29
2010-01-09
smobs are applied with vm trampoline procedures
Andy Wingo
1
-14
/
+18
2010-01-07
remove scm_tc7_gsubr
Andy Wingo
1
-18
/
+1
2010-01-07
subrs are now VM trampoline procedures
Andy Wingo
1
-1
/
+2
2009-12-07
procedures-with-setters implemented in terms of structs
Andy Wingo
1
-3
/
+0
2009-12-04
eval.c closures are now applicable smobs, not tc3s
Andy Wingo
1
-76
/
+57
2009-12-04
remove cxrs
Andy Wingo
1
-3
/
+0
2009-12-04
remove rpsubrs
Andy Wingo
1
-3
/
+0
[next]