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
/
gsubr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-06
Allow for bind-optionals without alloc-frame
Andy Wingo
1
-7
/
+10
2018-08-19
Add internal function mapping subr index to function
Andy Wingo
1
-2
/
+8
2018-08-17
Add instrumentation to VM builtins
Andy Wingo
1
-2
/
+5
2018-08-06
Fix bugs with primitive code allocator; expose internally
Andy Wingo
1
-40
/
+71
2018-07-29
Rewrite subr implementation
Andy Wingo
1
-209
/
+333
2018-06-21
Use ptrdiff_t instead of scm_t_ptrdiff
Andy Wingo
1
-1
/
+1
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-7
/
+7
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
-2
/
+5
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-11
/
+11
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-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-4
/
+5
2016-11-17
Explicit interrupt handling in VM
Andy Wingo
1
-4
/
+22
2016-06-24
Parse bytecode to determine minimum arity
Andy Wingo
1
-31
/
+0
2015-12-01
Remove primitive?, add primitive-code?
Andy Wingo
1
-3
/
+12
2015-10-22
Small subr-call refactor
Andy Wingo
1
-1
/
+42
2014-09-30
Merge branch 'stable-2.0'
Mark H Weaver
1
-1
/
+2
2014-09-20
Do not assume that 64-bit integers will be 64-bit aligned.
Mark H Weaver
1
-3
/
+4
2013-11-19
Rename objcodes?.{scm,c,h} to loader.{scm,c,h}
Andy Wingo
1
-4
/
+1
2013-11-19
Fix gsubr comment
Andy Wingo
1
-3
/
+3
2013-11-19
Change SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARG
Andy Wingo
1
-19
/
+19
2013-11-19
scm_rtl_op_* -> scm_op_*
Andy Wingo
1
-19
/
+19
2013-11-19
Remove RTL_ infix from macros
Andy Wingo
1
-5
/
+5
2013-11-19
Rename scm_tc7_rtl_program to scm_tc7_program
Andy Wingo
1
-1
/
+1
2013-11-08
Fix reading and writing arities into DWARF.
Andy Wingo
1
-2
/
+2
2013-10-18
Foreign procedures are RTL programs
Andy Wingo
1
-2
/
+2
2013-10-18
Subrs are RTL programs
Andy Wingo
1
-682
/
+137
2011-11-08
locking for putc, puts
Andy Wingo
1
-4
/
+4
2011-10-25
most uses of scm_from_locale_symbol become scm_from_utf8_symbol
Andy Wingo
1
-1
/
+1
2011-01-27
objcode type is an enumeration, not flags
Andy Wingo
1
-2
/
+2
2010-07-28
Use "pointer" instead of "foreign" when dealing with wrapped pointers.
Ludovic Courtès
1
-3
/
+2
2010-07-26
Simplify the (system foreign) API.
Ludovic Courtès
1
-4
/
+2
2010-01-26
foreign.h presents a more pointer-centric interface
Andy Wingo
1
-4
/
+4
2010-01-07
remove scm_tc7_gsubr
Andy Wingo
1
-181
/
+2
2010-01-07
subrs are now VM trampoline procedures
Andy Wingo
1
-25
/
+768
2010-01-05
move subr implementation details to gsubr.[ch]
Andy Wingo
1
-35
/
+17
2009-12-03
remove tc7_subr_* and tc7_lsubr_*
Andy Wingo
1
-0
/
+4
2009-12-03
all subrs are gsubrs
Andy Wingo
1
-76
/
+23
2009-12-01
first step to make the vm stop calling the interpreter
Andy Wingo
1
-0
/
+39
2009-06-19
rename SCM_SNAME to SCM_SUBR_NAME
Andy Wingo
1
-7
/
+7
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-03-24
Include <alloca.h> in `gsubr.c'.
Ludovic Courtès
1
-0
/
+2
2009-03-08
Provide a C vararg interface to gsubr invocation.
Ludovic Courtès
1
-18
/
+108
2009-03-02
Mark `scm_gsubr_apply ()' as internal.
Ludovic Courtès
1
-2
/
+2
2009-03-02
Change `scm_gsubr_apply ()' to take the gsubr as its first argument.
Ludovic Courtès
1
-3
/
+1
[next]