Defined in packages/acs-core/apm-procs.tclExamines all tcl_procs files in package version $version_id; if any have
changed since they were loaded, marks (in the apm_reload array) that
they must be reloaded by each Tcl interpreter (using the
apm_reload_any_changed_libraries procedure).
Saves a list of files that have changed (and thus marked to be reloaded) in
the variable named $file_info_var
, if provided. Each element
of this list is of the form:
[list $file_id $path]
- Parameters:
-
version_id
file_info_var (optional)