log

age author description
Fri, 27 Feb 2015 16:59:36 +0100 Stefan Mahr dmalcom gcc jit import draft default tip gccjit
Tue, 13 Oct 2015 11:40:05 +0100 Carnë Draug cell2mat: add tests for cells of cells and char arrays @
Mon, 12 Oct 2015 21:28:32 -0700 Rik Replace bsxfun with broadcasting for performance with complex inputs (bug #38628).
Mon, 12 Oct 2015 21:13:47 -0700 Rik lo-array-gripes.cc: Remove FIXME's related to buffer size.
Mon, 12 Oct 2015 17:30:44 -0400 John Donoghue Update uiXXXXX documentation for autogenerated properties
Mon, 12 Oct 2015 16:08:12 -0700 Rik Fix compilation of jit broken by dd6345fd8a97 (bug #46191).
Mon, 12 Oct 2015 23:28:29 +0200 Carlo de Falco allow first argument in ode45 to be a string
Mon, 12 Oct 2015 22:57:17 +0200 Carlo de Falco fix typo in changeset 01586012300e
Mon, 12 Oct 2015 22:50:59 +0200 Carlo de Falco compute number of fevals correctly in ode45 (bug #46189)
Mon, 12 Oct 2015 20:49:04 +0200 Pantxo Diribarne Fix regression in svg output and simplify viewport handling (bug #44765)
Sun, 11 Oct 2015 21:09:41 -0700 Rik Use isempty () rather than any () for faster code in inverse statistical distributions.
Sun, 11 Oct 2015 20:33:37 -0700 Lachlan Andrew nbininv.m: Increase speed (85X) and accuracy of function (bug #34363).
Sun, 11 Oct 2015 19:49:40 -0700 Lachlan Andrew binoinv.m: Implement binary search algorithm for 28X performance increase (bug #34363).
Sun, 11 Oct 2015 16:55:17 -0700 Rik Improve performance and error reporting of betainv, gaminv (bug #34363).
Sun, 11 Oct 2015 18:53:05 -0400 John W. Eaton avoid scope error in anonymous functions (bug #45835)
Sun, 11 Oct 2015 23:09:01 +0200 Carlo de Falco fix test failures introduced by a22d8a2eb0e5
Sun, 11 Oct 2015 13:13:33 +0200 Pantxo Diribarne Fix missing legend background in gl2ps outputs (bug #44765)
Sun, 11 Oct 2015 20:39:11 +0200 Carlo de Falco avoid stepping beyond end of thspan in ode solvers
Sun, 11 Oct 2015 19:20:27 +0200 Carlo de Falco fix indexing bug introduced with a22d8a2eb0e5
Sun, 11 Oct 2015 18:44:58 +0200 Carlo de Falco fix adaptive strategy in ode solvers.
Sat, 10 Oct 2015 16:52:59 -0700 Rik maint: Merge stable to default to pick up fix for bug #45577.
Sat, 10 Oct 2015 16:46:00 -0700 Rik Fix segfault when complex double matrix calls ZGETRF (bug #45577). stable
Thu, 08 Oct 2015 20:59:25 -0400 John Donoghue Add uiXXXX documentation (Bug #46076) stable
Sat, 10 Oct 2015 13:07:51 +0200 Pantxo Diribarne Qt Figure: allow displaying coordinates when hovered axes parent is a uipanel.
Sat, 10 Oct 2015 12:48:10 +0200 Pantxo Diribarne Update the state of the toolbar after ui* children have been removed
Sat, 10 Oct 2015 12:21:37 +0200 Pantxo Diribarne Fix execution of "windowbuttonmotionfcn" with uipanels (bug #46151)
Fri, 09 Oct 2015 16:25:27 +0200 Pantxo Diribarne Preliminary inclusion of uixx objects properties in the manual (bug #46076)
Fri, 09 Oct 2015 19:29:28 -0700 Lachlan Andrew ls.m: Produce listing with 1 file per line if nargout > 0 (bug #46002).
Fri, 09 Oct 2015 19:28:05 -0700 Rik maint: Periodic merge of stable to default.
Fri, 09 Oct 2015 19:14:20 -0700 Lachlan Andrew quantile.m: Fix operation along a singleton dimension (bug #45455). stable
Fri, 09 Oct 2015 18:52:58 -0700 Rik Extend parser to accept binary constants that begin with '0b' or '0B'.
Mon, 05 Oct 2015 14:05:58 -0700 Rik Extend parser to accept '_' in numbers.
Fri, 09 Oct 2015 16:52:49 -0400 John W. Eaton don't print additional error message in argument list evaluation
Fri, 09 Oct 2015 15:17:08 -0400 John W. Eaton eliminate remaining uses of error_state in parse-tree files
Fri, 09 Oct 2015 12:03:23 -0700 Rik Remove fuzzy matching from odeset/odeget.
Fri, 09 Oct 2015 14:43:36 -0400 John W. Eaton use new cell_value method to handle value extraction errors
Fri, 09 Oct 2015 14:41:49 -0400 John W. Eaton new octave_value::cell_value method with optional error message
Fri, 09 Oct 2015 10:06:39 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 19:00:51 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 17:55:57 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 18:15:56 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 17:41:21 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 08 Oct 2015 17:26:40 -0400 John W. Eaton use new string_value method to handle value extraction errors
Thu, 08 Oct 2015 16:43:22 -0400 John W. Eaton new octave_value::string_value method with optional error message
Thu, 08 Oct 2015 20:15:19 +0100 Carnë Draug inputParser: do not perform validation of default values (bug #45837)
Thu, 08 Oct 2015 20:06:45 +0100 Carnë Draug linspace: add tests for the use of vectors as base and limit.
Thu, 08 Oct 2015 19:56:51 +0100 Carnë Draug linspace: remove use of error_state.
Wed, 07 Oct 2015 14:52:01 -0700 Rik doc: Add explanation of ':' optional input to numel(). stable
Wed, 07 Oct 2015 14:41:39 -0700 Rik doc: Cuddle parentheses in example code of for loop. stable
Wed, 07 Oct 2015 21:01:25 +0200 Torsten possibility to hide filters in history and workspace view (bug#45428)
Wed, 07 Oct 2015 09:45:44 -0700 Rik data.cc: Add @w{} around @code segments in docstrings to prevent line breaks. stable
Wed, 07 Oct 2015 07:41:44 -0700 Rik Don't return A for inv (A) when A is a singular Diagonal matrix (bug #46103).
Tue, 06 Oct 2015 11:07:10 +0200 ederag __gnuplot_drawnow__.m: Use "screenpixelsperinch" instead of constant value (bug #46122). stable
Fri, 02 Oct 2015 17:44:53 +0200 Philip Nienhuis methods.m: try Java class names if getMethods fails on Java objects (bug #46010) stable
Thu, 01 Oct 2015 22:38:34 +0200 Philip Nienhuis Add Ethan Biery to list of contributors stable
Thu, 01 Oct 2015 22:33:13 +0200 Ethan Biery textread.m, textscan.m: always remove headerlines args before invoking strread (bug #46080) stable
Tue, 06 Oct 2015 22:14:41 +0200 Carlo de Falco fix interpolation bug introduced with 87b557ee8e5d
Tue, 06 Oct 2015 14:47:41 -0400 John W. Eaton eliminate more simple uses of error_state
Tue, 06 Oct 2015 19:28:59 +0200 Carlo de Falco clean up and vectorize code for dense output in ode45
Tue, 06 Oct 2015 00:20:02 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 23:42:49 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 23:09:54 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 22:47:42 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 21:37:03 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 21:13:12 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 20:37:19 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 20:21:55 -0400 John W. Eaton eliminate more simple uses of error_state
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Mon, 05 Oct 2015 12:03:16 -0700 Rik maint: Further clean up of functions in ode/private dir.
Mon, 05 Oct 2015 11:59:18 -0700 Rik maint: Clean up implementations of ode45.m, odeget.m, odeset.m.
Sun, 04 Oct 2015 22:18:54 -0700 Rik maint: Use Octave coding conventions in scripts/ode/private dir.
Sun, 04 Oct 2015 16:24:32 +0100 Carnë Draug levenshtein.cc: use Array<T>::numel() instead of the deprecated ::length()
Sun, 04 Oct 2015 08:01:12 -0700 Rik Fix compilation error introduced in 52ce821a52fd.
Sat, 03 Oct 2015 22:10:45 -0700 Rik maint: Use Octave coding conventions for ode* functions.
Sat, 03 Oct 2015 21:03:16 -0700 Rik doc: Rewrite docstrings for ode* family of functions.
Sat, 03 Oct 2015 16:21:58 -0400 John W. Eaton eliminate simple uses of error_state in parser and lexer
Sat, 03 Oct 2015 16:05:27 -0400 John W. Eaton eliminate error_state from example files
Sat, 03 Oct 2015 13:20:28 -0400 John W. Eaton eliminate error_state from most header files
Fri, 02 Oct 2015 16:07:41 -0400 John W. Eaton eliminate error_state from libgui
Sat, 03 Oct 2015 07:32:50 +0200 Carlo de Falco Activate FSAL property in dorpri timestepper
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Fri, 02 Oct 2015 12:25:39 -0400 John W. Eaton style fixes for tex lexer and parser
Fri, 02 Oct 2015 17:48:58 +0200 Carlo de Falco Clean up and vetorize Dormant&Prince RK timestepper
Thu, 01 Oct 2015 23:09:38 +0200 Pantxo Diribarne Use "update" method to initialize Qt Figures (cleanup + bug #46086)
Fri, 02 Oct 2015 05:50:43 +0200 Carlo de Falco Fix copyright text in private ode functions
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Thu, 24 Sep 2015 12:58:46 +0200 jcorno Moving ode45, odeset, odeget, and levenshtein from odepkg to core.
Thu, 01 Oct 2015 13:37:03 -0400 John W. Eaton fix documentation for new viridis colormap
Thu, 01 Oct 2015 12:50:00 -0400 John W. Eaton eliminate trailing whitespace and tabs from sources
Thu, 01 Oct 2015 17:35:34 +0200 Carlo de Falco Set the default colormap to 'viridis'
Wed, 23 Sep 2015 12:14:43 +0200 Carlo de Falco Add the default matplotlib colormap "viridis" to the list of colormaps
Tue, 29 Sep 2015 12:42:10 -0700 Rik text.m: Remove FIXME comments that have been verified okay.
Tue, 29 Sep 2015 12:00:11 -0700 Rik Print error, rather than aborting, if mex function mxIsFromGlobalWS is used (bug #46070).
Tue, 29 Sep 2015 06:29:32 -0700 Rik text.m: Allow '[]' to indicate blank line in multi-line cellstrings (bug #43017).
Mon, 28 Sep 2015 14:27:09 -0700 Rik maint: Periodic merger of stable to default.
Sun, 27 Sep 2015 17:12:29 +0200 Pantxo Diribarne Fix inconsistent toolbar state after creating an uicontrol (bug #46025)
Mon, 28 Sep 2015 06:24:37 -0400 John Donoghue Include stdint.h in mex.h file (Bug #46062) stable
Sat, 26 Sep 2015 16:32:28 +0100 Carnë Draug Use CXXFLAGS to build *.df files (fix regression by 0ce7d8303152)
Sat, 26 Sep 2015 17:11:43 +0200 Pantxo Diribarne Add Basque translation for the GUI by Ander Aurrekoetxea (bug #46041)
Sun, 23 Aug 2015 21:45:49 +0200 Pantxo Diribarne Handle hggroup objects "buttondownfcn" when children are clicked (bug #45621) stable
Sat, 26 Sep 2015 10:44:08 +0200 Pantxo Diribarne Fix selection of one pixel high(wide) images (bug #46049) stable
Sat, 26 Sep 2015 11:42:19 +0200 Pantxo Diribarne annotation.m: document the "string" property of textbox and textarrow annotations (bug #4603.6) stable
Sat, 26 Sep 2015 11:26:18 +0200 Pantxo Diribarne Fix error when building annotation objects in gnuplot (bug #46035)
Mon, 07 Sep 2015 19:28:29 +0200 Pantxo Diribarne Fix segfault when hovering a Qt figure while it's being drawn (bug #45540)
Fri, 25 Sep 2015 21:00:29 -0700 Rik Use '-local' option to warning to simplify BIST tests.
Fri, 25 Sep 2015 18:50:41 -0700 Rik maint: Use Octave coding convention for parenthesis in __ilu__.cc.
Fri, 25 Sep 2015 16:15:14 -0700 Rik Overhaul Range object in liboctave.
Fri, 25 Sep 2015 13:05:01 -0700 Rik plotmatrix.m: Fix regression in %!demo introduced by in-place operators.
Sat, 05 Sep 2015 01:02:27 +0200 Stefan Miereis Simplify error output if max_recursion_depth is exceeded (Bug #45843).
Wed, 23 Sep 2015 15:31:34 +0200 Kai T. Ohlhus randi.m: Display warnings in case of range exceedings.
Wed, 23 Sep 2015 02:45:54 -0700 Rik bitmax.m: Correct docstring to say function will be removed in version 4.6.
Wed, 23 Sep 2015 02:33:35 -0700 Rik str2func: Allow anonymous function string inputs (bug #45682).
Tue, 22 Sep 2015 23:12:22 +0200 Mike Miller mkoctfile: Apply default C++ compiler flags when linking oct-file (bug #45280) stable
Tue, 22 Sep 2015 21:45:24 +0200 Kai T. Ohlhus MSparse code simplification by macro removal without reduction of functionality.
Tue, 22 Sep 2015 21:06:01 +0200 Mike Miller listdlg: Make appearance and behavior more Matlab compatible (bug #46026)
Tue, 22 Sep 2015 09:41:13 -0700 Rik Display bottom Qt statusbar on figure based on "toolbar" property (bug #46025).
Wed, 02 Sep 2015 12:19:48 -0700 Rik Use backslash as windows file separator for canonicalize_file_name (Bug #45816). stable
Tue, 22 Sep 2015 05:45:05 -0700 Rik Deprecate mahalanobis function.
Tue, 22 Sep 2015 04:50:47 -0700 Rik maint: Periodic merge of stable to default.
Tue, 22 Sep 2015 04:47:25 -0700 Rik maint: Complete deprecation of gmap40 colormap. stable
Tue, 22 Sep 2015 04:15:51 -0700 Rik Generate correct ezplot for 2-input functions (bug #46004). stable
Tue, 22 Sep 2015 03:08:14 -0700 Rik Fix regression in displayed error message for nargin and nargout. stable
Tue, 22 Sep 2015 11:25:04 +0200 Andreas Weber menu.m: Fix bug #45988, return 0 if the dialog is aborted or invalid selection
Tue, 22 Sep 2015 02:06:17 -0700 Rik Fix typo in str2func docstring. stable
Tue, 22 Sep 2015 01:38:40 -0700 Rik Clean up isa() function.
Mon, 21 Sep 2015 17:56:03 +0200 Mike Miller edit.m: Update C++ oct-file template to use texinfo docstring
Mon, 21 Sep 2015 17:15:17 +0200 Mike Miller oct-shlib.cc: Use RTLD_GLOBAL option for dlopen
Sun, 20 Sep 2015 11:27:36 +0200 Mike Miller doc: Make excplicit that asctime and ctime values end in a newline (bug #45976) stable
Sat, 19 Sep 2015 02:34:45 +0100 Carnë Draug doc: remove section about broadcasting warnings which no longer exists. stable
Tue, 15 Sep 2015 08:48:35 -0400 Mike Miller eig: Return correct solution for a pair of hermitian matrices (bug #45511)
Sun, 13 Sep 2015 14:47:58 -0700 Rik findobj.m: Stop requiring gnuplot in BIST tests (bug #36983).
Fri, 21 Aug 2015 13:05:52 -0400 akira noda Fix compilation of classdef with the clang compiler (bug #41178)
Fri, 11 Sep 2015 07:38:31 -0400 Mike Miller Initialize interpreter correctly with script and --traditional (bug #45921) stable
Wed, 09 Sep 2015 18:43:52 +0200 Kai T. Ohlhus Deprecate bitmax.
Tue, 08 Sep 2015 10:39:50 +0200 Kai T. Ohlhus randi.m: corrected behavior for different input data types (bug #45879).
Sat, 05 Sep 2015 05:00:46 -0700 Rik Deprecate wavread and wavwrite.
Sat, 05 Sep 2015 12:07:42 +0200 Torsten do not leave debug modus when entering a command at debug prompt (bug #45737) stable
Fri, 04 Sep 2015 16:26:58 -0400 John W. Eaton * mex.h: Don't typdef bool if it is already defined.
Fri, 04 Sep 2015 13:12:57 -0700 Rik luinc.m: Add texinfo marker to docstring so it is interpreted correctly.
Fri, 04 Sep 2015 18:47:54 +0100 Carnë Draug pkg: fix regression on output of pkg list (bug #45873)
Fri, 04 Sep 2015 12:45:46 -0400 John W. Eaton avoid executing startup file twice when using run-octave script (bug #45872)
Thu, 03 Sep 2015 19:00:53 -0400 John W. Eaton maint: Periodic merge of stable to default.
Wed, 02 Sep 2015 18:18:19 -0400 John W. Eaton also clear autoloaded functions when clearing user functions
Thu, 03 Sep 2015 11:22:35 -0700 Rik __finish__.m: Change from function to script to stay in base workspace (bug #45869). stable
Thu, 03 Sep 2015 16:21:08 +0100 Carnë Draug pkg.m: drop check of nargout value, the interpreter already does that.
Tue, 01 Sep 2015 19:05:57 +0200 Pantxo Diribarne Scroll list view to display selection (bug #45848)
Tue, 01 Sep 2015 08:07:57 -0700 Rik cplxpair.m: Use tolerance that depends on Z to evaluate pairing (bug #45810).
Sat, 25 Jul 2015 13:20:21 +0200 Pantxo Diribarne Don't use GL_SELECT to find axes objects in Qt figures (bug #45540)
Sun, 23 Aug 2015 14:55:01 +0200 Pantxo Diribarne Fix multi-line text bounding box when using subscripts (bug #45508)
Mon, 31 Aug 2015 12:59:36 +0200 Andreas Weber inputParser.m: Fix typo
Sat, 29 Aug 2015 05:59:45 -0700 Rik doc: Add a docstring for __current_scope__.
Thu, 27 Aug 2015 15:52:06 -0700 Rik Add placeholder functions for save_hdf5, load_hdf5 for octave_java functions.
Thu, 27 Aug 2015 15:19:20 -0700 Rik More specific warning messages when saving onCleanup variables.
Thu, 27 Aug 2015 13:12:21 -0700 Rik Return empty matrix when linspace called with 0 points (bug #45820)
Wed, 26 Aug 2015 16:05:49 -0400 John W. Eaton don't recycle scanf format string if all conversions are done (bug #45808)
Wed, 26 Aug 2015 22:51:59 +0200 Philip Nienhuis strread.m: fix nilpotent IF block for ...%sliteral... fields
Mon, 24 Aug 2015 15:27:03 -0700 Rik Don't put default xtick vector size in documentation (bug #45725). stable
Sun, 24 Aug 2014 19:35:06 +0530 PrasannaKumar Muralidharan Propagate 'lower' in chol(a, 'lower') to underlying library function.
Thu, 20 Aug 2015 14:37:57 -0400 John W. Eaton don't define mostlyclean-local target in module.mk file
Thu, 20 Aug 2015 14:05:28 -0400 John W. Eaton * bootstrap: Update from gnulib sources.
Thu, 20 Aug 2015 10:34:53 -0700 Rik Remove obsolete properties from root figure object.
Thu, 20 Aug 2015 06:51:30 -0700 Rik range.tst: Add tests for bug #45739. stable
Thu, 20 Aug 2015 06:42:54 -0700 Rik maint: Periodic merge of stable to default.
Thu, 20 Aug 2015 06:42:15 -0700 Rik Fix 'descending' sort of Range objects (bug #45739). stable
Wed, 19 Aug 2015 16:18:45 -0400 John W. Eaton use different approach to avoid gnulib warning
Wed, 19 Aug 2015 16:09:06 -0400 John W. Eaton use different approach to avoid unsigned/signed comparison warning
Wed, 19 Aug 2015 16:02:36 -0400 John W. Eaton * lo-specfun.cc: Reindent comments.
Wed, 19 Aug 2015 16:00:05 -0400 John W. Eaton * lo-specfun.cc (Lanczos_approximation_psi): Use gnulib::log.
Wed, 19 Aug 2015 15:57:23 -0400 John W. Eaton avoid signed/unsigned comparison warning
Tue, 18 Aug 2015 11:35:23 -0700 Lachlan Andrew poissinv.m: Overhaul function for accuracy and performance (bug #34363).
Mon, 17 Aug 2015 09:32:20 -0700 Rik maint: Fix misspelled word compatibility in code comments.
Mon, 17 Aug 2015 09:24:07 -0700 Rik Fix incorrect error message when saving with -text and -float-binary options.
Mon, 17 Aug 2015 09:20:03 -0700 Rik maint: Rename instances of LS_ASCII to LS_TEXT for clarity.
Sun, 16 Aug 2015 16:38:13 +0200 Philip Nienhuis strread.m: clarify delimiter and whitespace usage (bug #45712) stable
Mon, 15 Jun 2015 09:15:44 -0400 Rafael Monteiro GUI-Find: keep focus on Find What and select all text when dialog opens stable
Fri, 14 Aug 2015 14:26:31 -0700 Rik Allow relative paths when printing with -dpdflatex (bug #45601).
Fri, 14 Aug 2015 13:28:30 -0700 Rik maint: Clean up code based on static analysis suggestions.
Sun, 09 Aug 2015 23:23:15 +0200 Philip Nienhuis strread.m: properly preprocess all forms of string format specifier (bug #45712) stable
Thu, 13 Aug 2015 22:00:02 -0700 Rik Add placeholder functions for save_ascii, save_binary for octave_java (bug #45694).
Tue, 11 Aug 2015 13:24:55 -0700 Rik intersect.m: Return same class of output as Matlab for empty input (bug #45686).
Tue, 11 Aug 2015 09:55:59 -0700 Rik doc: Clarify that ARCH argument to fread overrides ARCH arg to fopen. stable
Mon, 03 Aug 2015 23:22:14 +0200 Juan Pablo Carbajal union.m: Matlab compatible output when mixed input and one is empty (bug #45685).
Mon, 10 Aug 2015 13:12:22 -0700 Rik Remove redundant isvector() calls in set/ functions.
Mon, 10 Aug 2015 08:45:06 -0700 Rik Backout 9c7dd58b57e4 and have configure generate oct-conf-post.h
Sun, 09 Aug 2015 20:24:42 -0700 Rik strfunc: Issue error when given anonymous function (partial fix bug #45682).
Sun, 09 Aug 2015 20:35:44 -0700 Rik maint: Periodic merge of stable to default.
Sun, 09 Aug 2015 20:24:42 -0700 Rik strfunc: Document function does not accept anonymous functions (partial fix bug #45682). stable
Sun, 09 Aug 2015 18:08:01 -0700 Rik Fix IEEE big-endian/little endian conversions in oct-stream (bug #45687).
Thu, 06 Aug 2015 21:39:49 -0700 Rik doc: Add info about single letter codes for fread, fopen IEEE format. stable
Sat, 08 Aug 2015 19:13:43 -0400 Mike Miller run-octave: Use portable shell constructs
Thu, 06 Aug 2015 08:37:02 -0700 Rik build: Move oct-conf-post.in.h to oct-conf.post.h (bug #45646).
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Wed, 05 Aug 2015 22:47:41 -0700 Rik inputname.m: Rename BIST function foo to __foo__ to avoid name collisions.
Wed, 05 Aug 2015 15:21:21 -0400 John W. Eaton * __run_test_suite__.m: Return number of passed, failed, and skipped tests.
Wed, 05 Aug 2015 10:48:26 -0700 Rik doc: Change docstrings to use 'IEEE 754' rather than 'IEEE-754'. stable
Tue, 04 Aug 2015 23:09:43 -0400 Mike Miller psi: Fix failing unit tests on 32-bit systems
Tue, 04 Aug 2015 15:07:48 -0700 Rik Report backtrace for "no default value" error in function header (bug #45496).
Mon, 03 Aug 2015 15:24:32 -0700 Rik Don't add duplicates to javaclasspath when run in home directory (bug #45683).
Mon, 03 Aug 2015 07:43:28 -0700 Rik Backout cset 2edd668e7784 and return column orientation for union.m.
Sat, 01 Aug 2015 18:42:25 -0400 Mike Miller configure.ac: Test that Qt and OpenGL can be used together (bug #45672)
Sun, 02 Aug 2015 11:14:40 -0400 Mike Miller build: Use $(abs_top_*) in definitions of TEXINPUTS and TEXMFCNF
Sun, 02 Aug 2015 11:05:13 -0400 Mike Miller build: Set TEXMFVAR to ensure TeX cache files can be written to build dir
Sun, 02 Aug 2015 11:01:05 -0400 Mike Miller build: Avoid building pdf and ps outputs simultaneously
Sun, 02 Aug 2015 09:50:43 -0400 Mike Miller build: Adopt Automake's calling conventions for texi2dvi and texi2pdf rules
Sat, 01 Aug 2015 19:05:00 -0400 Mike Miller * f2c-main.c: Include config.h.
Sat, 01 Aug 2015 11:26:32 +0200 Torsten editor with smart indentation for octave files (bug #41554)
Fri, 31 Jul 2015 14:01:39 +0200 Juan Pablo Carbajal union.m: Matlab compatible output orientation for empty input ([]).
Wed, 29 Jul 2015 21:16:13 -0700 Rik build: Silence rule about removing bits/stl_algo.h using AM_V_at.
Wed, 29 Jul 2015 14:30:45 -0700 Rik build: Silence rule about removing bits/stl_algo.h.
Wed, 29 Jul 2015 14:18:26 -0700 Rik build: Don't delete ChangeLog with distclean target (bug #45646).
Wed, 29 Jul 2015 13:50:10 -0700 Rik build: Don't remove built documentation for distclean target (bug #45646).
Wed, 29 Jul 2015 13:14:25 -0700 Rik legend.m: Fix listeners on legend line objects (bug #45563).
Tue, 28 Jul 2015 13:24:49 -0400 John W. Eaton don't install kpse.cc (bug #45644)
Tue, 28 Jul 2015 17:43:23 +0100 Carnë Draug Add compression option to imwrite and default to "none" (bug #45565)
Tue, 28 Jul 2015 08:52:39 -0700 Rik maint: Periodic merge of stable to default.
Tue, 28 Jul 2015 08:50:55 -0700 Rik Fix hang when using errorbar with empty dataset (bug #45554).
Tue, 28 Jul 2015 08:47:27 -0700 Rik Fix hang when using errorbar with empty dataset (bug #45554). stable
Mon, 27 Jul 2015 21:11:17 -0400 John D update of targets for cross build
Sun, 26 Jul 2015 21:29:44 -0700 Rik build: Consolidate __errcomm__.m and __errplot__.m to one file.
Sun, 26 Jul 2015 18:33:57 -0700 Rik build: Rename __go_draw_XXX to __gnuplot_draw_XXX for clarity.
Sun, 26 Jul 2015 08:50:04 -0700 Rik maint: Rename __sprand_impl__.m to __sprand__.m
Sat, 25 Jul 2015 20:16:58 -0700 Rik doc: Clarify behavior of length() function (bug #45611). stable
Sat, 25 Jul 2015 16:22:00 -0400 Mike Miller build: Fix installation of icons from source tarball
Sat, 25 Jul 2015 15:25:19 -0400 Mike Miller maint: Delete obsolete find-docstring-files.sh build script
Sat, 25 Jul 2015 15:06:40 -0400 Mike Miller build: Avoid triggering rebuild of icons and desktop files (bug #45567)
Sat, 25 Jul 2015 14:59:09 -0400 Mike Miller build: Avoid rebuilding distributed docs on directory timestamp (bug #45567)
Sat, 25 Jul 2015 14:55:03 -0400 Mike Miller build: Avoid triggering rebuild of docs when DOCSTRINGS regenerated (bug #45567)
Sat, 25 Jul 2015 22:17:57 +0200 Torsten show history context menu only for clicks on entries stable
Fri, 24 Jul 2015 19:58:18 -0400 Mike Miller build: Delete more generated files on maintainer-clean
Fri, 24 Jul 2015 14:40:18 -0700 Lachlan Andrew Allow assignment of an empty variable to an empty indexing slice (bug #45467).
Fri, 24 Jul 2015 10:40:05 -0400 Mike Miller Use octave_gmtime to write timestamp to mat-file format
Fri, 24 Jul 2015 14:23:28 +0200 Torsten Fix missing sorting of the workspace view directly after start-up stable
Tue, 30 Jun 2015 21:15:19 +0200 Philip Nienhuis Allow sorting columns in workspace view (bug #45448) stable
Thu, 23 Jul 2015 22:35:34 -0400 Mike Miller maint: Update .hgignore to reflect non-recursive build system changes
Thu, 23 Jul 2015 21:51:58 -0400 Mike Miller build: Restore AUTHORS, BUGS, and INSTALL.OCTAVE to source tarball
Thu, 23 Jul 2015 22:00:39 -0400 Mike Miller build: Always generate ChangeLog if missing, and write to build directory
Thu, 23 Jul 2015 21:13:13 -0400 Mike Miller build: Move nonexistent dummy source files into lib directories
Thu, 23 Jul 2015 20:47:29 -0400 Mike Miller Reapply changes lost from changeset 45d7be391982
Thu, 23 Jul 2015 18:31:44 -0700 Rik doc: Update polar() example in manual now that rticks calc is correct.
Thu, 23 Jul 2015 12:54:13 -0700 Rik Pass all fields in face/vertex structure through to patch() (bug #45593). stable
Thu, 23 Jul 2015 09:50:10 -0700 Rik maint: Periodic merge of stable to default.
Thu, 23 Jul 2015 09:45:59 -0700 Rik polar.m: Display plot titles on polar plots (bug #45514). stable
Thu, 23 Jul 2015 08:54:13 -0700 Rik plotimages.m: Remove workaround for polar plot rticks.
Thu, 23 Jul 2015 08:45:45 -0700 Rik polar.m: Calculate 'rtick' property more accurately (bug #45513).
Wed, 22 Jul 2015 20:27:11 -0400 Mike Miller strftime: Add support for "%z" conversion specifier (bug #45592)
Wed, 22 Jul 2015 09:46:42 -0700 Rik Make mod() and rem() Matlab compatible for corner cases (bug #45587).
Wed, 22 Jul 2015 01:01:03 -0400 Mike Miller Fix install paths of fixed and generated test files
Tue, 21 Jul 2015 12:42:05 -0700 Rik build: Add missing scripts from image/private/ dir to tarball.
Tue, 21 Jul 2015 12:21:36 -0700 Rik Remove all temporary documentation files with 'maintainer-clean' target (bug #45574).
Mon, 20 Jul 2015 18:31:52 -0400 Mike Miller Restore installation of tests from template source files
Sun, 19 Jul 2015 17:41:21 +0100 Carnë Draug Relax input in functions that convert between colorspaces (bug #45456)
Sat, 18 Jul 2015 08:56:51 -0700 Rik build: Add EXTRA_DIST files frob libgui/ and test/ to tarball.
Fri, 17 Jul 2015 15:18:35 -0400 John W. Eaton make interpreter targets and dirstamp files order-only prerequisites
Fri, 17 Jul 2015 14:44:47 -0400 John W. Eaton provide per-directory clean targets
Fri, 17 Jul 2015 00:59:10 -0400 Mike Miller Fix dependency of built images on the interpreter
Thu, 16 Jul 2015 23:21:44 -0400 Mike Miller Fix uninstallation of PKG_ADD files
Thu, 16 Jul 2015 17:04:37 -0700 Rik Fix listdlg() when used without selection mode under Qt (Bug #45545).
Thu, 16 Jul 2015 14:19:47 -0400 John W. Eaton fix incompatibility in mxCreateNumericArray (bug #45319)
Thu, 16 Jul 2015 13:49:51 -0400 John W. Eaton don't include GEN_FCN_FILES in FCN_FILES list
Thu, 16 Jul 2015 13:45:01 -0400 John W. Eaton clean generated AUTHORS file
Thu, 16 Jul 2015 13:44:11 -0400 John W. Eaton only generate ChangeLog if building from hg archive
Thu, 16 Jul 2015 16:57:30 +0100 Carnë Draug hsv2rgb: relax input check and support for N dimensional images (bug #45456)
Thu, 16 Jul 2015 18:21:27 +0100 Carnë Draug iscolormap: relax input check - specially in [0 1] range.
Thu, 16 Jul 2015 10:57:34 -0400 John W. Eaton don't attempt to distribute obsolete libinterp/Makefile.in
Thu, 16 Jul 2015 01:18:40 -0400 Mike Miller Fix more installation discrepancies in scripts directory
Wed, 15 Jul 2015 16:57:40 -0400 John W. Eaton use move-if-change for most rules that generate source files
Wed, 15 Jul 2015 16:56:50 -0400 John W. Eaton * move-if-change: Write message to stderr.
Wed, 15 Jul 2015 15:27:08 -0400 John W. Eaton allow --disable-gui to work again (bug #45543)
Wed, 15 Jul 2015 09:49:21 -0400 John W. Eaton don't clean doc/doxyhtml/README
Wed, 15 Jul 2015 09:44:24 -0400 John W. Eaton clean generated files in doc/interpreter directory
Wed, 15 Jul 2015 09:38:48 -0400 John W. Eaton * doc/module.mk (doxyhtml-maintainer-clean): Also remove .db file.
Tue, 14 Jul 2015 16:13:09 -0400 John W. Eaton fix file and directory names for doxyhtml targets
Tue, 14 Jul 2015 13:24:02 -0400 John W. Eaton fix doxyhtml-mainainer-clean target
Tue, 14 Jul 2015 12:20:03 -0400 John W. Eaton * libinterp/module.mk: Don't add BUILT_DISTFILES to MAINTAINERCLEANFILES.
Tue, 14 Jul 2015 11:34:55 -0400 John W. Eaton keep list of built images separate from other images
Tue, 14 Jul 2015 11:04:26 -0400 John W. Eaton don't delete $(BUILT_DISTFILES) for maintainer-clean target
Tue, 14 Jul 2015 10:55:51 -0400 John W. Eaton fix installation of script files
Tue, 14 Jul 2015 00:01:59 -0400 John W. Eaton fix lists of files to distribute
Mon, 13 Jul 2015 21:21:48 -0400 John W. Eaton limit %.class : %.java pattern to specific files
Mon, 13 Jul 2015 21:15:49 -0400 John W. Eaton * scripts/module.mk (scripts-dist-hook): Always define.
Mon, 13 Jul 2015 21:14:50 -0400 John W. Eaton write BUGS and INSTALL.OCTAVE files in top-level directory
Fri, 10 Jul 2015 16:46:24 +0100 Carnë Draug Saturated red channel on RGB image, makes imread() return logical (bug #41584)
Sun, 12 Jul 2015 19:57:48 -0700 Rik doc: Fix building of Manual plot 15.7 under gnuplot.
Sun, 12 Jul 2015 17:02:01 -0700 Rik images.awk: Stop warning during build of figure 15.7 of manual.
Sun, 12 Jul 2015 15:00:26 -0700 Rik doc: Improve building of images for the Manual.
Sun, 12 Jul 2015 00:37:52 -0400 Mike Miller Portably create version links in build tree
Sat, 11 Jul 2015 23:59:01 -0400 Mike Miller Fix 'make install' errors for non-recursive build
Sat, 11 Jul 2015 23:33:51 -0400 Mike Miller Fix rule to create liboctave/cruft/ranlib/ranlib.def for non-recursive build
Sat, 11 Jul 2015 23:25:37 -0400 Mike Miller Fix encoded source file name for builtin functions
Sat, 11 Jul 2015 19:14:37 -0400 John W. Eaton ensure test directory exists before running build-bc-overload-tests.sh
Sat, 11 Jul 2015 12:20:23 -0400 John W. Eaton create correct version links in build tree
Fri, 10 Jul 2015 14:40:47 -0400 John W. Eaton eliminate recursive make invocation in scripts directory tree
Fri, 10 Jul 2015 13:28:33 -0400 John W. Eaton eliminate recursive make invocations in liboctave and libinterp directories
Thu, 09 Jul 2015 13:55:58 -0400 John W. Eaton eliminate recursive make invocation in libgui directory tree
Thu, 09 Jul 2015 10:11:41 -0400 John W. Eaton eliminate recursive make invocation in src directory
Wed, 08 Jul 2015 12:55:10 -0400 John W. Eaton use $(abs_top_srcdir) in rules for running tests
Wed, 08 Jul 2015 12:48:35 -0400 John W. Eaton use $(abs_top_srcdir) in TEXINPUTS for processing refcard sources
Fri, 10 Jul 2015 21:10:42 -0700 Rik Correctly generate figure 15.7 of the Manual.
Fri, 10 Jul 2015 17:22:50 -0400 John W. Eaton write figure to specified output directory
Fri, 10 Jul 2015 11:55:14 -0700 Rik ellipke.m: Use correct definition of elliptic integral in documentation (bug #45522). stable
Fri, 10 Jul 2015 01:10:30 -0400 Mike Miller build: Sort generated PKG_ADD contents consistently stable
Thu, 09 Jul 2015 21:45:26 -0400 Mike Miller build: Use texinfo.tex from gnulib instead of manually imported version stable
Thu, 09 Jul 2015 21:44:09 -0400 Mike Miller doc: Fix backslash characters in docstrings stable
Thu, 09 Jul 2015 21:38:57 -0700 Rik doc: Clean up m-files which generate images for Manual.
Tue, 07 Jul 2015 21:25:31 +0100 Michael D. Godfrey Use FLTK for creating plots for Manual.
Tue, 07 Jul 2015 19:09:35 -0700 Rik install.txi: Add warning about incorrect behavior of reference BLAS library. stable
Tue, 07 Jul 2015 22:00:06 -0400 John W. Eaton use base filenames when processing refcard sources
Tue, 07 Jul 2015 15:18:36 -0400 John W. Eaton use nested module.mk include files for test subdirectories
Tue, 07 Jul 2015 13:22:44 -0400 John W. Eaton fix dependencies for generated overload operator tests
Tue, 07 Jul 2015 13:00:31 -0400 John W. Eaton test/module.mk: New file missing from changeset bacaec9b5535.
Tue, 07 Jul 2015 11:51:45 -0400 John W. Eaton use GNU Make features to eliminate redundancy in scripts/Makefile.am
Tue, 07 Jul 2015 10:40:38 -0400 John W. Eaton eliminate recursive make invocation in test directory tree
Fri, 03 Jul 2015 19:33:19 -0400 John W. Eaton eliminate recursive make invocations in doc directory tree
Fri, 03 Jul 2015 07:51:51 -0400 John W. Eaton eliminate recursive make invocation in etc/icons directory
Thu, 02 Jul 2015 18:07:24 -0400 John W. Eaton allow bc-overload tests to be written to an arbitrary directory
Thu, 02 Jul 2015 18:00:39 -0400 John W. Eaton write sparse tests to stdout
Thu, 02 Jul 2015 17:44:05 -0400 John W. Eaton * build-sparse-tests.sh: Fix name of file in comments to match file name.
Sun, 05 Jul 2015 21:31:46 -0700 Rik imshow.m: Respect new 'parent' property when setting axis properties.
Sun, 05 Jul 2015 13:55:56 -0700 Rik imshow.m: Add support for 'parent' property (bug #45473).
Fri, 03 Jul 2015 09:55:35 -0700 Rik graphics_toolkit.m: Fix typo in error message.
Fri, 03 Jul 2015 16:53:08 +0100 Carnë Draug gallery: add very basic tests (check output size) for all matrix types.
Fri, 03 Jul 2015 16:33:31 +0100 Carnë Draug gallery: allow N to be a 2 element vectors for cycol matrices.
Fri, 03 Jul 2015 16:20:56 +0100 Carnë Draug gallery: fix typo on variable name for invhess matrix.
Fri, 03 Jul 2015 16:18:33 +0100 Carnë Draug gallery: fix randsvd by adding missing dependency qmult().
Fri, 03 Jul 2015 15:01:38 +0100 Carnë Draug gallery: allow single element vectors for 'house'.
Thu, 02 Jul 2015 22:26:16 +0100 Massimiliano Fasi gallery: fix chebspec, cycol, gearmat, hanowa, lauchli, and pei (bug #45466)
Thu, 02 Jul 2015 17:11:29 -0400 John W. Eaton eliminate recursive make invocation in examples directory tree
Thu, 02 Jul 2015 14:23:18 -0400 John W. Eaton eliminate unused static functions
Wed, 01 Jul 2015 14:14:49 -0700 Rik unpack.m: Stop hang when unpacking on to existing filename (bug #45331). stable
Mon, 29 Jun 2015 08:56:22 -0700 Rik Process backslashes in regexprep replacement strings in Matlab compatible fashion (bug #45407).
Sun, 28 Jun 2015 19:42:44 -0700 Rik graphics_toolkit.m: Check for minimum gnuplot version (bug #44978).
Fri, 26 Jun 2015 08:37:45 -0700 Rik Fix segfault when zooming in on logscale axes (bug #45412).
Thu, 25 Jun 2015 21:47:06 -0700 Rik Fix documentation build accidentally broken in 6db2ea5556a4.
Thu, 25 Jun 2015 00:22:32 +0200 Pantxo Diribarne Remove axes "interpreter" property (bug #45388)
Tue, 23 Jun 2015 22:21:50 +0200 Pantxo Diribarne Make use of the axes "ticklabelinterpreter" property (bug #45438)
Thu, 25 Jun 2015 08:32:21 -0400 John W. Eaton maint: Merge away extra head on default.
Wed, 24 Jun 2015 17:32:36 -0400 John W. Eaton Avoid HAVE_ macro in header file.
Sat, 23 May 2015 23:52:58 -0500 Daniel J Sebald Flip gnuplot range values rather than use reverse/noreverse (bug #38914)
Wed, 24 Jun 2015 14:40:22 -0400 John W. Eaton maint: Periodic merge of stable to default.
Wed, 24 Jun 2015 14:37:55 -0400 John W. Eaton Allow NEWS to be displayed properly in QTextBrowser (bug #45396) stable
Wed, 24 Jun 2015 12:53:18 -0400 John W. Eaton Avoid HAVE_ macro in header file.
Wed, 24 Jun 2015 11:56:32 -0400 John W. Eaton Avoid HAVE_ macro in header file.
Wed, 24 Jun 2015 11:53:33 -0400 John W. Eaton Avoid HAVE_ macros in header file.
Wed, 24 Jun 2015 11:51:06 -0400 John W. Eaton Avoid using HAVE_ macros in header file.
Wed, 24 Jun 2015 11:47:14 -0400 John W. Eaton * kpty_p.h, kpty.cpp (KPtyPrivate::chownpty): Define unconditionally.
Tue, 23 Jun 2015 20:00:59 -0700 Rik maint: Periodic merge of stable to default.
Tue, 23 Jun 2015 09:59:54 -0700 Rik Fix segfault when '[]' used for row_vector_property. stable
Mon, 22 Jun 2015 16:40:39 -0700 Rik graphics.cc: Clean up variable names, line wrapping, comments, etc.
Mon, 22 Jun 2015 19:57:28 +0200 Pantxo Diribarne waitbar.m: add support for "createcancelbtn" property (bug #45364)
Sat, 13 Jun 2015 13:27:01 +0200 Pantxo Diribarne Show axes coordinates in Qt figures (bug #44959)
Mon, 22 Jun 2015 20:58:57 +0200 Pantxo Diribarne fix crash when selecting an image (bug #45372) stable
Mon, 22 Jun 2015 12:06:53 -0400 John Donoghue qt toolkit: set keyboard focus in canvas (Bug #44832) stable
Sat, 20 Jun 2015 16:00:50 -0700 Rik Set correct number of axis tickmarks when axis limits are manually configured (bug #45356).
Wed, 17 Jun 2015 16:52:09 +0200 Juan Pablo Carbajal num2str.m: Fixed two Matlab compatibility issues (bug #45174, bug #44864).
Mon, 15 Jun 2015 17:52:27 -0400 John W. Eaton * ov-oncleanup.h: Don't include config.h.
Mon, 15 Jun 2015 17:42:44 -0400 John W. Eaton don't include hdf5.h or use HDF5 typedefs in public header files (bug #43180)
Mon, 15 Jun 2015 21:56:34 +0200 Rik qp.m: Overhaul function (fixes bug #45324).
Mon, 15 Jun 2015 10:24:13 -0700 Rik Clean up MEX example code. stable
Mon, 15 Jun 2015 09:07:17 -0700 Rik Change mxCreateNumericArray to be Matlab compatible for ndims < 2 (bug #45319). stable
Mon, 15 Jun 2015 02:08:41 +0100 Carnë Draug Fix conversion from string cell array into java's String[] (bug #45290) stable
Sat, 13 Jun 2015 14:07:28 +0200 Pantxo Diribarne Don't run wizard in --no-gui mode (see http://octave.1599824.n4.nabble.com/Octave-wants-to-run-startup-configuration-wizard-in-no-gui-mode-tp4670884.html) stable
Wed, 10 Jun 2015 15:21:24 -0700 Rik Update root, figure, and axes graphics object properties.
Wed, 10 Jun 2015 09:26:14 -0400 Mike Miller Fix load/save of integers with -hdf5 (bug #45225) stable
Wed, 10 Jun 2015 08:42:11 -0400 Mike Miller io.tst: Add tests for printf hex or octal conversion on string inputs stable
Tue, 09 Jun 2015 21:42:10 -0700 Michele Zaffalon ellipke.m: Modify to accept row vectors (bug #45283). stable
Tue, 09 Jun 2015 21:38:46 -0700 Rik Put most used conversions first in Java box/unbox routines.
Tue, 09 Jun 2015 16:37:53 -0700 Rik maint: Periodic merge of stable to default.
Tue, 09 Jun 2015 16:25:45 -0700 John W. Eaton Return correct hex value for printf when used with string inputs (bug #45263). stable
Tue, 09 Jun 2015 16:16:44 -0700 Rik run.m: Return to original directory on Windows (bug #45231). stable
Tue, 09 Jun 2015 16:10:59 -0700 Rik Convert double Octave vectors to double Java vectors (bug #45264). stable
Sat, 06 Jun 2015 08:26:21 -0700 Rik ginput.m: Stop feval error when ginput called multiple times (bug #45261).
Fri, 05 Jun 2015 15:51:04 -0400 John W. Eaton improve compatibility of indexed assignment (bug #43813)
Wed, 03 Jun 2015 14:16:43 -0700 Rik configure.ac: Let autoconf Fortran macro choose FFLAGS.
Tue, 02 Jun 2015 00:12:30 +0200 Pantxo Diribarne Also load settings and translations in --no-gui mode (bugs #44222 and #45199) stable
Tue, 02 Jun 2015 19:42:07 +0200 Pantxo Diribarne Avoid crash when trying to annotate an empty figure (bug #45241) stable
Tue, 02 Jun 2015 19:24:44 +0200 Pantxo Diribarne Allow interactive annotations in other figures than the currentfigure. stable
Tue, 02 Jun 2015 00:03:45 +0200 Pantxo Diribarne Allow copying a figure to clipboard even in --no-gui mode (bug #44886) stable
Mon, 01 Jun 2015 22:04:52 +0200 Pantxo Diribarne Allow saving/copying other figures than the currentfigure (bug #45226) stable
Mon, 25 May 2015 20:04:45 +0200 Philip Nienhuis fullfile.m: allow UNC (\srv\share) paths on Windows systems (bug #44682).
Sun, 31 May 2015 13:45:16 +0100 Carnë Draug Doxyfile.in: set INCLUDE_PATH required for doxygen macro expansion (bug #45152)
Sat, 30 May 2015 20:06:27 -0400 Mike Miller test: Add tests for 'echo' and 'completion_matches' builtins
Sat, 30 May 2015 15:46:04 -0400 Mike Miller linsolve.m: Fix regression when calling linsolve with 2 arguments (bug #45212) stable
Thu, 28 May 2015 22:16:24 -0400 Mike Miller fftshift.m, ifftshift.m: Restore support for N-dimensional arrays (bug #45207) stable
Sat, 30 May 2015 13:50:14 +0100 Carnë Draug doc: doxygen documentation for dim_vector header.
Sat, 30 May 2015 05:39:47 -0400 John W. Eaton maint: Periodic merge of stable to default.
Sat, 23 May 2015 10:35:40 -0400 John W. Eaton Version 4.0.0 released. stable release-4-0-0
Wed, 27 May 2015 16:12:18 -0400 John W. Eaton Added tag release-4-0-0 for changeset 3ccc2d02e64b
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Tue, 26 May 2015 21:07:42 -0700 Rik Use in-place operators in m-files where possible.
Mon, 25 May 2015 22:02:15 -0700 Rik Use in-place operators in C++ code where possible.
Sun, 24 May 2015 04:47:20 +0100 Carnë Draug Deprecate Array::capacity() and Sparse::capacity() for numel() and nzmax().
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Mon, 25 May 2015 16:48:47 -0700 Rik surfnorm.m: Return unnormalized vectors for Matlab compatibility.
Sun, 24 May 2015 21:09:12 -0700 Rik Remove CXX_VERSION from octave_config_info that was deprecated in 3.8.
Sun, 24 May 2015 21:07:42 -0700 Rik maint: Remove interp1q deprecated in 3.8.
Sun, 24 May 2015 20:35:13 -0700 Rik maint: Remove functions deprecated in 3.8.
Sun, 24 May 2015 20:05:25 -0700 Rik configure.ac: Bump development branch to version 4.1.0+.
Sun, 24 May 2015 23:23:29 +0200 Philip Nienhuis textread.m: fix texinfo header syntax after commit 481fa65e5cab stable
Sun, 24 May 2015 23:06:31 +0200 Philip Nienhuis textscan.m: adapt format repeat counter when reading from file before invoking strread.m (bug #45047) stable
Sun, 24 May 2015 22:47:55 +0200 Philip Nienhuis textread.m, textscan.m: Fix handling of format repeat count (bug #45047) stable
Sat, 23 May 2015 22:11:25 -0700 Rik Don't print unecessary backtrace for GraphicsMagick warning about pixel depth.
Sat, 23 May 2015 21:46:44 -0700 Rik maint: Use cuddled parentheses when indexing dimension_vectors.
Sat, 23 May 2015 10:19:50 -0400 John W. Eaton maint: Periodic merge of stable to default.
Sat, 23 May 2015 10:47:03 +0200 Pantxo Diribarne Let grid and autoscale buttons work when the axes is invisible (bug #44436) stable
Fri, 22 May 2015 19:12:57 -0400 Mike Miller doc: Fix griddata example to new calling convention
Thu, 21 May 2015 22:35:51 -0400 Mike Miller griddata.m: Return values instead of plotting for Matlab compatibility (bug #45125)
Thu, 21 May 2015 15:57:57 -0700 Rik Return an empty matrix, not error, from dlmread when file is empty (bug #45156). stable
Wed, 20 May 2015 10:15:20 -0600 Piotr Held doxygen: document Array::length() and similar methods (bug #45138) stable
Thu, 21 May 2015 10:22:27 -0700 Rik Add special hex/octal escape sequence processing for regexp.
Wed, 20 May 2015 17:18:41 -0700 Rik Add support for octal and hex escape sequences in single-quoted *printf arguments (bug #39774).
Wed, 20 May 2015 22:40:11 +0200 Philip Nienhuis strread.m: properly process format repeat counter, add tests stable
Tue, 19 May 2015 13:32:47 -0600 Piotr Held doxygen: improve dim_vector constructor documentation (bug #45105) stable
Wed, 20 May 2015 08:01:10 -0700 John W. Eaton Expand type() to work on command-line entered functions (bug #40462).
Tue, 19 May 2015 13:49:21 -0700 Rik Validate second option to exist () (bug #42618).
Tue, 19 May 2015 12:13:22 -0700 Rik fplot.m: Document requirement of accepting vector inputs (bug #42050). stable
Tue, 19 May 2015 20:19:45 +0200 Philip Nienhuis textread.m: properly initialize endofline if specified by user (bug #45046) stable
Mon, 18 May 2015 22:10:51 -0700 Rik Correctly parse linestyle specification for contour plots.
Mon, 18 May 2015 19:14:41 -0400 Mike Miller Update make_int example to current octave_base_value API (bug #45136) stable
Sun, 17 May 2015 13:56:00 -0700 Rik Update citation for Octave software to version 4.0.0. stable
Sun, 17 May 2015 10:04:08 -0700 Rik Change mkfifo to use an octal argument for MODE (bug #45054).
Sun, 17 May 2015 09:48:12 -0700 Rik maint: Periodic merge of stable to default.
Sun, 17 May 2015 09:45:54 -0700 Rik doc: Document that mkfifo's mode argument is in decimal (bug #45054). stable
Fri, 15 May 2015 16:51:57 -0700 Rik ginput.m: Don't hang if window is close while fcn active (bug #44897).
Mon, 04 May 2015 09:27:33 -0300 Rafael Laboissiere test.m: Show error message and shared variables section in pager (bug #45007).
Thu, 07 May 2015 22:04:10 +0200 Rik num2str.m: Correctly parse newlines in single-quoted format strings (bug #44684).
Thu, 14 May 2015 14:25:37 -0700 Rik doc: Remove extra spaces at start of docstring which show up in Info format. stable
Thu, 14 May 2015 14:52:09 -0400 John W. Eaton maint: Periodic merge of stable to default.
Thu, 14 May 2015 14:47:05 -0400 John W. Eaton only force indirect OpenGL rendering on Windows systems (bug #44916) stable
Thu, 14 May 2015 08:55:05 -0700 Rik Use strrep instead of regexprep where possible in m-files for performance.
Wed, 06 May 2015 18:06:19 +0100 Carnë Draug Add tests for indexing classdef object with empty "()" (bug #44940).
Thu, 14 May 2015 08:00:53 -0700 John W. Eaton Return copy of class object when using null indexing (bug #44940).
Thu, 14 May 2015 04:02:45 -0400 John W. Eaton allow keywords as structure fields again (bug #45092) stable
Wed, 13 May 2015 13:15:31 -0600 Piotr Held external.txi: Fix example case for dim_vector (bug #45100). stable
Wed, 13 May 2015 22:00:56 +0200 Torsten make action shortcuts available in floating widgets (bug #45078) stable
Wed, 13 May 2015 20:51:41 +0200 Tatsuro Matsuoka ja_JP.ts: Update japanese translation (patch #8642) stable
Wed, 13 May 2015 14:17:08 -0400 John W. Eaton don't crash if structure field is keyword (bug #45092) stable
Tue, 12 May 2015 10:05:02 -0700 Rik doc: Remove typo of same word twice in a row. stable
Tue, 12 May 2015 08:46:53 -0700 Rik regexptranslate.m: Fix 'escape' option list of special chars (bug #45084). stable
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Tue, 12 May 2015 08:46:53 -0700 Rik regexptranslate.m: Fix 'escape' option list of special chars (bug #45084).
Tue, 12 May 2015 08:01:42 -0700 Rik normest.m: Fix function to run with sparse complex inputs (bug #45080). stable
Mon, 11 May 2015 22:13:08 -0700 Rik doc: Clean up several deftypefn entries of Command type. stable
Mon, 11 May 2015 22:08:26 -0700 Rik intro.txi: Improve documentation in introductory chapter. stable
Sun, 10 May 2015 21:37:19 -0700 Rik maint: Periodic merge of stable to default.
Sun, 10 May 2015 21:35:59 -0700 Rik doc: Rewrite guidelines for crafting docstrings. stable
Sun, 10 May 2015 16:07:41 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sat, 09 May 2015 22:50:09 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Thu, 07 May 2015 17:16:36 -0400 John Donoghue Default uicontextmenu visible to 'off' (Bug #44939) stable
Wed, 06 May 2015 20:52:16 +0100 Carnë Draug imformats.m: rewrite pretty print of format table.
Wed, 04 Feb 2015 22:49:04 +0100 Hartmut Gimpel imformats.m: implement pretty print when nargout is zero (bug #44119)
Wed, 06 May 2015 14:51:30 -0400 John W. Eaton use indirect rendering for OpenGL graphics (bug #44916) stable
Wed, 06 May 2015 18:19:44 +0100 Carnë Draug cstrcat.m: fix concatenation of strings (bug introduced in cset 196871335aa8)
Fri, 01 May 2015 16:21:39 +0100 Carnë Draug Allow call with empty argument list in strcat related functions (bug #44981)
Mon, 04 May 2015 21:50:57 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 04 May 2015 14:22:02 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 17:00:11 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 22:52:07 +0100 Carnë Draug psi: add support to compute the polygamma function (kth-derivative).
Sun, 03 May 2015 15:36:23 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 12:58:42 -0700 Rik gmap40.m: Deprecate function. stable
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
Sun, 03 May 2015 03:16:13 +0100 Carnë Draug maint: move NEWS from 45565ecec019 from the release 4.0 to 4.2.
Sun, 03 May 2015 02:59:28 +0100 Carnë Draug psi: refactor to reduce code duplication.
Sun, 15 Mar 2015 06:30:09 +0000 Carnë Draug psi: add support for complex numbers.
Sun, 15 Mar 2015 03:31:16 +0000 Carnë Draug New function psi to compute the digamma function.
Fri, 01 May 2015 21:39:09 -0700 Rik Check for a modern version of sndfile in configure scripts (bug #44976). stable
Fri, 01 May 2015 13:37:26 -0700 Rik Don't run Java BIST tests if HAVA_JAVA is false. stable
Fri, 01 May 2015 13:14:23 -0700 Rik acinclude.m4: Use simpler AC_PREPROC_IFELSE test for checking SETPLACEHOLDERTEXT.
Fri, 01 May 2015 13:11:51 -0700 Orion Poplawski Allow Qt GUI to compile on ARM CPU architectures (bug #44970). stable
Fri, 01 May 2015 09:32:12 -0700 Rik acinclude.m4: Use simpler AC_PREPROC_IFELSE test for checking Qscintilla version.
Fri, 01 May 2015 08:29:52 -0700 Rik Fix loading of ASCII files with NA values in final column (bug #44967). stable
Fri, 01 May 2015 08:56:48 +0200 Torsten fix checking copy shortcut in terminal when no setting available (bug #44968) stable
Fri, 01 May 2015 08:56:48 +0200 Torsten fix checking copy shortcut in terminal when no setting available (bug #44968)
Wed, 29 Apr 2015 17:09:24 -0700 Rik close.m: Silently accept null argument for Matlab compatibility. stable
Wed, 29 Apr 2015 17:09:24 -0700 Rik close.m: Silently accept null argument for Matlab compatibility.
Wed, 29 Apr 2015 00:54:37 -0400 John W. Eaton maint: Merge away extra head. stable
Tue, 28 Apr 2015 12:18:12 -0400 John W. Eaton Added tag rc-4-0-0-4 for changeset 42bb3a776c9f stable
Tue, 28 Apr 2015 12:17:57 -0400 John W. Eaton maint: Bump version number for 4.0.0-rc4. stable rc-4-0-0-4
Tue, 28 Apr 2015 14:03:03 -0700 Rik Don't save "warning: " prefix in lastwarn() message. stable