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
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
2009-12-03
remove asubrs
Andy Wingo
1
-1
/
+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
-18
/
+0
2009-12-01
new evaluator, y'all
Andy Wingo
1
-10
/
+2
2009-11-26
a very big commit cleaning up structs & goops. also applicable structs.
Andy Wingo
1
-6
/
+3
2009-11-15
fold objects.[ch] into goops.[ch]
Andy Wingo
1
-1
/
+0
2009-11-15
remove support for "entities" -- a form of applicable struct
Andy Wingo
1
-2
/
+4
2009-11-15
remove operators
Andy Wingo
1
-4
/
+2
2009-10-24
procedure property table is only key-weak, not doubly-weak
Andy Wingo
1
-1
/
+1
2009-10-23
procedure property efficiency tweak
Andy Wingo
1
-4
/
+26
2009-10-23
de-nargs struct scm_objcode; procedure-property refactor
Andy Wingo
1
-63
/
+52
2009-08-20
programs have their own tc7 now
Andy Wingo
1
-0
/
+6
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
[next]