index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
programs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove primitive?, add primitive-code?
...
Andy Wingo
2015-12-01
1
-1
/
+1
*
Fix inner and outer stack cuts to match on procedure code
...
Andy Wingo
2014-05-01
1
-1
/
+3
*
Remove unused C scm_program_source.
...
Andy Wingo
2013-11-19
1
-1
/
+0
*
Reorganize programs.h.
...
Andy Wingo
2013-11-19
1
-19
/
+15
*
rtl-program-code -> program-code
...
Andy Wingo
2013-11-19
1
-1
/
+1
*
rtl-program? -> program?
...
Andy Wingo
2013-11-19
1
-1
/
+1
*
Remove make-rtl-program.
...
Andy Wingo
2013-11-19
1
-1
/
+0
*
scm_i_rtl_program_* -> scm_i_program_*
...
Andy Wingo
2013-11-19
1
-4
/
+4
*
scm_i_make_rtl_program in BUILDING_LIBGUILE
...
Andy Wingo
2013-11-19
1
-0
/
+2
*
Remove RTL_ infix from macros
...
Andy Wingo
2013-11-19
1
-7
/
+7
*
Rename scm_tc7_rtl_program to scm_tc7_program
...
Andy Wingo
2013-11-19
1
-2
/
+2
*
Remove stack programs, objcode, and the old VM.
...
Andy Wingo
2013-11-08
1
-22
/
+0
*
frame-instruction-pointer is absolute; rewrite (system vm coverage)
...
Andy Wingo
2013-11-07
1
-0
/
+2
*
Foreign procedures are RTL programs
...
Andy Wingo
2013-10-18
1
-0
/
+2
*
Subrs are RTL programs
...
Andy Wingo
2013-10-18
1
-0
/
+3
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2013-10-03
1
-2
/
+0
|
\
|
*
Deprecate scm_c_program_source, as it has no internal users.
...
Andy Wingo
2013-10-03
1
-3
/
+1
*
|
procedure-properties for RTL functions
...
Andy Wingo
2013-06-09
1
-0
/
+1
*
|
procedure-documentation works on RTL procedures
...
Andy Wingo
2013-06-09
1
-0
/
+1
*
|
RTL programs print with their name
...
Andy Wingo
2013-06-09
1
-2
/
+1
*
|
add new rtl vm
...
Andy Wingo
2013-05-31
1
-1
/
+26
*
|
refactor tc7 and tc16 checks
...
Andy Wingo
2011-10-24
1
-2
/
+2
|
/
*
add program-sources-pre-retire to core and define frame-next-source
...
Andy Wingo
2010-10-08
1
-1
/
+1
*
remove program-name, program-documentation
...
Andy Wingo
2010-04-17
1
-1
/
+0
*
scm_i_program_properties is internal; just use procedure-properties
...
Andy Wingo
2010-04-17
1
-1
/
+1
*
partial continuations print as #<partial-continuation ...>
...
Andy Wingo
2010-03-04
1
-0
/
+2
*
continuations are vm procedures
...
Andy Wingo
2010-02-08
1
-2
/
+4
*
allocate free variables inline to closures
...
Andy Wingo
2010-01-09
1
-2
/
+7
*
remove scm_tc7_gsubr
...
Andy Wingo
2010-01-07
1
-0
/
+2
*
add SCM_PROGRAM_IS_PRIMITIVE_GENERIC flag and checker
...
Andy Wingo
2010-01-07
1
-1
/
+3
*
de-nargs struct scm_objcode; procedure-property refactor
...
Andy Wingo
2009-10-23
1
-0
/
+1
*
runtime and debugging support for callee-parsed procedure args
...
Andy Wingo
2009-10-23
1
-1
/
+1
*
Fix omission of VM frames from backtrace
...
Neil Jerram
2009-09-17
1
-1
/
+1
*
programs have their own tc7 now
...
Andy Wingo
2009-08-20
1
-10
/
+8
*
rename "closure-ref" to "free-ref"; s/vars/variables/ in some names
...
Andy Wingo
2009-07-23
1
-3
/
+3
*
remove "externals" from the vm
...
Andy Wingo
2009-07-23
1
-5
/
+4
*
Change Guile license to LGPLv3+
...
Neil Jerram
2009-06-17
1
-6
/
+7
*
adjust VM copyright notices to LGPL, use SCM_INTERNAL/API properly
...
Andy Wingo
2009-05-26
1
-55
/
+31
*
propagate much more source info through compilation
...
Andy Wingo
2009-02-10
1
-0
/
+1
*
fix boot program detection, which in turn makes `make-stack' actually work
...
Andy Wingo
2009-02-05
1
-0
/
+3
*
tick in calls, procedure-name works on compiled procedures
...
Andy Wingo
2009-02-02
1
-0
/
+4
*
static opcodes; refactor program/objcode division; use new assembly pipeline
...
Andy Wingo
2009-01-29
1
-17
/
+8
*
move module and meta inside programs' object tables
...
Andy Wingo
2009-01-17
1
-3
/
+1
*
add scm_c_program_source
...
Andy Wingo
2008-12-26
1
-0
/
+2
*
rework late binding resolution to be simpler and more efficient
...
Andy Wingo
2008-09-09
1
-0
/
+2
*
merge guile-vm into libguile itself
...
Andy Wingo
2008-08-21
1
-0
/
+93