[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compiler change
- To: PARC Lisp Users:
- Subject: compiler change
- From: TEITELMAN
- Date: Wed, 04 Jul 1979 13:56:39 -7000
- Date: 4 JUL 1979 1356-PDT
- Cc: newlisp, yonke at BBND, wilber at SRI-KL,
- Cc: goldman at USC-ISIE
ther have been many occasions when, looking at a compiled file,
it wold have been nice to know exactly how it had been compiled,
i.e. bcompl, tcopl, recompile, brecompile, and if the lattter, which
function were involved. i have fixed compile to do this.
the information will appear in the first fillcreated expression
on the compiled file, so you can do an infile and a read, and
find it out.
warren
-------
4-JUL-79 17:07:11,318;000000000000
Date: 4 JUL 1979 1707-PDT
From: TEITELMAN
To: NEWLISP
fixed a bug relatng to loadfns folllowed by a loadfrom. file was
not getting noticed.
fixed editloadfns - tightened a check so that editor
would not ask you to loadfrom a file that it should
have known did not contain the given function.
-------