Mercurial > hg > octave-thorsten
diff src/ChangeLog @ 2978:49de01238638
[project @ 1997-05-15 21:13:42 by jwe]
author | jwe |
---|---|
date | Thu, 15 May 1997 21:13:43 +0000 |
parents | 641689f67673 |
children | a3556d2adec9 |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ Thu May 15 11:48:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + * variables.cc (bind_ans): Only bind ans and print result if value + is defined. + * defun.cc: New file. Move functions for installing objects in the symbol table here from variables.cc.