Incidentally, UMASS Scheme comes with a POP-11 utility "show_libraries".
show_libraries(true);
will print out files loaded by the library mechanism AFTER show_libraries
itself was compiled. One can exclude certain directories from
this listing (usually POPLOG system libraries). Somewhat ominously,
POPLOG Scheme, as built chez moi, makes use of some files not
in the tar archive, but there are copies in the $popscheme directory
(messy...)
Excluded directories:
/usr/local/poplog
/usr/local/poplog/local_rbt/plug
/users/users3/fac/pop/local/math
Autoloaded files:
"example" in
/users/users3/fac/pop/poplocal/local/Scheme/example.p
"let" in /users/users3/fac/pop/poplocal/local/Scheme/let.p
"sp" in /usr/local/poplog/pop/lib/auto/sp.p
"nl" in /usr/local/poplog/pop/lib/auto/nl.p
"tabto" in /users/users3/fac/pop/poplocal/local/auto/tabto.p
Library files:
"menubar_scm" in
/users/users3/fac/pop/poplocal/local/Scheme/menubar_sc
m.p
"ved_source" in
/users/users3/fac/pop/poplocal/local/Scheme/ved_source
.p
"vedemacs" in
/users/users3/fac/pop/poplocal/local/Scheme/vedemacs.p
"GenericDebugger" in
/users/users3/fac/pop/poplocal/local/Scheme/GenericDeb
ugger.p
"ved_source" in
/users/users3/fac/pop/poplocal/local/Scheme/ved_source
.p
"vedfindbracket" in
/users/users3/fac/pop/poplocal/local/Scheme/vedfindbra
cket.p
"ved_lockfile" in
/users/users3/fac/pop/poplocal/local/Scheme/ved_lockfi
le.p
"lexical_args" in
/users/users3/fac/pop/poplocal/local/Scheme/lexical_ar
gs.p
"compile_Scheme" in
/users/users3/fac/pop/poplocal/local/Scheme/compile_Sc
heme.p
"show_libraries" in
/users/users3/fac/pop/poplocal/local/auto/show_librari
es.p
Loaded files:
End of library listing
|