comparison liboctave/ChangeLog @ 4378:7d48a8fba1d4

[project @ 2003-04-19 00:03:47 by jwe]
author jwe
date Sat, 19 Apr 2003 00:03:50 +0000
parents 6e3ec3585cec
children f1fcc371e5ef
comparison
equal deleted inserted replaced
4377:ced2ac0cff7b 4378:7d48a8fba1d4
1 2003-04-18 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * getopt.c, getopt1.c, getopt.h: Move here from kpathsea.
4 * Makefile.in: Add them to the appropriates lists.
5
6 * oct-getopt.c: Include "getopt.h", not <kpathsea/getopt.h>.
7
8 * Makefile.in (liboctave.$(LIBEXT), liboctave.$(SHLEXT)): Adjust
9 for new locations of kpathsea objects.
10 Delete kpathsea targets.
11
12 * pathsearch.cc (dir_path::set_program_name): Delete.
13
14 * kpse.cc: New file.
15 * Makefile.in (LIBOCT_PATHSEARCH_CXX_SOURCES): Add it to the list.
16
17 * kpse.c: New file.
18 * Makefile.in (LIBOCT_PATHSEARCH_C_SOURCES): Add it to the list.
19
20 * kpse.h, kpse-config.h, kpse-xfns.h: New files.
21 * Makefile.in (INCLUDES): Add them to the list.
22
23 * oct-kpse.h: Delete.
24 * Makefile.in (INCLUDES): Delete it from the list.
25
1 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> 26 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu>
2 27
3 * dbleSVD.h (SVD::SVD, SVD::operator =): Also copy type_computed. 28 * dbleSVD.h (SVD::SVD, SVD::operator =): Also copy type_computed.
4 * CmplxSVD.h (ComplexSVD::ComplexSVD, ComplexSVD::operator =): 29 * CmplxSVD.h (ComplexSVD::ComplexSVD, ComplexSVD::operator =):
5 Likewise. 30 Likewise.