log

age author description
Fri, 12 Jul 2019 19:55:03 -0700 Rik Accept only integers for single input form of rand (bug #56609).
Fri, 12 Jul 2019 17:20:07 -0700 Rik ismember.m: Add parentheses to make indexing expression easier to read.
Fri, 12 Jul 2019 19:26:55 -0400 John W. Eaton replace more explicit callback functions with lambda expressions
Fri, 12 Jul 2019 15:34:28 -0700 Rik webread.m: Allow a single URL argument as input (bug #56623).
Fri, 12 Jul 2019 15:26:36 -0700 Rik validsetargs.m: Validate "rows" flag when "legacy" flag also present.
Fri, 12 Jul 2019 12:36:50 -0700 Rik griddatan.m: Allow a single query point as input (bug #45542, bug #56515).
Fri, 12 Jul 2019 13:14:50 -0500 John W. Eaton replace some explicit callback functions with lambda expressions
Fri, 12 Jul 2019 12:14:43 -0400 John W. Eaton maint: Merge stable to default.
Fri, 12 Jul 2019 09:11:58 -0700 Rik dir.m: Gracefully handle race conditions when file is deleted (bug #56618).
Fri, 12 Jul 2019 10:41:47 -0400 John W. Eaton make "dbquit all" work and fix dbquit compatibility (bug #56616)
Thu, 11 Jul 2019 20:16:58 -0700 Juho Iipponen griddatan.m: Fix 4-D interpolation (bug #45542, bug #56515).
Thu, 11 Jul 2019 19:55:53 -0700 Rik setxor.m: Accept a "legacy" flag for Matlab compatibility.
Thu, 11 Jul 2019 15:29:38 -0700 Rik setdiff.m: Accept a "legacy" flag for Matlab compatibility.
Thu, 11 Jul 2019 15:05:30 -0700 Rik unique.m: Set default to "first" when multiple options present.
Thu, 11 Jul 2019 13:31:23 -0700 Rik doc: Update description of "legacy" option for set functions.
Thu, 11 Jul 2019 14:21:37 -0400 John W. Eaton eliminate unused tree_evaluator::reset function
Thu, 11 Jul 2019 14:16:08 -0400 John W. Eaton re-enter debugger when doing dbstep (bug #56150)
Wed, 10 Jul 2019 20:06:04 -0700 Rik union.m: Accept a "legacy" flag for Matlab compatibility.
Wed, 10 Jul 2019 20:02:44 -0700 Rik doc: Remove stray semicolons from pie, pie3 calling forms. stable
Wed, 10 Jul 2019 19:51:37 -0700 Rik validsetargs.m: Fix typo introduced in cset 255f2681d224.
Wed, 10 Jul 2019 17:32:52 -0700 Rik intersect.m: Accept a "legacy" flag for Matlab compatibility.
Wed, 10 Jul 2019 17:25:39 -0700 Rik unique.m: Fix special case of "legacy" and "rows" flag both present.
Wed, 10 Jul 2019 14:08:48 -0700 Rik text.m: Allow axes handle as first argument (bug #56513).
Wed, 10 Jul 2019 13:48:01 -0700 Rik Implement "legacy" flag for intersect function (bug #56592).
Tue, 09 Jul 2019 17:50:56 -0700 Rik ginput.m: Make "Enter" key on numeric keypad stop input (bug #56599).
Tue, 09 Jul 2019 19:41:27 +0200 Pantxo Diribarne Allow figure "keypressfcn" to work with uipanel on the way (bug #56598)
Thu, 04 Jul 2019 21:14:09 +0200 Torsten Lilge fix auto-close feature in editor when using tabs for indentation (bug #56533)
Thu, 04 Jul 2019 10:27:57 -0400 John W. Eaton ensure debuger_stack is popped when exiting a debug level (bug #56150)
Mon, 01 Jul 2019 18:05:46 -0400 John W. Eaton delete unused workspace model setData function and rename_variable signal
Mon, 01 Jul 2019 18:00:04 -0400 John W. Eaton connect workspace view rename variable signal to main window slot
Fri, 28 Jun 2019 17:03:28 -0400 John W. Eaton delete translator objects in base_qobject destructor
Fri, 28 Jun 2019 14:42:44 -0400 John W. Eaton more refactoring of GUI classes that manage the interpreter
Thu, 27 Jun 2019 13:27:22 -0400 John W. Eaton eliminate unnecessary inclusion of qt-application.h
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Wed, 26 Jun 2019 12:09:37 -0400 John W. Eaton allow building with Qt4 to work again
Tue, 02 Apr 2019 12:00:29 +0000 John W. Eaton eliminate direct access to call stack through interpreter class
Tue, 02 Apr 2019 11:54:57 +0000 John W. Eaton eliminate global direct access to call stack
Tue, 02 Apr 2019 11:59:28 +0000 John W. Eaton eliminate direct access to call stack in interpreter::mlock
Tue, 02 Apr 2019 11:51:24 +0000 John W. Eaton store reference to evaluator instead of call stack in stack frame
Mon, 01 Apr 2019 21:33:22 +0000 John W. Eaton eliminate some direct access to call stack in legacy class and function objects
Mon, 01 Apr 2019 20:53:00 +0000 John W. Eaton eliminate some direct access to call stack in gui and octave_base_value
Mon, 01 Apr 2019 20:38:44 +0000 John W. Eaton eliminate some direct access to call stack in classdef and inline objects
Mon, 01 Apr 2019 20:28:53 +0000 John W. Eaton eliminate direct access to call stack in ov-usr-fcn.cc
Mon, 01 Apr 2019 20:25:34 +0000 John W. Eaton eliminate direct access to call stack in mex functions
Mon, 01 Apr 2019 18:28:44 +0000 John W. Eaton eliminate direct access to call stack in debug functions
Mon, 01 Apr 2019 18:21:27 +0000 John W. Eaton eliminate direct access to call stack in variables functions
Mon, 01 Apr 2019 18:00:15 +0000 John W. Eaton eliminate direct access to call stack in load-save functions
Mon, 01 Apr 2019 17:47:24 +0000 John W. Eaton eliminate direct access to call stack in help functions
Mon, 01 Apr 2019 17:39:42 +0000 John W. Eaton eliminate direct access to call stack in defun functions
Mon, 01 Apr 2019 17:32:02 +0000 John W. Eaton eliminate direct access to call_stack in input functions
Mon, 01 Apr 2019 16:58:05 +0000 John W. Eaton eliminate direct access to call_stack in error functions
Tue, 25 Jun 2019 22:10:14 +0200 Torsten Lilge fix cursor position for editor smart indent after keyword (bug #56533)
Sat, 22 Jun 2019 17:30:16 -0500 John W. Eaton refactor and rename some qt application objects
Fri, 21 Jun 2019 14:41:04 -0500 John W. Eaton rename octave_interpreter object in GUI
Fri, 21 Jun 2019 15:06:55 -0500 John W. Eaton eliminate unused variables in gui_application class
Fri, 21 Jun 2019 14:17:02 -0500 John W. Eaton define octave_qt_gui_app and octave_qt_cli_app separately
Fri, 21 Jun 2019 10:10:54 -0500 John W. Eaton move news reader widget to separate file
Wed, 19 Jun 2019 21:32:22 -0500 John W. Eaton fix access to top_level info flag when creating workspace view context menu
Wed, 19 Jun 2019 12:12:15 -0500 John W. Eaton allow lambda expressions to be passed to octave_link::post_event
Mon, 17 Jun 2019 11:12:52 -0500 Michael C. Grant cd: only change to home directory if nargin and nargout are zero (bug #41275)
Sat, 15 Jun 2019 11:04:52 -0500 John W. Eaton use dummy stack frame when creating meta class (bug #55766 and #55768)
Fri, 14 Jun 2019 15:34:44 -0500 John W. Eaton don't print hidden or protected/private classdef properties (bug #55766)
Fri, 14 Jun 2019 15:32:50 -0500 John W. Eaton declare classdef property get methods const
Fri, 14 Jun 2019 12:52:27 -0500 John W. Eaton properties function: omit hidden properties (bug #55766)
Fri, 14 Jun 2019 11:14:01 -0500 John W. Eaton maint: Merge stable to default.
Fri, 14 Jun 2019 10:32:06 -0500 John W. Eaton * bp-table.cc: Fix test. stable
Thu, 13 Jun 2019 17:40:36 -0500 John W. Eaton revamp float_format object
Thu, 13 Jun 2019 13:49:53 -0500 John W. Eaton __ode15__.cc style fixes
Thu, 13 Jun 2019 09:23:11 -0500 John W. Eaton guess screen dpi if screen size is reported to be zero
Wed, 12 Jun 2019 16:55:22 -0500 John W. Eaton delete unused file functor.h
Wed, 12 Jun 2019 10:04:34 -0700 Rik maint: merge stable to default.
Wed, 12 Jun 2019 08:48:15 -0500 John W. Eaton improve message for setting breakpoint in nonexistent function (bug #56157) stable
Wed, 12 Jun 2019 11:03:06 -0500 John W. Eaton minor style fixes
Wed, 12 Jun 2019 10:51:58 -0500 John W. Eaton missing edit for previous change
Wed, 12 Jun 2019 10:12:31 -0500 John W. Eaton backout changeset 196dfb42f3e9
Wed, 12 Jun 2019 09:43:41 -0500 John W. Eaton style fixes for url-transfer classes
Wed, 12 Jun 2019 08:48:15 -0500 John W. Eaton improve message for setting breakpoint in nonexistent function (bug #56157)
Tue, 11 Jun 2019 12:53:55 -0500 John W. Eaton style fixes
Tue, 11 Jun 2019 12:50:34 -0500 John W. Eaton eliminate unnecessary call to ios::init
Mon, 10 Jun 2019 20:45:25 +0200 Pantxo Diribarne Use framebuffer object for printing invisible Qt figures (bug #55268)
Mon, 10 Jun 2019 20:43:10 +0200 Pantxo Diribarne maint: merge stable to default
Wed, 23 Jan 2019 10:20:07 +0100 Pantxo Diribarne Use framebuffer object for printing invisible Qt figures on mac (bug #55268) stable
Mon, 10 Jun 2019 12:59:54 -0500 John W. Eaton * file-io.cc: Declare local constant "who" names "static const".
Mon, 10 Jun 2019 12:44:39 -0500 John W. Eaton style fixes and member variable updates for oct-stdstrm.h
Sat, 08 Jun 2019 21:17:03 -0700 Rik Only accept 1xN character vectors as string input to eval (bug #49696).
Sat, 08 Jun 2019 18:12:32 -0700 Rik hist.m: Return class for second output which matches Matlab (bug #56465).
Sat, 08 Jun 2019 16:34:27 -0700 Michael Leitner hist.m: Improve performance with large numbers of bins (bug #55909).
Fri, 07 Jun 2019 16:53:09 -0400 John W. Eaton store reference to lexer in reader instead of pointer
Tue, 04 Jun 2019 13:15:25 +0000 John W. Eaton additional refactoring of error handling functions
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Fri, 07 Jun 2019 13:29:41 -0400 John W. Eaton allow terminal_size function to set screen size
Fri, 07 Jun 2019 13:28:09 -0400 John W. Eaton allow terminal rows and columns to be set when not using readline
Fri, 07 Jun 2019 15:52:51 +0200 Pantxo Diribarne Restore hability to switch from qt to gnuplot toolkit (bug #56452)
Thu, 06 Jun 2019 14:16:40 -0700 Rik maint: merge stable to default.
Thu, 06 Jun 2019 20:42:41 +0200 Pantxo Diribarne Escape backslash characters in EPS output (bug #56448) stable
Thu, 06 Jun 2019 09:09:55 -0700 Rik doc: Redo documentation for rats() function. stable
Wed, 05 Jun 2019 20:43:55 -0700 Rik weboptions.m: Overhaul function.
Wed, 05 Jun 2019 11:36:37 -0700 Rik webread.m: Overhaul input validation.
Wed, 05 Jun 2019 09:29:51 -0700 Rik webwrite.m: Overhaul input validation.
Wed, 05 Jun 2019 13:04:24 +0000 John W. Eaton maint: Merge stable to default.
Tue, 04 Jun 2019 20:04:21 +0000 John W. Eaton fix calculation of value offsets for variables added to script scopes
Wed, 05 Jun 2019 12:27:41 +0200 Guillaume Flandin web.m: More Matlab compatibility.
Tue, 04 Jun 2019 15:27:42 -0700 Rik web.m: Tweaks to new function.
Tue, 04 Jun 2019 22:33:49 +0200 Kai T. Ohlhus * cdef-class.cc: Repair debug code.
Tue, 04 Jun 2019 22:22:26 +0200 Kai T. Ohlhus maint: Announce new functions and no longer treat them as unimplemented.
Tue, 04 Jun 2019 22:17:42 +0200 Kai T. Ohlhus Implement new function "web" to open the system web browser.
Tue, 04 Jun 2019 22:07:45 +0200 Kai T. Ohlhus F__open_with_system_app__: Consistent return value for all platforms.
Tue, 04 Jun 2019 00:26:12 +0200 Pantxo Diribarne Use replacement characters to display non UTF-8 strings in figures (bug #55974) stable
Tue, 04 Jun 2019 09:44:58 -0700 Guillaume Flandin Implement new function "newline" for Matlab compatibility (bug #56419).
Tue, 04 Jun 2019 09:23:09 -0700 Rik doc: Silence two TexInfo warnings.
Tue, 04 Jun 2019 08:10:11 -0700 Rik Emit an error for invalid fieldnames of 0x0 struct array (bug #34967).
Mon, 03 Jun 2019 19:03:15 -0700 Daniel Davis Skip HDF5 elements which are unrecognized, but continue reading file (bug #32756).
Mon, 03 Jun 2019 09:04:41 -0700 Rik Return correct error messages on octave-streams when scanf fails (bug #56396)
Sat, 01 Jun 2019 21:01:45 -0700 Rik Call error() function from base_stream in the correct manner.
Sat, 01 Jun 2019 19:57:45 +0200 Pantxo Diribarne Document the figure "selectiontype" property
Sat, 01 Jun 2019 19:31:00 +0200 Torsten Lilge * m4/acinlcude.m4: remove test for QSciScintilla::findFirstInSelection
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405)
Sat, 01 Jun 2019 08:56:51 -0700 Rik Fix stream positioning when using scanf with widths (bug #56200).
Thu, 30 May 2019 11:23:16 +0000 John W. Eaton maint: Merge stable to default.
Thu, 30 May 2019 10:23:44 +0000 John W. Eaton don't include error.h in ov-base.h