comparison src/ChangeLog @ 8672:2a49c32d4322

allow help to work with files containing only comments
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 17:06:32 -0500
parents 33783e94fb16
children 0d263850d582
comparison
equal deleted inserted replaced
8671:d7128ae51e44 8672:2a49c32d4322
1 2009-02-04 John W. Eaton <jwe@octave.org> 1 2009-02-04 John W. Eaton <jwe@octave.org>
2
3 * help.cc (do_which): If NAME is not in the symbol table, look for
4 a function file in the load path.
5 (raw_help_from_file): Unwind-protect and set reading_script_file.
2 6
3 * pt-loop.h, pt-loop.cc (evaluating_looping_command): 7 * pt-loop.h, pt-loop.cc (evaluating_looping_command):
4 Delete global variable and all uses. 8 Delete global variable and all uses.
5 * parse.y, parse.h (evaluating_function_body): Delete global 9 * parse.y, parse.h (evaluating_function_body): Delete global
6 variable and all uses. 10 variable and all uses.