log

age author description
Thu, 16 Sep 2021 12:54:15 -0400 John W. Eaton * Range.h, Range.cc: Fix comments missed in previous change.
Thu, 16 Sep 2021 12:49:01 -0400 John W. Eaton replace rangeidx helper classes with lambda expressions
Wed, 15 Sep 2021 07:28:26 -0400 John W. Eaton attempt to automate running bootstrap script
Thu, 16 Sep 2021 09:19:58 -0700 Rik Interpret single RGB patch color in the same manner as Matlab (bug #61127).
Wed, 15 Sep 2021 16:22:27 -0700 Rik maint: Backed out changeset 0cd93ca0b237
Wed, 15 Sep 2021 16:21:30 -0700 Rik maint: Backed out changeset 2f39642b9084
Wed, 15 Sep 2021 19:36:14 +0200 Markus Mützel Skip tests for jupyter-notebook if compiled without RapidJSON.
Wed, 15 Sep 2021 18:01:59 +0200 Markus Mützel gzip.cc: Silence unused parameter warnings.
Tue, 14 Sep 2021 20:23:41 -0700 Rik maint: use "m_" prefix for protected member variables in class tree_expression.
Tue, 14 Sep 2021 18:13:20 -0700 Rik maint: oct-sort.cc: remove FIXME that is resolved.
Tue, 14 Sep 2021 17:31:49 -0700 Rik maint: use "m_" prefix for protected member variables in class octave_user_code.
Tue, 14 Sep 2021 17:15:28 -0700 Rik maint: lo-regexp.cc: Use C++ named struct declaration rather than C-style typedef.
Tue, 14 Sep 2021 17:11:55 -0700 Rik maint: f77-fcn.h: Use C++ named union declaration rather than C-style typedef.
Tue, 14 Sep 2021 16:59:56 -0700 Rik maint: lo-ieee.h: Use C++ named union declaration rather than C-style typedef.
Tue, 14 Sep 2021 11:23:50 -0700 Rik maint: use "m_" prefix for member variables in class octave_handle.
Tue, 14 Sep 2021 10:46:45 -0700 Rik maint: Use public/private ordering in helper class declarations in Array.cc
Tue, 14 Sep 2021 10:34:28 -0700 Rik maint: Replace pid_equal helper class with lambda function.
Mon, 13 Sep 2021 21:29:14 -0700 Rik maint: use "m_" prefix for member variables in class tstdiostream.
Mon, 13 Sep 2021 21:16:35 -0700 Rik maint: Use "m_" prefix for additional member variable in class textscan (cset 8e63cdd88ba6).
Tue, 14 Sep 2021 10:34:59 -0400 John W. Eaton modernize bison rules
Tue, 14 Sep 2021 17:54:04 +0900 Abdallah Elshamy New class for filling and running Jupyter Notebooks.
Mon, 13 Sep 2021 21:10:02 -0700 Rik maint: use "m_" prefix for member variables in class textscan.
Mon, 13 Sep 2021 17:40:57 -0700 Rik maint: use "m_" prefix for member variables in class delimited_stream.
Mon, 13 Sep 2021 17:10:48 -0700 Rik maint: use "m_" prefix for member variables in classes scanf_format_list, printf_format_list, textscan_format_list.
Mon, 13 Sep 2021 16:35:21 -0700 Rik maint: use "m_" prefix for member variables in class _idxbinop_helper.
Sun, 12 Sep 2021 21:04:44 -0700 Rik maint: Convert structs _idxadds_helpe, _idxadda_helper to classes.
Sun, 12 Sep 2021 20:57:27 -0700 Rik maint: use "m_" prefix for member variables in classes gzifstream, gzofstream.
Sun, 12 Sep 2021 20:50:13 -0700 Rik maint: use "m_" prefix for member variables in class pager_stream.
Sun, 12 Sep 2021 20:40:50 -0700 Rik maint: Convert "struct sub2ind_helper" to "class sub2ind_helper"
Sun, 12 Sep 2021 20:31:03 -0700 Rik maint: use "s_" prefix for static member variables in class application.