log

age author description
Sun, 15 Aug 2021 12:33:22 +0200 Markus Mützel Make sure octave namespace begin and end tags appear in matching pairs.
Sun, 15 Aug 2021 12:29:18 +0200 Markus Mützel build: Allow disabling RapidJSON support by configure switch.
Sat, 14 Aug 2021 22:53:30 -0400 John W. Eaton fix namespace tag location error from prefious change
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Sat, 14 Aug 2021 18:55:37 -0400 John W. Eaton * data.h, data.cc (do_class_concat): Pass string argument by const reference.
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Sat, 14 Aug 2021 18:35:57 -0400 John W. Eaton move some defun functions inside the octave namespace
Sat, 14 Aug 2021 16:27:53 -0400 John W. Eaton move some error handling functions inside octave namespace
Sat, 14 Aug 2021 15:47:41 -0400 John W. Eaton move do_class_concat function inside octave namespace
Sat, 14 Aug 2021 11:13:17 -0400 John W. Eaton rename OCTAVE_USE_DEPRECATED_FUNCTIONS macro and attempt to make it work
Sat, 14 Aug 2021 10:40:21 -0400 John W. Eaton provide macros for beginning and ending octave namespace
Sat, 14 Aug 2021 10:25:13 -0400 John W. Eaton mk-builtins.pl: Separate fcn name collection and code generation steps.
Sat, 14 Aug 2021 08:43:55 -0400 John W. Eaton delete some unused functions in error.cc
Fri, 13 Aug 2021 14:08:16 -0400 John W. Eaton eliminate some unnecessary octave:: namespace tags
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Mon, 09 Aug 2021 16:30:48 +0200 Markus Mützel Remove OCTAVE_API from functions that are tagged with =delete or =default.
Sun, 08 Aug 2021 21:17:35 +0200 Torsten Lilge * gui-preferences-ed.h: increase def. auto completion threshold (bug #61016)
Fri, 06 Aug 2021 11:19:28 -0400 John W. Eaton tag ArrayRep copy assignment operator with =delete
Thu, 05 Aug 2021 11:47:53 -0400 John W. Eaton rename dim_vector data members for clarity
Thu, 05 Aug 2021 11:43:32 -0400 John W. Eaton prefer xelem over indexing m_rep in dim_vector class
Wed, 04 Aug 2021 00:39:27 -0400 John W. Eaton simplify implementation of dim_vector class
Wed, 04 Aug 2021 21:32:53 -0700 Rik Fix second typo in gnuplot warning message (bug #61010).
Wed, 04 Aug 2021 15:08:01 -0700 Rik Fix typo in gnuplot warning message (bug #61010)
Wed, 04 Aug 2021 08:27:01 -0700 Rik datenum.m: Fix typo in docstring.
Tue, 03 Aug 2021 13:18:34 -0700 Rik NEWS: Document change to "Title" property of generated PDF plots (bug #60998).
Tue, 03 Aug 2021 13:11:49 -0700 Rik Put title of plot into "Title" property of generated PDFs (bug #60992)
Tue, 03 Aug 2021 12:34:52 -0400 John W. Eaton move some utility functions inside octave namespace
Thu, 17 Mar 2016 10:50:22 +0530 Neeraj Battan pkg: Better warning messages for packages not being uninstalled (bug #31946).
Sun, 01 Aug 2021 12:18:43 +0200 Markus Mützel maint: Merge stable to default.