log

age author description
Fri, 22 Oct 2021 12:05:59 -0400 John W. Eaton maint: merge stable to default.
Tue, 19 Oct 2021 15:49:23 -0400 John W. Eaton bump stable branch version after release candidate stable
Tue, 19 Oct 2021 15:46:58 -0400 John W. Eaton Added tag rc-6-3-90 for changeset 3dc9decc98f9 stable
Tue, 19 Oct 2021 15:46:33 -0400 John W. Eaton bump version for 6.3.90 release candidate stable rc-6-3-90
Fri, 22 Oct 2021 12:00:54 +0200 Markus Mützel camlookat.m: Increase tolerance in BISTs (bug #61358).
Thu, 21 Oct 2021 16:42:38 +0200 Markus Mützel print_usage.m: Fix error on invalid texinfo (bug #61363).
Tue, 19 Oct 2021 14:26:04 +0200 Markus Mützel Use UTF-8 file API if supported by HDF5 library.
Sun, 17 Oct 2021 12:28:51 +0200 Markus Mützel publish.m: Support some non-ASCII characters in comments for pdf output.
Wed, 13 Oct 2021 10:36:20 -0700 Rik Return logical status variable from file functions for Matlab compatibility.
Wed, 13 Oct 2021 17:59:06 +0200 Óvári gui: Add Hungarian translation (bug #61335).
Wed, 13 Oct 2021 08:05:14 -0700 Rik mkdir.m: issue a warning if DIR already exists (bug #61338)
Wed, 13 Oct 2021 11:26:43 +0900 Kai T. Ohlhus doc: rephrase NEWS about factor-function speedup (bug #61129).
Tue, 12 Oct 2021 08:46:56 +0200 Markus Mützel GitHub-CI: Don't use cross-compilers for native Windows builds.
Mon, 11 Oct 2021 20:09:59 -0700 Rik maint: use rows() or columns() instead of size(__, 1 | 2) for clarity.
Sat, 09 Oct 2021 13:48:40 +0200 Markus Mützel maint: merge stable to default.
Fri, 08 Oct 2021 19:11:23 -0400 Arun Giridhar doc: Document fsolve output "info" -2 (bug #61310). stable
Fri, 08 Oct 2021 17:37:32 +0200 Markus Mützel legend.m: Avoid TeX parser warning if interpreter is set to "none" (bug #61311).
Thu, 07 Oct 2021 17:08:44 -0400 John W. Eaton attempt to limit possible const_cast damage
Thu, 07 Oct 2021 09:16:18 -0700 Rik null.m: Silence incorrect warning message for row vector inputs (bug #61305)
Wed, 29 Sep 2021 16:22:00 +0900 John W. Eaton allow size function to query arbitrary list of dimensions (bug #61098)
Wed, 06 Oct 2021 19:45:35 +0200 Markus Mützel GitHub-CI: Use recommended msys2/setup-msys2 action.
Wed, 06 Oct 2021 10:09:48 +0900 Arun Giridhar factor.m: significant speedup for large input quantities (> 1e14) (bug #61129).
Fri, 01 Oct 2021 15:25:51 -0400 John W. Eaton improve efficiency of mxArray -> octave_value conversion
Wed, 29 Sep 2021 16:43:08 -0400 John W. Eaton move ptr to imag data in mxArray to separate_full and separate_sparse classes
Fri, 01 Oct 2021 13:45:04 -0400 John W. Eaton refactor typed data get and set methods for mxArray objects
Wed, 29 Sep 2021 16:25:10 -0400 John W. Eaton use distinct classes for interleaved and separate numeric mxarray objects
Wed, 29 Sep 2021 15:41:21 -0400 John W. Eaton combine calls to mxArray::malloc and mxArray::calloc in wrapper function
Sun, 03 Oct 2021 13:14:22 +0200 Markus Mützel maint: merge stable to default.
Sun, 03 Oct 2021 12:18:15 +0200 Markus Mützel Prepare NEWS file ahead of 6.4 release. stable
Fri, 01 Oct 2021 10:07:37 +0200 Markus Mützel maint: merge stable to default.
Fri, 01 Oct 2021 10:05:03 +0200 Markus Mützel doc: Add Hungarian translation for project description files. stable
Wed, 29 Sep 2021 09:57:01 -0700 Rik nchoosek.m: Fix algorithm for even K in cset f5aba4d7e651 (bug #61191).
Tue, 28 Sep 2021 17:03:25 -0700 Rik nchoosek.m: New algorithm with more precision when N, K are scalars (bug #61199)
Mon, 27 Sep 2021 20:30:57 -0700 Rik maint: use ALL_CAPS for static const variables used as constants.
Mon, 27 Sep 2021 17:53:38 -0400 John W. Eaton * system.tst: New mkdir tests.
Mon, 27 Sep 2021 17:45:48 -0400 John W. Eaton * mkdir.m: Remove obsolete test.
Mon, 27 Sep 2021 16:40:26 -0400 John W. Eaton * mex.cc: Don't use _arg prefix for function argument names if possible.
Mon, 27 Sep 2021 16:38:00 -0400 John W. Eaton * mex.cc: Don't use m_ prefix for function arguments and local variables.
Fri, 24 Sep 2021 10:46:49 -0400 John W. Eaton simplify mkdir and allow it to create parent directory (bug #61166)
Mon, 27 Sep 2021 12:59:34 +0200 Markus Mützel GUI: Display dialog if deleting or renaming a file fails (bug #61225).
Thu, 23 Sep 2021 21:06:41 -0400 Nicholas R. Jankowski nchoosek.m: Improve struct input handling for k<n (bug #61119)
Fri, 24 Sep 2021 17:58:38 +0200 Markus Mützel maint: merge stable to default.
Fri, 24 Sep 2021 17:58:04 +0200 Markus Mützel rmpath: Prevent removing the current directory from the load path (bug #61216). stable
Thu, 23 Sep 2021 12:19:54 -0700 Rik nchoosek.m: Allow struct inputs (bug #61119)
Thu, 23 Sep 2021 10:00:12 -0700 Rik nchoosek.m: Allow "char" and other non-numeric inputs (bug #61119)
Thu, 23 Sep 2021 00:00:12 -0400 John W. Eaton allow nchoosek to accept character vectors (bug #61199)
Wed, 22 Sep 2021 23:17:42 -0400 John W. Eaton fix file position info for errors in conditional expressions (bug #61201)
Wed, 22 Sep 2021 23:13:36 -0400 John W. Eaton save file position info in more parse tree elements
Wed, 22 Sep 2021 23:09:12 -0400 John W. Eaton initialize filepos to (1, 1) when function appears in eval string
Tue, 21 Sep 2021 13:32:41 -0400 John W. Eaton maint: merge stable to default.
Tue, 21 Sep 2021 13:14:31 -0400 John W. Eaton avoid internal error and segfault with eval and scripts (bug #61191) stable
Tue, 21 Sep 2021 12:30:32 -0400 John W. Eaton improve graphics toolkit rendering failure error message
Fri, 17 Sep 2021 16:13:16 -0400 John W. Eaton * oct-parse.yy (colon_expr): Fix comments to match code.
Sun, 19 Sep 2021 17:06:26 +0200 Markus Mützel Remove "position" argument from file dialog functions (bug #60980).
Sun, 19 Sep 2021 15:36:19 +0200 Markus Mützel event-manager: Add function to signal valid implementation of GUI dialogs (bug #60980).
Fri, 17 Sep 2021 12:46:59 -0700 Rik maint: merge stable to default.
Tue, 14 Sep 2021 13:27:48 -0400 Nicholas R. Jankowski dsearchn.m: Added optional distance ouput description to docstring (bug #61156) stable
Thu, 16 Sep 2021 21:51:03 +0200 Markus Mützel Windows: Don't get pointers to C strings while vector is still unstable.
Thu, 16 Sep 2021 21:12:15 -0400 John W. Eaton Backed out changeset f655202744be
Thu, 16 Sep 2021 13:26:40 -0400 John W. Eaton replace sub2ind helper classes with lambda expression
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.
Sun, 12 Sep 2021 20:29:53 -0700 Rik maint: use "m_" prefix for member variables in class __rangeidx_helper.
Sun, 12 Sep 2021 14:45:11 +0200 Markus Mützel mappers.cc: Skip tests on run-time and don't mark as regressions.
Fri, 10 Sep 2021 07:27:32 -0700 Rik maint: use "m_" prefix for member variables in class gnu_readline.
Fri, 10 Sep 2021 07:20:43 -0700 Rik maint: use "m_" prefix for member variable "instance" in class interpreter.
Fri, 10 Sep 2021 07:02:04 -0700 Rik maint: Use public: qualifier in structs that are really classes.
Thu, 09 Sep 2021 21:08:44 -0700 Rik maint: use "m_" prefix for member variables in class default_command_editor.
Thu, 09 Sep 2021 21:00:58 -0700 Rik maint: use "m_" prefix for member variables in class url_handle_manager.
Thu, 09 Sep 2021 20:51:08 -0700 Rik maint: use "m_" prefix for member variables in class command_editor.
Thu, 09 Sep 2021 20:38:03 -0700 Rik maint: use "m_" prefix for member variables in class octave_errno.
Thu, 09 Sep 2021 20:35:40 -0700 Rik maint: use "m_" prefix for member variables in class pager_buf.
Thu, 09 Sep 2021 20:27:36 -0700 Rik maint: use "m_" prefix for member variables in class diary_stream.
Thu, 09 Sep 2021 20:12:01 -0700 Rik maint: use "s_" prefix for static variables in class octave_base_value.
Thu, 09 Sep 2021 20:07:29 -0700 Rik maint: use "s_" prefix for static variables in class load_path.
Thu, 09 Sep 2021 13:04:56 -0700 Rik maint: use "m_" prefix for member variables in class load_path.
Thu, 09 Sep 2021 13:36:50 -0400 John W. Eaton * oct-parse.yy (OCTAVE_YYUSE): Use variadic macro.
Thu, 09 Sep 2021 13:27:49 -0400 John W. Eaton attempt more uniform handling of list concatenation in the parser
Thu, 09 Sep 2021 08:18:52 -0700 Rik maint: use "m_" prefix for member variables in class package_info.
Thu, 09 Sep 2021 10:08:12 -0400 John W. Eaton fix construction of ranges with extreme integer values (bug #61132)
Wed, 08 Sep 2021 16:02:04 -0700 Rik maint: use "m_" prefix for member variables in class ctor_analyzer.
Wed, 08 Sep 2021 17:35:39 -0400 John W. Eaton use parser functions to build parse tree objects in grammar rule actions
Wed, 08 Sep 2021 11:14:44 -0400 John W. Eaton Backed out changeset 938794bc82b7
Wed, 08 Sep 2021 06:46:19 -0400 John W. Eaton undo matrix -> m_matrix changes in type names and error messages
Tue, 07 Sep 2021 21:05:27 -0700 Rik maint: use "m_" prefix for member variables in class java_local_ref.
Tue, 07 Sep 2021 16:46:38 -0700 Rik maint: use "m_" prefix for member variables in class event_queue.
Tue, 07 Sep 2021 16:07:34 -0700 Rik maint: use "m_" prefix for member variables in class octave_base_diag.
Tue, 07 Sep 2021 16:00:42 -0700 Rik maint: use "m_" prefix for member variables in class event_manager.
Tue, 07 Sep 2021 15:26:47 -0700 Rik maint: use "m_" prefix for member variables in class octave_base_value.
Tue, 07 Sep 2021 14:39:08 -0700 Rik maint: use "m_" prefix for member variables in class octave_cell.
Sat, 04 Sep 2021 07:50:08 -0400 John W. Eaton allow for invalid filepos objects
Sat, 04 Sep 2021 05:33:27 -0400 John W. Eaton eliminate unnecessary construction of parse tree elements