log

age author description
Wed, 10 Aug 2016 09:09:41 +0200 Kai T. Ohlhus maint: properly include <vector> in svd classes.
Wed, 10 Aug 2016 03:56:38 +0100 Carnë Draug svd: use std::vector instead of Matrix when a std::vector is enough.
Mon, 18 Jul 2016 17:46:05 +0200 Markus Muetzel Add function material. (patch #9013)
Wed, 10 Aug 2016 00:56:51 +0100 Carnë Draug MatrixType: remove duplicate code for SparseMatrix and ComplexSparseMatrix.
Tue, 09 Aug 2016 16:55:36 -0700 Rik doc: Clarify that reducepatch only works on patches, not surfaces.
Tue, 09 Aug 2016 16:50:37 -0700 Rik __unimplemented__.m: Don't print backtrace when issuing warning.
Mon, 18 Jul 2016 19:54:34 +0200 Markus Muetzel Add function "reducepatch" (patch #8912)
Tue, 09 Aug 2016 23:25:09 +0100 Barbara Locsi chol2inv: "inv (Y'*Y)" instead of "(inv(Y))' * inv(Y)" (bug #36437)
Sat, 06 Aug 2016 19:38:32 +0200 Barbara Locsi chol2inv: fix support for sparse matrices by fixing MatrixType (bug #36437)
Tue, 09 Aug 2016 15:07:30 -0700 Markus Mützel isosurface.m: Rework %!demos (bug #48626).
Sat, 30 Jul 2016 10:38:09 -0500 Daniel J Sebald For gnuplot toolkit patch case, broadcast single color values (bug #48626).
Tue, 09 Aug 2016 21:36:23 +0100 Carnë Draug libinterp/corefcn/gsvd.cc: clean up #include's removing what's not needed.
Tue, 09 Aug 2016 21:34:53 +0100 Carnë Draug gsvd: replace deprecated gripe_wrong_type_arg with err_wrong_type_arg.
Tue, 09 Aug 2016 18:02:11 +0200 Barbara Locsi gsvd: reduce code duplication with templates.
Thu, 04 Aug 2016 07:50:31 +0200 Barbara Locsi gsvd: new function imported from Octave-Forge linear-algebra package.
Tue, 09 Aug 2016 14:41:52 -0400 John W. Eaton allow configure to select Qt version
Mon, 08 Aug 2016 19:22:29 -0400 John W. Eaton don't use -Wshadow for GCC 4
Tue, 09 Aug 2016 11:09:38 -0700 Rik Overhaul isosurface.m and associated functions.
Mon, 18 Jul 2016 19:49:39 +0200 Markus Muetzel Add function "reducevolume" (patch #8856).
Tue, 09 Aug 2016 15:40:32 +0100 Carnë Draug liboctave/numeric/svd.h: remove unused #include <iosfwd>.
Tue, 09 Aug 2016 04:14:55 +0100 Carnë Draug chol: return permutation vector as row vector instead of column vector.
Tue, 09 Aug 2016 00:21:36 +0100 Carnë Draug svd: do not shadow member variables with local variables.
Sun, 12 Jun 2016 19:38:22 +1000 Lachlan Andrew Document that "help OPERATOR" needs quotes around OPERATOR (bug #39349).
Thu, 30 Jun 2016 18:30:26 +1000 Lachlan Andrew Calculate cov as Matlab does, not as its conjugate (bug #48315).
Mon, 08 Aug 2016 15:21:03 -0700 Rik glpk.m: Style fixes for cset 20e0c0b8820c.
Sat, 27 Feb 2016 16:16:36 +1100 Lachlan Andrew Allow sequential quadratic programs with infeasible QPs (bug #36015).
Thu, 11 Feb 2016 21:06:45 +1100 Lachlan Andrew Prevent Octave:language-extension from becoming an error (bug #44336).
Mon, 08 Aug 2016 20:46:12 +0100 Carnë Draug dim-vector.h: remove duplicated code.
Mon, 08 Aug 2016 12:03:06 -0700 Rik __opengl_info__.m: Tide code and fix to work with fltk toolkit.
Mon, 08 Aug 2016 07:36:37 +0200 Andreas Weber dump_demos: remove duplicate default args
Mon, 08 Aug 2016 07:30:29 +0200 Andreas Weber compare_plot_demos.m: Fix default path on Windows (Bug #48717)
Sun, 07 Aug 2016 17:53:43 -0700 Rik axis.m: Clean up formatting in %!error tests.
Sun, 07 Aug 2016 19:39:40 +0100 Carnë Draug chol: make option passed as string case insensitive.
Sun, 07 Aug 2016 04:21:14 +0100 Carnë Draug maint: merge away accidental head.
Sun, 07 Aug 2016 04:18:18 +0100 Carnë Draug repmat.m: add test for input with zero length dimensions.
Sat, 06 Aug 2016 23:47:20 +0100 Lachlan Andrew mahalanobis: alternative for performance improvement (bug #45877)
Sat, 06 Aug 2016 05:18:34 +0100 Carnë Draug dim-vector: add missing, and remove unecessary, #includes.
Sat, 06 Aug 2016 04:15:07 +0100 Carnë Draug dim-vector.h (ndims): do not return a reference to the rep.
Thu, 26 Feb 2015 22:15:54 +0530 Sahil Badyal use contribute/donate consistently in GUI (bug #44335)
Fri, 05 Aug 2016 22:04:12 +0100 Carnë Draug prepad, postpad: do nothing wen input is already of the right size.
Fri, 05 Aug 2016 20:09:09 +0100 Carnë Draug qr.cc: make use of Texinfo macro @dots instead of ... (bug #46912)
Fri, 21 Feb 2014 13:00:32 -0600 Michael C. Grant improvements to Qt & OpenGL linking on the Mac (bug #41574)
Thu, 07 Jul 2016 18:04:28 +1000 Lachlan Andrew Reconcile qr docs with behaviour. Fix qr(A,B,complex(0)). (bug #46912)
Thu, 18 Feb 2016 11:57:12 +1100 mfasi Return C = Q'*B not Q when qr has two arguments (bug #41567, bug #46912)
Sun, 17 Jul 2016 17:03:30 -0400 John Donoghue provide single function to get OpenGL renderer info
Thu, 04 Aug 2016 20:20:27 +0100 Carnë Draug svd: reduce code duplication with more use of template and macro.
Wed, 03 Aug 2016 10:23:41 -0700 Mike Miller Add tests for Java numeric type conversion (bug #48013)
Wed, 03 Aug 2016 10:10:59 -0700 Ernst Reissner Only convert specific Java numeric objects to double for Matlab compatibility (bug #48013)
Wed, 03 Aug 2016 10:06:40 -0700 Mike Miller Doxyfile.in: enable Java conditional code segments for doxygen
Wed, 03 Aug 2016 04:55:05 +0100 Carnë Draug FCell: avoid repeating default value for a newly created Cell.
Tue, 02 Aug 2016 03:40:02 -0400 John W. Eaton get help text for operators and keywords from docstrings file
Tue, 02 Aug 2016 03:10:51 -0400 John W. Eaton search docstrings file for built-in and dld function help text (bug #48554)
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Mon, 01 Aug 2016 09:52:51 -0700 Mike Miller * condeig.m: fix Texinfo markup typo in condeig doc string (bug #48672)
Sun, 31 Jul 2016 02:16:29 +0100 Carnë Draug xzip.cc: modify tests for readability.
Sat, 30 Jul 2016 14:30:48 +0100 Carnë Draug normest1: always return a column vector for IT output (patch #8837)
Sat, 23 Jul 2016 17:45:32 +0200 Markus Mützel Update to light (patch #8943)
Thu, 28 Jul 2016 16:38:37 -0400 John W. Eaton make figures invisible in publish tests (bug #48556)
Thu, 28 Jul 2016 16:07:11 -0400 John W. Eaton skip invalid objects in Qt graphics event handlers (bug #46501)
Thu, 28 Jul 2016 16:54:54 +0200 Andreas Weber dump_demos.m: Change regex for replacement of double quotes, add dummy assert
Wed, 27 Jul 2016 18:25:31 -0400 John W. Eaton style fixes
Wed, 27 Jul 2016 14:52:09 +0100 Carnë Draug xzip.cc: replace throwing exceptions in destructors (bug #48640)
Wed, 27 Jul 2016 16:25:45 -0400 John W. Eaton do system dependent and default variable inits early (bug #)
Tue, 26 Jul 2016 10:40:46 -0400 John W. Eaton * interpreter.cc (interpreter::interpreter): Fix typo in previous change.
Tue, 26 Jul 2016 09:49:56 -0400 John W. Eaton don't print startup message for --eval (bug #48620)
Mon, 25 Jul 2016 14:50:29 +0100 Marco Caliari New function normest1 as replacement for onenormest (patch #8837)
Thu, 30 Jun 2016 18:20:37 +1000 Lachlan Andrew Fix assignment to an property of an element of classdef array (bug #46660)
Mon, 25 Jul 2016 19:46:33 -0400 Lachlan Andrew Force reload of a function after it is saved in the editor (bug #46632)
Thu, 30 Jun 2016 18:28:56 +1000 Lachlan Andrew Stop bookmarks being hidden by breakpoints / execution point (bug #48292)
Sat, 28 May 2016 20:08:56 +1000 Lachlan Andrew Wrap search for "next bookmark" and "prev bookmark" (bug #48044)
Mon, 14 Mar 2016 21:57:01 +1100 Lachlan Andrew Go to right editor line number, even with folding (bug #47414)
Mon, 25 Jul 2016 17:44:02 -0400 Daniel J Sebald Save settings in Qt convention, delete all children in destructors (bug #45366)
Fri, 22 Jul 2016 18:44:43 +0100 Carnë Draug mk-doc-cache.pl: some perl best practice changes.
Mon, 25 Jul 2016 09:49:28 -0400 John W. Eaton * mk-doc-cache.pl: Fix substitutions to escape block comment markers.
Sun, 24 Jul 2016 12:51:12 -0400 John W. Eaton fix test for profile (bug #46315)
Sun, 24 Jul 2016 12:17:07 +0200 Andreas Weber doc: Fix "doubled words" typos (\b(\w+)\s+\1\b)
Sat, 23 Jul 2016 18:39:07 -0400 Lachlan Andrew Allow TAB autocompletion of local functions in debug mode (bug #48317)
Thu, 30 Jun 2016 18:19:37 +1000 Lachlan Andrew Allow tab completion of arrays of structures.
Sat, 23 Jul 2016 14:49:54 -0400 John W. Eaton avoid displaying plots in axis tests (bug #48602)
Fri, 25 Mar 2016 14:28:40 +1100 Lachlan Andrew Enable shortcuts for find next / find previous
Sun, 15 Mar 2015 19:35:01 +0100 Torsten changeset: 19946:59385cda0598
Fri, 22 Jul 2016 17:09:38 -0700 Mike Miller doc: Reword methods doc string for clarity
Fri, 22 Jul 2016 17:06:21 -0700 Mike Miller doc: Reword and clarify fieldnames doc string for Java classes and objects
Fri, 22 Jul 2016 15:26:58 -0400 John W. Eaton move system dependent code to sysdep.cc
Thu, 30 Jun 2016 18:17:26 +1000 Lachlan Andrew Track line numbers when in debug mode (bug #45764)
Wed, 20 Jul 2016 16:27:49 +0200 Markus Mützel Support setting colormap min max with axis.m (bug #48566).
Thu, 21 Jul 2016 14:43:30 +0200 Markus Mützel Change default properties of isosurface (bug #48572).
Wed, 20 Jul 2016 20:44:21 +0200 Markus Mützel Visual differences between Octave and Matlab (bug #48572)
Sun, 26 Jun 2016 13:32:03 +0200 Carnë Draug Rewrite gzip and bzip2 in C++ instead of using its applications (bug #43431)
Fri, 22 Jul 2016 12:08:51 -0400 John W. Eaton convert errors in onCleanup destructor to warnings (bug #48574)
Fri, 22 Jul 2016 10:28:51 -0400 John W. Eaton always create doc-cache; install it and macros.texi (bug #48508)
Fri, 22 Jul 2016 08:40:20 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 21 Jul 2016 18:11:06 -0400 John W. Eaton build doc-cache without running Octave (bug #48508)
Sat, 16 Jul 2016 14:03:34 +1000 Lachlan Andrew Allow dir to accept [ and ] in arguments. (bug #47950)
Thu, 21 Jul 2016 07:49:44 -0400 John Donoghue include windows.h for set_win_app_id call
Wed, 20 Jul 2016 16:33:58 -0400 John Donoghue set AppUserModelId for application in Windows (bug #47527)
Wed, 20 Jul 2016 10:20:20 -0700 Mike Miller test: increase tolerance on Matrix tests
Wed, 20 Jul 2016 08:54:51 -0700 Rik Make demos Matlab compatible for comparison with dump_demos script.
Wed, 20 Jul 2016 15:32:53 +0100 Carnë Draug Remove check for std::tr1::unordered_map because we depend on C++11.
Mon, 18 Jul 2016 13:52:57 +0200 Markus Muetzel Point isonormals towards lower values for Matlab compatibility (bug #48552).
Tue, 19 Jul 2016 18:04:12 +0100 Carnë Draug string_vector: add constructor that supports any container.
Tue, 19 Jul 2016 11:27:56 -0700 Mike Miller distribute deprecated-config.h source file
Tue, 19 Jul 2016 12:07:34 -0400 John W. Eaton set DLL directory when loading DLLs on Windows systems (bug #48511)
Tue, 19 Jul 2016 11:29:29 -0400 John W. Eaton * fCMatrix.cc (xgemm): Fix thinko in cset 407c66ae1e20.
Tue, 19 Jul 2016 08:52:15 -0400 John W. Eaton * mk-octave-config-h.sh: Improve readability of output.
Tue, 19 Jul 2016 08:39:27 -0400 John W. Eaton allow installed f77-fcn.h to use config info from Octave (bug #48559)
Mon, 18 Jul 2016 19:38:27 +0200 Markus Muetzel Add function "smooth3" (patch #8864).
Mon, 18 Jul 2016 11:42:20 -0700 Mike Miller kbhit: return an empty string if not running interactively (bug #48541)
Mon, 11 Jul 2016 19:02:59 +0200 Markus Muetzel Add function "lighting" (patch #9040).
Mon, 11 Jul 2016 15:13:27 +0100 Carnë Draug Array: add constructor from std sequence containers (patch 9047)
Mon, 18 Jul 2016 09:08:59 -0700 Rik __unimplemented__.m: Remove condeig from list.
Mon, 18 Jul 2016 11:22:12 -0400 John W. Eaton avoid GCC warning about longjmp possibly clobbering variable
Mon, 18 Jul 2016 11:18:47 -0400 John W. Eaton declare odepack common blocks consistently (bug #48531)
Mon, 18 Jul 2016 09:38:57 -0400 John W. Eaton reduce warnings from GCC's link-time optimization feature (bug #48531)
Mon, 18 Jul 2016 09:56:41 -0400 John W. Eaton handle gfortran and f2c calling conventions separately
Sun, 17 Jul 2016 12:42:37 -0400 John W. Eaton new macros for F77 data types
Sun, 17 Jul 2016 13:17:58 -0400 John W. Eaton use r1mach for single precision code (partial fix for bug #48531)
Fri, 15 Jul 2016 16:08:55 -0400 John W. Eaton fix profiler initialization (bug #46315)
Mon, 18 Jul 2016 07:36:23 -0700 Rik build: export testfun/private dir to tarball (bug #48553).
Mon, 18 Jul 2016 07:15:07 -0700 Rik condeig.m: New function imported from Octave-Forge linear-algebra package.
Sun, 17 Jul 2016 20:40:06 -0400 Ben Abbott mlock gnuplot_binary.m in memory to preserve during "clear all"
Sun, 17 Jul 2016 14:19:06 +0200 Daniel J Sebald Disable gnuplot graphics toolkit mesh when linestyle is 'none' (bug #48512)
Sat, 16 Jul 2016 17:49:30 +0200 Andreas Weber Improve plot comparison in sripts/testfun
Fri, 15 Jul 2016 16:32:13 -0700 Mike Miller Do not install oct-conf-post.h
Fri, 15 Jul 2016 15:15:13 -0700 Mike Miller config.h: install a stub replacement with a deprecation warning (bug #41027)
Thu, 21 Apr 2016 21:13:24 +0200 Juan Pablo Carbajal Fix bug when tspan is a column vector (bug #47756).
Wed, 13 Jul 2016 18:17:11 +1000 Lachlan Andrew Change Ctrl+PgDown to move the focus rightward, not PgUp (bug #48495).
Sun, 27 Mar 2016 14:47:14 +1100 Lachlan Andrew Retain at least "all" in warning list (bug #47543)
Fri, 15 Jul 2016 12:42:59 -0400 John W. Eaton avoid possible crash in exist function (bug #36067)
Fri, 15 Jul 2016 12:09:25 -0400 John W. Eaton * mex.h: Fix typo in previous change.
Fri, 15 Jul 2016 11:29:17 -0400 John W. Eaton * oct-conf-post.in.h, mk-octave-config-h.sh: Revert unintended changes from previous changeset.
Fri, 15 Jul 2016 10:43:48 -0400 John W. Eaton define forwarding functions for octave_int<T> xmin and xmax (bug #48139)
Fri, 15 Jul 2016 10:40:58 -0400 John W. Eaton skip explicit instantiations of xmin and xmax if they are not defined
Fri, 15 Jul 2016 10:37:48 -0400 John W. Eaton * kpse.cc (kpse_truncate_filename): Use namespace qualifier for static dir_entry function.
Fri, 15 Jul 2016 10:09:31 -0400 John W. Eaton * syscalls.cc (mk_stat_map): Use namespace qualifier for static file_stat functions.
Fri, 15 Jul 2016 11:46:16 +0200 Kai T. Ohlhus New functions publish.m and grabcode.m (patch #9048).
Thu, 14 Jul 2016 19:56:44 -0400 John W. Eaton mex.h: Fix typo in previous change.
Thu, 14 Jul 2016 19:54:16 -0400 John W. Eaton allow stdbool.h to be included before mex.h (patch #8526)
Thu, 14 Jul 2016 09:36:50 -0700 Mike Miller build: restore sndfile check for specific features needed to build
Thu, 14 Jul 2016 08:14:02 -0700 Mike Miller build: add 'make coverage' target to build code coverage report
Thu, 14 Jul 2016 08:02:24 -0700 Mike Miller build: fix bison generated source files to list correct file name
Thu, 14 Jul 2016 17:11:42 +0200 Kai T. Ohlhus doc: Use correct function name in deprecation message.
Thu, 14 Jul 2016 14:30:59 +0200 Andreas Weber doc: Fix 2 typos: Seperately -> Separately, lit -> list
Thu, 14 Jul 2016 10:59:29 +0200 Andreas Weber main: Fix typos "It's" -> "Its" and "it's" -> "its" (Bug #48508)
Wed, 13 Jul 2016 17:05:21 -0700 Mike Miller build: use simpler and more consistent checks for portaudio and sndfile
Wed, 13 Jul 2016 17:03:50 -0700 Mike Miller build: allow pkg-config name to differ from library name
Wed, 13 Jul 2016 15:43:28 -0700 Mike Miller maint: delete unused build rules for legacy doc string files
Wed, 13 Jul 2016 13:36:36 -0400 John W. Eaton don't attempt to access intepreter before it is ready (bug #48494)
Tue, 12 Jul 2016 17:00:51 -0700 Mike Miller mkstemp: ensure file is opened in binary mode on Windows (bug #48326)
Tue, 12 Jul 2016 09:53:34 -0700 Rik print.m: Fix typo "1" (char) to 1 (integer) as argument to findall -depth (bug #48478).
Tue, 12 Jul 2016 18:41:48 +0200 Carlo de Falco style fixes in validateattributes.
Tue, 12 Jul 2016 11:51:39 -0400 John W. Eaton include builtin-defun-decls.h as needed
Tue, 12 Jul 2016 09:40:09 -0400 John W. Eaton include builtins.h only where needed
Tue, 12 Jul 2016 09:12:55 -0400 John W. Eaton move find-defun-files.sh and mkbuiltins to build-aux directory
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Tue, 12 Jul 2016 10:17:45 +0200 Carlo de Falco Set error ids in validateattributes
Mon, 11 Jul 2016 15:08:15 -0700 Mike Miller * fminunc.m: Fix incorrect reference to fminunc as fminsearch (bug #48479)
Mon, 11 Jul 2016 17:05:33 -0400 John W. Eaton move call_stack class to a separate file
Mon, 11 Jul 2016 16:34:02 -0400 John W. Eaton avoid accessing optarg and optind directly (bug #48454)
Sun, 10 Jul 2016 07:15:21 -0400 John W. Eaton use classes for octave application and interpreter
Mon, 11 Jul 2016 13:45:12 -0400 John W. Eaton eliminate unused class definition
Mon, 11 Jul 2016 13:02:58 -0400 John W. Eaton eliminate unused parameter from octave::sys::popen2
Mon, 11 Jul 2016 13:20:58 +0200 Kai T. Ohlhus ind2sub: Ensure Matlab compatibility and improve documentation (bug #48092).
Mon, 11 Jul 2016 09:27:10 +0200 Kai T. Ohlhus Avoid segfault with complex matrices using LAPACK (bug #46330).
Sun, 10 Jul 2016 11:02:44 -0700 Mike Miller Fix compilation error in fpucw-wrappers.c on non-x86 systems
Sun, 10 Jul 2016 12:36:55 +0100 Carnë Draug octave_value_list: template constructor to accept any sequence container.
Sun, 10 Jul 2016 12:28:38 +0100 Carnë Draug ovl: explicit conversion to appease Apple's clang 7.3.0.
Thu, 07 Jul 2016 13:55:37 -0700 Mike Miller Set default floating point unit state when initializing the interpreter (bug #48418)
Sat, 09 Jul 2016 06:08:04 -0700 Rik maint: correct indentation of __gnuplot_draw_axes__.m.
Sun, 03 Jul 2016 09:54:43 -0700 Mike Miller provide wrapper for frexp and frexpf (bug #48363)
Fri, 08 Jul 2016 14:05:44 -0400 John W. Eaton fix dependency for txt-eng.cc
Fri, 08 Jul 2016 10:01:24 -0700 Mike Miller build: build doc-cache and DOCSTRINGS files in the build dir
Thu, 07 Jul 2016 19:06:09 -0700 Mike Miller build: minor correction to workaround rule to build libgnu.la (bug #45578)
Thu, 07 Jul 2016 19:02:08 -0700 Mike Miller build: ensure all files needed to run octave in build dir are declared
Thu, 07 Jul 2016 16:11:47 -0700 Mike Miller build: fix typo of $(octave_dirstamp) in build prerequisites
Thu, 07 Jul 2016 18:24:50 -0400 John W. Eaton wrappers for setting long double rounding mode (bug #48319)
Thu, 07 Jul 2016 16:27:21 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 07 Jul 2016 15:03:10 -0700 Rik Fix failing BIST test from cset 9121d6584f6a.
Thu, 07 Jul 2016 14:57:09 -0700 Rik maint: Update gnulib to latest changes.
Thu, 07 Jul 2016 13:07:03 -0700 Rik Overhaul graphics implementation of hold() (bug #43559).
Thu, 07 Jul 2016 12:15:46 -0700 Mike Miller maint: use an absolute url for gnulib subrepo, rename back to gnulib
Thu, 07 Jul 2016 14:41:34 -0400 John W. Eaton restore move-if-change rule for DOCSTRINGS files (bug #48430)
Thu, 07 Jul 2016 14:14:19 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 07 Jul 2016 14:03:35 -0400 John W. Eaton update list of gnulib modules
Thu, 07 Jul 2016 13:44:40 -0400 John W. Eaton provide wrapper for getopt
Thu, 07 Jul 2016 17:22:25 +0100 Carnë Draug ovl: new constructor with initializer_list to reduce code duplication.
Thu, 07 Jul 2016 10:28:31 -0400 John W. Eaton provide wrapper for gnulib mktime function
Thu, 07 Jul 2016 08:42:44 -0400 John W. Eaton use octave::sys::time instead of C library time function
Thu, 07 Jul 2016 15:21:00 +0200 Kai T. Ohlhus Backed out changeset: d3c79eb1b483
Sat, 18 Jun 2016 04:08:18 +0100 Carnë Draug dim_vector: replace 7 constructors with single variadic template (patch #9030).
Thu, 07 Jul 2016 10:19:19 +0200 Carlo de Falco Fix usage message in odeset.
Wed, 06 Jul 2016 22:09:21 -0700 Rik Use correct interpretation of alpha variable for gridlnes in gnuplot (bug #48401).
Wed, 06 Jul 2016 21:55:08 -0700 Rik Use default gridlinestyle of '-' for Matlab compatibility.
Wed, 06 Jul 2016 20:50:16 -0500 Daniel J Sebald Supply correct key title specs for the gnuplot toolkit (bug #48427).
Wed, 06 Jul 2016 17:15:47 -0700 Rik legend.m: Don't use 'legend' tag for any non-axes, non-legend objects.
Thu, 30 Jun 2016 18:23:34 +1000 Lachlan Andrew Call Fdrawnow only after ui* callbacks, not all (bug #47216).
Wed, 06 Jul 2016 15:45:01 -0700 Rik __gnuplot_draw_axes__.m: Use strcmp instead of strcmpi.
Wed, 06 Jul 2016 18:31:40 -0400 John W. Eaton move signal functions into octave namespace
Wed, 06 Jul 2016 15:11:14 -0500 Daniel J Sebald Condition grid_idx assignment on existence of axis_idx (bug #48401).
Wed, 06 Jul 2016 14:57:54 -0400 John W. Eaton move octave_child_list to separate file and define inside namespace
Wed, 06 Jul 2016 03:29:33 -0500 Daniel J Sebald Add minor grid line control and alpha blending for gnuplot toolkit (bug #48401).
Wed, 06 Jul 2016 07:57:44 -0700 Rik maint: Periodic merge of stable to default.
Wed, 06 Jul 2016 07:55:18 -0700 Rik Link Z_LIB to liboctinterp (bug #48407). stable
Wed, 06 Jul 2016 14:56:32 +0200 Kai T. Ohlhus Add regression test (bug #46330).
Wed, 06 Jul 2016 14:49:00 +0200 Lachlan Andrew Avoid segfault with matrices containing Inf & NaN (bug #46330).
Tue, 05 Jul 2016 15:53:35 -0700 Mike Miller build: delete generated @class subdirectories for test suite on 'make clean'
Tue, 05 Jul 2016 15:45:38 -0700 Mike Miller build: don't delete distributed docs on 'make clean' or 'make distclean' (bug #45646)
Tue, 05 Jul 2016 12:15:04 -0700 Mike Miller configure: clean up warning messages when building without GraphicsMagick
Tue, 05 Jul 2016 13:00:00 -0500 Daniel J Sebald Add control of grid lines for gnuplot toolkit (bug #48401).
Tue, 05 Jul 2016 11:07:55 -0700 Mike Miller build: use pkg-config in OCTAVE_CHECK_LIB without overriding user options
Tue, 05 Jul 2016 11:06:22 +0200 Kai T. Ohlhus maint: Cannot test private function, unless bug #38776 is resolved.
Mon, 04 Jul 2016 21:01:23 -0700 Rik doc: Create images for manual with legends that don't extend out of axes box.
Mon, 04 Jul 2016 20:21:14 -0400 Jordi Gutiérrez Hermoso acinclude.m4: Use pkg-config from OCTAVE_CHECK_LIB whenever possible
Sun, 03 Jul 2016 23:39:36 +0200 Markus Muetzel Additional functionality for isosurface.m (bug #46946)
Mon, 04 Jul 2016 07:39:02 -0700 Rik Optimize do_make_absolute for most common calling usage.
Sun, 03 Jul 2016 09:21:31 -0700 Rik run.m: Return to original directory after executing script (bug #48351).
Sat, 02 Jul 2016 20:47:47 -0700 Mike Miller uigetfile, uiputfile: handle all recognized C++ source file extensions
Sat, 02 Jul 2016 20:29:39 -0700 Mike Miller mkoctfile: support more file extensions for C++ sources (bug #48381)
Sat, 02 Jul 2016 15:16:51 -0700 Mike Miller build: restore regeneration of build-info source files when hg id changes
Sat, 02 Jul 2016 15:01:25 -0700 Rik Strip extra file separators with make_absolute_filename (bug #48351).
Sat, 02 Jul 2016 10:19:44 -0400 Stefan Miereis use int64_t for octave_hdf5_id (bug #47858)
Fri, 01 Jul 2016 14:49:35 -0400 John W. Eaton maint: merge stable to default.
Fri, 01 Jul 2016 14:47:18 -0400 John W. Eaton Added tag release-4-0-3 for changeset 00f7b278defd stable
Fri, 01 Jul 2016 14:47:07 -0400 John W. Eaton Version 4.0.3 released. stable release-4-0-3
Fri, 01 Jul 2016 10:51:49 -0700 Mike Miller build: delete generated files, keep distributed files on clean and distclean (bug #45646)
Fri, 01 Jul 2016 20:12:57 -0700 Rik doc: Fix building Texinfo docs on old systems (bug #48172).
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Sat, 02 Jul 2016 05:11:09 +1000 Lachlan Andrew Check that second argument to size () is a scalar (bug #48368).
Fri, 01 Jul 2016 08:14:50 -0700 Mike Miller maint: reduce multiple mentions of the HG-ID file name and contents
Fri, 01 Jul 2016 07:48:09 -0400 John Donoghue Dont use OCTAVE_USE_WINDOWS_API for w32_XXXX function definitions (Bug #48352)
Thu, 30 Jun 2016 23:30:11 -0700 Mike Miller build: delete HG-ID on 'make distclean' and 'make maintainer-clean'
Thu, 30 Jun 2016 18:32:23 -0700 Mike Miller build: clean build-aux generated shell scripts on 'make distclean'
Thu, 30 Jun 2016 17:28:09 -0700 Mike Miller Clean up localfunctions BIST test
Thu, 30 Jun 2016 17:11:38 -0700 Mike Miller build: clean all PKG_ADD, *.oct, and *-tst files on 'make clean'
Thu, 30 Jun 2016 16:21:00 -0700 Mike Miller build: fix compilation error after 'make clean' (bug #47971)
Thu, 30 Jun 2016 15:20:46 -0700 Mike Miller build: fix doc build error when building without SuiteSparse
Thu, 30 Jun 2016 17:35:58 -0400 John W. Eaton restore API macros to oct-conf-post.h removed in cset 6bce4d23af6b
Thu, 30 Jun 2016 17:04:34 -0400 John W. Eaton * Makefile.am (EXTRA_DIST): Include build-aux/mk-hg-id.sh in the list.
Thu, 30 Jun 2016 13:50:56 -0700 Mike Miller Mark failing tests for acos, acosh, asin, and asinh with xtest (bug #48285)