log

age author description
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
Thu, 29 Aug 2019 17:32:15 +0900 Kai T. Ohlhus maint: merge stable to default.
Thu, 29 Aug 2019 17:17:13 +0900 Kai T. Ohlhus doc: Add example to show limitations of the given BLAS integer size. stable
Tue, 27 Aug 2019 11:08:30 +0900 Kai T. Ohlhus maint: merge stable to default.
Fri, 23 Aug 2019 14:47:48 +0900 Kai T. Ohlhus Extract FTP code from urlwrite.cc to __ftp__.cc for clarity.
Tue, 27 Aug 2019 11:07:07 +0900 Kai T. Ohlhus doc: Improve documentation of sparse functions. stable
Tue, 27 Aug 2019 11:01:10 +0900 Tomi Pannila doc: Improve spelling of bicgstab (bug #56812). stable
Thu, 22 Aug 2019 12:25:55 -0400 John W. Eaton use default constructors and copy assignment operators for octave_value_list
Wed, 21 Aug 2019 16:01:58 -0400 John W. Eaton improve convert_to_const_vector
Wed, 21 Aug 2019 16:00:37 -0400 John W. Eaton define some move constructors and assignment operators
Wed, 21 Aug 2019 05:49:38 -0400 John W. Eaton don't use inheritance to define string_vector class
Wed, 21 Aug 2019 14:52:06 -0700 Mike Miller build: silence unused parameter warning introduced in cset 50216d7a2f6b