log

age author description
Thu, 28 Dec 2017 15:25:48 -0800 Rik linsolve.m: Clarify documentation about TRANSA input.
Thu, 28 Dec 2017 15:02:19 -0800 Rik maint: move ols, gls, lscov from statistics to linear-algebra directory.
Thu, 28 Dec 2017 14:49:22 -0800 Rik maint: move *appdata.m functions from miscellaneous to gui directory.
Thu, 28 Dec 2017 14:44:38 -0800 Rik maint: move debug.m from miscellaneous to help directory.
Thu, 28 Dec 2017 14:29:54 -0800 Rik doc: Note that return code 8 (class) is not implemented for exist().
Thu, 28 Dec 2017 21:13:49 +0100 Torsten Allow commenting with manually selected comment strings (bug #52695):
Thu, 28 Dec 2017 10:17:01 -0500 John W. Eaton use same wording and order for individual test results and summary
Wed, 27 Dec 2017 22:04:38 -0800 Rik Fix shrinking plots when colorbar or legend in "outside" location (bug #52732).
Wed, 27 Dec 2017 17:13:10 -0800 Sahil Yadav Don't disable 'R'otate button on FLTK toolbar for 2-D plots (bug #52720).
Wed, 27 Dec 2017 16:28:46 -0800 Rik runtests.m: Update printing of output.
Wed, 27 Dec 2017 15:51:48 -0800 Rik isaxes.m, isgraphics.m, isfigure.m: Clean up related isXXX graphics functions.
Wed, 27 Dec 2017 15:22:28 -0800 Rik Use new function isgraphics to simplify m-files.
Wed, 27 Dec 2017 12:41:45 -0800 Rik test: Mark certain bugs as xtest when run on Mac platforms (bug #52627).
Wed, 27 Dec 2017 15:40:14 -0500 John W. Eaton * oct-stream.cc: Fix whitespace in some macro definitions.
Wed, 27 Dec 2017 20:46:11 +0100 Torsten Allow uncommenting with any kind of comment (bug #52695):
Wed, 27 Dec 2017 11:22:26 -0800 Rik isstring.m: Add new function for identifying string arrays.
Wed, 27 Dec 2017 08:59:41 -0800 Rik erase.m: Add warning if a character array is used for PTN.
Tue, 26 Dec 2017 15:23:43 -0800 Rik Don't use "userdata" property internally for legend private data.
Tue, 26 Dec 2017 13:32:03 -0800 Rik getappdata.m: Use try/catch for 40% performance improvement.
Tue, 26 Dec 2017 13:13:18 -0800 Rik setappdata.m: Overhaul function.
Tue, 26 Dec 2017 11:35:08 -0800 Rik maint: merge stable to default.
Tue, 26 Dec 2017 11:32:35 -0800 Rik doc: Rewrite documentation for Advanced Indexing (bug #52723). stable
Tue, 26 Dec 2017 10:29:49 -0800 Rik func.tst: Add tests for error if function parameter is declared persistent.
Tue, 26 Dec 2017 10:14:56 -0800 Rik doc: Delete extra ']' in scanf docstring (bug #52742). stable
Thu, 21 Dec 2017 14:03:42 +0100 Pantxo Diribarne Make mouse clicks update currentfigure (bug #52698).
Tue, 26 Dec 2017 09:51:54 -0800 Rik Fix ordering of legend objects when updated via callback (bug #46835).
Tue, 26 Dec 2017 08:10:49 -0800 Rik build: No need for 'eval' in BIST test for bug #52722.
Mon, 25 Dec 2017 22:13:41 -0800 Rik groot.m: New function to return handle of graphics root object.
Mon, 25 Dec 2017 19:37:03 -0800 Rik Modify BIST tests to pass when string_fill_char is not ' '.
Mon, 25 Dec 2017 08:33:52 -0800 Sahil Yadav erase.m: New string function for deleting substrings with a string.
Sat, 23 Dec 2017 21:04:14 -0800 Rik Add BIST test for bug #52722.
Sat, 23 Dec 2017 14:58:27 -0500 John W. Eaton don't allow function parameters (in or out) to be persistent
Sat, 23 Dec 2017 14:15:31 -0500 John W. Eaton make ginput work again (bug #52699)
Fri, 22 Dec 2017 18:32:07 -0500 John W. Eaton fix binding for global variables in script files (bug #52722)
Fri, 22 Dec 2017 15:32:16 -0800 Rik maint: merge stable to default.
Fri, 22 Dec 2017 15:29:45 -0800 Rik doc: Fix mistaken use of space between function and '(' in documentation (bug #52723). stable
Wed, 20 Dec 2017 20:10:10 +0100 Marco Caliari Change matrix multiplication order in xpow for compatibility (bug #52706).
Fri, 22 Dec 2017 13:09:59 -0800 Rik Create "pickableparts" as a base graphics property.
Fri, 22 Dec 2017 10:46:29 -0800 Rik Remove "DisplayName" property from text and image objects.
Fri, 22 Dec 2017 13:01:55 -0500 John W. Eaton * __opengl_info__.m: Don't echo attempts.
Thu, 21 Dec 2017 16:10:22 -0800 Rik Don't error with "%c" arg to whos_line_format (bug #52714).
Thu, 21 Dec 2017 14:30:38 -0800 Rik Fix failing sort of complex values on Mac platforms (bug #52627).
Thu, 21 Dec 2017 14:36:06 -0500 John W. Eaton * __opengl_info__.m: Make more than one attempt to get info from hidden figure.
Thu, 21 Dec 2017 12:47:20 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 21 Dec 2017 12:35:38 -0500 John W. Eaton lex.ll: Fix macro for implicit fallthrough warning.
Thu, 21 Dec 2017 12:34:51 -0500 John W. Eaton maint: Indent pragmas as other preprocessor directives.
Thu, 21 Dec 2017 12:14:10 -0500 John W. Eaton avoid shadowed variable warning from GCC
Thu, 21 Dec 2017 12:13:04 -0500 John W. Eaton move have_window_system function from sysdep.cc to display.cc
Thu, 21 Dec 2017 03:45:09 -0800 Rik maint: merge stable to default.
Thu, 21 Dec 2017 03:38:39 -0800 Rik doc: Fix various inconsistencies in manual (bug #52712). stable
Thu, 21 Dec 2017 03:02:58 -0800 Rik Fix typo in cset 8354b505ad6b (bug #52702). stable
Thu, 21 Dec 2017 03:06:12 -0800 Rik crosstab.m: Update docstring to use crosstab name (bug #52711).
Wed, 20 Dec 2017 17:19:39 -0800 Rik maint: merge stable to default.
Wed, 20 Dec 2017 17:19:11 -0800 Rik doc: Fix inconsistencies with char, strvcat, strread docstrings (bug #52702. stable
Wed, 20 Dec 2017 10:09:28 +0100 Pantxo Diribarne Make use of "close" function to close Qt figures (bug #52698).
Wed, 20 Dec 2017 16:40:15 -0800 Rik legend.m: Overhaul function for greater Matlab compatibility.
Tue, 19 Dec 2017 12:46:15 -0800 Rik cla.m: Overhaul function for greater Matlab compatibility.
Tue, 19 Dec 2017 12:41:30 -0800 Rik maint: merge stable to default.
Tue, 19 Dec 2017 12:39:25 -0800 Rik doc: Use 'axes' rather than 'axis' appropriately in docstrings. stable
Mon, 18 Dec 2017 21:18:38 -0800 Rik colorbar.m: Fix typo in docstring in cset 51ead71394bc.
Mon, 18 Dec 2017 19:21:12 -0800 Rik linkprop.m: Overhaul function.
Mon, 18 Dec 2017 17:30:48 -0800 Rik Update plotyy implementation.
Mon, 18 Dec 2017 16:19:37 -0800 Rik colorbar.m: Overhaul function.
Mon, 18 Dec 2017 11:03:07 -0800 Rik Change uses of gcbf after Matlab compatibility change in bug #52621.
Mon, 18 Dec 2017 09:16:05 -0800 Rik maint: merge stable to default.
Sun, 25 Jun 2017 18:50:44 +0200 Markus Mützel Fix addpath for UNC paths on Windows (bug #51268). stable
Sun, 17 Dec 2017 07:04:31 -0800 Rik Change ishandle to return true for Java objects for Matlab compatibility.
Sat, 16 Dec 2017 18:41:41 -0800 Rik maint: merge stable to default.
Thu, 14 Dec 2017 22:43:16 -0600 Daniel J Sebald Protect being-deleted objects on figure list from second deletion (bug #52666) stable
Sat, 16 Dec 2017 08:22:36 -0800 Rik close.m: update cset 9213b8166af9 for better Matlab compatibility (bug #52621).
Sat, 16 Dec 2017 14:49:25 +0100 Andreas Weber dlmwrite.m: Close fid if filename is only one char long (bug #52679) stable
Fri, 15 Dec 2017 12:51:20 -0800 Rik Remove warnings about 'W', 'A', and 'R' modes in fopen (bug #52644).
Fri, 15 Dec 2017 12:01:17 -0800 Rik maint: merge stable to default.
Fri, 15 Dec 2017 12:00:50 -0800 Rik doc: Explain Matlab compatibility of fopen modes (bug #52644). stable
Fri, 15 Dec 2017 09:21:26 -0800 Rik fplot.m: Fix handling of non-vectorized input functions (bug #52673).
Thu, 14 Dec 2017 21:23:39 -0800 Rik maint: merge stable to default.
Thu, 14 Dec 2017 21:20:45 -0800 Rik doc: Update documentation for keywords to include classdef statements (Bug #52591). stable
Thu, 14 Dec 2017 14:38:33 -0800 Rik doc: Fix documentation of third input to lsode() (bug #52664). stable
Wed, 13 Dec 2017 13:25:30 -0800 Rik __gnuplot_drawnow__.m: Update comment about positioning figure (bug #49215).
Wed, 13 Dec 2017 11:17:57 -0800 Rik Fix error when setting "units" property on hggroup w/gnuplot (bug #39394).
Wed, 13 Dec 2017 10:14:28 -0800 Rik maint: merge stable to default.
Tue, 12 Dec 2017 22:10:59 -0600 Daniel J Sebald Set gnuplot color data to half output range when autoscaling zero input range (bug #52624). stable
Wed, 13 Dec 2017 08:33:09 -0800 Rik doc: Improve documentation for findobj, findall. stable
Tue, 12 Dec 2017 18:38:50 -0600 Daniel J Sebald Make gnuplot toolkit image color mapping consistent with OpenGL toolkits (bug #52624).
Tue, 12 Dec 2017 17:51:06 -0800 Rik close.m: Allow a figure to be specified by name.
Tue, 12 Dec 2017 17:24:41 -0800 Rik Reimplement close() for figures for better Matlab compatibility (bug #52621).
Tue, 12 Dec 2017 13:02:19 -0800 Rik legend.m: Setting DisplayName to "" should delete legend (bug #52641).
Mon, 11 Dec 2017 15:07:43 -0800 Rik maint: merge stable to default.
Mon, 11 Dec 2017 15:04:07 -0800 Rik doc: Add seealso links between addlistener/dellistener. stable
Mon, 11 Dec 2017 14:59:43 -0800 Rik Add polarplot() to the list of unimplemented functions (bug #52643). stable
Mon, 11 Dec 2017 14:47:25 -0800 Rik maint: merge stable to default.
Mon, 11 Dec 2017 14:46:43 -0800 Rik legend.m: Fix callback error when changing a legend string to "". stable
Mon, 11 Dec 2017 14:21:50 -0500 John W. Eaton don't use const reference template arguments to create var editor callbacks
Mon, 11 Dec 2017 09:08:34 -0500 John W. Eaton use Qt::NoItemFlags instead of 0 or nullptr
Sun, 10 Dec 2017 14:35:06 +0100 Pantxo Diribarne Better handling of "handlevisibility" property (bug #52621).
Mon, 11 Dec 2017 08:51:12 -0800 Rik get_description.m: Fix quote character error introduced in b1d1229d9e83 (bug #52639).
Sat, 09 Dec 2017 11:50:19 +0100 Torsten add new smart code indentation to the shortcut-manager
Fri, 08 Dec 2017 15:46:04 -0800 Rik camzoom.m: Add a tolerance of 2*eps to failing BIST test or Mac OS X.
Fri, 08 Dec 2017 13:02:19 -0800 Rik fileattrib.m: Fix BIST test failing on Mac OSX due to symlinked tmp dir.
Thu, 07 Dec 2017 21:47:53 -0800 Rik maint: merge stable to default.
Thu, 07 Dec 2017 21:47:14 -0800 Rik configure.ac: Fix test for Java version (bug #52617). stable
Thu, 07 Dec 2017 17:37:05 -0800 Rik Add titles to most plot demos.
Thu, 07 Dec 2017 13:47:55 -0800 Rik build: Silence compile warning about unknown GCC warning "-Wimplicit-fallthrough".
Thu, 07 Dec 2017 15:40:43 -0500 John W. Eaton eliminate unused symbol_record member variable and related functions
Thu, 07 Dec 2017 10:33:21 -0800 Rik maint: merge stable to default.
Wed, 06 Dec 2017 14:22:04 -0600 Daniel J Sebald For gnuplot toolkit, do not map TrueColor data to colormap size (bug #52599). stable
Thu, 07 Dec 2017 09:56:30 -0800 Rik maint: merge stable to default.
Thu, 07 Dec 2017 09:55:36 -0800 Rik Fix incorrect color of markers in quiver plots when linestyle given. stable
Thu, 07 Dec 2017 09:53:04 -0800 Rik doc: Clarify quiver/quiver3 documentation when a linestyle is given (bug #52608). stable
Thu, 07 Dec 2017 11:34:10 -0500 John W. Eaton * lex.h: Include symscope.h for clang on OS X.
Thu, 07 Dec 2017 10:12:35 -0500 John W. Eaton avoid memory leak in utf8 conversion functions
Thu, 07 Dec 2017 08:26:19 -0500 John W. Eaton fix thinko in linking symbol references (bug #52609)
Thu, 07 Dec 2017 01:31:34 -0500 John W. Eaton improve handling of invalid symbol_scope objects (bug #52607)
Wed, 06 Dec 2017 18:49:31 -0800 Rik Fix quoting error from cset b1d1229d9e83.
Wed, 06 Dec 2017 18:28:06 -0800 Rik maint: merge stable to default.
Wed, 06 Dec 2017 18:27:31 -0800 Rik Fix ENABLE_JIT mistakenly being set by configure. stable
Wed, 06 Dec 2017 17:07:11 -0800 Rik maint: merge stable to default.
Wed, 06 Dec 2017 13:45:54 +0100 Pantxo Diribarne Make wheel scroll behave more consistently in pan mode (bug #52588). stable
Wed, 06 Dec 2017 16:51:19 -0800 Rik Correctly return economy or standard QR factorization (bug #52593).
Wed, 06 Dec 2017 14:09:08 -0800 Rik maint: Use single quotes to simplify excessive backslash escapes in code.
Wed, 06 Dec 2017 13:19:15 -0800 Rik maint: merge stable to default.
Wed, 06 Dec 2017 12:39:27 -0600 Daniel J Sebald Make gnuplot color have three components for interpolated edge color (bug #52595). stable
Wed, 06 Dec 2017 13:55:23 -0500 John W. Eaton Backed out changeset 4e746afab617
Wed, 06 Dec 2017 09:05:32 -0800 Rik Only warn once from gnuplot about "interp" not being supported (bug #52595).
Wed, 06 Dec 2017 08:52:46 -0800 Rik maint: merge stable to default.
Tue, 05 Dec 2017 17:12:08 -0600 Daniel J Sebald Simplify gnuplot toolkit scripts for image/non-image data plots (bug #52589). stable
Wed, 06 Dec 2017 11:45:44 -0500 John W. Eaton don't store relative directory names in load path (bug #52598)
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Tue, 05 Dec 2017 11:35:11 -0800 Rik maint: merge of stable to default.
Tue, 05 Dec 2017 09:24:05 -0800 Rik doc: grammarcheck of Object Oriented Programming chapter in manual. stable
Tue, 18 Apr 2017 16:45:27 -0700 Rik Revert change to Copyright word wrapping in 907f8c3e1c8d. stable
Wed, 19 Apr 2017 01:22:23 +0200 Markus Mützel doc: new section about classdef classes with example (bug #44590). stable
Mon, 04 Dec 2017 12:30:40 -0500 John W. Eaton refactor symbol_record object
Mon, 04 Dec 2017 01:26:06 -0500 John W. Eaton update octave_lvalue class and move inside octave namespace
Sun, 03 Dec 2017 16:42:16 -0500 John W. Eaton give names to anonymous function scopes
Thu, 30 Nov 2017 16:31:55 -0500 John W. Eaton avoid shadowed variable warnings from GCC
Thu, 30 Nov 2017 15:10:12 -0500 John W. Eaton restructure global variable handling in symbol table
Thu, 30 Nov 2017 08:00:40 -0500 John W. Eaton delete unused symbol_record_rep member variable
Wed, 29 Nov 2017 15:18:52 -0500 John W. Eaton move oct-lvalue files from corefcn to parse-tree directory
Wed, 29 Nov 2017 15:08:37 -0500 John W. Eaton deprecate defun_isargout functions
Tue, 28 Nov 2017 12:43:25 -0500 John W. Eaton eliminate some uses of decl_scope in symbol_record class
Sun, 03 Dec 2017 12:37:13 +0100 Torsten fix truncated startup message in the gui terminal
Fri, 01 Dec 2017 17:28:37 -0600 Daniel J Sebald Fix textscan missing fields and number reads for cell-specified delimiters (bug #52550).
Thu, 30 Nov 2017 22:57:15 +0100 Pantxo Diribarne Freset: don't force drawnow (bug #52557).
Fri, 01 Dec 2017 11:24:33 -0800 Rik Stop segfault when starting Octave with conflicting options (bug #52567).
Fri, 01 Dec 2017 11:08:26 -0800 Rik eigs.m: Fix failing BIST test (bug #49523).
Thu, 30 Nov 2017 09:01:11 +0100 Marco Caliari Relax some tests for unconverged eigenvalues with eigs (bug #49523).
Thu, 30 Nov 2017 12:58:04 -0800 Rik eigs-base.cc: Fix incorrect function name reported in error msgs.
Thu, 30 Nov 2017 11:03:20 -0800 Rik table.m: Rename function to crosstab for Matlab compatibility (bug #52492).
Thu, 30 Nov 2017 10:11:11 -0800 Rik maint: merge of stable to default.
Thu, 30 Nov 2017 09:13:07 -0800 Rik Fix concatenation of empty char matrices with other strings (bug #52542). stable
Wed, 29 Nov 2017 13:47:23 -0800 Rik maint: merge stable to default.
Wed, 29 Nov 2017 13:43:58 -0800 Rik build: Fix compiling OCTAVE_ARPACK_OK_2 Fortran code (bug #52425). stable
Wed, 29 Nov 2017 13:37:40 -0800 Rik Fix legend placement for plotyy figures (bug #52547).
Wed, 29 Nov 2017 13:08:56 -0800 Rik Add new warning ID "Octave:eigs:UnconvergedEigenvalues".
Fri, 24 Nov 2017 11:51:03 +0100 Marco Caliari eigs should return NaNs for unconverged eigenpairs (bug #49523).
Wed, 29 Nov 2017 11:47:04 -0800 Rik doc: Remove contributor not wishing to appear in manual.
Wed, 29 Nov 2017 11:26:14 -0800 Rik maint: fix buggy merge of stable to default in cset 3ae0003252ac.
Wed, 29 Nov 2017 11:15:40 -0800 Rik maint: merge stable to default.
Wed, 29 Nov 2017 11:01:59 -0800 Rik configure.ac: Fix regression in detecting ARPACK library in cset f52d91f6ef80. stable
Wed, 29 Nov 2017 13:09:51 +0100 Kai T. Ohlhus doc: Add missing contributors from hg log to contributors.in (bug #46740)
Wed, 29 Nov 2017 12:32:39 +0100 Lasse Kliemann doc: Improve docstring for rank (bug #52533).
Tue, 28 Nov 2017 12:57:51 -0800 Rik isequal.m, isequaln.m: Fix comparsion of struct arrays (bug #51403).
Mon, 27 Nov 2017 23:52:54 -0500 John W. Eaton don't store persistent variables separately in scope object
Mon, 27 Nov 2017 20:28:13 -0500 John W. Eaton eliminate unused symbol scope and symbol record functions
Mon, 27 Nov 2017 10:48:20 -0500 John W. Eaton use shared_ptr to manage fcn_info object
Mon, 27 Nov 2017 17:13:36 -0800 Rik meshz.m: Change indices to be one-based, not zero-based, when single input Z given.
Mon, 27 Nov 2017 17:08:30 -0800 Rik maint: periodic merge of stable to default.
Mon, 27 Nov 2017 16:58:25 -0800 Rik stairs.m: Add example @code section showing what "indices of elements" means. stable
Mon, 27 Nov 2017 16:51:14 -0800 Rik doc: Correct surface plot explanation of meshgridded results of 1 input (bug #52536) stable
Mon, 27 Nov 2017 20:38:35 +0100 Torsten handle floating widgets on all platforms as done on windows (bug #52378)
Sun, 26 Nov 2017 21:30:46 -0800 Rik doc: Remove references to filemarker function deleted in a26a8714db26.
Sun, 26 Nov 2017 21:20:41 -0800 Rik Use common coding style of 'htmp' passed to output 'h' for plot m-files.
Sun, 26 Nov 2017 21:06:04 -0800 Rik maint: periodic merge of stable to default.
Sat, 25 Nov 2017 20:52:46 +0100 Hugo Raguet trisurf.m, trimesh.m: Fix input validation (bug #48109). stable
Sun, 26 Nov 2017 20:59:28 -0800 Rik isequal.m: Fix typo in BIST test (bug #51403).
Sun, 26 Nov 2017 14:55:26 -0800 Rik isequal.m, isequaln.m: Return a full, non-sparse, logical value for compatibility.
Sun, 26 Nov 2017 14:50:20 -0800 Rik Return NaN arrays for left division operator when operands contain NaNs (bug #52516).
Sun, 26 Nov 2017 10:22:39 -0800 Rik Remove regression mark for second BIST test for textscan bug #52479.
Sun, 26 Nov 2017 09:01:35 -0800 Rik Promote __iseqal__.m to isequal.m, isequaln.m for 20% performance benefit (bug #51403).
Sat, 25 Nov 2017 21:56:15 -0800 Rik __isequal__.m: Rewrite function for performance.
Fri, 24 Nov 2017 18:14:37 +0100 Torsten do not change selection when (un)commenting lines in the editor () stable
Tue, 21 Nov 2017 21:35:32 +0100 Torsten allow uncommenting in editor when line begins with whitespace (bug #52406) stable
Thu, 09 Nov 2017 21:07:42 +0100 Torsten do not extend selection when indenting/commenting in editor (bug #45610) stable
Fri, 24 Nov 2017 17:29:00 -0800 Rik maint: merge stable to default.
Wed, 22 Nov 2017 14:06:44 -0600 Daniel J Sebald Remove all delimiters from whitespace list in textscan function (bug #52479). stable
Fri, 24 Nov 2017 18:14:37 +0100 Torsten do not change selection when (un)commenting lines in the editor ()
Thu, 23 Nov 2017 13:57:42 -0800 Rik maint: merge stable to default.
Thu, 23 Nov 2017 13:33:48 -0800 Rik Calculate 1-norm of matrices to assess whether NaN or Inf are present (bug #39000). stable
Thu, 23 Nov 2017 20:39:38 +0100 Torsten * workspae_view (save_settings): add missing call to virtual base function stable
Mon, 20 Nov 2017 07:35:48 +0100 Torsten prevent extra ampersand under KDE in cd-or-add-to-path dialog (bug #52423) stable
Thu, 23 Nov 2017 10:45:19 -0800 Rik Recognize docstrings from subfunctions (bug #46008).
Thu, 23 Nov 2017 18:12:40 +0000 Carnë Draug eps: error if input is not of floating point type
Thu, 23 Nov 2017 16:27:02 +0000 Carnë Draug libinterp/corefcn/data.cc: template eps() to reduce code duplication
Thu, 23 Nov 2017 09:42:21 -0800 Rik plotyy.m: Don't color y-axis which contains more than 1 line object (bug #48115).
Thu, 23 Nov 2017 09:27:23 -0800 Rik maint: merge stable to default.
Thu, 23 Nov 2017 08:57:56 -0800 Rik plotyy.m: Fix error when using FUN2 argument (bug #48115) stable
Tue, 21 Nov 2017 22:00:45 -0800 Rik maint: Correct typo in comment "Throw-away" => "Throw away"
Tue, 21 Nov 2017 18:44:00 -0800 Rik maint: merge of stable to default.
Tue, 21 Nov 2017 17:49:18 -0800 Rik Check ARPACK library for buggy behavior in configure (bug #52425) stable
Tue, 21 Nov 2017 21:35:32 +0100 Torsten allow uncommenting in editor when line begins with whitespace (bug #52406)
Mon, 20 Nov 2017 08:05:10 -0500 John W. Eaton Fix typo: varaible -> variable.
Sun, 19 Nov 2017 21:37:49 -0500 John W. Eaton * bp-table.cc: Style fixes.
Sun, 19 Nov 2017 21:17:25 -0500 John W. Eaton store subfunction names in scope instead of function object
Mon, 24 Jul 2017 16:48:03 +0200 Pantxo Diribarne Fix printing integer type images (bug #51558) stable
Sun, 19 Nov 2017 16:01:05 -0500 John W. Eaton improve error message for invalid anonymous functions
Sun, 19 Nov 2017 21:15:17 +0100 Torsten update wrong setting keys accidentally introduced into the settings file stable
Sun, 19 Nov 2017 12:49:15 -0500 John W. Eaton delete unused symbol_table functions
Sun, 12 Nov 2017 22:10:46 +0100 Torsten consistent case of settings keys in the settings file (important for qt5) stable
Sun, 19 Nov 2017 09:51:19 -0500 John W. Eaton delete filemarker function and corresponding internal variable
Sun, 19 Nov 2017 10:31:14 +0100 Andreas Weber dim-vector.cc: rewrite dim-vector.cc::squeeze using existing functions
Sat, 18 Nov 2017 20:41:41 +0100 Markus Mützel Copy all constraints for row vector properties.
Sat, 18 Nov 2017 19:45:23 +0100 Markus Mützel Do not skip constraints for graphics properties.
Sat, 18 Nov 2017 11:50:16 +0100 Torsten improve re-docking of a floating widget under windows
Fri, 17 Nov 2017 13:46:15 -0500 John W. Eaton * perms.m: Split groups of tests to individual asserts.
Fri, 17 Nov 2017 17:34:28 +0000 Carnë Draug scripts/specfun/perms.m: support data of any indexable type (bug #52431)
Fri, 17 Nov 2017 11:36:55 -0500 John W. Eaton use m_ prefix for symbol_record class data members
Fri, 17 Nov 2017 09:12:11 -0500 John W. Eaton use shared_ptr and weak_ptr to manage symbol_record object
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Thu, 16 Nov 2017 19:39:00 -0500 John W. Eaton rename scope to symbol_scope
Fri, 17 Nov 2017 16:53:42 +0000 Carnë Draug scripts/specfun/perms.m: fix return type and size for empty arrays (bug #52432)
Fri, 17 Nov 2017 16:01:59 +0000 Carnë Draug scripts/specfun/perms.m: add tests for non numeric data (bug #52431)
Thu, 16 Nov 2017 18:12:23 -0800 Rik maint: merge stable to default.
Thu, 16 Nov 2017 18:01:18 -0800 Rik Fix definition of Delaunay triangulation in docstrings (bug #52416). stable
Thu, 16 Nov 2017 17:24:09 -0800 Rik accumarray.m: Add '@' to function handles in docstring (bug #52418). stable
Thu, 16 Nov 2017 16:06:31 -0500 John W. Eaton disentangle symbol_record, scope, and fcn_info from symbol_table class
Thu, 16 Nov 2017 16:12:12 -0500 John W. Eaton maint: No really, merge stable to default.
Thu, 16 Nov 2017 11:55:15 -0800 Rik maint: merge stable to default.
Thu, 16 Nov 2017 11:54:20 -0800 Rik Eliminate possible segfaults related to not cleaning up Qhull workspace. stable
Wed, 15 Nov 2017 19:27:09 -0800 Rik maint: merge stable to default.
Wed, 15 Nov 2017 19:26:38 -0800 Rik Fix segfault in delaunayn when Qhull memory is not properly cleared (bug #52410). stable
Wed, 15 Nov 2017 15:26:11 -0800 Rik maint: replace uses of 0 with nullptr in dSparse.cc, CSparse.cc.
Wed, 15 Nov 2017 15:22:27 -0800 Rik maint: merge stable to default.
Wed, 15 Nov 2017 15:21:45 -0800 Rik Fix segfault with CHOLMOD library and empty matrices (bug #52365). stable
Wed, 15 Nov 2017 14:52:07 -0500 John W. Eaton use shared_ptr to manage url_transfer object
Wed, 15 Nov 2017 14:38:31 -0500 John W. Eaton use shared_ptr to manage thread_manager object
Wed, 15 Nov 2017 14:21:52 -0500 John W. Eaton use shared_ptr to manage graphics_object and graphics_event objects
Tue, 14 Nov 2017 09:41:07 +0100 Marco Caliari Fix incorrect size of the solution of some singular systems (bug #52402).
Sun, 05 Nov 2017 20:25:17 +0100 Julien Bect * jit.tst: Disable tests that hang the interpreter.