comparison src/ChangeLog @ 5332:15db952ced2e

[project @ 2005-05-02 17:58:53 by jwe]
author jwe
date Mon, 02 May 2005 17:58:53 +0000
parents 165e53a9488d
children ac8d64b9e76a
comparison
equal deleted inserted replaced
5331:165e53a9488d 5332:15db952ced2e
1 2005-05-02 John W. Eaton <jwe@octave.org> 1 2005-05-02 John W. Eaton <jwe@octave.org>
2 2
3 * pr-output.cc (octave_print_internal (std::ostream&, 3 * pr-output.cc (octave_print_internal (std::ostream&,
4 const Range&, bool, int)): Don't print newline at end of rows. 4 const Range&, bool, int)): Don't print newline at end of broken
5 That is handled by pr_col_num_header. 5 rows (that is handled by pr_col_num_header).
6 From Keith Goodman <kwgoodman@gmail.com>.
6 7
7 * Makefile.in (octave$(EXEEXT)): List $(UMFPACK_LIBS) ahead of 8 * Makefile.in (octave$(EXEEXT)): List $(UMFPACK_LIBS) ahead of
8 $(BLAS_LIBS). 9 $(BLAS_LIBS).
9 (OCTAVE_LIBS): Include $(GLPK_LIBS) in the list if dynamic linking 10 (OCTAVE_LIBS): Include $(GLPK_LIBS) in the list if dynamic linking
10 is not enabled. 11 is not enabled.