Mercurial > hg > octave-jordi
diff src/ChangeLog @ 3491:2c7524ffdbf5
[project @ 2000-01-28 22:44:13 by jwe]
author | jwe |
---|---|
date | Fri, 28 Jan 2000 22:44:14 +0000 |
parents | fc5eac74640d |
children | e391aeef2b3c |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,16 @@ 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> + * pt-except.cc (do_catch_code): Don't do anything special for + tree_return_command::returning, or tree_break_command::breaking. + + * error.cc (vwarning): New function. + (warning): Use it instead of calling verror. + + * oct-stream.cc (octave_base_stream::oscanf): + Result is now always nconv+1 elements. Return count of successful + conversions in last element. + * file-io.cc (Ffscanf, Fsscanf, Fscanf): Fix doc string. + * pt-except.cc (do_catch_code): Unwind-protect buffer_error_messages. Be sure to run all unwind-protects before returning. (tree_try_catch_command::eval): Add do_catch_code cleanup function