log

age author description
Fri, 18 Mar 2016 22:52:28 +0000 Carnë Draug imformats: return empty instead of error if there's no support for image IO.
Fri, 18 Mar 2016 17:52:30 -0400 John W. Eaton move textscan constructor out of header file
Fri, 18 Mar 2016 17:39:37 -0400 John W. Eaton * textscan.cc: Use std::istream::traits_type::eof () instead of EOF.
Fri, 18 Mar 2016 17:35:21 -0400 John W. Eaton avoid signed/unsigned comparison warnings introduced in previous change
Fri, 18 Mar 2016 17:22:34 -0400 John W. Eaton use std::deque instead of Array to hold textscan format elements
Fri, 18 Mar 2016 16:52:28 -0400 John W. Eaton make delimited_stream, textscan_format_elt, and textscan_format_list private
Fri, 18 Mar 2016 20:22:15 +0100 Philip Nienhuis NEWS: announce improved textscan function
Fri, 18 Mar 2016 11:27:15 -0700 Mike Miller octave-gui: Set TERM unconditionally to Octave's expected terminal type (bug #47449)
Fri, 18 Mar 2016 11:03:58 -0700 Mike Miller build: Use gnulib module std-gnu11 to enable C11 and C++11 features
Fri, 18 Mar 2016 11:01:02 -0700 Mike Miller Backed out changeset 0cf6c08cb252 for enabling C11 and C++11 features
Fri, 18 Mar 2016 13:37:33 -0400 John W. Eaton maint: Update gnulib subrepo.
Fri, 18 Mar 2016 13:27:56 -0400 John W. Eaton * libinterp/template-inst/Array-sym.cc: Delete unused file.
Fri, 18 Mar 2016 13:10:19 -0400 John W. Eaton make printf and scanf format element and list objects private
Fri, 18 Mar 2016 12:25:23 -0400 John W. Eaton delete unnecessary template Array instantiation file
Fri, 18 Mar 2016 12:11:15 -0400 John W. Eaton use std::deque instead of Array to hold scanf and printf format elements
Fri, 18 Mar 2016 08:35:58 -0700 Mike Miller * textscan.h: Add required #includes for types used in header
Fri, 18 Mar 2016 10:45:24 -0400 John W. Eaton * textscan.h, textscan.cc: Rename dstr class to delimited_stream.
Fri, 18 Mar 2016 12:18:45 +0100 Philip Nienhuis textscan.cc: adapt 3 FAILing tests for Matlab compatibility
Fri, 18 Mar 2016 09:33:43 +0100 Kai T. Ohlhus textscan.cc: avoid integer constants, raising compile time issues,
Thu, 17 Mar 2016 23:37:13 -0700 Mike Miller * Array-util.cc (freeze): Fix out-of-bound indexing (bug #47423)
Thu, 17 Mar 2016 18:31:47 -0400 John W. Eaton * textscan.cc: More style fixes.
Thu, 17 Mar 2016 18:04:22 -0400 John W. Eaton * textscan.h, textscan.cc: More style fixes.
Thu, 17 Mar 2016 17:46:56 -0400 John W. Eaton * textscan.h, textscan.cc: More style fixes.
Thu, 17 Mar 2016 15:21:02 -0700 Mike Miller fileattrib: Fix failing BIST test when P_tmpdir has trailing slash
Thu, 17 Mar 2016 17:15:45 -0400 John W. Eaton * textscan.h, textscan.cc: Style fixes.
Thu, 17 Mar 2016 14:12:29 -0700 Mike Miller textscan: Don't #include builtin-defun-decls.h
Thu, 17 Mar 2016 16:09:21 -0400 John W. Eaton avoid out of bounds indexed assignment in textscan
Tue, 15 Mar 2016 19:36:52 +1100 Lachlan Andrew initial implementation of textscan in C++
Thu, 17 Mar 2016 12:06:30 -0700 Mike Miller psi: avoid error about ambiguous call to log
Thu, 17 Mar 2016 13:43:21 -0400 John W. Eaton * test.m: Omit details about known test failures (bug #47444).
Tue, 15 Mar 2016 13:46:22 +0100 mmuetzel Don't enable opengl lighting when no light object is present (bug #42006)
Wed, 16 Mar 2016 20:52:55 -0700 Mike Miller Fix failing BIST tests on big-endian systems
Wed, 16 Mar 2016 16:09:03 -0700 Mike Miller tempname: Fix failing BIST test when P_tmpdir has trailing slash
Wed, 16 Mar 2016 15:12:59 -0700 Mike Miller system.tst: Fix failing BIST test if /dev/core does not exist on UNIX system
Wed, 16 Mar 2016 20:22:17 -0700 Mike Miller powerset.m: Fix for big-endian systems
Wed, 16 Mar 2016 00:17:10 -0400 Rik maint: merge stable to default.
Tue, 15 Mar 2016 19:02:08 +1100 Lachlan Andrew Allow strsplit to use '+' as a delimiter (bug #47403). stable
Tue, 15 Mar 2016 15:41:59 -0400 John W. Eaton don't install headers from libinterp/operators directory (bug #41027)
Tue, 15 Mar 2016 14:58:19 -0400 John W. Eaton eliminate configuration macros from oct-fftw.h (bug #41027)
Mon, 14 Mar 2016 23:22:32 -0400 John W. Eaton eliminate unused configuration variable SHLLINKEXT
Mon, 14 Mar 2016 23:12:57 -0400 John W. Eaton * oct-locbuf.h: Style fix.
Mon, 14 Mar 2016 23:12:22 -0400 John W. Eaton avoid possible memory leak in idx_vector_rep constructor (bug #47372)
Mon, 14 Mar 2016 23:10:53 -0400 John W. Eaton avoid possible memory leak with fftw wisdom (bug #47372)
Mon, 14 Mar 2016 13:06:59 -0700 Mike Miller build: Fix C11 compliance detection to work with clang
Sun, 13 Mar 2016 08:46:59 -0700 Rik Ask glpk to free all resources used after solving problem.
Sun, 13 Mar 2016 07:34:27 -0700 Rik lo-utils.cc: Add note about inevitable memory leak from using putenv.
Fri, 11 Mar 2016 17:12:17 -0800 Rik Alter BIST tests stop emitting warnings during runtests invocation.
Sat, 12 Mar 2016 00:16:18 -0500 John W. Eaton * Makefile.am (Makefile): Don't depend on check-subst-vars.
Fri, 11 Mar 2016 15:41:39 -0500 John W. Eaton ensure that substituted config vars are not changed on make command line
Fri, 11 Mar 2016 15:39:52 -0500 John W. Eaton avoid some address-sanitizer leak warnings (bug #47372)
Fri, 11 Mar 2016 10:39:08 -0800 Mike Miller * main-window.cc: include QTimer header file
Fri, 11 Mar 2016 10:25:11 -0800 Rik build: Correct typo in ranlib/module.mk causing failing distclean.
Fri, 11 Mar 2016 09:30:22 -0800 Rik octave_config_info.m: Add possible replacement functions to docstring.
Fri, 11 Mar 2016 08:37:20 -0800 Rik doc: Add missing ')' in some docstrings.
Thu, 10 Mar 2016 20:26:45 -0800 Rik common.mk: Add comment that SHLLINKEXT variable may be unnececssary.
Thu, 10 Mar 2016 19:00:37 -0500 John W. Eaton deprecate octave_config_info
Thu, 10 Mar 2016 16:29:38 -0500 John Donoghue * configure.ac: remove spaces from LIBEXT assign
Thu, 10 Mar 2016 15:45:22 -0500 John W. Eaton maint: merge stable to default
Thu, 10 Mar 2016 15:38:31 -0500 John W. Eaton Added tag rc-4-0-1-4 for changeset 2b66f30a0de7 stable
Thu, 10 Mar 2016 15:38:12 -0500 John W. Eaton maint: Bump version number for 4.0.1-rc4. stable rc-4-0-1-4
Thu, 10 Mar 2016 15:01:44 -0500 John W. Eaton bump liboctave, libinterp, and libgui version numbers for release stable
Thu, 10 Mar 2016 12:11:17 -0800 Mike Miller Prevent race conditions in GUI and interpreter initialization (bug #47326)
Wed, 09 Mar 2016 20:05:27 -0500 Ben Abbott Correct typo introduced by changeset 21c3641422e0.
Tue, 08 Mar 2016 21:31:53 -0500 Ben Abbott Consistent linestyles for gnuplot terminals (Bug # 46886).
Wed, 09 Mar 2016 16:12:41 -0800 Mike Miller Prevent GUI from running without readline (bug #47371)
Wed, 09 Mar 2016 12:45:16 -0800 Rik maint: Merge stable to default.
Mon, 28 Dec 2015 08:40:05 -0800 Marco Caliari svds.m: Special handling for case of sigma=0 (bug #46683). stable
Wed, 09 Mar 2016 13:25:16 -0500 John W. Eaton * build-env.in.cc: Eliminate SONAME_FLAGS.
Wed, 09 Mar 2016 13:17:48 -0500 John W. Eaton don't substitute SONAME_FLAGS
Wed, 09 Mar 2016 13:14:35 -0500 John W. Eaton expand MKOCTFILE variables in configure script
Wed, 09 Mar 2016 09:55:32 -0800 Rik Fix out-of-bounds memory access in ichol, ilu (bug #46449).
Tue, 08 Mar 2016 13:52:03 -0800 Rik Only show Octave executable files in list of @class methods (bug #46416).
Tue, 08 Mar 2016 12:59:25 -0500 John W. Eaton catch exceptions in PKG_ADD files at startup (bug #47346)
Tue, 08 Mar 2016 12:14:15 -0500 John W. Eaton Backed out changeset 74a676d5ce09
Tue, 08 Mar 2016 06:19:57 -0500 John W. Eaton use safe_source_file for PKG_ADD and PKG_DEL files (bug #47346)
Mon, 07 Mar 2016 20:01:37 -0500 John W. Eaton provide Make rule for recreating generated configuration shell scripts
Mon, 07 Mar 2016 19:06:35 -0500 John W. Eaton check substituted variables against current make variables
Mon, 07 Mar 2016 19:07:25 -0500 John W. Eaton eliminate link-deps.mk files
Mon, 07 Mar 2016 10:46:13 -0800 Rik Fix segfault caused by clang processing of GCC noreturn attribute.
Sun, 06 Mar 2016 13:44:06 -0500 John W. Eaton quote substituted variable values in generated script
Sun, 06 Mar 2016 13:33:02 -0500 John W. Eaton fully expand all env vars before writing config.status (bug #46063)
Sat, 05 Mar 2016 08:04:13 -0800 Rik build: Create default-qt-settings file (bug #47342).
Sat, 05 Mar 2016 07:15:55 -0800 Rik maint: Remove unneccessary semicolon at end of %!assert lines.
Sat, 05 Mar 2016 07:00:34 -0800 Rik maint: Correct typo in comments of cset 9429c39994f8.
Sun, 28 Feb 2016 19:07:24 +0000 Carnë Draug Handle empty vectors for size of ones(), zeros(), inf(), etc... (bug #47298)
Sat, 05 Mar 2016 02:35:31 +0000 Carnë Draug maint: merge away accidental head
Fri, 04 Mar 2016 20:04:45 -0500 John W. Eaton fix quoting in generated shell scripts (bug #46063)
Sun, 28 Feb 2016 18:22:39 +0000 Carnë Draug accumarray: fix default output size for empty list of subscripts (bug #47287)
Sun, 28 Feb 2016 18:21:07 +0000 Carnë Draug accumarray: fix general case for empty list of subscripts (bug #47287)
Sun, 28 Feb 2016 16:55:41 +0000 Carnë Draug accumarray.m: edit tests to follow coding guidelines.
Fri, 04 Mar 2016 22:24:47 +1100 Lachlan Andrew Avoid 1-th, 2-th, ... in error message of mat2cell dim mismatch (bug #47330)
Fri, 04 Mar 2016 12:51:00 -0500 John W. Eaton break generated file dependence on Makefile (bug #46063)
Wed, 02 Mar 2016 16:46:23 -0500 John W. Eaton generate default-qt-settings at configure time
Thu, 03 Mar 2016 09:56:00 -0800 Rik Change size of Release Notes window so it displays without hz scrollbar.
Thu, 03 Mar 2016 09:46:18 -0800 Rik NEWS: Wrap to 72 characters.
Thu, 03 Mar 2016 09:28:55 -0800 Rik maint: Merge stable to default.
Thu, 03 Mar 2016 09:27:04 -0800 Rik patch.m: Fix typo in docstring. stable
Wed, 02 Mar 2016 14:59:46 -0500 John W. Eaton maint: eliminate unnecessary explicit Makefile variable substitutions
Wed, 02 Mar 2016 10:09:22 -0800 Rik Correctly print figure background when multiple axes present (bug #47315).
Wed, 02 Mar 2016 00:01:40 -0500 John W. Eaton don't include run-octave in both BUILT_SOURCES and ALL_LOCAL_TARGETS
Tue, 01 Mar 2016 19:52:36 -0800 Mike Miller Add BIST tests for bitpack, bitunpack, isglobal, and typecast
Tue, 01 Mar 2016 18:13:40 -0800 Rik build: Calculate ctags for m-files as well as C/C++/Fortran sources (bug #47317).
Tue, 01 Mar 2016 17:12:17 -0800 Rik build: Fix ctags target for Makefile.
Tue, 01 Mar 2016 13:15:08 -0800 Mike Miller unwrap.m: Fix overcompensation for large phase changes (bug #47279)
Thu, 25 Feb 2016 10:37:59 -0800 Rik Fix check-missing-semicolon QA target (bug #47277).
Tue, 01 Mar 2016 09:53:59 -0800 Rik Makefile.am: Add libgnu.la to BUILT_SOURCES to generate it early (partial fix bug #45578).
Tue, 01 Mar 2016 09:00:33 -0800 Nicholas R. Jankowski doc: Point user to dlmread/dlmwrite in csvread/csvwrite for dlmopts (bug #47309)
Tue, 01 Mar 2016 03:25:14 -0500 John W. Eaton create .oct and other files in build tree (bug #46260)
Tue, 01 Mar 2016 02:27:13 -0500 John W. Eaton configure script fixes
Tue, 01 Mar 2016 01:25:02 -0500 John W. Eaton * ov-java.cc: Call error instead of throwing std::string objects.
Tue, 01 Mar 2016 00:59:50 -0500 John W. Eaton elimnate HAVE_JAVA from ov-java.h
Mon, 29 Feb 2016 21:39:40 -0800 Rik configure.ac: Remove overquoting in shell variables tests.
Mon, 29 Feb 2016 16:39:16 -0500 John W. Eaton create .oct files in build tree (bug #46260)
Mon, 29 Feb 2016 15:21:57 -0500 John W. Eaton * plot.txi: Fix statement about changing graphics toolkit property for figure.
Sun, 28 Feb 2016 23:27:19 -0500 John W. Eaton update docs for FLTK and Qt graphics
Sun, 28 Feb 2016 23:03:54 -0500 John W. Eaton untangle configuration of OpenGL, FLTK, and Qt (bug #47263)
Sun, 28 Feb 2016 20:58:56 -0500 Daniel J Sebald Fix gnuplot toolkit face/edgecolor and linestyle/width for surf() (bug #34523)
Sat, 16 Jan 2016 20:52:47 +1100 Lachlan Andrew Allow bsxfun to work for sparse and type conversion (bug #45219, bug #40089).
Wed, 24 Feb 2016 20:16:20 +1100 Lachlan Andrew Allow GUI build with QScintilla 2.4 (bug #47226).
Sat, 27 Feb 2016 20:08:39 -0500 Ben Abbott Remove unecessary "dashtype" syntax when drawing colored gnuplot axes.
Fri, 26 Feb 2016 20:35:45 -0500 John W. Eaton also disallow assignment to keywords in assignin (bug #46459)
Sat, 27 Feb 2016 15:27:52 +1100 Lachlan Andrew Allow linestyle "none" for fill and patch objects (bug #38584)
Fri, 26 Feb 2016 21:30:51 -0800 Rik graphics.in.h: Make sure XXXmode properties switch to "manual" if XXX is set.
Fri, 26 Feb 2016 20:52:38 -0500 Ben Abbott Apply {x|y}color to 2D axes when using gnuplot (bug #42947).
Fri, 26 Feb 2016 20:14:18 -0500 Ben Abbott Rely upon print.m for mono/color conversion. This simplifies gnuplot support
Fri, 26 Feb 2016 13:40:04 -0800 Rik mode.m: Allow operation over non-existent dimension (bug #33523).
Fri, 26 Feb 2016 13:13:38 -0800 Mike Miller Eliminate more extra newlines to stdout when not interactive (bug #47258)
Sat, 12 Dec 2015 16:18:57 +0100 Philip Nienhuis doc: Specify that only numeric data are allowed for delimited file I/O (bug #46248).
Fri, 26 Feb 2016 13:13:21 -0500 John W. Eaton disallow assignment to "end" in indexed assignments (bug #46459)
Fri, 26 Feb 2016 09:19:25 -0800 Rik Remove .deps and .libs directories from run-octave function path.
Fri, 26 Feb 2016 13:06:39 +0000 Carnë Draug Do not print extra newlines to stdout on exit (bug #47258).
Fri, 26 Feb 2016 16:01:22 +0100 Kai T. Ohlhus Resolve compile time issues, when octave_idx_type is long.
Fri, 26 Feb 2016 06:27:04 -0500 John D Insert F77_FUNC defines into octave-config.h (Bug #47250)
Thu, 25 Feb 2016 18:56:53 -0500 John W. Eaton remove unused file oct-openmp.h
Thu, 25 Feb 2016 18:43:08 -0500 John W. Eaton eliminate HAVE_HDF5 macros from public header files
Thu, 25 Feb 2016 17:34:14 -0500 John W. Eaton move public data type macros to octave-config.h
Thu, 25 Feb 2016 16:15:04 -0500 John W. Eaton remove HAVE_OPENGL from public header file
Thu, 25 Feb 2016 21:04:14 +0100 Torsten fix edit function related to current word in editor (bug #47255)
Thu, 25 Feb 2016 13:09:11 -0800 Rik version-rcfile: Fix missing quote typo in cset ea31a050bdd8.
Thu, 25 Feb 2016 11:25:29 -0800 Rik Execute commands in startup.m at start for compatibility with Matlab.
Thu, 25 Feb 2016 10:44:09 -0800 Mike Miller * padecoef.m: Delete extraneous error statement outside of function definition
Thu, 25 Feb 2016 10:40:12 -0800 Mike Miller * integrate_n_steps.m: Restore missing end quote on error message
Thu, 25 Feb 2016 09:37:06 -0800 Mike Miller maint: Clean up calls to run-octave in build system
Thu, 25 Feb 2016 11:16:12 -0500 John W. Eaton maint: Merge away extra head on default.
Thu, 25 Feb 2016 13:48:41 +0000 Carnë Draug automatic broadcasting: correctly handle dimensions of length zero (bug #47085)
Thu, 25 Feb 2016 08:16:27 -0500 John Donoghue Fix typo from changeset 8376de2eaf00 (Bug #47250)
Wed, 24 Feb 2016 21:47:10 -0800 Rik Emit error if fork called directly from command line.
Wed, 24 Feb 2016 23:17:14 -0500 John W. Eaton avoid infinite recursion in SparseCholError
Wed, 24 Feb 2016 10:48:44 -0800 Rik Print figure background from OpenGL toolkits (bug #47240).
Wed, 24 Feb 2016 13:09:31 -0500 John W. Eaton * kpse.cc: Avoid warning about static function in "header" file.
Wed, 24 Feb 2016 13:06:53 -0500 John W. Eaton * symtab.cc: Avoid shadowed variable warnings.
Wed, 24 Feb 2016 13:06:25 -0500 John W. Eaton don't add integer to string literal
Wed, 24 Feb 2016 12:21:48 -0500 John W. Eaton eliminate useless assignment in for loop
Wed, 24 Feb 2016 12:09:09 -0500 John W. Eaton eliminate unused private data member
Wed, 24 Feb 2016 12:06:15 -0500 John W. Eaton avoid warnings about implicit float to booll conversions
Wed, 24 Feb 2016 11:25:12 -0500 John W. Eaton * ft-text-renderer.cc: Use pragma to avoid old-style cast warnings.
Wed, 24 Feb 2016 11:08:45 -0500 John W. Eaton avoid warnings about overloading virtual functions from a base class
Wed, 24 Feb 2016 09:52:27 -0500 John W. Eaton eliminate deprecated register storage class specifier
Wed, 24 Feb 2016 09:49:12 -0500 John W. Eaton * caseless-str.h: Eliminate useless conversion operator.
Wed, 24 Feb 2016 08:34:59 -0800 Rik Fix callback routine for updating scatter plots (bug #47237).
Tue, 23 Feb 2016 21:58:35 -0500 John W. Eaton * toplev.h: Fix thinko in previous change.
Tue, 23 Feb 2016 17:12:01 -0800 Mike Miller * prog_cxx.m4: Fix syntax error in comment block in cset fd4ff31b3eed
Tue, 23 Feb 2016 16:48:04 -0800 Mike Miller build: Fix C++11 compliance detection to work with clang
Tue, 23 Feb 2016 16:34:23 -0800 Mike Miller Fix declaration of template friend class std::unique_ptr
Tue, 23 Feb 2016 15:08:24 -0800 Mike Miller Make OCTAVE_DEPRECATED macro compatible with older gcc
Tue, 23 Feb 2016 13:10:19 -0800 Mike Miller sparse-chol.cc: Fix minor syntax error to compile with older gcc
Tue, 23 Feb 2016 14:11:34 -0800 Rik Implement figure property "InvertHardCopy" for printing (bug #47230).
Tue, 23 Feb 2016 15:05:45 -0500 John W. Eaton use correct stack frame when reporting debug location
Mon, 22 Feb 2016 21:28:22 -0500 John W. Eaton eliminate some copy and paste code fragments in the Range class
Mon, 22 Feb 2016 08:52:36 -0800 Rik edit.m: Improve docstring.
Mon, 22 Feb 2016 08:37:15 -0800 Rik Remove further uses of CLASS field in @deftypefn macro.
Sun, 21 Feb 2016 09:08:33 -0800 Mike Miller * debug.cc (Fdbstop): Fix error in docstring from cset 4ee768b71a0e (bug #47213)
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
Sun, 21 Feb 2016 07:43:16 -0800 Rik doc: Periodic grammarcheck of documentation.
Sat, 20 Feb 2016 15:26:24 -0800 Rik doc: Periodic spellcheck of documentation.
Thu, 11 Sep 2014 19:18:21 +0200 Endre Kozma Add new padecoef.m function.
Sat, 20 Feb 2016 12:08:24 -0800 Rik maint: merge stable to default.
Tue, 16 Feb 2016 23:02:31 +1100 Lachlan Andrew Fix splines and remove unnecessary calculations (bug #47013) stable
Thu, 11 Feb 2016 19:59:32 +1100 Lachlan Andrew Fix left mouse button in editor margin bug from cset 65827e9cccb8
Sun, 14 Feb 2016 13:16:05 +1100 Lachlan Andrew backout changeset e8c3590da9ff
Fri, 19 Feb 2016 21:27:03 -0800 Rik Allow statistics functions to work over non-existent dimension (bug #33523).
Fri, 19 Feb 2016 09:40:59 -0800 Rik maint: Use American spelling for "behavior".
Fri, 19 Feb 2016 09:41:41 -0800 Rik Use std::unique_ptr to replace deprecated std::auto_ptr.
Thu, 18 Feb 2016 21:20:01 -0800 Rik build: User serial comma in warnings for sndfile and portaudio.
Thu, 18 Feb 2016 15:20:06 -0800 Mike Miller * build-env-features.sh: Fix awk extended regexp syntax (fixes bug in 8376de2eaf00)
Thu, 18 Feb 2016 16:20:49 +0000 Carnë Draug configure.ac: check support for C11 and C++11 (patch #8906)
Thu, 18 Feb 2016 16:58:37 -0500 John W. Eaton maint: Merge default to stable.
Thu, 18 Feb 2016 16:42:42 -0500 John W. Eaton define OCTAVE_HAVE_FAST_INT_OPS in octave-config.h
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Thu, 18 Feb 2016 13:30:46 -0800 Mike Miller doc: Use consistent spacing for memory/storage sizes stable
Thu, 18 Feb 2016 12:42:22 -0800 Mike Miller * doc/doxyhtml/README: Update storage requirements, formatting.
Thu, 18 Feb 2016 12:10:34 -0800 Mike Miller maint: Fix doxygen build system integration
Thu, 18 Feb 2016 15:10:36 -0500 John W. Eaton maint: Merge stable to default.
Thu, 18 Feb 2016 15:02:28 -0500 John W. Eaton fix printf regression (bug #47192) stable
Thu, 18 Feb 2016 11:57:24 -0500 John W. Eaton * ov.h: Fix typo in previous change.
Thu, 18 Feb 2016 11:19:47 -0500 John W. Eaton eliminate unused << and >> operators from Octave scripting language
Thu, 18 Feb 2016 11:10:05 -0500 John W. Eaton * ov.cc: Use consistent style for switch statements.
Wed, 17 Feb 2016 17:40:18 -0500 John W. Eaton don't install template source files for octave_value classes
Wed, 17 Feb 2016 17:29:16 -0500 John W. Eaton don't install ov-bool-mat.cc with header files
Wed, 17 Feb 2016 13:32:44 -0500 John W. Eaton use top_srcdir, top_builddir, abs_top_srcdir or abs_top_builddir only if needed
Wed, 17 Feb 2016 11:35:42 -0500 John W. Eaton don't include config.h in public header files
Wed, 17 Feb 2016 13:13:36 -0800 Mike Miller Fix build when user's shell is not a POSIX/Bourne-style shell
Wed, 17 Feb 2016 11:22:04 -0500 John W. Eaton fix building .oct files that include oct.h
Wed, 17 Feb 2016 10:21:08 -0500 John W. Eaton maint: Merge stable to default.
Wed, 17 Feb 2016 10:16:36 -0500 John W. Eaton make building without qrupdate work again
Wed, 17 Feb 2016 01:21:19 -0800 Mike Miller Invoke correct version of octave-cli from main driver program stable
Wed, 17 Feb 2016 00:06:06 -0800 Mike Miller maint: Clean up makefile fragment generation in initial bootstrap
Tue, 16 Feb 2016 23:27:29 -0800 Mike Miller maint: Add missing silent rules for generating make files
Tue, 16 Feb 2016 23:08:31 -0800 Mike Miller maint: Run all build shell scripts with SHELL as command interpreter
Wed, 17 Feb 2016 02:54:00 -0500 John W. Eaton better use of templates for qrp classes
Wed, 17 Feb 2016 02:57:21 -0500 John W. Eaton better use of templates for qr classes
Tue, 16 Feb 2016 23:34:44 -0500 John W. Eaton maint: Merge stable to default.
Tue, 16 Feb 2016 18:36:00 -0800 Mike Miller maint: Use consistent coding style for build helper shell scripts
Tue, 16 Feb 2016 17:57:07 -0800 Mike Miller maint: Ensure source files exist when searching for patterns during build
Tue, 16 Feb 2016 16:01:56 -0800 Rik Return NaN for norm (..., +/-Inf) if input contains NaN (bug #32855).
Tue, 16 Feb 2016 14:47:35 -0500 John W. Eaton eliminate ostream operator << from schur classes
Tue, 16 Feb 2016 14:41:06 -0500 John W. Eaton better use of templates for svd classes
Tue, 16 Feb 2016 14:39:52 -0500 John W. Eaton new set_internal_variable variant
Tue, 16 Feb 2016 12:58:32 -0500 John W. Eaton better use of templates for lu factorization classes
Tue, 16 Feb 2016 11:13:55 -0500 John W. Eaton make building without qrupdate work again
Tue, 16 Feb 2016 02:47:29 -0500 John W. Eaton better use of templates for Cholesky factorization
Tue, 16 Feb 2016 00:32:29 -0500 John W. Eaton better use of templates for balance classes
Mon, 15 Feb 2016 22:33:45 -0500 John W. Eaton make better use of templates for Hessenberg decomposition
Mon, 15 Feb 2016 20:06:12 -0500 John W. Eaton make better use of templates for Schur decomposition
Thu, 14 Jan 2016 19:59:52 +1100 Lachlan Andrew Let max/min return a second (index) value for sparse logicals (bug #41512).
Mon, 15 Feb 2016 14:03:23 -0800 Lachlan Fix dbstop to find subfuncs of old-style class methods (bug #34804).
Sat, 12 Dec 2015 21:34:06 -0500 Ben Abbott For gnuplot 5.x, add the "color" option to the postscript terminal. stable
Mon, 15 Feb 2016 11:04:52 -0800 Rik Fix imshow segfault when data cannot be converted to appropriate type (bug #46933).
Tue, 26 Jan 2016 15:52:21 +1100 Lachlan When concatenating cells, suppress empty matrices (bug #43511).
Sun, 14 Feb 2016 13:48:06 -0800 Rik Fix compiling Octave-Forge packages which use gripes.h (bug #47042).
Fri, 12 Feb 2016 21:58:21 +1100 Rik maint: Clean up debug.cc file.
Fri, 12 Feb 2016 21:58:21 +1100 Lachlan Andrew Make dbstatus return correct filename and function name (bug #41540).
Sun, 14 Feb 2016 09:22:13 -0800 Rik maint: merge stable to default.
Sat, 16 Jan 2016 14:03:45 +1100 Lachlan Andrew Avoid overflow while reshaping large sparse matrices (bug #42850). stable
Sat, 09 Jan 2016 20:40:49 +1100 Lachlan Andrew Fix memory corruption allocating to sparse arrays (bug #42825). stable
Fri, 12 Feb 2016 18:07:07 -0800 Mike Miller build: Declare dependency on octave-config.h for generating *.df files
Fri, 12 Feb 2016 16:28:51 -0500 John W. Eaton allow __have_feature__ to check for ENABLE_ options
Fri, 12 Feb 2016 16:13:11 -0500 John W. Eaton * configure.ac: Use OCTAVE_CONFIGURE_WARNING for portaudio and sndfile.
Fri, 12 Feb 2016 13:28:16 -0800 Mike Miller Do not distribute generated octave-config.h
Fri, 12 Feb 2016 14:13:48 +0100 Kai T. Ohlhus m4/acinclude.m4: add OCTAVE_ prefix to ENABLE_64 (according to changeset 21229).