# HG changeset patch # User John W. Eaton # Date 1206495418 14400 # Node ID 115563ecbdc9f343c05b35de5879321705ad1279 # Parent 3398ce778b4bfec105dffd515b0f162dfd45ae21 Makefile and ChangeLog fixes diff -r 3398ce778b4b -r 115563ecbdc9 liboctave/ChangeLog --- a/liboctave/ChangeLog Tue Mar 25 21:28:02 2008 -0400 +++ b/liboctave/ChangeLog Tue Mar 25 21:36:58 2008 -0400 @@ -159,7 +159,7 @@ set one_zero to 0 and orig_dims to size of resulting index vector. (IDX_VEC_REP::freeze): Don't call maybe_convert_one_zero_to_idx here. -2008-03-05 Jaroslav Hajek +2008-03-05 Jaroslav Hajek * dbleQR.cc (QR::insert_col, QR::insert_row, QR::delete_col, QR::delete_row): Use 0-based indexing. @@ -456,7 +456,7 @@ * Makefile.in: Unconditionally include $(MAKEDEPS). Mark $(MAKEDEPS) as .PHONY targets if omit_deps is true. -2008-02-03 Michael Goffioul +2008-02-03 Michael Goffioul * Array.cc (ascending_compare, descending_compare, Array::sort): Declare explicit specialization for T=double to @@ -747,7 +747,7 @@ correction to half-integer values. From Eric Chassande-Mottin . -2007-11-07 Michael Goffioul +2007-11-07 Michael Goffioul * dMatrix.cc, CMatrix.cc: Help MSVC compiler to resolve ambiguities related to math functions (in C++ mode). @@ -1183,7 +1183,7 @@ Simplify. (Sparse::reshape): Warn about reshaping to N-d array. -2007-08-10 Michael Goffioul +2007-08-10 Michael Goffioul * file-stat.cc (file_stat::update_internal) [__WIN32__]: Remove trailing dir separator when stat'ing directory except for @@ -1398,7 +1398,7 @@ * Makefile.in (DISTDIRS): Delete variable. (dist): Delete action for DISTDIRS. Use ln instead of $(LN_S). -2007-03-26 David Bateman +2007-03-26 David Bateman * MatrixType.cc: Replace all uses of the method octave_sparse_params::get_key ("bandden") with @@ -1820,7 +1820,7 @@ * Makefile.in: Adapt rules to use $(LIBPRE). -2006-10-03 David Bateman +2006-10-03 David Bateman * MatrixType.cc (MatrixType::MatrixType): Avoid crash if np == 0 or p == 0. @@ -1830,7 +1830,7 @@ * dbleDET.cc (DET::initialize2): Ensure arg to log10 is double. * CmplxDET.cc (ComplexDET::initialize2): Likewise. -2006-09-22 David Bateman +2006-09-22 David Bateman * MatrixType.h (MatrixType::MatrixType(const SparseComplexMatrix&)): Remove spurious warning. @@ -2684,13 +2684,13 @@ based on current code in Bash. Handle a few more escape sequences. Do a better job of decoding \W. -2005-09-04 David Bateman +2005-09-04 David Bateman * COLAMD: Update version of colamd to v2.4. * COLAMD.files: Add colamd_global.c to COLAMD_SRC and second build of colamd.c for long version. -2005-08-25 David Bateman +2005-08-25 David Bateman * Sparse-op-defs.h (FULL_SPARSE_MUL, SPARSE_FULL_MUL): Macro for mixed sparse/full multiply. @@ -2759,7 +2759,7 @@ * dSparse.h: Change UMFPACK_LONG_IDX to IDX_TYPE_LONG. * CSparse.h: ditto. -2005-05-10 David Bateman +2005-05-10 David Bateman * dSparse.cc (determinant): Free numeric factorization after sucessful calculation. @@ -3262,7 +3262,7 @@ * Array-util.cc (freeze): Improve error message. -2005-01-26 David Bateman +2005-01-26 David Bateman * Array.cc (Array::insert): Handle generic case, not just special case for fast concatenation. @@ -3275,7 +3275,7 @@ * dNDArray.cc (NDArray::any): NaN does not count as a nonzero value. * CNDArray.cc (ComplexNDArray::any): Likewise. -2005-01-18 David Bateman +2005-01-18 David Bateman * Array.cc (Array::insert (const Array&, const Array&)): Modify calculation of number elements to skip between copied blocks. diff -r 3398ce778b4b -r 115563ecbdc9 scripts/ChangeLog --- a/scripts/ChangeLog Tue Mar 25 21:28:02 2008 -0400 +++ b/scripts/ChangeLog Tue Mar 25 21:36:58 2008 -0400 @@ -6,6 +6,7 @@ 2008-03-25 David Bateman * image/contrast.m: New function. + * image/Makefile.in (SOURCES): Add it to the list. 2008-03-24 Thomas Weber @@ -14,15 +15,19 @@ 2008-03-24 David Bateman * general/idivide.m: New function. + * general/Makefile.in (SOURCES): Add it to the list. * miscellaneous/namelengthmax.m: New function. + * miscellaneous/Makefile.in (SOURCES): Add it to the list. * strings/regexptranslate.m: New function. + * strings/Makefile.in (SOURCES): Add it to the list. 2008-03-21 David Bateman - * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: New - functions. + * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: + New functions. + * specfun/Makefile.in (SOURCES): Add them to the list. 2008-03-20 David Bateman @@ -42,6 +47,7 @@ 2008-03-19 Jaroslav Hajek * linear-algebra/subspace.m: New function. + * linear-algebra/subspace.m: New function. 2008-03-19 Emil Lucretiu @@ -55,7 +61,7 @@ * statistics/base/mode.m: Add NDArray tests. -2008-03-19 Jaroslav Hajek +2008-03-19 Jaroslav Hajek * statistics/distributions/exppdf.m, statistics/distributions/expcdf.m, @@ -72,7 +78,7 @@ twice. * plot/scatter3.m: Doc fix. -2008-03-18 Ben Abbott +2008-03-18 Ben Abbott * specfun/beta.m: Fix for negative inputs. @@ -80,10 +86,6 @@ * plot/__go_draw_axes__.m: Use correct symbol codes. -2008-03-17 Jaroslav Hajek - - * linear-algebra/subspace.m: New function. - 2008-03-14 Kai Habel * plot/__go_draw_axes__.m: Expicitly set gnuplot user @@ -152,7 +154,7 @@ * geometry/rectint.m: New function. * geometry/Makefile.in (SOURCES): Add it to the list. -2008-03-04 Michael Goffioul +2008-03-04 Michael Goffioul * pkg/pkg.m (pkg:configure_make): Make it work with recent changes in isspace handling with cell arrays of strings. @@ -177,7 +179,7 @@ * plot/__go_draw_axes__.m: If facecolor property of a surface is "none", don't use pm3d mode and set linestyle correctly. -2008-02-25 Ben Abbott +2008-02-25 Ben Abbott * control/system/zpout.m, finance/irr.m, general/int2str.m, general/num2str.m, miscellaneous/bug_report.m, @@ -236,7 +238,7 @@ * plot/__go_draw_axes__.m: Improve handling of line style for errorbar plots. -2008-02-20 Marco Caliari +2008-02-20 Marco Caliari * specfun/legendre.m: Accept normalization options ("sch", "norm"), and improve stability for higher orders. @@ -269,7 +271,7 @@ * pkg/pkg.m: Style fixes. -2008-02-19 Carlo de Falco +2008-02-19 Carlo de Falco * pkg/pkg.m: Handle 'describe' command. (parse_pkg_idx, print_package_description): New subfunctions. @@ -606,7 +608,7 @@ * image/imshow.m: Accept empty value for display_range. -2007-12-20 Michael Goffioul +2007-12-20 Michael Goffioul * pkg/pkg.m: Add .lib as architecture-dependent suffix. @@ -625,7 +627,7 @@ * miscellaneous/edit.m: New function. * miscellaneous/Makefile.in (SOURCES): Add it to the list. -2007-12-19 Michael Goffioul +2007-12-19 Michael Goffioul * plot/__bar__.m: Handle "basevalue" option. * plot/__bars__.m: New arg, base_value. @@ -740,7 +742,7 @@ * finance/rate.m: Don't request info from fsolve. -2007-12-10 Michael Goffioul +2007-12-10 Michael Goffioul * plot/__line__.m: Pass initial property/value pairs to __go_line__. * plot/surface.m: Pass initial property/value pairs to __go_surface__. @@ -888,7 +890,7 @@ * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. -2007-11-28 Michael Goffioul +2007-11-28 Michael Goffioul * plot/drawnow.m: Fix typo. @@ -1027,7 +1029,7 @@ there are none. * plot/Makefile.in (SOURCES): Include __bars__.m -2007-11-19 Michael Goffioul +2007-11-19 Michael Goffioul * plot/__bar__.m: put bar creation code into separate function to allow easy hook up from other graphic backends @@ -1579,7 +1581,7 @@ * general/interp2.m: Relax test for values outside the grid to allow monotonically decreasing abscissa as well. -2007-10-08 Ben Abbott +2007-10-08 Ben Abbott * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity as output parameter. @@ -2003,7 +2005,7 @@ * plot/__go_draw_axes__.m: Set the palette for the surfaces if using gnuplot 4.2 or greater. -2007-07-23 Claudio Belotti +2007-07-23 Claudio Belotti * general/cart2sph.m: Fix unbalanced paranthesis. @@ -2140,7 +2142,7 @@ * strings/substr.m: Use offset consistently in code and doc string. From Rafael Laboissiere . -2007-06-25 Pete Gustafson +2007-06-25 Pete Gustafson * plot/__go_draw_axes__.m: Handle units for text objects. @@ -2451,7 +2453,7 @@ * pkg/pkg.m: Mark loaded packages with "*". -2007-05-13 Søren Hauberg +2007-05-13 Søren Hauberg * miscellaneous/single.m: Doc fix. Convert to double instead of returning argument unchanged. @@ -2537,7 +2539,7 @@ 2007-04-24 John W. Eaton * io/beep.m: Fix cut and paste error. - From Søren Hauberg . + From Søren Hauberg . 2007-04-23 John W. Eaton @@ -3023,7 +3025,7 @@ * optimization/sqp.m: Defer first call to obj_hess until after calling obj_fun. -2007-03-02 Bob Weigel +2007-03-02 Bob Weigel * specfun/nchoosek.m: Fix nargin check. @@ -3618,7 +3620,7 @@ * strings/strncmp.m: Delete (we now have a built-in version). -2007-01-22 Bob Weigel +2007-01-22 Bob Weigel * testfun/test.m: Check for all files in path, use first found. @@ -4287,7 +4289,7 @@ * plot3.m: Error checking, setting of parametric state and formation of matrix to plot moved from old __plt3__. -2006-09-22 Michael Creel +2006-09-22 Michael Creel * deprecated/chisquare_pdf.m: Typo in documentation. @@ -4295,11 +4297,11 @@ * signal/filter2.m: Correct texinfo doc. -2006-09-22 David Bateman +2006-09-22 David Bateman * miscellaneous/parseparams.m: Correct texinfo doc. -2006-09-15 David Bateman +2006-09-15 David Bateman * pkg/pkg.m (prepare_installation): Don't create package installation directory here. @@ -4310,7 +4312,7 @@ * general/blkdiag.m: Adjust to new cellfun rules. -2006-08-30 David Bateman +2006-08-30 David Bateman * pkg/pkg.m (install): Disallow bundles of packages. More verbose error message for archive name not matching package name. @@ -4340,12 +4342,12 @@ * miscellaneous/doc.m: Swap order of --file and --directory options for info program invocation. -2006-08-30 David Bateman +2006-08-30 David Bateman * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from previous change. -2006-08-26 David Bateman +2006-08-26 David Bateman * pkg/pkg.m (install, uninstall, installed_packages): Allow for absence of trailing "/" in OCTAVE_HOME. @@ -4354,7 +4356,7 @@ * time/datenum.m: Allow arg to be character string. -2006-08-25 David Bateman +2006-08-25 David Bateman * pkg/pkg.m (install): Verify that package name correponds to the archive name. Treat both PKG_ADD and PKG_DEL and remove them if @@ -4493,7 +4495,7 @@ * time/datevec.m: Attempt to account for precision of datenum format. -2006-06-01 Quentin H. Spencer +2006-06-01 Quentin H. Spencer * audio/wavread.m: Fix file range error and add read support for 24-bit WAV files. @@ -4598,7 +4600,7 @@ * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all explicit uses of a path seperation character with pathsep(). -2006-05-03 Bob Weigel +2006-05-03 Bob Weigel * set/setdiff.m: New arg, byrows. New tests. @@ -4883,7 +4885,7 @@ * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user does not assign output of toc to a variable. -2006-02-16 Bill Denney +2006-02-16 Bill Denney * axis.m: Catch limits that are the same and return an error. @@ -4981,7 +4983,7 @@ * cell/cell2mat.m: New file, from octave-forge. -2005-12-13 Ivana Varekova +2005-12-13 Ivana Varekova * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: New graph theory functions. @@ -5189,7 +5191,7 @@ /control/base/dgram.m: Doc string fixes. From Jorge Barros de Abreu . -2005-09-12 Stefan van der Walt +2005-09-12 Stefan van der Walt * saveimage.m: Do not ignore most significant bit when writing black and white images to file. @@ -5244,7 +5246,7 @@ control/system/is_controllable.m, set/ismember.m: Doc fixes. From Jorge Barros de Abreu . -2005-08-29 Bill Denney +2005-08-29 Bill Denney * image/saveimage.m: Open output file in binary mode. diff -r 3398ce778b4b -r 115563ecbdc9 src/ChangeLog --- a/src/ChangeLog Tue Mar 25 21:28:02 2008 -0400 +++ b/src/ChangeLog Tue Mar 25 21:36:58 2008 -0400 @@ -26,7 +26,7 @@ ov-scalar.cc, ov-scalar.h, ov.h: Provide roundb mapper function. -2008-03-25 Jaroslav Hajek +2008-03-25 Jaroslav Hajek * load-save.cc (save_vars): Handle -struct modifier. (save_fields): New function. @@ -217,7 +217,7 @@ * DLD-FUNCTIONS/__lin_interpn__.cc (lookup): Handle decreasing coordinate values. -2008-03-05 Jaroslav Hajek +2008-03-05 Jaroslav Hajek * DLD-FUNCTIONS/chol.cc (Fcholupdate): Adjust code to meet Octave's coding guidelines. @@ -229,7 +229,7 @@ * DLD-FUNCTIONS/qr.cc (Fqrinsert, Fqrdelete): Modify to use 0-based indexing in liboctave's QR classes. -2008-03-04 Jaroslav Hajek +2008-03-04 Jaroslav Hajek * DLD-FUNCTIONS/chol.cc (Fcholupdate): New function. @@ -760,7 +760,7 @@ * pager.cc (Fmore): Doc fix. -2008-01-28 Michael Goffioul +2008-01-28 Michael Goffioul * genprops.awk: Add update ('u') modifier and document the readonly ('r') modifier. @@ -918,7 +918,7 @@ * ov-fcn-inline.cc: Add tests for Finline. -2008-01-17 Ben Abbott +2008-01-17 Ben Abbott * load-path.cc (F__pathorig__): Rename from Fpathdef. (Frestoredefaultpath): New function. @@ -3028,7 +3028,7 @@ text::text_properties::set, text::text_properties::get, text::text_properties::factory_defaults): Handle rotation property. -2007-06-14 Kai Habel +2007-06-14 Kai Habel * graphics.cc (color_values::c2rgb): Also accept 'k' for black. @@ -3095,7 +3095,7 @@ * sysdep.cc (same_file_internal) [OCTAVE_USE_WINDOWS_API]: Avoid leaking file handles. -2007-05-08 Michael Weitzel +2007-05-08 Michael Weitzel * DLD-FUNCTIONS/symrcm.cc: Fix for queuing error that might cause an infinite loop. @@ -3329,7 +3329,7 @@ * variables.cc (symbol_out_of_date): Always check for files that have gone missing. -2007-05-08 Michael Weitzel +2007-05-08 Michael Weitzel * DLD-FUNCTIONS/symrcm.cc: New function for Reverse Cuthill-McKee permutation. @@ -3497,13 +3497,13 @@ * octave.cc (execute_command_line_file): -2007-04-05 David Bateman +2007-04-05 David Bateman * DLD-FUNCTIONS/regexp.cc (Fregexprep): Correct iteration over cell arrays so that the source and pattern are iterated seperately in the same manner as matlab. -2007-04-05 Laurent Mazet +2007-04-05 Laurent Mazet * mex.cc (mxArray_octave_value::get_string): Copy nel elements, not buflen elements. @@ -4844,7 +4844,7 @@ * DLD-FUNCTIONS/cellfun.cc: Improve error message for uniform output case when results are not scalars. Avoid shadow decls. -2006-09-13 David Bateman +2006-09-13 David Bateman * ov-scalar.h (octave_scalar::sparse_matrix_value, octave_scalar::sparse_complex_matrix_value): New extractor functions. @@ -7275,7 +7275,7 @@ * Makefile.in: Include regexp when needed with appropriate libraries. -2005-12-13 David Bateman +2005-12-13 David Bateman * Makefile.in: Change references to gplot.l to __gnuplot_raw__.l. * DLD-FUNCTIONS/__gnuplot_raw__.l: Rename from DLD-FUNCTIONS/gplot.l. @@ -8550,7 +8550,7 @@ (Fgshow): Recommend __gnuplot_show__, not __gnuplot__show__. Don't add "mark_as_rawcommand ("replot")" to PKG_ADD file. -2005-03-26 John W. Eaton +2005-03-26 John W. Eaton * input.cc (gnu_readline): Don't wrap call to command_editor::readline with {BEGIN,END}_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE.