Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 8553:c7ff200e45f5
optimize range-scalar ops
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 21 Jan 2009 15:50:34 +0100 |
parents | 424ba638d8f1 |
children | a6edd5c23cb5 |
comparison
equal
deleted
inserted
replaced
8552:3591fe09f3b1 | 8553:c7ff200e45f5 |
---|---|
1 2009-01-21 Jaroslav Hajek <highegg@gmail.com> | |
2 | |
3 * Range.cc ( operator + (double x, const Range& r), | |
4 operator + (const Range& r, double x), | |
5 operator - (double x, const Range& r), | |
6 operator - (const Range& r, double x), | |
7 operator * (double x, const Range& r), | |
8 operator * (const Range& r, double x)): New operators. | |
9 * Range.h: Declare them. | |
10 | |
11 | |
1 2009-01-20 John W. Eaton <jwe@octave.org> | 12 2009-01-20 John W. Eaton <jwe@octave.org> |
2 | 13 |
3 * file-stat.h, file-stat.cc (class base_file_stat): New base class. | 14 * file-stat.h, file-stat.cc (class base_file_stat): New base class. |
4 (class file_stat): Derive from base_file_stat. | 15 (class file_stat): Derive from base_file_stat. |
5 (class file_fstat): New class, derived from base_file_stat. | 16 (class file_fstat): New class, derived from base_file_stat. |