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
/
programs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-01
Remove primitive?, add primitive-code?
Andy Wingo
1
-5
/
+7
2014-05-01
Fix inner and outer stack cuts to match on procedure code
Andy Wingo
1
-1
/
+13
2013-11-19
Rename internal rtl-program-properties -> program-properties
Andy Wingo
1
-5
/
+5
2013-11-19
Excise "rtl-" from fallback program printer
Andy Wingo
1
-1
/
+1
2013-11-19
Rename internals of (system vm program) program-minimum-arity
Andy Wingo
1
-6
/
+5
2013-11-19
Rename (system vm program) internal functions to remove rtl-
Andy Wingo
1
-11
/
+10
2013-11-19
Remove unused C scm_program_source.
Andy Wingo
1
-19
/
+0
2013-11-19
rtl-program-code -> program-code
Andy Wingo
1
-2
/
+2
2013-11-19
rtl-program? -> program?
Andy Wingo
1
-2
/
+2
2013-11-19
Remove make-rtl-program.
Andy Wingo
1
-30
/
+0
2013-11-19
scm_i_rtl_program_* -> scm_i_program_*
Andy Wingo
1
-4
/
+4
2013-11-19
Remove RTL_ infix from macros
Andy Wingo
1
-12
/
+12
2013-11-19
Rename scm_tc7_rtl_program to scm_tc7_program
Andy Wingo
1
-1
/
+1
2013-11-08
Remove stack programs, objcode, and the old VM.
Andy Wingo
1
-308
/
+15
2013-11-08
Fix reading and writing arities into DWARF.
Andy Wingo
1
-1
/
+1
2013-11-07
frame-instruction-pointer is absolute; rewrite (system vm coverage)
Andy Wingo
1
-0
/
+16
2013-11-07
scm_from_uintptr_t / scm_from_ptrdiff_t usage
Andy Wingo
1
-2
/
+1
2013-10-27
Partial continuations are RTL stubs
Andy Wingo
1
-1
/
+2
2013-10-18
Continuations are RTL stubs
Andy Wingo
1
-0
/
+7
2013-10-18
Foreign procedures are RTL programs
Andy Wingo
1
-0
/
+3
2013-10-18
Subrs are RTL programs
Andy Wingo
1
-0
/
+37
2013-10-03
program-source / program-sources works with RTL programs
Andy Wingo
1
-22
/
+14
2013-10-03
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-6
/
+0
2013-10-03
Deprecate scm_c_program_source, as it has no internal users.
Andy Wingo
1
-7
/
+1
2013-07-21
free variable debugging access procedures for rtl
Andy Wingo
1
-0
/
+21
2013-07-21
fix rtl program arity functions
Andy Wingo
1
-1
/
+1
2013-06-09
procedure-properties for RTL functions
Andy Wingo
1
-0
/
+12
2013-06-09
procedure-documentation works on RTL procedures
Andy Wingo
1
-0
/
+13
2013-06-09
Wire up ability to print RTL program arities
Andy Wingo
1
-3
/
+27
2013-06-09
RTL programs print with their name
Andy Wingo
1
-10
/
+23
2013-05-31
add new rtl vm
Andy Wingo
1
-1
/
+62
2011-11-08
locking for putc, puts
Andy Wingo
1
-6
/
+6
2011-01-07
use scm_from_latin1_symboln for string literals and load-symbol
Andy Wingo
1
-2
/
+2
2010-11-19
fix a number of assumptions that a pointer could fit into a long
Andy Wingo
1
-1
/
+1
2010-10-08
add program-sources-pre-retire to core and define frame-next-source
Andy Wingo
1
-12
/
+21
2010-09-06
fix to program-module
Andy Wingo
1
-2
/
+9
2010-04-17
add procedure_minimum_arity
Andy Wingo
1
-17
/
+35
2010-04-17
remove program-name, program-documentation
Andy Wingo
1
-10
/
+0
2010-04-17
scm_i_program_properties is internal; just use procedure-properties
Andy Wingo
1
-5
/
+4
2010-03-16
rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0
Andy Wingo
1
-1
/
+2
2010-03-09
fix continuation printing bug
Andy Wingo
1
-1
/
+1
2010-03-04
partial continuations print as #<partial-continuation ...>
Andy Wingo
1
-0
/
+7
2010-02-22
tweaks to default program printer
Andy Wingo
1
-2
/
+2
2010-02-08
continuations are vm procedures
Andy Wingo
1
-1
/
+8
2010-01-09
allocate free variables inline to closures
Andy Wingo
1
-9
/
+55
2010-01-07
properly integrate vm bootstrapping into init.c
Andy Wingo
1
-3
/
+0
2010-01-07
program-meta procedures get their program's objtable
Andy Wingo
1
-2
/
+3
2009-12-15
Don't use GCC zero-length arrays.
Ludovic Courtès
1
-1
/
+4
2009-11-28
Remove remaining uses of discouraged constructs.
Ludovic Courtès
1
-3
/
+3
2009-11-08
Fix C99-style comments.
Ludovic Courtès
1
-2
/
+2
[next]