Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,10 @@ 2002-12-06 John W. Eaton <jwe@bevo.che.wisc.edu> + * str-vec.cc (string_vector::compare): New static member function. + * str-vec.h: Provide decl. + (string_vector::sort): Use it. + (str_vec_compare): Delete static function. + * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): Also declare and define a placement operator new.