Mercurial > hg > octave-lyh
diff src/ChangeLog @ 11450:5eb10763069f
substitute and use LAPACK_LIBS in mkoctfile script
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 06 Jan 2011 03:10:24 -0500 |
parents | 40f311a69417 |
children | d7a964a5c57c |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2011-01-06 John W. Eaton <jwe@octave.org> + + * DLD-FUNCTIONS/rand.cc (Frandperm): Tag call to floor with gnulib::. + * DLD-FUNCTIONS/gcd.cc (divide): Tag calls to floor with gnulib::. + * ov-scalar.cc (octave_scalar::map): Tag floor with gnulib::. + * ov-cell.cc (octave_cell::save_hdf5): Tag call to floor with gnulib::. + * pr-output.cc (engineering_exponent, num_digits, + octave_print_internal_template): Tag call to floor with gnulib::. + * graphics.cc: Consistently use std::ceil. + (axes::properties::get_axis_limits): Tag calls to floor with gnulib::. + (axes::properties::calc_ticks_and_lims): Likewise. + 2011-01-05 John W. Eaton <jwe@octave.org> Bug #32060.