summaryrefslogtreecommitdiff
path: root/module/system/xref.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove backend support for cached-module-box et al.Andy Wingo2018-05-141-1/+5
* rtl-program? -> program?Andy Wingo2013-11-191-5/+4
* Rewrite (system xref) to work with RTL programsAndy Wingo2013-11-081-77/+66
* minimal RTL program support in (system xref)Andy Wingo2013-10-171-2/+3
* system xref maintains source mapping for nested procedures tooAndy Wingo2010-09-241-26/+53
* new procedure: source-proceduresAndy Wingo2010-09-101-1/+161
* (system xref) uses module-submodulesAndy Wingo2010-09-101-8/+19
* use nested-ref-module in (system xref)Andy Wingo2010-04-241-3/+3
* de-nargs struct scm_objcode; procedure-property refactorAndy Wingo2009-10-231-1/+1
* Partially revert e5f5113c21f396705d7479a570c96690135c9d36.Ludovic Courtès2009-09-241-1/+1
* Remove unused variables in system/language.Ludovic Courtès2009-09-211-1/+1
* rework the vm support for wide stringsAndy Wingo2009-08-121-1/+1
* Improved handling of callers cache in (system xref).Jose A. Ortega Ruiz2009-04-041-32/+73
* fix duplicates in procedure-callersAndy Wingo2009-03-281-4/+7
* fix spurious duplicates in procedure-callees and callersAndy Wingo2009-03-281-8/+11
* rework procedure-callers to stay correct as callees are redefinedAndy Wingo2009-03-181-48/+58
* doubly-weak callers dbAndy Wingo2009-03-181-1/+1
* implement procedure-callersAndy Wingo2009-03-181-6/+54
* add xref stub for interpreted proceduresAndy Wingo2009-03-171-1/+5
* add xref.scmAndy Wingo2009-03-171-0/+73