comparison liboctave/ChangeLog @ 12330:60b6b175f88a

require readline to provide working history control
author John W. Eaton <jwe@octave.org>
date Thu, 03 Feb 2011 01:04:41 -0500
parents 731a0b589cab
children 591f75ffa968
comparison
equal deleted inserted replaced
12329:5f203b5bbf98 12330:60b6b175f88a
1 2011-02-03 John W. Eaton <jwe@octave.org>
2
3 * cmd-hist.cc (gnu_history::do_process_histcontrol):
4 Rename from command_history::do_process_histcontrol.
5 (gnu_history::do_histcontrol): Rename from
6 command_history::do_histcontrol.
7 * cmd-hist.h (command_history::do_histcontrol): Provide dummy version.
8 * cmd-hist.cc (command_history::do_process_histcontrol): Likewise.
9 Bug #32325.
10
1 2011-02-02 John W. Eaton <jwe@octave.org> 11 2011-02-02 John W. Eaton <jwe@octave.org>
2 12
3 * Range.cc (Range::Range (double, double, octave_idx_type)): 13 * Range.cc (Range::Range (double, double, octave_idx_type)):
4 Correctly compute limit from base, increment and number of 14 Correctly compute limit from base, increment and number of
5 elements. Bug #32321. 15 elements. Bug #32321.