comparison liboctave/ChangeLog @ 4399:286a3345aa8e

[project @ 2003-05-01 03:00:28 by jwe]
author jwe
date Thu, 01 May 2003 03:00:29 +0000
parents dd108fa566fa
children 16e8acbd19d5
comparison
equal deleted inserted replaced
4398:cd8bf2c6797a 4399:286a3345aa8e
1 2003-04-30 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * pathsearch.cc: Include kpse.cc here.
4
5 * kpse.cc: All functions are now static. Massive surgery to
6 condense kpathsearch library to a single file of just the
7 essentials for Octave and convert to using C++ strings (no more
8 calls to malloc, very few calls to new, so there should be much
9 less potential for introducing memory leaks now).
10
11 * Makefile.in (EXTRAS): Move kpse.cc here from
12 LIBOCT_PATHSEARCH_CXX_SOURCES.
13
14 * kpse.h, kpse-config.h: Delete.
15 * Makefile.in (INCLUDES): Delete them from the list.
16
1 2003-04-26 John W. Eaton <jwe@bevo.che.wisc.edu> 17 2003-04-26 John W. Eaton <jwe@bevo.che.wisc.edu>
2 18
3 * str-vec.cc (string_vector::append (const std::string&), 19 * str-vec.cc (string_vector::append (const std::string&),
4 string_vector::append (const string_vector&)): New methods. 20 string_vector::append (const string_vector&)): New methods.
5 21