Mercurial > hg > octave-nkf
comparison src/ChangeLog @ 7912:75df1f0b4c9d
toplev.h (octave_call_stack::instance_ok): push top scope when creating instance
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 09 Jul 2008 16:16:19 -0400 |
parents | 3b46230f7a4d |
children | f46e73bcb85b |
comparison
equal
deleted
inserted
replaced
7911:3b46230f7a4d | 7912:75df1f0b4c9d |
---|---|
1 2008-07-09 John W. Eaton <jwe@octave.org> | 1 2008-07-09 John W. Eaton <jwe@octave.org> |
2 | |
3 * toplev.h (octave_call_stack::instance_ok): Push top scope when | |
4 creating instance. | |
2 | 5 |
3 * DLD-FUNCTIONS/inv.cc (Finv): Avoid GCC warning. | 6 * DLD-FUNCTIONS/inv.cc (Finv): Avoid GCC warning. |
4 | 7 |
5 * DLD-FUNCTIONS/expm.cc (Fexpm): Avoid GCC warning. | 8 * DLD-FUNCTIONS/expm.cc (Fexpm): Avoid GCC warning. |
6 | 9 |