1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module
Andy Wingo e0a3ad670b rework procedure-callers to stay correct as callees are redefined
* module/system/xref.scm (procedure-callers): Rework to calculate the
  callers of a *variable*, not of a value. This is because the
  module-observers only get fired when the module changes, not with the
  variables change values. Also accept either a variable, a symbol
  (resolved in the current module), or a modname . symname pair.
2009-03-18 01:49:28 +01:00
..
ice-9 implement procedure-callers 2009-03-18 00:44:26 +01:00
language decompile source info into <glil-source> annotations. 2009-03-17 16:47:43 +01:00
oop Replace eval-case with eval-when 2009-03-06 13:29:13 +01:00
srfi fix mismerge on srfi-19.scm 2009-01-12 21:45:37 +01:00
system rework procedure-callers to stay correct as callees are redefined 2009-03-18 01:49:28 +01:00
Makefile.am add xref.scm 2009-03-17 23:11:56 +01:00