comparison src/ChangeLog @ 11804:7a92d9b3e7d0 release-3-0-x

octave_struct::subsref: don't resize for simple x(idx) case
author John W. Eaton <jwe@octave.org>
date Tue, 12 Aug 2008 13:20:27 -0400
parents 8d0f0e691644
children 7eb3794f072a
comparison
equal deleted inserted replaced
11803:daf91931b32b 11804:7a92d9b3e7d0
1 2008-08-12 John W. Eaton <jwe@octave.org>
2
3 * ov-struct.cc (octave_struct::subsref): Don't allow resizing for
4 simple x(idx) case.
5
1 2008-08-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> 6 2008-08-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp>
2 7
3 * A patch fntests for rand.cc for octave for windows (cygwin, mingw ,msvc) 8 * A patch fntests for rand.cc for octave for windows (cygwin, mingw ,msvc)
4 9
5 2008-08-01 Francesco Potorti <Potorti@isti.cnr.it> 10 2008-08-01 Francesco Potorti <Potorti@isti.cnr.it>