comparison src/ChangeLog @ 5534:e107161b8ca3

[project @ 2005-11-11 17:44:05 by jwe]
author jwe
date Fri, 11 Nov 2005 17:45:51 +0000
parents 667ad2becb63
children f16c05db6250
comparison
equal deleted inserted replaced
5533:667ad2becb63 5534:e107161b8ca3
1 2005-11-11 John W. Eaton <jwe@octave.org>
2
3 * variables.cc (symbol_out_of_date): Check for autoloads here too.
4
5 * Makefile.in (PKG_ADD): Depend on $(DLD_DEF_FILES), not $(DLD_SRC).
6 (%.df : %.cc): Also insert PKG_ADD commands in .df files.
7 (install-oct): Generate PKG_ADD file for install directory here.
8 Don't depend on PKG-ADD. No need to make .oct file links.
9 (clean): No need to delete links.
10 (stamp-oct-links): Delete target.
11 (distclean): No need to remove stamp-oct-links.
12 (all): Depend on $(OCT_FILES), not stamp-oct-links.
13
14 * mk-pkg-add: New file.
15 * Makefile.in (DISTFILES): Add it to the list.
16
17 * mk-oct-links: Delete.
18 * Makefile.in (DISTFILES): Remove it from the list.
19
1 2005-11-10 John W. Eaton <jwe@octave.org> 20 2005-11-10 John W. Eaton <jwe@octave.org>
2 21
3 * ov-str-mat.h (octave_char_matrix_str::permute, 22 * ov-str-mat.h (octave_char_matrix_str::permute,
4 octave_char_matrix_str::resize): New functions. 23 octave_char_matrix_str::resize): New functions.
5 (octave_char_matrix_sq_str::reshape, 24 (octave_char_matrix_sq_str::reshape,