comparison src/ChangeLog @ 4926:e80587ad9503

[project @ 2004-08-02 23:48:40 by jwe]
author jwe
date Mon, 02 Aug 2004 23:48:40 +0000
parents 90f51232d751
children b7732e23965b
comparison
equal deleted inserted replaced
4925:90f51232d751 4926:e80587ad9503
1 2004-08-02 John W. Eaton <jwe@octave.org> 1 2004-08-02 John W. Eaton <jwe@octave.org>
2
3 * oct-stream.cc (octave_scan): For %i format, recognize numbers
4 with leading 0x or 0X as hex and leading 0 as octal.
2 5
3 * OPERATORS/op-fcn-handle.cc: Delete. 6 * OPERATORS/op-fcn-handle.cc: Delete.
4 * Makefile.in (OP_XSRC): Delete it from the list. 7 * Makefile.in (OP_XSRC): Delete it from the list.
5 * pr-output.cc (octave_print_internal (std::ostream&, const 8 * pr-output.cc (octave_print_internal (std::ostream&, const
6 std::string&, bool, int): New function. 9 std::string&, bool, int): New function.