log

age author description
Wed, 31 Jul 2019 13:03:32 -0400 John Donoghue Cast winqueryreg REG_DWORD types to DWORD (Bug #56703) stable
Tue, 17 Sep 2019 13:20:08 -0700 Rik Rename meta.class property to "SuperclassList" for Matlab compatibility (bug #55476).
Tue, 17 Sep 2019 20:13:05 +0200 Markus Mützel * Object.cc (Object::do_connections): Remove duplicate connection (bug #56857).
Mon, 16 Sep 2019 23:35:19 -0400 John W. Eaton update some header file lists in libgui sources
Mon, 16 Sep 2019 13:29:02 -0700 Rik Resolve audiowrite FIXME about input validation for sample rate input FS.
Mon, 16 Sep 2019 10:34:16 -0700 Rik maint: merge stable to default.
Mon, 16 Sep 2019 10:24:13 -0700 Rik Fix numerous errors in audiowrite/audioread (bug #56889). stable
Sun, 15 Sep 2019 12:35:53 -0400 John W. Eaton use consistent naming pattern for include file guards in libgui sources
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Fri, 07 Jun 2019 10:14:35 +0200 Michele Ginesi gammaincinv.m: Improve accuracy for gammaincinv (bug #56453).
Fri, 13 Sep 2019 14:50:39 -0700 Mike Miller build: handle repeated directory separators in install dirs (bug #56876)
Fri, 13 Sep 2019 16:40:08 -0400 John W. Eaton rename change_directory to directory_changed in event manager
Fri, 13 Sep 2019 16:22:34 -0400 John W. Eaton move change directory function to interpreter class
Thu, 12 Sep 2019 16:55:53 +0200 Carlo de Falco Take advantage of C++11 features to simplify constructor (bug #56752).
Fri, 13 Sep 2019 08:43:58 -0400 John W. Eaton * open.m: Perform tilde expansion on file name.
Fri, 13 Sep 2019 08:11:53 -0400 John W. Eaton avoid including builtin-defun-decls.h unless needed
Fri, 13 Sep 2019 08:02:45 -0400 John W. Eaton avoid possible threading issue when running file from GUI editor
Fri, 13 Sep 2019 07:38:36 -0400 John W. Eaton attempt to avoid threading issues when saving a file in the file editor tab
Fri, 13 Sep 2019 07:24:17 -0400 John W. Eaton also check debugger execution mode after command editor interrupt
Thu, 12 Sep 2019 17:13:28 -0400 John W. Eaton attempt to avoid threading issues when updating lexer in file editor tab
Thu, 12 Sep 2019 17:01:34 -0400 John W. Eaton connect signals when creating file_editor_tab in file editor
Thu, 12 Sep 2019 13:30:05 -0400 John W. Eaton mark another location in GUI that should be checked for thread safety
Thu, 12 Sep 2019 13:28:12 -0400 John W. Eaton attempt to fix threading issues when setting conditional breakpoints in GUI
Thu, 12 Sep 2019 11:13:46 -0400 John W. Eaton use signal/slot connection in file-editor-tab for thread safety
Wed, 11 Sep 2019 18:01:40 -0400 John W. Eaton move qt_interpreter_events::file_in_path to load_path::contains_file_in_dir
Wed, 11 Sep 2019 18:31:33 -0400 John W. Eaton move octave_change_to_directory to octave namespace and make extern
Wed, 11 Sep 2019 18:23:46 -0400 John W. Eaton store reference to interpreter in load_path object
Wed, 11 Sep 2019 16:46:54 -0400 John W. Eaton mark all interpreter_event lambda functions with special comment
Wed, 11 Sep 2019 16:40:19 -0400 John W. Eaton clean up use of interpreter in qt_interpreter_events::enter_debugger_event
Wed, 11 Sep 2019 13:38:40 -0400 John W. Eaton use interpreter_event signals in set_path_dialog object
Thu, 12 Sep 2019 09:57:34 -0700 Rik doc: Use common verbiage to describe input FUN in optimization functions.
Thu, 12 Sep 2019 09:51:18 -0700 Rik fminsearch.m: Accept string for FCN argument (bug #56885)
Fri, 06 Sep 2019 08:35:00 +0200 Carlo de Falco Avoid unnecessary copy on return in triu (bug #56752).
Wed, 11 Sep 2019 08:24:01 -0700 Carlo de Falco Remove use of NoAlias in construction of array_value from Sparse object (bug #56752).
Wed, 11 Sep 2019 02:45:29 +0200 Torsten Lilge more descriptive titles for floating variable editor subpanes
Tue, 10 Sep 2019 15:44:01 -0700 Mike Miller accept 'X' as scanf conversion specifier (bug #56869)
Tue, 10 Sep 2019 15:54:39 -0400 Nicholas R. Jankowski doc: Update formatted input, add missing info on float conversions (bug #56557)
Tue, 10 Sep 2019 04:07:49 +0200 Torsten Lilge add window decorations to floating variable editor subpanes (bug #55048)
Mon, 09 Sep 2019 18:48:40 -0400 John W. Eaton accept 'E' and 'G' as scanf conversion specifiers (bug #56869)
Mon, 09 Sep 2019 16:40:08 -0400 John W. Eaton use default or deleted ctors/dtors/assignment ops in liboctave/util
Mon, 09 Sep 2019 16:24:38 -0400 John W. Eaton use default copy ctor and assignment op in glob and regexp classes
Mon, 09 Sep 2019 16:15:40 -0400 John W. Eaton use m_ prefix for data members in most liboctave/util classes
Sat, 07 Sep 2019 10:49:03 -0400 John W. Eaton use m_ prefix for data members in file_editor_tab class
Fri, 06 Sep 2019 10:37:18 -0400 John W. Eaton use event manager to handle two more interpreter actions in GUI
Thu, 05 Sep 2019 10:13:39 +0200 Pantxo Diribarne Allow Qt graphics callbacks to work again (bug #56857)
Thu, 05 Sep 2019 17:42:07 -0400 John W. Eaton mark locations in GUI that should be checked for thread safety
Wed, 04 Sep 2019 15:34:51 -0400 John W. Eaton don't apply std::move to temporary values
Wed, 04 Sep 2019 12:17:50 -0400 John W. Eaton where possible, use new unwind-protect classes in evaluator
Wed, 04 Sep 2019 12:17:46 -0400 John W. Eaton new single-action unwind-protect classes
Fri, 30 Aug 2019 15:02:14 -0400 John W. Eaton don't use visitor pattern for expression evaluation (bug #56752)
Wed, 28 Aug 2019 21:38:34 -0400 John W. Eaton don't use stack to save and restore lvalue list value in evaluator (bug #56752)
Wed, 28 Aug 2019 16:15:08 -0400 John W. Eaton don't use stack to save and restore nargout value in evaluator (bug #56752)
Tue, 03 Sep 2019 14:24:15 -0700 Rik Add normalization option support to movstd.m, movvar.m (bug #56765)
Tue, 03 Sep 2019 20:44:48 +0200 Markus Mützel Improve error message if invalid UTF-8 is passed to pcre (bug #56805).
Tue, 03 Sep 2019 19:56:08 +0200 Markus Mützel Remove input checks from internal unicode2native, native2unicode functions (bug #56805).
Tue, 03 Sep 2019 19:54:30 +0200 Markus Mützel native2unicode.m: Return row vector for scalar input (bug #56805).
Tue, 03 Sep 2019 18:01:34 +0900 Kai T. Ohlhus maint: merge stable to default.
Tue, 03 Sep 2019 18:00:25 +0900 Kai T. Ohlhus doc: Improve `contour` docstring example (bug #56849). stable
Sat, 31 Aug 2019 15:10:03 +0900 Kai T. Ohlhus maint: merge stable to default.
Sat, 31 Aug 2019 15:00:42 +0900 Kai T. Ohlhus BIST should not rely on the current directory to be writable. stable