comparison liboctave/ChangeLog @ 4220:c20a1e67cef6

[project @ 2002-12-06 22:18:54 by jwe]
author jwe
date Fri, 06 Dec 2002 22:18:55 +0000
parents 23d06c9e1edd
children 40153a2affd6
comparison
equal deleted inserted replaced
4219:23d06c9e1edd 4220:c20a1e67cef6
1 2002-12-06 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2002-12-06 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * str-vec.cc (string_vector::compare): New static member function.
4 * str-vec.h: Provide decl.
5 (string_vector::sort): Use it.
6 (str_vec_compare): Delete static function.
2 7
3 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): Also declare and define 8 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): Also declare and define
4 a placement operator new. 9 a placement operator new.
5 10
6 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> 11 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu>