Added LOAD-LATEST and FASLOAD-LATEST to load the most recently
authorMark Friedman <edu/mit/csail/zurich/markf>
Thu, 12 Apr 1990 21:56:31 +0000 (21:56 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Thu, 12 Apr 1990 21:56:31 +0000 (21:56 +0000)
commit3d0a46fe309a8c5b04dd4e1e38e82509d0ef9674
tree51cf914b8a07daef7faa16f1d4318ddd550662e0
parent15fa13ea67193941ded2f8f5f8b94fc9fd7aa0a4
Added LOAD-LATEST and FASLOAD-LATEST to load the most recently
modified version among the LOAD/DEFAULT-TYPES.

Added a variable LOAD/DEFAULT-FIND-PATHNAME-WITH-TYPE which may be set
to a procedure which tells load how to decide which file type to use.
The procedure accepts a pathname and a list of file type strings
(usually this will be LOAD/DEFAULT-TYPES) and should return the
complete pathname for load to use.
v7/src/runtime/load.scm
v7/src/runtime/runtime.pkg
v8/src/runtime/load.scm
v8/src/runtime/runtime.pkg