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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-19
Rename objcodes?.{scm,c,h} to loader.{scm,c,h}
Andy Wingo
1
-1
/
+1
2013-11-19
Remove RTL_ infix from macros
Andy Wingo
1
-1
/
+1
2013-11-08
Remove stack programs, objcode, and the old VM.
Andy Wingo
1
-2
/
+1
2013-10-31
Avoid calling procedure-name when doing a make-procedure-with-setter
Andy Wingo
1
-10
/
+2
2013-06-09
procedure-documentation works on RTL procedures
Andy Wingo
1
-15
/
+0
2013-05-31
add new rtl vm
Andy Wingo
1
-1
/
+2
2013-01-07
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-4
/
+5
2012-11-28
eval: Store docstrings for lambdas.
Ludovic Courtès
1
-4
/
+5
2011-10-24
slight scm_procedure_p, scm_i_procedure_arity refactor
Andy Wingo
1
-15
/
+4
2011-05-15
scm_wta_* procedures replace SCM_WTA_* macros
Andy Wingo
1
-2
/
+3
2011-03-08
fix scm_setter
Andy Wingo
1
-1
/
+2
2011-02-08
fix scm_procedure on non-structs
Andy Wingo
1
-2
/
+2
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-2
/
+2
2010-04-17
scm_i_program_properties is internal; just use procedure-properties
Andy Wingo
1
-5
/
+2
2010-01-07
remove scm_tc7_gsubr
Andy Wingo
1
-9
/
+1
2010-01-05
move subr implementation details to gsubr.[ch]
Andy Wingo
1
-62
/
+0
2009-12-08
use the new public metatables from struct.c
Andy Wingo
1
-4
/
+5
2009-12-07
procedures-with-setters implemented in terms of structs
Andy Wingo
1
-36
/
+29
2009-12-04
eval.c closures are now applicable smobs, not tc3s
Andy Wingo
1
-52
/
+6
2009-12-04
remove cxrs
Andy Wingo
1
-3
/
+3
2009-12-04
remove rpsubrs
Andy Wingo
1
-2
/
+0
2009-12-03
remove asubrs
Andy Wingo
1
-1
/
+0
2009-12-03
remove tc7_subr_* and tc7_lsubr_*
Andy Wingo
1
-3
/
+0
2009-12-01
new evaluator, y'all
Andy Wingo
1
-1
/
+1
2009-11-26
a very big commit cleaning up structs & goops. also applicable structs.
Andy Wingo
1
-7
/
+9
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
-4
/
+5
2009-11-15
remove operators
Andy Wingo
1
-6
/
+4
2009-10-23
de-nargs struct scm_objcode; procedure-property refactor
Andy Wingo
1
-6
/
+8
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-0
/
+9
2009-08-20
programs have their own tc7 now
Andy Wingo
1
-0
/
+5
2009-08-19
procedure-documentation works on vm procedures
Andy Wingo
1
-0
/
+4
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-10
/
+15
2009-06-19
rename SCM_SNAME to SCM_SUBR_NAME
Andy Wingo
1
-3
/
+3
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-04-17
fix a tricky GC bug in scm_c_make_subr
Andy Wingo
1
-1
/
+5
2009-03-22
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-4
/
+23
2009-03-17
Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check
Andy Wingo
1
-45
/
+2
2009-03-17
Merge commit 'e092357058850a6f998bf462bdc5504c6379c96f' into vm-check
Andy Wingo
1
-57
/
+12
2009-03-17
Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-check
Andy Wingo
1
-1
/
+1
2009-03-17
Merge commit 'cce8b2ce93703aff953750fb40cb53176ea66504' into vm-check
Andy Wingo
1
-3
/
+3
2009-03-17
Merge commit 'e95d11110b7af0f528404d28209c3a464ab7074d' into vm-check
Andy Wingo
1
-3
/
+3
2009-03-08
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-45
/
+2
2009-03-02
Remove "compiled closures" ("cclos") in favor of a simpler mechanism.
Ludovic Courtès
1
-45
/
+2
2009-02-14
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-46
/
+12
2009-02-12
Small cleanup relative to the use of double cells for subrs.
Ludovic Courtès
1
-7
/
+1
2009-02-12
Use double-cells to store subrs.
Ludovic Courtès
1
-52
/
+13
2009-02-11
Add `SCM_SET_SUBR_GENERIC ()' to replace `SCM_SUBR_GENERIC ()' as an lvalue.
Ludovic Courtès
1
-1
/
+1
2009-02-11
Use `SCM_SNAME ()' when requesting the name of a subr.
Ludovic Courtès
1
-3
/
+3
2009-01-29
static opcodes; refactor program/objcode division; use new assembly pipeline
Andy Wingo
1
-0
/
+1
[next]