log

age author description
Sun, 05 Sep 2021 20:01:16 -0700 Rik maint: use "m_" prefix for member variables in file ft-text-renderer.cc.
Sun, 05 Sep 2021 19:40:02 -0700 Rik maint: rename "zfstream.[h|cc]" to "gzfstream.[h|cc]" to match class name.
Sun, 05 Sep 2021 19:34:37 -0700 Rik maint: use "m_" prefix for member variables in class gzfilebuf.
Sun, 05 Sep 2021 17:26:33 -0700 Rik maint: use "m_" prefix for member variables in class gtk_manager.
Sun, 05 Sep 2021 14:20:54 -0700 Rik unpack.m: Fix to support old and new versions of gzip (bug #43206).
Thu, 02 Sep 2021 20:48:47 -0700 Rik maint: Add "private:" access specifier to classes in oct-norm.cc.
Thu, 02 Sep 2021 18:04:39 -0400 John W. Eaton update gzip.cc tests
Thu, 02 Sep 2021 18:02:46 -0400 John W. Eaton use -k option for bzip2 and gzip (bug #43206)
Thu, 02 Sep 2021 17:55:44 -0400 John W. Eaton omit output from gzip or bzip2 if nargout is zero
Thu, 02 Sep 2021 11:40:04 -0400 John W. Eaton update bug status in test suite
Thu, 02 Sep 2021 11:35:11 -0400 John W. Eaton update test files with bug numbers
Thu, 02 Sep 2021 11:20:53 -0400 John W. Eaton eliminate duplicate parent function name info in symbol scope objects
Thu, 02 Sep 2021 11:17:45 -0400 John W. Eaton * __run_test_suite__.m: Show summary of failed tests before final summary.
Wed, 01 Sep 2021 23:53:27 -0400 John W. Eaton eliminate unused member variable in octave_user_function class
Wed, 01 Sep 2021 23:50:07 -0400 John W. Eaton eliminate redundant storage of parent function name in function objects
Wed, 01 Sep 2021 16:57:05 -0400 John W. Eaton maint: merge stable to default.
Wed, 01 Sep 2021 16:19:09 -0400 John W. Eaton store parent name in function object when caching parents in scope (bug #61105) stable
Wed, 01 Sep 2021 13:32:43 -0700 Rik maint: use "m_" prefix for member variables in class fftw_planner.
Wed, 01 Sep 2021 13:08:00 -0700 Rik maint: use "m_" prefix for member variables in class Quad.
Wed, 01 Sep 2021 21:55:57 +0200 Torsten Lilge *Menu.cc: do not use "_" prefix for local variables
Wed, 01 Sep 2021 11:44:36 -0700 Rik maint: remove unused code sparse-sort.h, sparse-sort.cc.
Wed, 01 Sep 2021 09:39:06 -0700 Rik maint: use "m_" prefix for more member variables in oct-norm.cc (da3659538d16)
Wed, 01 Sep 2021 08:58:44 -0700 Rik maint: use "m_" prefix for member variables in oct-norm.cc accumulator classes.
Wed, 01 Sep 2021 07:28:49 -0700 Rik maint: use "m_" prefix for member variables in class rec_resize_helper.
Tue, 31 Aug 2021 16:36:06 -0700 Rik maint: use "m_" prefix for member variables in class rec_index_helper.
Tue, 31 Aug 2021 16:34:12 -0700 Rik maint: use "m_" prefix for member variables in class rec_permute_helper.
Tue, 31 Aug 2021 16:10:15 -0700 Rik maint: use "m_" prefix for member variables in class DASRT_result.
Tue, 31 Aug 2021 12:54:59 -0700 Rik maint: rename "m_l" to "m_L" for clarity in class lu.
Tue, 31 Aug 2021 11:48:20 -0700 Rik maint: Use enum in symrec.h for clarity.
Tue, 31 Aug 2021 16:49:36 +0900 Kai T. Ohlhus maint: Make JSON tests more Matlab compatible.