Mercurial > hg > octave-nkf
diff src/ChangeLog @ 2987:ae20b3f37f5e
[project @ 1997-05-16 07:05:15 by jwe]
author | jwe |
---|---|
date | Fri, 16 May 1997 07:05:49 +0000 |
parents | aa9d0c0e0458 |
children | 35bd1b05cfbe |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ Fri May 16 00:07:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + * pt-all.h: New file. + * parse.y, lex.l, pt-pr-code.cc: Use it. + + * pt.h: Rename from pt-base.h. + + * All parse tree classes: Add private copy constructors and + assignment operators to prevent copying. + + * pt-base.cc: Delete. + * unwind-prot.h, unwind-prot.cc: Make a bit more object-oriented. Change all uses of unwind_protect stuff to match.