summaryrefslogtreecommitdiff
path: root/module/system/xref.scm
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Remove unnecessary module imports.Ludovic Courtès1-1/+0
2018-05-14Remove backend support for cached-module-box et al.Andy Wingo1-1/+5
2013-11-19rtl-program? -> program?Andy Wingo1-5/+4
2013-11-08Rewrite (system xref) to work with RTL programsAndy Wingo1-77/+66
2013-10-17minimal RTL program support in (system xref)Andy Wingo1-2/+3
2010-09-24system xref maintains source mapping for nested procedures tooAndy Wingo1-26/+53
2010-09-10new procedure: source-proceduresAndy Wingo1-1/+161
2010-09-10(system xref) uses module-submodulesAndy Wingo1-8/+19
2010-04-24use nested-ref-module in (system xref)Andy Wingo1-3/+3
2009-10-23de-nargs struct scm_objcode; procedure-property refactorAndy Wingo1-1/+1
2009-09-24Partially revert e5f5113c21f396705d7479a570c96690135c9d36.Ludovic Courtès1-1/+1
2009-09-21Remove unused variables in system/language.Ludovic Courtès1-1/+1
2009-08-12rework the vm support for wide stringsAndy Wingo1-1/+1
2009-04-04Improved handling of callers cache in (system xref).Jose A. Ortega Ruiz1-32/+73
2009-03-28fix duplicates in procedure-callersAndy Wingo1-4/+7
2009-03-28fix spurious duplicates in procedure-callees and callersAndy Wingo1-8/+11
2009-03-18rework procedure-callers to stay correct as callees are redefinedAndy Wingo1-48/+58
2009-03-18doubly-weak callers dbAndy Wingo1-1/+1
2009-03-18implement procedure-callersAndy Wingo1-6/+54
2009-03-17add xref stub for interpreted proceduresAndy Wingo1-1/+5
2009-03-17add xref.scmAndy Wingo1-0/+73