Saturday, April 23, 2022

Re: [update] math/octave 7.1.0

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/octave/Makefile,v
retrieving revision 1.127
diff -u -p -r1.127 Makefile
--- Makefile 31 Mar 2022 17:16:30 -0000 1.127
+++ Makefile 23 Apr 2022 09:50:03 -0000
@@ -1,13 +1,13 @@
-COMMENT = high-level language for numerical computations
+COMMENT = Scientific Programming Language

-VERSION = 5.2.0
+VERSION = 7.1.0
DISTNAME = octave-${VERSION}
-REVISION = 5
+EXTRACT_SUFX = .tar.xz
CATEGORIES = math

-SHARED_LIBS += octave 13.0
-SHARED_LIBS += octgui 7.0
-SHARED_LIBS += octinterp 12.0
+SHARED_LIBS += octave 14.0
+SHARED_LIBS += octgui 8.0
+SHARED_LIBS += octinterp 13.0

HOMEPAGE = https://www.gnu.org/software/octave/

@@ -32,11 +32,14 @@ MODFORTRAN_COMPILER = gfortran
BUILD_DEPENDS +=devel/desktop-file-utils

RUN_DEPENDS = devel/desktop-file-utils \
+ archivers/gtar \
x11/gtk+3,-guic

LIB_DEPENDS = ${MODFORTRAN_LIB_DEPENDS} \
audio/libsndfile \
audio/portaudio-svn \
+ audio/lame \
+ audio/mpg123 \
devel/glpk \
devel/pcre \
devel/readline \
@@ -50,34 +53,36 @@ LIB_DEPENDS = ${MODFORTRAN_LIB_DEPENDS}
math/qrupdate \
math/suitesparse \
net/curl \
+ textproc/icu4c \
print/gl2ps \
x11/qt5/qttools,-main

WANTLIB += ${MODFORTRAN_WANTLIB}
WANTLIB += FLAC GL GLU GraphicsMagick GraphicsMagick++ ICE
WANTLIB += Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport Qt5Widgets Qt5Core
-WANTLIB += Qt5Help Qt5Xml Qt5Sql qscintilla2_qt5 SM X11 X11-xcb Xdamage
+WANTLIB += Qt5Help Qt5Xml Qt5Sql qscintilla2_qt5 SM X11 X11-xcb
WANTLIB += Xext Xfixes Xi Xmu Xrandr Xrender Xt Xxf86vm amd
WANTLIB += arpack blas bz2 c camd ccolamd cholmod colamd crypto curl
WANTLIB += curses cxsparse double-conversion drm ereadline expat
WANTLIB += execinfo fftw3 fftw3_threads fftw3f fftw3f_threads
WANTLIB += fontconfig freetype gl2ps glapi glpk glut
-WANTLIB += glib-2.0 graphite2 gthread-2.0 harfbuzz icudata icuio
-WANTLIB += gmp hdf5 iconv icui18n icuuc intl lapack lcms2 ltdl lzma
-WANTLIB += m nghttp2 ogg pcre pcre2-16 png portaudio pthread qhull
+WANTLIB += glib-2.0 graphite2 gthread-2.0 harfbuzz icudata icui18n icuuc
+WANTLIB += gmp hdf5 iconv intl lapack lcms2 ltdl
+WANTLIB += m nghttp2 ogg pcre pcre2-16 png portaudio pthread
WANTLIB += qrupdate sndfile sndio ssl ${COMPILER_LIBCXX} suitesparseconfig
WANTLIB += umfpack util vorbis vorbisenc xcb xcb-dri2 xcb-dri3 xcb-glx
WANTLIB += xcb-present xcb-sync xcb-xfixes xshmfence z zstd
WANTLIB += Xau Xdmcp opus xcb-shm
+WANTLIB += mp3lame mpg123 qhull_r spqr


SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
-# --disable-readline: needs GNU readline
+
CONFIGURE_ARGS = --disable-java \
- --without-fltk \
- octave_cv_version_2_6_0=yes
+ --without-fltk
+
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
-I${LOCALBASE}/include/ereadline" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
@@ -86,6 +91,9 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}
CXXFLAGS="${CXXFLAGS} -std=gnu++11" \
QCOLLECTIONGENERATOR_QTVER=${LOCALBASE}/lib/qt5/bin/qcollectiongenerator \
QHELPGENERATOR=${LOCALBASE}/lib/qt5/bin/qhelpgenerator
+
+# Some tests fail when a tilde doesn't expand to a home directory
+PORT_HOME = "${WRKBUILD}"

# needed to build on amd64
GCC_ARCH = ${MACHINE_ARCH}-unknown-openbsd${OSREV}
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/octave/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo 16 May 2020 08:08:21 -0000 1.23
+++ distinfo 23 Apr 2022 09:50:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (octave-5.2.0.tar.gz) = L+pis8eNbzjpRR2opNJgI4QHJZd9/+5SUNPRgPVlleE=
-SIZE (octave-5.2.0.tar.gz) = 33360285
+SHA256 (octave-7.1.0.tar.xz) = P9RhXrurAsOMk+proxh1au3sONmKXHMtQJiZ6LQ1YnM=
+SIZE (octave-7.1.0.tar.xz) = 26208376
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/math/octave/patches/patch-configure,v
retrieving revision 1.16
diff -u -p -r1.16 patch-configure
--- patches/patch-configure 11 Mar 2022 19:36:21 -0000 1.16
+++ patches/patch-configure 23 Apr 2022 09:50:03 -0000
@@ -3,29 +3,39 @@ Use GNU readline as our base readline la
Index: configure
--- configure.orig
+++ configure
-@@ -67123,13 +67123,13 @@ fi
+@@ -81074,7 +81074,7 @@ printf "%s\n" "$as_me: WARNING: $warn_rapidjson" >&2;}
+
+ fi
+
+-### Check for readline library.
++### Check for ereadline library.
+
+
+ TERM_LIBS=
+@@ -81177,14 +81177,14 @@ fi

ac_octave_save_LIBS="$LIBS"
LIBS="$TERM_LIBS"
-- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_set_keyboard_input_timeout in -lreadline" >&5
--$as_echo_n "checking for rl_set_keyboard_input_timeout in -lreadline... " >&6; }
-+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rl_set_keyboard_input_timeout in -lereadline" >&5
-+$as_echo_n "checking for rl_set_keyboard_input_timeout in -lereadline... " >&6; }
- if ${ac_cv_lib_readline_rl_set_keyboard_input_timeout+:} false; then :
- $as_echo_n "(cached) " >&6
- else
+- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for rl_set_keyboard_input_timeout in -lreadline" >&5
+-printf %s "checking for rl_set_keyboard_input_timeout in -lreadline... " >&6; }
++ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for rl_set_keyboard_input_timeout in -lereadline" >&5
++printf %s "checking for rl_set_keyboard_input_timeout in -lereadline... " >&6; }
+ if test ${ac_cv_lib_readline_rl_set_keyboard_input_timeout+y}
+ then :
+ printf %s "(cached) " >&6
+ else $as_nop
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lreadline $LIBS"
+LIBS="-lereadline $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */

-@@ -67168,7 +67168,7 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_rl_set_keyboard_input_timeout" >&5
- $as_echo "$ac_cv_lib_readline_rl_set_keyboard_input_timeout" >&6; }
- if test "x$ac_cv_lib_readline_rl_set_keyboard_input_timeout" = xyes; then :
+@@ -81222,7 +81222,7 @@ fi
+ printf "%s\n" "$ac_cv_lib_readline_rl_set_keyboard_input_timeout" >&6; }
+ if test "x$ac_cv_lib_readline_rl_set_keyboard_input_timeout" = xyes
+ then :
- READLINE_LIBS="-lreadline"
+ READLINE_LIBS="-lereadline"

- $as_echo "#define USE_READLINE 1" >>confdefs.h
+ printf "%s\n" "#define USE_READLINE 1" >>confdefs.h

Index: patches/patch-scripts_miscellaneous_memory_m
===================================================================
RCS file: patches/patch-scripts_miscellaneous_memory_m
diff -N patches/patch-scripts_miscellaneous_memory_m
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-scripts_miscellaneous_memory_m 23 Apr 2022 09:50:03 -0000
@@ -0,0 +1,32 @@
+memory() is only implemented for Linux and Windows
+Show warning/error and skip test
+
+Index: scripts/miscellaneous/memory.m
+--- scripts/miscellaneous/memory.m.orig
++++ scripts/miscellaneous/memory.m
+@@ -131,7 +131,7 @@
+
+ function [userdata, systemdata] = memory ()
+
+- if ((! isunix () || ismac ()) && ! ispc ())
++ if (1)
+ if (nargout > 0)
+ error ("memory: function not yet implemented for this architecture");
+ else
+@@ -260,14 +260,14 @@ function [status, meminfo] = lmemory ()
+ endfunction
+
+
+-%!testif ; (isunix () && ! ismac ()) || ispc ()
++%!testif ; (0)
+ %! [user, syst] = memory ();
+ %! assert (user.mem_used_octave > 0);
+ %! assert (user.ram_used_octave <= user.mem_used_octave);
+ %! assert (user.mem_used_octave < syst.SystemMemory.Total);
+ %! assert (user.MemAvailableAllArrays <= syst.SystemMemory.Available);
+
+-%!testif ; (! isunix () || ismac ()) && ! ispc ()
++%!testif ; (1)
+ %! fail ("[user] = memory ()",
+ %! "function not yet implemented for this architecture");
+ %! fail ("memory ()", "warning",
Index: patches/patch-scripts_miscellaneous_private_tar_is_bsd_m
===================================================================
RCS file: patches/patch-scripts_miscellaneous_private_tar_is_bsd_m
diff -N patches/patch-scripts_miscellaneous_private_tar_is_bsd_m
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-scripts_miscellaneous_private_tar_is_bsd_m 23 Apr 2022 09:50:03 -0000
@@ -0,0 +1,22 @@
+Force usage of gtar
+
+Index: scripts/miscellaneous/private/tar_is_bsd.m
+--- scripts/miscellaneous/private/tar_is_bsd.m.orig
++++ scripts/miscellaneous/private/tar_is_bsd.m
+@@ -37,15 +37,6 @@
+
+ function out = tar_is_bsd ()
+
+- ## BSD tar needs to be handled differently from GNU tar
+- persistent cache
+- if (isempty (cache))
+- [status, tar_ver_str] = system ("tar --version");
+- if (status)
+- error ("tar: Failed executing tar --version (status = %d)", status);
+- endif
+- cache = ! isempty (regexp (tar_ver_str, "bsdtar"));
+- endif
+- out = cache;
++ out = 0;
+
+ endfunction
Index: patches/patch-scripts_miscellaneous_tar_m
===================================================================
RCS file: patches/patch-scripts_miscellaneous_tar_m
diff -N patches/patch-scripts_miscellaneous_tar_m
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-scripts_miscellaneous_tar_m 23 Apr 2022 09:50:03 -0000
@@ -0,0 +1,14 @@
+Force usage of gtar
+
+Index: scripts/miscellaneous/tar.m
+--- scripts/miscellaneous/tar.m.orig
++++ scripts/miscellaneous/tar.m
+@@ -70,7 +70,7 @@ function filelist = tar (tarfile, files, rootdir = "."
+ cmd = sprintf ("tar cvf %s -C %s %s 2>&1",
+ tarfile, rootdir, sprintf (" '%s'", files{:}));
+ else
+- cmd = sprintf ("tar cvf %s -C %s %s",
++ cmd = sprintf ("gtar cvf %s -C %s %s",
+ tarfile, rootdir, sprintf (" %s", files{:}));
+ endif
+
Index: patches/patch-scripts_miscellaneous_unpack_m
===================================================================
RCS file: patches/patch-scripts_miscellaneous_unpack_m
diff -N patches/patch-scripts_miscellaneous_unpack_m
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-scripts_miscellaneous_unpack_m 23 Apr 2022 09:50:03 -0000
@@ -0,0 +1,38 @@
+Force use of GNU tar, and adapt gzip parser to OpenBSD gzip
+
+Index: scripts/miscellaneous/unpack.m
+--- scripts/miscellaneous/unpack.m.orig
++++ scripts/miscellaneous/unpack.m
+@@ -200,15 +200,15 @@ function filelist = unpack (file, dir = [], filetype =
+ 'bzip2 -d -k -f "%s"', ...
+ @__parse_bzip2__, true};
+ commandlist.bz = commandlist.bz2;
+- commandlist.tar = {'tar xvf "%s"', ...
+- 'tar xf "%s"', ...
++ commandlist.tar = {'gtar xvf "%s"', ...
++ 'gtar xf "%s"', ...
+ @__parse_tar__, false};
+- commandlist.targz = {'gzip -d -c "%s" | tar xvf -', ...
+- 'gzip -d -c "%s" | tar xf -', ...
++ commandlist.targz = {'gzip -d -c "%s" | gtar xvf -', ...
++ 'gzip -d -c "%s" | gtar xf -', ...
+ @__parse_tar__, false};
+ commandlist.tgz = commandlist.targz;
+- commandlist.tarbz2 = {'bzip2 -d -c "%s" | tar xvf -', ...
+- 'bzip2 -d -c "%s" | tar xf -', ...
++ commandlist.tarbz2 = {'bzip2 -d -c "%s" | gtar xvf -', ...
++ 'bzip2 -d -c "%s" | gtar xf -', ...
+ @__parse_tar__, false};
+ commandlist.tarbz = commandlist.tarbz2;
+ commandlist.tbz2 = commandlist.tarbz2;
+@@ -328,7 +328,9 @@ function files = __parse_gzip__ (output)
+ ## Parse the output from gzip and gunzip returning the files
+ ## compressed (or decompressed).
+
+- files = regexprep (output, '^.+ -- (?:created|replaced with) (.*)$', '$1');
++ tmp = regexprep (output, '^.+ -- (?:created|replaced with) (.*)$', '$1');
++ files = regexprep (tmp, "([0-9]+ bytes in, [0-9]+ bytes out$)", '');
++ files(strcmp('',files))=[];
+ endfunction
+
+ function files = __parse_bzip2__ (output)
Index: patches/patch-scripts_pkg_private_configure_make_m
===================================================================
RCS file: /cvs/ports/math/octave/patches/patch-scripts_pkg_private_configure_make_m,v
retrieving revision 1.4
diff -u -p -r1.4 patch-scripts_pkg_private_configure_make_m
--- patches/patch-scripts_pkg_private_configure_make_m 11 Mar 2022 19:36:21 -0000 1.4
+++ patches/patch-scripts_pkg_private_configure_make_m 23 Apr 2022 09:50:03 -0000
@@ -1,7 +1,7 @@
Index: scripts/pkg/private/configure_make.m
--- scripts/pkg/private/configure_make.m.orig
+++ scripts/pkg/private/configure_make.m
-@@ -91,7 +91,7 @@ function configure_make (desc, packdir, verbose)
+@@ -110,7 +110,7 @@ function configure_make (desc, packdir, verbose)
endif

if (exist (fullfile (src, "Makefile"), "file"))
@@ -9,4 +9,4 @@ Index: scripts/pkg/private/configure_mak
+ [status, output] = shell (sprintf ("%s gmake --jobs %i --directory '%s'",
scenv, jobs, src), verbose);
if (status != 0)
- rmdir (desc.dir, "s");
+ disp (output);
Index: patches/patch-test_mk-bc-overloads-tst_sh
===================================================================
RCS file: patches/patch-test_mk-bc-overloads-tst_sh
diff -N patches/patch-test_mk-bc-overloads-tst_sh
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-test_mk-bc-overloads-tst_sh 23 Apr 2022 09:50:03 -0000
@@ -0,0 +1,65 @@
+Upstream Patch https://hg.savannah.gnu.org/hgweb/octave/rev/3c3abe6dbe58
+Fixes https://savannah.gnu.org/bugs/index.php?62295
+
+Index: test/mk-bc-overloads-tst.sh
+--- test/mk-bc-overloads-tst.sh.orig
++++ test/mk-bc-overloads-tst.sh
+@@ -48,16 +48,16 @@ if [ $# -eq 2 ]; then
+ shift
+ case "$1" in
+ --list-files)
+- echo $output_dir/tbcover.m
+- echo $output_dir/bc-overloads.tst
++ echo tbcover.m
++ echo bc-overloads.tst
+ for class in $CLASSES; do
+- echo $output_dir/@$class/tbcover.m
++ echo @$class/tbcover.m
+ done
+ exit
+ ;;
+ --list-dirs)
+ for class in $CLASSES; do
+- echo $output_dir/@$class
++ echo @$class
+ done
+ exit
+ ;;
+@@ -70,16 +70,16 @@ if [ $# -eq 2 ]; then
+ ;;
+ esac
+ else
+- echo "usage: build-bc-overload-tests.sh output_dir option" 1>&2
++ echo "usage: mk-bc-overload-tests.sh output_dir option" 1>&2
+ exit 1
+ fi
+
+ for class in $CLASSES; do
+- DIR="$output_dir/@$class"
++ DIR="@$class"
+ test -d $DIR || mkdir $DIR || { echo "error: could not create $DIR"; exit; }
+ cat > $DIR/tbcover.m << EOF
+ % !!! DO NOT EDIT !!!
+-% generated automatically by build-bc-overload-tests.sh
++% generated automatically by mk-bc-overload-tests.sh
+ function s = tbcover (x, y)
+ s = '$class';
+ EOF
+@@ -87,7 +87,7 @@ done
+
+ cat > $output_dir/tbcover.m << EOF
+ % !!! DO NOT EDIT !!!
+-% generated automatically by build-bc-overload-tests.sh
++% generated automatically by mk-bc-overload-tests.sh
+ function s = tbcover (x, y)
+ s = 'none';
+ EOF
+@@ -99,7 +99,7 @@ fi
+ cat > $output_dir/bc-overloads.tst << EOF
+ ## !!! DO NOT EDIT !!!
+ ## THIS IS AN AUTOMATICALLY GENERATED FILE
+-## modify build-bc-overload-tests.sh to generate the tests you need.
++## modify mk-bc-overload-tests.sh to generate the tests you need.
+
+ %!shared ex
+ %! ex.double = 1;
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/octave/pkg/PLIST,v
retrieving revision 1.28
diff -u -p -r1.28 PLIST
--- pkg/PLIST 11 Mar 2022 19:36:21 -0000 1.28
+++ pkg/PLIST 23 Apr 2022 09:50:03 -0000
@@ -8,6 +8,7 @@ bin/octave-config
@bin bin/octave-config-${VERSION}
include/octave-${VERSION}/
include/octave-${VERSION}/octave/
+include/octave-${VERSION}/octave/Array-fwd.h
include/octave-${VERSION}/octave/Array-util.h
include/octave-${VERSION}/octave/Array.cc
include/octave-${VERSION}/octave/Array.h
@@ -35,6 +36,7 @@ include/octave-${VERSION}/octave/DiagArr
include/octave-${VERSION}/octave/EIG.h
include/octave-${VERSION}/octave/LSODE-opts.h
include/octave-${VERSION}/octave/LSODE.h
+include/octave-${VERSION}/octave/MArray-fwd.h
include/octave-${VERSION}/octave/MArray.cc
include/octave-${VERSION}/octave/MArray.h
include/octave-${VERSION}/octave/MDiagArray2.cc
@@ -52,6 +54,7 @@ include/octave-${VERSION}/octave/Quad-op
include/octave-${VERSION}/octave/Quad.h
include/octave-${VERSION}/octave/Range.h
include/octave-${VERSION}/octave/Sparse-diag-op-defs.h
+include/octave-${VERSION}/octave/Sparse-fwd.h
include/octave-${VERSION}/octave/Sparse-op-decls.h
include/octave-${VERSION}/octave/Sparse-op-defs.h
include/octave-${VERSION}/octave/Sparse-perm-op-defs.h
@@ -59,10 +62,11 @@ include/octave-${VERSION}/octave/Sparse.
include/octave-${VERSION}/octave/Sparse.h
include/octave-${VERSION}/octave/action-container.h
include/octave-${VERSION}/octave/aepbalance.h
+include/octave-${VERSION}/octave/anon-fcn-validator.h
+include/octave-${VERSION}/octave/auto-shlib.h
include/octave-${VERSION}/octave/base-dae.h
include/octave-${VERSION}/octave/base-de.h
include/octave-${VERSION}/octave/base-list.h
-include/octave-${VERSION}/octave/base-min.h
include/octave-${VERSION}/octave/base-text-renderer.h
include/octave-${VERSION}/octave/boolMatrix.h
include/octave-${VERSION}/octave/boolNDArray.h
@@ -77,6 +81,14 @@ include/octave-${VERSION}/octave/byte-sw
include/octave-${VERSION}/octave/c-file-ptr-stream.h
include/octave-${VERSION}/octave/call-stack.h
include/octave-${VERSION}/octave/caseless-str.h
+include/octave-${VERSION}/octave/cdef-class.h
+include/octave-${VERSION}/octave/cdef-fwd.h
+include/octave-${VERSION}/octave/cdef-manager.h
+include/octave-${VERSION}/octave/cdef-method.h
+include/octave-${VERSION}/octave/cdef-object.h
+include/octave-${VERSION}/octave/cdef-package.h
+include/octave-${VERSION}/octave/cdef-property.h
+include/octave-${VERSION}/octave/cdef-utils.h
include/octave-${VERSION}/octave/cdisplay.h
include/octave-${VERSION}/octave/chMatrix.h
include/octave-${VERSION}/octave/chNDArray.h
@@ -99,13 +111,13 @@ include/octave-${VERSION}/octave/defun-i
include/octave-${VERSION}/octave/defun.h
include/octave-${VERSION}/octave/dim-vector.h
include/octave-${VERSION}/octave/dir-ops.h
-include/octave-${VERSION}/octave/dirfns.h
include/octave-${VERSION}/octave/display.h
include/octave-${VERSION}/octave/dynamic-ld.h
include/octave-${VERSION}/octave/eigs-base.h
include/octave-${VERSION}/octave/environment.h
include/octave-${VERSION}/octave/error.h
include/octave-${VERSION}/octave/errwarn.h
+include/octave-${VERSION}/octave/event-manager.h
include/octave-${VERSION}/octave/event-queue.h
include/octave-${VERSION}/octave/f77-fcn.h
include/octave-${VERSION}/octave/fCColVector.h
@@ -124,18 +136,18 @@ include/octave-${VERSION}/octave/file-in
include/octave-${VERSION}/octave/file-io.h
include/octave-${VERSION}/octave/file-ops.h
include/octave-${VERSION}/octave/file-stat.h
+include/octave-${VERSION}/octave/filepos.h
include/octave-${VERSION}/octave/ft-text-renderer.h
-include/octave-${VERSION}/octave/functor.h
include/octave-${VERSION}/octave/gepbalance.h
include/octave-${VERSION}/octave/gl-render.h
include/octave-${VERSION}/octave/gl2ps-print.h
include/octave-${VERSION}/octave/glob-match.h
include/octave-${VERSION}/octave/graphics-handle.h
-include/octave-${VERSION}/octave/graphics-props.cc
include/octave-${VERSION}/octave/graphics-toolkit.h
include/octave-${VERSION}/octave/graphics.h
include/octave-${VERSION}/octave/gsvd.h
include/octave-${VERSION}/octave/gtk-manager.h
+include/octave-${VERSION}/octave/gzfstream.h
include/octave-${VERSION}/octave/help.h
include/octave-${VERSION}/octave/hess.h
include/octave-${VERSION}/octave/hook-fcn.h
@@ -145,12 +157,11 @@ include/octave-${VERSION}/octave/int16ND
include/octave-${VERSION}/octave/int32NDArray.h
include/octave-${VERSION}/octave/int64NDArray.h
include/octave-${VERSION}/octave/int8NDArray.h
+include/octave-${VERSION}/octave/intNDArray-fwd.h
include/octave-${VERSION}/octave/intNDArray.cc
include/octave-${VERSION}/octave/intNDArray.h
include/octave-${VERSION}/octave/interpreter.h
-include/octave-${VERSION}/octave/jit-ir.h
-include/octave-${VERSION}/octave/jit-typeinfo.h
-include/octave-${VERSION}/octave/jit-util.h
+include/octave-${VERSION}/octave/latex-text-renderer.h
include/octave-${VERSION}/octave/lex.h
include/octave-${VERSION}/octave/liboctave-build-info.h
include/octave-${VERSION}/octave/liboctinterp-build-info.h
@@ -260,6 +271,7 @@ include/octave-${VERSION}/octave/mx-fs-u
include/octave-${VERSION}/octave/mx-fs-ui32nda.h
include/octave-${VERSION}/octave/mx-fs-ui64nda.h
include/octave-${VERSION}/octave/mx-fs-ui8nda.h
+include/octave-${VERSION}/octave/mx-fwd.h
include/octave-${VERSION}/octave/mx-i16-fnda.h
include/octave-${VERSION}/octave/mx-i16-i32nda.h
include/octave-${VERSION}/octave/mx-i16-i64nda.h
@@ -410,6 +422,7 @@ include/octave-${VERSION}/octave/mx-s-ui
include/octave-${VERSION}/octave/mx-s-ui32nda.h
include/octave-${VERSION}/octave/mx-s-ui64nda.h
include/octave-${VERSION}/octave/mx-s-ui8nda.h
+include/octave-${VERSION}/octave/mx-type-traits.h
include/octave-${VERSION}/octave/mx-ui16-fnda.h
include/octave-${VERSION}/octave/mx-ui16-i16nda.h
include/octave-${VERSION}/octave/mx-ui16-i32nda.h
@@ -519,6 +532,8 @@ include/octave-${VERSION}/octave/mx-ui8n
include/octave-${VERSION}/octave/mx-ui8nda-ui64.h
include/octave-${VERSION}/octave/mx-ui8nda-ui64nda.h
include/octave-${VERSION}/octave/mxarray.h
+include/octave-${VERSION}/octave/mxtypes.h
+include/octave-${VERSION}/octave/oct-atomic.h
include/octave-${VERSION}/octave/oct-base64.h
include/octave-${VERSION}/octave/oct-binmap.h
include/octave-${VERSION}/octave/oct-cmplx.h
@@ -540,10 +555,10 @@ include/octave-${VERSION}/octave/oct-lva
include/octave-${VERSION}/octave/oct-map.h
include/octave-${VERSION}/octave/oct-mutex.h
include/octave-${VERSION}/octave/oct-norm.h
-include/octave-${VERSION}/octave/oct-obj.h
-include/octave-${VERSION}/octave/oct-passwd.h
+include/octave-${VERSION}/octave/oct-password.h
include/octave-${VERSION}/octave/oct-prcstrm.h
include/octave-${VERSION}/octave/oct-procbuf.h
+include/octave-${VERSION}/octave/oct-process.h
include/octave-${VERSION}/octave/oct-rand.h
include/octave-${VERSION}/octave/oct-refcount.h
include/octave-${VERSION}/octave/oct-rl-edit.h
@@ -563,7 +578,6 @@ include/octave-${VERSION}/octave/oct.h
include/octave-${VERSION}/octave/octave-build-info.h
include/octave-${VERSION}/octave/octave-config.h
include/octave-${VERSION}/octave/octave-default-image.h
-include/octave-${VERSION}/octave/octave-link.h
include/octave-${VERSION}/octave/octave-preserve-stream-state.h
include/octave-${VERSION}/octave/octave.h
include/octave-${VERSION}/octave/ops.h
@@ -589,7 +603,6 @@ include/octave-${VERSION}/octave/ov-cx-m
include/octave-${VERSION}/octave/ov-cx-sparse.h
include/octave-${VERSION}/octave/ov-dld-fcn.h
include/octave-${VERSION}/octave/ov-fcn-handle.h
-include/octave-${VERSION}/octave/ov-fcn-inline.h
include/octave-${VERSION}/octave/ov-fcn.h
include/octave-${VERSION}/octave/ov-float.h
include/octave-${VERSION}/octave/ov-flt-complex.h
@@ -605,10 +618,13 @@ include/octave-${VERSION}/octave/ov-int8
include/octave-${VERSION}/octave/ov-intx.h
include/octave-${VERSION}/octave/ov-java.h
include/octave-${VERSION}/octave/ov-lazy-idx.h
+include/octave-${VERSION}/octave/ov-legacy-range.h
+include/octave-${VERSION}/octave/ov-magic-int.h
include/octave-${VERSION}/octave/ov-mex-fcn.h
include/octave-${VERSION}/octave/ov-null-mat.h
include/octave-${VERSION}/octave/ov-oncleanup.h
include/octave-${VERSION}/octave/ov-perm.h
+include/octave-${VERSION}/octave/ov-range-traits.h
include/octave-${VERSION}/octave/ov-range.h
include/octave-${VERSION}/octave/ov-re-diag.h
include/octave-${VERSION}/octave/ov-re-mat.h
@@ -634,6 +650,7 @@ include/octave-${VERSION}/octave/profile
include/octave-${VERSION}/octave/pt-all.h
include/octave-${VERSION}/octave/pt-anon-scopes.h
include/octave-${VERSION}/octave/pt-arg-list.h
+include/octave-${VERSION}/octave/pt-args-block.h
include/octave-${VERSION}/octave/pt-array-list.h
include/octave-${VERSION}/octave/pt-assign.h
include/octave-${VERSION}/octave/pt-binop.h
@@ -650,16 +667,15 @@ include/octave-${VERSION}/octave/pt-eval
include/octave-${VERSION}/octave/pt-except.h
include/octave-${VERSION}/octave/pt-exp.h
include/octave-${VERSION}/octave/pt-fcn-handle.h
-include/octave-${VERSION}/octave/pt-funcall.h
include/octave-${VERSION}/octave/pt-id.h
include/octave-${VERSION}/octave/pt-idx.h
-include/octave-${VERSION}/octave/pt-jit.h
include/octave-${VERSION}/octave/pt-jump.h
include/octave-${VERSION}/octave/pt-loop.h
include/octave-${VERSION}/octave/pt-mat.h
include/octave-${VERSION}/octave/pt-misc.h
include/octave-${VERSION}/octave/pt-pr-code.h
include/octave-${VERSION}/octave/pt-select.h
+include/octave-${VERSION}/octave/pt-spmd.h
include/octave-${VERSION}/octave/pt-stmt.h
include/octave-${VERSION}/octave/pt-tm-const.h
include/octave-${VERSION}/octave/pt-unop.h
@@ -671,6 +687,7 @@ include/octave-${VERSION}/octave/quit.h
include/octave-${VERSION}/octave/randgamma.h
include/octave-${VERSION}/octave/randmtzig.h
include/octave-${VERSION}/octave/randpoisson.h
+include/octave-${VERSION}/octave/range-fwd.h
include/octave-${VERSION}/octave/schur.h
include/octave-${VERSION}/octave/settings.h
include/octave-${VERSION}/octave/sighandlers.h
@@ -696,10 +713,10 @@ include/octave-${VERSION}/octave/sparse-
include/octave-${VERSION}/octave/sparse-dmsolve.h
include/octave-${VERSION}/octave/sparse-lu.h
include/octave-${VERSION}/octave/sparse-qr.h
-include/octave-${VERSION}/octave/sparse-sort.h
include/octave-${VERSION}/octave/sparse-util.h
include/octave-${VERSION}/octave/sparse-xdiv.h
include/octave-${VERSION}/octave/sparse-xpow.h
+include/octave-${VERSION}/octave/stack-frame.h
include/octave-${VERSION}/octave/str-vec.h
include/octave-${VERSION}/octave/svd.h
include/octave-${VERSION}/octave/syminfo.h
@@ -710,8 +727,6 @@ include/octave-${VERSION}/octave/sysdep.
include/octave-${VERSION}/octave/text-engine.h
include/octave-${VERSION}/octave/text-renderer.h
include/octave-${VERSION}/octave/token.h
-include/octave-${VERSION}/octave/toplev.h
-include/octave-${VERSION}/octave/txt-eng.h
include/octave-${VERSION}/octave/uint16NDArray.h
include/octave-${VERSION}/octave/uint32NDArray.h
include/octave-${VERSION}/octave/uint64NDArray.h
@@ -750,29 +765,21 @@ include/octave-${VERSION}/octave/vx-s-cr
include/octave-${VERSION}/octave/xdiv.h
include/octave-${VERSION}/octave/xnorm.h
include/octave-${VERSION}/octave/xpow.h
-include/octave-${VERSION}/octave/zfstream.h
@info info/liboctave.info
@info info/octave.info
@comment lib/charset.alias
lib/octave/
lib/octave/${VERSION}/
lib/octave/${VERSION}/__delaunayn__.a
-lib/octave/${VERSION}/__eigs__.a
lib/octave/${VERSION}/__fltk_uigetfile__.a
lib/octave/${VERSION}/__glpk__.a
lib/octave/${VERSION}/__init_fltk__.a
lib/octave/${VERSION}/__init_gnuplot__.a
-lib/octave/${VERSION}/__init_qt__.a
lib/octave/${VERSION}/__ode15__.a
lib/octave/${VERSION}/__voronoi__.a
-lib/octave/${VERSION}/amd.a
lib/octave/${VERSION}/audiodevinfo.a
lib/octave/${VERSION}/audioread.a
-lib/octave/${VERSION}/ccolamd.a
-lib/octave/${VERSION}/chol.a
-lib/octave/${VERSION}/colamd.a
lib/octave/${VERSION}/convhulln.a
-lib/octave/${VERSION}/dmperm.a
lib/octave/${VERSION}/fftw.a
lib/octave/${VERSION}/gzip.a
@static-lib lib/octave/${VERSION}/liboctave.a
@@ -788,37 +795,24 @@ lib/octave/${VERSION}/oct/
lib/octave/${VERSION}/oct/${GNU_ARCH}/
lib/octave/${VERSION}/oct/${GNU_ARCH}/PKG_ADD
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__delaunayn__.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__eigs__.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__fltk_uigetfile__.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__glpk__.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__init_fltk__.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__init_gnuplot__.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__init_qt__.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__ode15__.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__voronoi__.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/amd.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/audiodevinfo.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/audioread.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/ccolamd.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/chol.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/colamd.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/convhulln.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/dmperm.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/fftw.oct
@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/gzip.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/qr.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/symbfact.oct
-@bin lib/octave/${VERSION}/oct/${GNU_ARCH}/symrcm.oct
-lib/octave/${VERSION}/qr.a
lib/octave/${VERSION}/site/
lib/octave/${VERSION}/site/oct/
lib/octave/${VERSION}/site/oct/${GNU_ARCH}/
-lib/octave/${VERSION}/symbfact.a
-lib/octave/${VERSION}/symrcm.a
lib/octave/site/
lib/octave/site/oct/
-lib/octave/site/oct/api-v53/
-lib/octave/site/oct/api-v53/${GNU_ARCH}/
+lib/octave/site/oct/api-v57/
+lib/octave/site/oct/api-v57/${GNU_ARCH}/
lib/octave/site/oct/${GNU_ARCH}/
lib/pkgconfig/octave.pc
lib/pkgconfig/octinterp.pc
@@ -831,10 +825,10 @@ libexec/octave/${VERSION}/exec/${GNU_ARC
libexec/octave/${VERSION}/site/
libexec/octave/${VERSION}/site/exec/
libexec/octave/${VERSION}/site/exec/${GNU_ARCH}/
-libexec/octave/api-v53/
-libexec/octave/api-v53/site/
-libexec/octave/api-v53/site/exec/
-libexec/octave/api-v53/site/exec/${GNU_ARCH}/
+libexec/octave/api-v57/
+libexec/octave/api-v57/site/
+libexec/octave/api-v57/site/exec/
+libexec/octave/api-v57/site/exec/${GNU_ARCH}/
libexec/octave/site/
libexec/octave/site/exec/
libexec/octave/site/exec/${GNU_ARCH}/
@@ -862,6 +856,7 @@ share/octave/
share/octave/${VERSION}/
share/octave/${VERSION}/data/
share/octave/${VERSION}/data/penny.mat
+share/octave/${VERSION}/data/west0479.mat
share/octave/${VERSION}/doc/
share/octave/${VERSION}/doc/octave_interpreter.qch
share/octave/${VERSION}/doc/octave_interpreter.qhc
@@ -869,7 +864,6 @@ share/octave/${VERSION}/etc/
share/octave/${VERSION}/etc/CITATION
share/octave/${VERSION}/etc/NEWS
share/octave/${VERSION}/etc/built-in-docstrings
-share/octave/${VERSION}/etc/default-qt-settings
share/octave/${VERSION}/etc/doc-cache
share/octave/${VERSION}/etc/macros.texi
share/octave/${VERSION}/etc/profiler/
@@ -932,8 +926,6 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/bug-38236/bug-38236.tst
share/octave/${VERSION}/etc/tests/fixed/bug-38236/df_vr.m
share/octave/${VERSION}/etc/tests/fixed/bug-38236/u_vr.m
-share/octave/${VERSION}/etc/tests/fixed/bug-38565.tst
-share/octave/${VERSION}/etc/tests/fixed/bug-38576.tst
share/octave/${VERSION}/etc/tests/fixed/bug-38691/
share/octave/${VERSION}/etc/tests/fixed/bug-38691/bug-38691.tst
share/octave/${VERSION}/etc/tests/fixed/bug-38691/dir1/
@@ -942,18 +934,26 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/bug-38691/dir2/func1.m
share/octave/${VERSION}/etc/tests/fixed/bug-38691/dir2/func2.m
share/octave/${VERSION}/etc/tests/fixed/bug-38691/dir2/func3.m
+share/octave/${VERSION}/etc/tests/fixed/bug-40117.tst
share/octave/${VERSION}/etc/tests/fixed/bug-41723/
share/octave/${VERSION}/etc/tests/fixed/bug-41723/bug-41723.tst
share/octave/${VERSION}/etc/tests/fixed/bug-41723/class_bug41723.m
share/octave/${VERSION}/etc/tests/fixed/bug-44940/
share/octave/${VERSION}/etc/tests/fixed/bug-44940/bug-44940.tst
share/octave/${VERSION}/etc/tests/fixed/bug-44940/class_bug44940.m
+share/octave/${VERSION}/etc/tests/fixed/bug-45351/
+share/octave/${VERSION}/etc/tests/fixed/bug-45351/bug-45351.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-45351/bug45351.m
share/octave/${VERSION}/etc/tests/fixed/bug-45969.tst
share/octave/${VERSION}/etc/tests/fixed/bug-45972.tst
share/octave/${VERSION}/etc/tests/fixed/bug-46330.tst
share/octave/${VERSION}/etc/tests/fixed/bug-46660/
share/octave/${VERSION}/etc/tests/fixed/bug-46660/bug-46660.tst
share/octave/${VERSION}/etc/tests/fixed/bug-46660/class_bug46660.m
+share/octave/${VERSION}/etc/tests/fixed/bug-47680/
+share/octave/${VERSION}/etc/tests/fixed/bug-47680/bug-47680.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-47680/sub_bug47680.m
+share/octave/${VERSION}/etc/tests/fixed/bug-47680/super_bug47680.m
share/octave/${VERSION}/etc/tests/fixed/bug-49379/
share/octave/${VERSION}/etc/tests/fixed/bug-49379/bug-49379.tst
share/octave/${VERSION}/etc/tests/fixed/bug-49379/class_bug49379.m
@@ -979,6 +979,8 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/bug-50716/
share/octave/${VERSION}/etc/tests/fixed/bug-50716/bug-50716.tst
share/octave/${VERSION}/etc/tests/fixed/bug-50716/myclass.m
+share/octave/${VERSION}/etc/tests/fixed/bug-50831/
+share/octave/${VERSION}/etc/tests/fixed/bug-50831/bug-50831.tst
share/octave/${VERSION}/etc/tests/fixed/bug-51192/
share/octave/${VERSION}/etc/tests/fixed/bug-51192/bug-51192.tst
share/octave/${VERSION}/etc/tests/fixed/bug-51192/class_bug51192.m
@@ -1000,6 +1002,12 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/bug-52722/bug-52722.tst
share/octave/${VERSION}/etc/tests/fixed/bug-52722/define_globals.m
share/octave/${VERSION}/etc/tests/fixed/bug-52722/include_globals.m
+share/octave/${VERSION}/etc/tests/fixed/bug-52851/
+share/octave/${VERSION}/etc/tests/fixed/bug-52851/bug-52851.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-52851/script1.m
+share/octave/${VERSION}/etc/tests/fixed/bug-52851/script2.m
+share/octave/${VERSION}/etc/tests/fixed/bug-52851/script3.m
+share/octave/${VERSION}/etc/tests/fixed/bug-52851/script4.m
share/octave/${VERSION}/etc/tests/fixed/bug-53027/
share/octave/${VERSION}/etc/tests/fixed/bug-53027/bug-53027.tst
share/octave/${VERSION}/etc/tests/fixed/bug-53027/globals53027.m
@@ -1014,6 +1022,11 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/bug-53468/ofig51.ofig
share/octave/${VERSION}/etc/tests/fixed/bug-53579.tst
share/octave/${VERSION}/etc/tests/fixed/bug-53599.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-53956/
+share/octave/${VERSION}/etc/tests/fixed/bug-53956/bug-53956.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-53956/bug53956_class_2.m
+share/octave/${VERSION}/etc/tests/fixed/bug-53956/bug53956_class_3.m
+share/octave/${VERSION}/etc/tests/fixed/bug-53956/bug53956_class_4.m
share/octave/${VERSION}/etc/tests/fixed/bug-54490.tst
share/octave/${VERSION}/etc/tests/fixed/bug-54995/
share/octave/${VERSION}/etc/tests/fixed/bug-54995/@testclass54995/
@@ -1023,6 +1036,60 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/bug-55308.tst
share/octave/${VERSION}/etc/tests/fixed/bug-55321.tst
share/octave/${VERSION}/etc/tests/fixed/bug-55322.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-55758/
+share/octave/${VERSION}/etc/tests/fixed/bug-55758/bug-55758.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-55758/class_bug_55758.m
+share/octave/${VERSION}/etc/tests/fixed/bug-56068/
+share/octave/${VERSION}/etc/tests/fixed/bug-56068/bug-56068.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-56068/bug_56068.m
+share/octave/${VERSION}/etc/tests/fixed/bug-58572/
+share/octave/${VERSION}/etc/tests/fixed/bug-58572/bug-58572.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-58572/bug58572.m
+share/octave/${VERSION}/etc/tests/fixed/bug-58593/
+share/octave/${VERSION}/etc/tests/fixed/bug-58593/bug-58593.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-58593/myclass1.m
+share/octave/${VERSION}/etc/tests/fixed/bug-58593/myclass2.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59451/
+share/octave/${VERSION}/etc/tests/fixed/bug-59451/bug-59451.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-59451/bug59451.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59451/foo/
+share/octave/${VERSION}/etc/tests/fixed/bug-59451/foo/@double/
+share/octave/${VERSION}/etc/tests/fixed/bug-59451/foo/@double/bug59451.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59451/foo/@single/
+share/octave/${VERSION}/etc/tests/fixed/bug-59451/foo/@single/bug59451.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59617/
+share/octave/${VERSION}/etc/tests/fixed/bug-59617/@bug59617/
+share/octave/${VERSION}/etc/tests/fixed/bug-59617/@bug59617/bug59617.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59617/@bug59617/max.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59617/bug-59617.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-59661/
+share/octave/${VERSION}/etc/tests/fixed/bug-59661/bug-59661.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-59661/bug59661.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59704/
+share/octave/${VERSION}/etc/tests/fixed/bug-59704/bug-59704.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-59704/bug59704_1.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59704/bug59704_1_test.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59704/bug59704_2.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59937/
+share/octave/${VERSION}/etc/tests/fixed/bug-59937/bug-59937.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-59937/eval_global_script.m
+share/octave/${VERSION}/etc/tests/fixed/bug-59950.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-60237/
+share/octave/${VERSION}/etc/tests/fixed/bug-60237/bug-60237.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-60237/bug_60237.m
+share/octave/${VERSION}/etc/tests/fixed/bug-60882/
+share/octave/${VERSION}/etc/tests/fixed/bug-60882/bug-60882.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-60882/bug_60882.m
+share/octave/${VERSION}/etc/tests/fixed/bug-61105/
+share/octave/${VERSION}/etc/tests/fixed/bug-61105/bug-61105.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-61105/nested_test_1.m
+share/octave/${VERSION}/etc/tests/fixed/bug-61105/nested_test_2.m
+share/octave/${VERSION}/etc/tests/fixed/bug-61105/nested_test_3.m
+share/octave/${VERSION}/etc/tests/fixed/bug-61191/
+share/octave/${VERSION}/etc/tests/fixed/bug-61191/bug-61191.tst
+share/octave/${VERSION}/etc/tests/fixed/bug-61191/subdir/
+share/octave/${VERSION}/etc/tests/fixed/bug-61191/subdir/bug_61191.m
+share/octave/${VERSION}/etc/tests/fixed/bug-61201.tst
share/octave/${VERSION}/etc/tests/fixed/class-concat/
share/octave/${VERSION}/etc/tests/fixed/class-concat/@foo/
share/octave/${VERSION}/etc/tests/fixed/class-concat/@foo/foo.m
@@ -1034,6 +1101,10 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m
share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1_and_2.m
share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/classdef-multiple-inheritance.tst
+share/octave/${VERSION}/etc/tests/fixed/classdef/bug_60763.m
+share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug52614A.m
+share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug52614B.m
+share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug55766.m
share/octave/${VERSION}/etc/tests/fixed/classdef/classdef.tst
share/octave/${VERSION}/etc/tests/fixed/classdef/foo_method_changes_property_size.m
share/octave/${VERSION}/etc/tests/fixed/classdef/foo_static_method_constant_property.m
@@ -1159,6 +1230,12 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/classes/@Spork/saveobj.m
share/octave/${VERSION}/etc/tests/fixed/classes/@Spork/set.m
share/octave/${VERSION}/etc/tests/fixed/classes/classes.tst
+share/octave/${VERSION}/etc/tests/fixed/colon-op/
+share/octave/${VERSION}/etc/tests/fixed/colon-op/@legacy_colon_op/
+share/octave/${VERSION}/etc/tests/fixed/colon-op/@legacy_colon_op/colon.m
+share/octave/${VERSION}/etc/tests/fixed/colon-op/@legacy_colon_op/legacy_colon_op.m
+share/octave/${VERSION}/etc/tests/fixed/colon-op/colon-op.tst
+share/octave/${VERSION}/etc/tests/fixed/colon-op/colon_op.m
share/octave/${VERSION}/etc/tests/fixed/colormaps.tst
share/octave/${VERSION}/etc/tests/fixed/command.tst
share/octave/${VERSION}/etc/tests/fixed/complex.tst
@@ -1179,26 +1256,57 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/diag-perm.tst
share/octave/${VERSION}/etc/tests/fixed/error.tst
share/octave/${VERSION}/etc/tests/fixed/eval-catch.tst
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_derived/
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_derived/fhdr_derived.m
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/fhdr_other.m
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_arrayfun.m
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_cellfun.m
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_loop.m
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/fhdr_parent.m
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/numel.m
-share/octave/${VERSION}/etc/tests/fixed/fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst
+share/octave/${VERSION}/etc/tests/fixed/eval-command.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/+pkga/
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/+pkga/+pkgb/
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/+pkga/+pkgb/bug51709_a.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/+pkga/+pkgb/bug51709_b.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/+pkga/+pkgb/f1.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/+pkga/+pkgb/f2.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_derived/
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_derived/fhdr_derived.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_other/
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_other/fhdr_other.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_arrayfun.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_cellfun.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_loop.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_parent/
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_parent/fhdr_parent.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/@fhdr_parent/numel.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/bug-51567.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/bug-57941.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/bug51567.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/bug51709_a.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/bug51709_c.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/bug57941a.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/bug57941b.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/bug58519.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/bug60845.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/derived-resolution.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/f1.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/handle-to-sibling.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/keyword.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/object-method.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/package-function.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/shared-ctx.tst
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/shared_ctx.m
+share/octave/${VERSION}/etc/tests/fixed/fcn-handle/static-method.tst
share/octave/${VERSION}/etc/tests/fixed/for.tst
share/octave/${VERSION}/etc/tests/fixed/func.tst
share/octave/${VERSION}/etc/tests/fixed/global.tst
share/octave/${VERSION}/etc/tests/fixed/if.tst
share/octave/${VERSION}/etc/tests/fixed/index.tst
+share/octave/${VERSION}/etc/tests/fixed/inline-fcn.tst
share/octave/${VERSION}/etc/tests/fixed/integer.tst
share/octave/${VERSION}/etc/tests/fixed/io.tst
-share/octave/${VERSION}/etc/tests/fixed/jit.tst
+share/octave/${VERSION}/etc/tests/fixed/json/
+share/octave/${VERSION}/etc/tests/fixed/json/jsondecode_BIST.tst
+share/octave/${VERSION}/etc/tests/fixed/json/jsonencode_BIST.tst
+share/octave/${VERSION}/etc/tests/fixed/jupyter-notebook/
+share/octave/${VERSION}/etc/tests/fixed/jupyter-notebook/jupyter-notebook.tst
+share/octave/${VERSION}/etc/tests/fixed/jupyter-notebook/octave_kernel.ipynb
+share/octave/${VERSION}/etc/tests/fixed/jupyter-notebook/plot_magic_and_errors.ipynb
share/octave/${VERSION}/etc/tests/fixed/leftdiv.tst
share/octave/${VERSION}/etc/tests/fixed/line-continue.tst
share/octave/${VERSION}/etc/tests/fixed/local-functions/
@@ -1208,9 +1316,14 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/nest/
share/octave/${VERSION}/etc/tests/fixed/nest/arg_nest.m
share/octave/${VERSION}/etc/tests/fixed/nest/arg_ret.m
+share/octave/${VERSION}/etc/tests/fixed/nest/bug_59989.m
+share/octave/${VERSION}/etc/tests/fixed/nest/counter.m
share/octave/${VERSION}/etc/tests/fixed/nest/nest.tst
share/octave/${VERSION}/etc/tests/fixed/nest/nest_eval.m
share/octave/${VERSION}/etc/tests/fixed/nest/no_closure.m
+share/octave/${VERSION}/etc/tests/fixed/nest/nst1.m
+share/octave/${VERSION}/etc/tests/fixed/nest/nst2.m
+share/octave/${VERSION}/etc/tests/fixed/nest/nst3.m
share/octave/${VERSION}/etc/tests/fixed/nest/persistent_nest.m
share/octave/${VERSION}/etc/tests/fixed/nest/recursive_nest.m
share/octave/${VERSION}/etc/tests/fixed/nest/recursive_nest2.m
@@ -1220,7 +1333,9 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/nest/scope2.m
share/octave/${VERSION}/etc/tests/fixed/nest/scope3.m
share/octave/${VERSION}/etc/tests/fixed/nest/script_nest.m
+share/octave/${VERSION}/etc/tests/fixed/nest/script_nest_2.m
share/octave/${VERSION}/etc/tests/fixed/nest/script_nest_script.m
+share/octave/${VERSION}/etc/tests/fixed/nest/script_nest_script_2.m
share/octave/${VERSION}/etc/tests/fixed/nest/varg_nest.m
share/octave/${VERSION}/etc/tests/fixed/nest/varg_nest2.m
share/octave/${VERSION}/etc/tests/fixed/null-assign.tst
@@ -1243,6 +1358,14 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/pkg/mfile_minimal_test/inst/example_mfile.m
share/octave/${VERSION}/etc/tests/fixed/pkg/pkg.tst
share/octave/${VERSION}/etc/tests/fixed/prefer.tst
+share/octave/${VERSION}/etc/tests/fixed/private-functions/
+share/octave/${VERSION}/etc/tests/fixed/private-functions/fcn.m
+share/octave/${VERSION}/etc/tests/fixed/private-functions/private/
+share/octave/${VERSION}/etc/tests/fixed/private-functions/private-functions.tst
+share/octave/${VERSION}/etc/tests/fixed/private-functions/private/ascript.m
+share/octave/${VERSION}/etc/tests/fixed/private-functions/private/bscript.m
+share/octave/${VERSION}/etc/tests/fixed/private-functions/private/pfcn1.m
+share/octave/${VERSION}/etc/tests/fixed/private-functions/private/pfcn2.m
share/octave/${VERSION}/etc/tests/fixed/publish/
share/octave/${VERSION}/etc/tests/fixed/publish/publish.tst
share/octave/${VERSION}/etc/tests/fixed/publish/test_script.m
@@ -1255,6 +1378,7 @@ share/octave/${VERSION}/etc/tests/fixed/
share/octave/${VERSION}/etc/tests/fixed/return.tst
share/octave/${VERSION}/etc/tests/fixed/single-index.tst
share/octave/${VERSION}/etc/tests/fixed/slice.tst
+share/octave/${VERSION}/etc/tests/fixed/sparse-assign.tst
share/octave/${VERSION}/etc/tests/fixed/sparse.tst
share/octave/${VERSION}/etc/tests/fixed/struct.tst
share/octave/${VERSION}/etc/tests/fixed/switch.tst
@@ -1269,17 +1393,22 @@ share/octave/${VERSION}/etc/tests/libint
share/octave/${VERSION}/etc/tests/libinterp/corefcn/Cell.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/__contourc__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/__eigs__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/__ichol__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/__ilu__.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/__isprimelarge__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/__magick_read__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/__qp__.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/amd.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/besselj.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/bitfcns.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/bsxfun.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/call-stack.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/cellfun.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/chol.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/colamd.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/colloc.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/conv2.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/dassl.cc-tst
@@ -1289,12 +1418,15 @@ share/octave/${VERSION}/etc/tests/libint
share/octave/${VERSION}/etc/tests/libinterp/corefcn/det.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/dirfns.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/dlmread.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/dmperm.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/dot.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/eig.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/ellipj.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/environment.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/error.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/errwarn.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/event-manager.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/fcn-info.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/fft.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/fft2.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/file-io.cc-tst
@@ -1311,7 +1443,10 @@ share/octave/${VERSION}/etc/tests/libint
share/octave/${VERSION}/etc/tests/libinterp/corefcn/hex2num.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/input.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/inv.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/jsondecode.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/jsonencode.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/kron.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/load-save.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/lookup.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/lsode.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/lu.cc-tst
@@ -1320,12 +1455,14 @@ share/octave/${VERSION}/etc/tests/libint
share/octave/${VERSION}/etc/tests/libinterp/corefcn/max.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/mgorth.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/nproc.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/oct-hist.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/oct-map.cc-tst
-share/octave/${VERSION}/etc/tests/libinterp/corefcn/octave-link.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/ordqz.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/ordschur.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/pinv.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/pr-output.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/psi.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/qr.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/quad.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/quadcc.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/qz.cc-tst
@@ -1343,6 +1480,7 @@ share/octave/${VERSION}/etc/tests/libint
share/octave/${VERSION}/etc/tests/libinterp/corefcn/sub2ind.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/svd.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/sylvester.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/corefcn/symbfact.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/symtab.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/syscalls.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/corefcn/sysdep.cc-tst
@@ -1355,35 +1493,31 @@ share/octave/${VERSION}/etc/tests/libint
share/octave/${VERSION}/etc/tests/libinterp/corefcn/variables.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst
-share/octave/${VERSION}/etc/tests/libinterp/dldfcn/__eigs__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/__glpk__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/__init_fltk__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/__init_gnuplot__.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/dldfcn/__ode15__.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst
-share/octave/${VERSION}/etc/tests/libinterp/dldfcn/amd.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/audiodevinfo.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/audioread.cc-tst
-share/octave/${VERSION}/etc/tests/libinterp/dldfcn/chol.cc-tst
-share/octave/${VERSION}/etc/tests/libinterp/dldfcn/colamd.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/convhulln.cc-tst
-share/octave/${VERSION}/etc/tests/libinterp/dldfcn/dmperm.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/fftw.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/dldfcn/gzip.cc-tst
-share/octave/${VERSION}/etc/tests/libinterp/dldfcn/qr.cc-tst
-share/octave/${VERSION}/etc/tests/libinterp/dldfcn/symbfact.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-base.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-bool-mat.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-cell.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-class.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-classdef.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-cx-diag.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-fcn-handle.cc-tst
-share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-fcn-inline.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-java.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-lazy-idx.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-null-mat.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-oncleanup.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-range.cc-tst
+share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-str-mat.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-struct.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-typeinfo.cc-tst
share/octave/${VERSION}/etc/tests/libinterp/octave-value/ov-usr-fcn.cc-tst
@@ -1429,6 +1563,7 @@ share/octave/${VERSION}/locale/en_US.qm
share/octave/${VERSION}/locale/es_ES.qm
share/octave/${VERSION}/locale/eu_ES.qm
share/octave/${VERSION}/locale/fr_FR.qm
+share/octave/${VERSION}/locale/hu_HU.qm
share/octave/${VERSION}/locale/it_IT.qm
share/octave/${VERSION}/locale/ja_JP.qm
share/octave/${VERSION}/locale/lt_LT.qm
@@ -1436,6 +1571,7 @@ share/octave/${VERSION}/locale/nl_NL.qm
share/octave/${VERSION}/locale/pt_BR.qm
share/octave/${VERSION}/locale/pt_PT.qm
share/octave/${VERSION}/locale/ru_RU.qm
+share/octave/${VERSION}/locale/tr_TR.qm
share/octave/${VERSION}/locale/uk_UA.qm
share/octave/${VERSION}/locale/zh_CN.qm
share/octave/${VERSION}/m/
@@ -1445,6 +1581,9 @@ share/octave/${VERSION}/m/+matlab/
share/octave/${VERSION}/m/+matlab/+lang/
share/octave/${VERSION}/m/+matlab/+lang/makeUniqueStrings.m
share/octave/${VERSION}/m/+matlab/+lang/makeValidName.m
+share/octave/${VERSION}/m/+matlab/+net/
+share/octave/${VERSION}/m/+matlab/+net/base64decode.m
+share/octave/${VERSION}/m/+matlab/+net/base64encode.m
share/octave/${VERSION}/m/@ftp/
share/octave/${VERSION}/m/@ftp/ascii.m
share/octave/${VERSION}/m/@ftp/binary.m
@@ -1462,6 +1601,7 @@ share/octave/${VERSION}/m/@ftp/rename.m
share/octave/${VERSION}/m/@ftp/rmdir.m
share/octave/${VERSION}/m/@ftp/saveobj.m
share/octave/${VERSION}/m/audio/
+share/octave/${VERSION}/m/audio/.oct-config
share/octave/${VERSION}/m/audio/@audioplayer/
share/octave/${VERSION}/m/audio/@audioplayer/__get_properties__.m
share/octave/${VERSION}/m/audio/@audioplayer/audioplayer.m
@@ -1499,16 +1639,13 @@ share/octave/${VERSION}/m/audio/record.m
share/octave/${VERSION}/m/audio/sound.m
share/octave/${VERSION}/m/audio/soundsc.m
share/octave/${VERSION}/m/deprecated/
-share/octave/${VERSION}/m/deprecated/chop.m
-share/octave/${VERSION}/m/deprecated/comma.m
-share/octave/${VERSION}/m/deprecated/desktop.m
-share/octave/${VERSION}/m/deprecated/java2mat.m
-share/octave/${VERSION}/m/deprecated/output_max_field_width.m
-share/octave/${VERSION}/m/deprecated/paren.m
-share/octave/${VERSION}/m/deprecated/semicolon.m
-share/octave/${VERSION}/m/deprecated/tmpnam.m
-share/octave/${VERSION}/m/deprecated/toascii.m
+share/octave/${VERSION}/m/deprecated/.oct-config
+share/octave/${VERSION}/m/deprecated/disable_diagonal_matrix.m
+share/octave/${VERSION}/m/deprecated/disable_permutation_matrix.m
+share/octave/${VERSION}/m/deprecated/disable_range.m
+share/octave/${VERSION}/m/deprecated/runtests.m
share/octave/${VERSION}/m/elfun/
+share/octave/${VERSION}/m/elfun/.oct-config
share/octave/${VERSION}/m/elfun/acosd.m
share/octave/${VERSION}/m/elfun/acot.m
share/octave/${VERSION}/m/elfun/acotd.m
@@ -1523,6 +1660,7 @@ share/octave/${VERSION}/m/elfun/asind.m
share/octave/${VERSION}/m/elfun/atan2d.m
share/octave/${VERSION}/m/elfun/atand.m
share/octave/${VERSION}/m/elfun/cosd.m
+share/octave/${VERSION}/m/elfun/cospi.m
share/octave/${VERSION}/m/elfun/cot.m
share/octave/${VERSION}/m/elfun/cotd.m
share/octave/${VERSION}/m/elfun/coth.m
@@ -1533,8 +1671,10 @@ share/octave/${VERSION}/m/elfun/sec.m
share/octave/${VERSION}/m/elfun/secd.m
share/octave/${VERSION}/m/elfun/sech.m
share/octave/${VERSION}/m/elfun/sind.m
+share/octave/${VERSION}/m/elfun/sinpi.m
share/octave/${VERSION}/m/elfun/tand.m
share/octave/${VERSION}/m/general/
+share/octave/${VERSION}/m/general/.oct-config
share/octave/${VERSION}/m/general/accumarray.m
share/octave/${VERSION}/m/general/accumdim.m
share/octave/${VERSION}/m/general/bincoeff.m
@@ -1590,6 +1730,8 @@ share/octave/${VERSION}/m/general/randi.
share/octave/${VERSION}/m/general/rat.m
share/octave/${VERSION}/m/general/repelem.m
share/octave/${VERSION}/m/general/repmat.m
+share/octave/${VERSION}/m/general/rescale.m
+share/octave/${VERSION}/m/general/rng.m
share/octave/${VERSION}/m/general/rot90.m
share/octave/${VERSION}/m/general/rotdim.m
share/octave/${VERSION}/m/general/shift.m
@@ -1602,6 +1744,7 @@ share/octave/${VERSION}/m/general/trapz.
share/octave/${VERSION}/m/general/triplequad.m
share/octave/${VERSION}/m/general/xor.m
share/octave/${VERSION}/m/geometry/
+share/octave/${VERSION}/m/geometry/.oct-config
share/octave/${VERSION}/m/geometry/convhull.m
share/octave/${VERSION}/m/geometry/delaunay.m
share/octave/${VERSION}/m/geometry/delaunayn.m
@@ -1612,19 +1755,25 @@ share/octave/${VERSION}/m/geometry/gridd
share/octave/${VERSION}/m/geometry/griddatan.m
share/octave/${VERSION}/m/geometry/inpolygon.m
share/octave/${VERSION}/m/geometry/rectint.m
+share/octave/${VERSION}/m/geometry/rotx.m
+share/octave/${VERSION}/m/geometry/roty.m
+share/octave/${VERSION}/m/geometry/rotz.m
share/octave/${VERSION}/m/geometry/tsearchn.m
share/octave/${VERSION}/m/geometry/voronoi.m
share/octave/${VERSION}/m/geometry/voronoin.m
share/octave/${VERSION}/m/gui/
+share/octave/${VERSION}/m/gui/.oct-config
share/octave/${VERSION}/m/gui/dialog.m
share/octave/${VERSION}/m/gui/errordlg.m
share/octave/${VERSION}/m/gui/getappdata.m
+share/octave/${VERSION}/m/gui/getpixelposition.m
share/octave/${VERSION}/m/gui/guidata.m
share/octave/${VERSION}/m/gui/guihandles.m
share/octave/${VERSION}/m/gui/helpdlg.m
share/octave/${VERSION}/m/gui/inputdlg.m
share/octave/${VERSION}/m/gui/isappdata.m
share/octave/${VERSION}/m/gui/listdlg.m
+share/octave/${VERSION}/m/gui/listfonts.m
share/octave/${VERSION}/m/gui/movegui.m
share/octave/${VERSION}/m/gui/msgbox.m
share/octave/${VERSION}/m/gui/private/
@@ -1632,6 +1781,7 @@ share/octave/${VERSION}/m/gui/private/__
share/octave/${VERSION}/m/gui/private/__fltk_file_filter__.m
share/octave/${VERSION}/m/gui/private/__get_funcname__.m
share/octave/${VERSION}/m/gui/private/__is_function__.m
+share/octave/${VERSION}/m/gui/private/__ok_cancel_dlg__.m
share/octave/${VERSION}/m/gui/private/__uigetdir_fltk__.m
share/octave/${VERSION}/m/gui/private/__uigetfile_fltk__.m
share/octave/${VERSION}/m/gui/private/__uiobject_split_args__.m
@@ -1649,6 +1799,7 @@ share/octave/${VERSION}/m/gui/uipanel.m
share/octave/${VERSION}/m/gui/uipushtool.m
share/octave/${VERSION}/m/gui/uiputfile.m
share/octave/${VERSION}/m/gui/uiresume.m
+share/octave/${VERSION}/m/gui/uisetfont.m
share/octave/${VERSION}/m/gui/uitable.m
share/octave/${VERSION}/m/gui/uitoggletool.m
share/octave/${VERSION}/m/gui/uitoolbar.m
@@ -1657,6 +1808,7 @@ share/octave/${VERSION}/m/gui/waitbar.m
share/octave/${VERSION}/m/gui/waitforbuttonpress.m
share/octave/${VERSION}/m/gui/warndlg.m
share/octave/${VERSION}/m/help/
+share/octave/${VERSION}/m/help/.oct-config
share/octave/${VERSION}/m/help/__gripe_missing_component__.m
share/octave/${VERSION}/m/help/__makeinfo__.m
share/octave/${VERSION}/m/help/__unimplemented__.m
@@ -1678,6 +1830,7 @@ share/octave/${VERSION}/m/help/type.m
share/octave/${VERSION}/m/help/warning_ids.m
share/octave/${VERSION}/m/help/which.m
share/octave/${VERSION}/m/image/
+share/octave/${VERSION}/m/image/.oct-config
share/octave/${VERSION}/m/image/autumn.m
share/octave/${VERSION}/m/image/bone.m
share/octave/${VERSION}/m/image/brighten.m
@@ -1732,10 +1885,12 @@ share/octave/${VERSION}/m/image/rgbplot.
share/octave/${VERSION}/m/image/spinmap.m
share/octave/${VERSION}/m/image/spring.m
share/octave/${VERSION}/m/image/summer.m
+share/octave/${VERSION}/m/image/turbo.m
share/octave/${VERSION}/m/image/viridis.m
share/octave/${VERSION}/m/image/white.m
share/octave/${VERSION}/m/image/winter.m
share/octave/${VERSION}/m/io/
+share/octave/${VERSION}/m/io/.oct-config
share/octave/${VERSION}/m/io/beep.m
share/octave/${VERSION}/m/io/csvread.m
share/octave/${VERSION}/m/io/csvwrite.m
@@ -1744,6 +1899,7 @@ share/octave/${VERSION}/m/io/fileread.m
share/octave/${VERSION}/m/io/importdata.m
share/octave/${VERSION}/m/io/is_valid_file_id.m
share/octave/${VERSION}/m/java/
+share/octave/${VERSION}/m/java/.oct-config
share/octave/${VERSION}/m/java/javaArray.m
share/octave/${VERSION}/m/java/java_get.m
share/octave/${VERSION}/m/java/java_set.m
@@ -1754,17 +1910,30 @@ share/octave/${VERSION}/m/java/javamem.m
share/octave/${VERSION}/m/java/javarmpath.m
share/octave/${VERSION}/m/java/usejava.m
share/octave/${VERSION}/m/legacy/
+share/octave/${VERSION}/m/legacy/.oct-config
+share/octave/${VERSION}/m/legacy/@inline/
+share/octave/${VERSION}/m/legacy/@inline/argnames.m
+share/octave/${VERSION}/m/legacy/@inline/char.m
+share/octave/${VERSION}/m/legacy/@inline/feval.m
+share/octave/${VERSION}/m/legacy/@inline/formula.m
+share/octave/${VERSION}/m/legacy/@inline/inline.m
+share/octave/${VERSION}/m/legacy/@inline/subsref.m
+share/octave/${VERSION}/m/legacy/@inline/vectorize.m
+share/octave/${VERSION}/m/legacy/__vectorize__.m
share/octave/${VERSION}/m/legacy/findstr.m
share/octave/${VERSION}/m/legacy/flipdim.m
share/octave/${VERSION}/m/legacy/genvarname.m
share/octave/${VERSION}/m/legacy/isdir.m
share/octave/${VERSION}/m/legacy/isequalwithequalnans.m
share/octave/${VERSION}/m/legacy/isstr.m
+share/octave/${VERSION}/m/legacy/maxNumCompThreads.m
share/octave/${VERSION}/m/legacy/setstr.m
share/octave/${VERSION}/m/legacy/strmatch.m
share/octave/${VERSION}/m/legacy/strread.m
share/octave/${VERSION}/m/legacy/textread.m
+share/octave/${VERSION}/m/legacy/vectorize.m
share/octave/${VERSION}/m/linear-algebra/
+share/octave/${VERSION}/m/linear-algebra/.oct-config
share/octave/${VERSION}/m/linear-algebra/bandwidth.m
share/octave/${VERSION}/m/linear-algebra/commutation_matrix.m
share/octave/${VERSION}/m/linear-algebra/cond.m
@@ -1801,6 +1970,7 @@ share/octave/${VERSION}/m/linear-algebra
share/octave/${VERSION}/m/linear-algebra/vech.m
share/octave/${VERSION}/m/linear-algebra/vecnorm.m
share/octave/${VERSION}/m/miscellaneous/
+share/octave/${VERSION}/m/miscellaneous/.oct-config
share/octave/${VERSION}/m/miscellaneous/bug_report.m
share/octave/${VERSION}/m/miscellaneous/bunzip2.m
share/octave/${VERSION}/m/miscellaneous/cast.m
@@ -1813,7 +1983,6 @@ share/octave/${VERSION}/m/miscellaneous/
share/octave/${VERSION}/m/miscellaneous/dir.m
share/octave/${VERSION}/m/miscellaneous/dos.m
share/octave/${VERSION}/m/miscellaneous/edit.m
-share/octave/${VERSION}/m/miscellaneous/fact.m
share/octave/${VERSION}/m/miscellaneous/fieldnames.m
share/octave/${VERSION}/m/miscellaneous/fileattrib.m
share/octave/${VERSION}/m/miscellaneous/fileparts.m
@@ -1828,13 +1997,16 @@ share/octave/${VERSION}/m/miscellaneous/
share/octave/${VERSION}/m/miscellaneous/isfile.m
share/octave/${VERSION}/m/miscellaneous/isfolder.m
share/octave/${VERSION}/m/miscellaneous/ismac.m
+share/octave/${VERSION}/m/miscellaneous/ismethod.m
share/octave/${VERSION}/m/miscellaneous/ispc.m
share/octave/${VERSION}/m/miscellaneous/isunix.m
+share/octave/${VERSION}/m/miscellaneous/jupyter_notebook.m
share/octave/${VERSION}/m/miscellaneous/license.m
share/octave/${VERSION}/m/miscellaneous/list_primes.m
share/octave/${VERSION}/m/miscellaneous/loadobj.m
share/octave/${VERSION}/m/miscellaneous/ls.m
share/octave/${VERSION}/m/miscellaneous/ls_command.m
+share/octave/${VERSION}/m/miscellaneous/memory.m
share/octave/${VERSION}/m/miscellaneous/menu.m
share/octave/${VERSION}/m/miscellaneous/methods.m
share/octave/${VERSION}/m/miscellaneous/mex.m
@@ -1842,6 +2014,25 @@ share/octave/${VERSION}/m/miscellaneous/
share/octave/${VERSION}/m/miscellaneous/mkdir.m
share/octave/${VERSION}/m/miscellaneous/mkoctfile.m
share/octave/${VERSION}/m/miscellaneous/movefile.m
+share/octave/${VERSION}/m/miscellaneous/mustBeFinite.m
+share/octave/${VERSION}/m/miscellaneous/mustBeGreaterThan.m
+share/octave/${VERSION}/m/miscellaneous/mustBeGreaterThanOrEqual.m
+share/octave/${VERSION}/m/miscellaneous/mustBeInteger.m
+share/octave/${VERSION}/m/miscellaneous/mustBeLessThan.m
+share/octave/${VERSION}/m/miscellaneous/mustBeLessThanOrEqual.m
+share/octave/${VERSION}/m/miscellaneous/mustBeMember.m
+share/octave/${VERSION}/m/miscellaneous/mustBeNegative.m
+share/octave/${VERSION}/m/miscellaneous/mustBeNonNan.m
+share/octave/${VERSION}/m/miscellaneous/mustBeNonempty.m
+share/octave/${VERSION}/m/miscellaneous/mustBeNonnegative.m
+share/octave/${VERSION}/m/miscellaneous/mustBeNonpositive.m
+share/octave/${VERSION}/m/miscellaneous/mustBeNonsparse.m
+share/octave/${VERSION}/m/miscellaneous/mustBeNonzero.m
+share/octave/${VERSION}/m/miscellaneous/mustBeNumeric.m
+share/octave/${VERSION}/m/miscellaneous/mustBeNumericOrLogical.m
+share/octave/${VERSION}/m/miscellaneous/mustBePositive.m
+share/octave/${VERSION}/m/miscellaneous/mustBeReal.m
+share/octave/${VERSION}/m/miscellaneous/namedargs2cell.m
share/octave/${VERSION}/m/miscellaneous/namelengthmax.m
share/octave/${VERSION}/m/miscellaneous/nargchk.m
share/octave/${VERSION}/m/miscellaneous/narginchk.m
@@ -1858,6 +2049,7 @@ share/octave/${VERSION}/m/miscellaneous/
share/octave/${VERSION}/m/miscellaneous/private/__publish_latex_output__.m
share/octave/${VERSION}/m/miscellaneous/private/__w2mpth__.m
share/octave/${VERSION}/m/miscellaneous/private/display_info_file.m
+share/octave/${VERSION}/m/miscellaneous/private/tar_is_bsd.m
share/octave/${VERSION}/m/miscellaneous/publish.m
share/octave/${VERSION}/m/miscellaneous/python.m
share/octave/${VERSION}/m/miscellaneous/recycle.m
@@ -1875,14 +2067,17 @@ share/octave/${VERSION}/m/miscellaneous/
share/octave/${VERSION}/m/miscellaneous/unzip.m
share/octave/${VERSION}/m/miscellaneous/validateattributes.m
share/octave/${VERSION}/m/miscellaneous/ver.m
+share/octave/${VERSION}/m/miscellaneous/verLessThan.m
share/octave/${VERSION}/m/miscellaneous/version.m
share/octave/${VERSION}/m/miscellaneous/what.m
share/octave/${VERSION}/m/miscellaneous/zip.m
share/octave/${VERSION}/m/ode/
+share/octave/${VERSION}/m/ode/.oct-config
share/octave/${VERSION}/m/ode/decic.m
share/octave/${VERSION}/m/ode/ode15i.m
share/octave/${VERSION}/m/ode/ode15s.m
share/octave/${VERSION}/m/ode/ode23.m
+share/octave/${VERSION}/m/ode/ode23s.m
share/octave/${VERSION}/m/ode/ode45.m
share/octave/${VERSION}/m/ode/odeget.m
share/octave/${VERSION}/m/ode/odeplot.m
@@ -1896,10 +2091,12 @@ share/octave/${VERSION}/m/ode/private/od
share/octave/${VERSION}/m/ode/private/odedefaults.m
share/octave/${VERSION}/m/ode/private/odemergeopts.m
share/octave/${VERSION}/m/ode/private/runge_kutta_23.m
+share/octave/${VERSION}/m/ode/private/runge_kutta_23s.m
share/octave/${VERSION}/m/ode/private/runge_kutta_45_dorpri.m
share/octave/${VERSION}/m/ode/private/runge_kutta_interpolate.m
share/octave/${VERSION}/m/ode/private/starting_stepsize.m
share/octave/${VERSION}/m/optimization/
+share/octave/${VERSION}/m/optimization/.oct-config
share/octave/${VERSION}/m/optimization/PKG_ADD
share/octave/${VERSION}/m/optimization/__all_opts__.m
share/octave/${VERSION}/m/optimization/fminbnd.m
@@ -1918,6 +2115,7 @@ share/octave/${VERSION}/m/optimization/p
share/octave/${VERSION}/m/optimization/qp.m
share/octave/${VERSION}/m/optimization/sqp.m
share/octave/${VERSION}/m/path/
+share/octave/${VERSION}/m/path/.oct-config
share/octave/${VERSION}/m/path/import.m
share/octave/${VERSION}/m/path/matlabroot.m
share/octave/${VERSION}/m/path/pathdef.m
@@ -1925,6 +2123,7 @@ share/octave/${VERSION}/m/path/private/
share/octave/${VERSION}/m/path/private/getsavepath.m
share/octave/${VERSION}/m/path/savepath.m
share/octave/${VERSION}/m/pkg/
+share/octave/${VERSION}/m/pkg/.oct-config
share/octave/${VERSION}/m/pkg/pkg.m
share/octave/${VERSION}/m/pkg/private/
share/octave/${VERSION}/m/pkg/private/build.m
@@ -1932,9 +2131,11 @@ share/octave/${VERSION}/m/pkg/private/co
share/octave/${VERSION}/m/pkg/private/default_prefix.m
share/octave/${VERSION}/m/pkg/private/describe.m
share/octave/${VERSION}/m/pkg/private/dirempty.m
+share/octave/${VERSION}/m/pkg/private/expand_rel_paths.m
share/octave/${VERSION}/m/pkg/private/get_description.m
share/octave/${VERSION}/m/pkg/private/get_forge_download.m
share/octave/${VERSION}/m/pkg/private/get_forge_pkg.m
+share/octave/${VERSION}/m/pkg/private/get_inverse_dependencies.m
share/octave/${VERSION}/m/pkg/private/get_unsatisfied_deps.m
share/octave/${VERSION}/m/pkg/private/getarch.m
share/octave/${VERSION}/m/pkg/private/getarchdir.m
@@ -1943,12 +2144,15 @@ share/octave/${VERSION}/m/pkg/private/in
share/octave/${VERSION}/m/pkg/private/list_forge_packages.m
share/octave/${VERSION}/m/pkg/private/load_packages.m
share/octave/${VERSION}/m/pkg/private/load_packages_and_dependencies.m
+share/octave/${VERSION}/m/pkg/private/make_rel_paths.m
share/octave/${VERSION}/m/pkg/private/rebuild.m
share/octave/${VERSION}/m/pkg/private/save_order.m
+share/octave/${VERSION}/m/pkg/private/standardize_paths.m
share/octave/${VERSION}/m/pkg/private/uninstall.m
share/octave/${VERSION}/m/pkg/private/unload_packages.m
share/octave/${VERSION}/m/plot/
share/octave/${VERSION}/m/plot/appearance/
+share/octave/${VERSION}/m/plot/appearance/.oct-config
share/octave/${VERSION}/m/plot/appearance/__clabel__.m
share/octave/${VERSION}/m/plot/appearance/__getlegenddata__.m
share/octave/${VERSION}/m/plot/appearance/__rotate_around_axis__.m
@@ -1979,6 +2183,8 @@ share/octave/${VERSION}/m/plot/appearanc
share/octave/${VERSION}/m/plot/appearance/private/
share/octave/${VERSION}/m/plot/appearance/private/__axis_label__.m
share/octave/${VERSION}/m/plot/appearance/private/__axis_limits__.m
+share/octave/${VERSION}/m/plot/appearance/private/__gnuplot_legend__.m
+share/octave/${VERSION}/m/plot/appearance/private/__tickangle__.m
share/octave/${VERSION}/m/plot/appearance/rticks.m
share/octave/${VERSION}/m/plot/appearance/shading.m
share/octave/${VERSION}/m/plot/appearance/specular.m
@@ -1989,17 +2195,21 @@ share/octave/${VERSION}/m/plot/appearanc
share/octave/${VERSION}/m/plot/appearance/whitebg.m
share/octave/${VERSION}/m/plot/appearance/xlabel.m
share/octave/${VERSION}/m/plot/appearance/xlim.m
+share/octave/${VERSION}/m/plot/appearance/xtickangle.m
share/octave/${VERSION}/m/plot/appearance/xticklabels.m
share/octave/${VERSION}/m/plot/appearance/xticks.m
share/octave/${VERSION}/m/plot/appearance/ylabel.m
share/octave/${VERSION}/m/plot/appearance/ylim.m
+share/octave/${VERSION}/m/plot/appearance/ytickangle.m
share/octave/${VERSION}/m/plot/appearance/yticklabels.m
share/octave/${VERSION}/m/plot/appearance/yticks.m
share/octave/${VERSION}/m/plot/appearance/zlabel.m
share/octave/${VERSION}/m/plot/appearance/zlim.m
+share/octave/${VERSION}/m/plot/appearance/ztickangle.m
share/octave/${VERSION}/m/plot/appearance/zticklabels.m
share/octave/${VERSION}/m/plot/appearance/zticks.m
share/octave/${VERSION}/m/plot/draw/
+share/octave/${VERSION}/m/plot/draw/.oct-config
share/octave/${VERSION}/m/plot/draw/area.m
share/octave/${VERSION}/m/plot/draw/bar.m
share/octave/${VERSION}/m/plot/draw/barh.m
@@ -2026,6 +2236,7 @@ share/octave/${VERSION}/m/plot/draw/ezsu
share/octave/${VERSION}/m/plot/draw/ezsurfc.m
share/octave/${VERSION}/m/plot/draw/feather.m
share/octave/${VERSION}/m/plot/draw/fill.m
+share/octave/${VERSION}/m/plot/draw/fill3.m
share/octave/${VERSION}/m/plot/draw/fplot.m
share/octave/${VERSION}/m/plot/draw/hist.m
share/octave/${VERSION}/m/plot/draw/isocaps.m
@@ -2033,12 +2244,14 @@ share/octave/${VERSION}/m/plot/draw/isoc
share/octave/${VERSION}/m/plot/draw/isonormals.m
share/octave/${VERSION}/m/plot/draw/isosurface.m
share/octave/${VERSION}/m/plot/draw/light.m
+share/octave/${VERSION}/m/plot/draw/lightangle.m
share/octave/${VERSION}/m/plot/draw/line.m
share/octave/${VERSION}/m/plot/draw/loglog.m
share/octave/${VERSION}/m/plot/draw/loglogerr.m
share/octave/${VERSION}/m/plot/draw/mesh.m
share/octave/${VERSION}/m/plot/draw/meshc.m
share/octave/${VERSION}/m/plot/draw/meshz.m
+share/octave/${VERSION}/m/plot/draw/ostreamtube.m
share/octave/${VERSION}/m/plot/draw/pareto.m
share/octave/${VERSION}/m/plot/draw/patch.m
share/octave/${VERSION}/m/plot/draw/pcolor.m
@@ -2057,6 +2270,7 @@ share/octave/${VERSION}/m/plot/draw/priv
share/octave/${VERSION}/m/plot/draw/private/__contour__.m
share/octave/${VERSION}/m/plot/draw/private/__errplot__.m
share/octave/${VERSION}/m/plot/draw/private/__ezplot__.m
+share/octave/${VERSION}/m/plot/draw/private/__gnuplot_scatter__.m
share/octave/${VERSION}/m/plot/draw/private/__interp_cube__.m
share/octave/${VERSION}/m/plot/draw/private/__line__.m
share/octave/${VERSION}/m/plot/draw/private/__marching_cube__.m
@@ -2089,6 +2303,11 @@ share/octave/${VERSION}/m/plot/draw/stai
share/octave/${VERSION}/m/plot/draw/stem.m
share/octave/${VERSION}/m/plot/draw/stem3.m
share/octave/${VERSION}/m/plot/draw/stemleaf.m
+share/octave/${VERSION}/m/plot/draw/stream2.m
+share/octave/${VERSION}/m/plot/draw/stream3.m
+share/octave/${VERSION}/m/plot/draw/streamline.m
+share/octave/${VERSION}/m/plot/draw/streamribbon.m
+share/octave/${VERSION}/m/plot/draw/streamtube.m
share/octave/${VERSION}/m/plot/draw/surf.m
share/octave/${VERSION}/m/plot/draw/surface.m
share/octave/${VERSION}/m/plot/draw/surfc.m
@@ -2100,7 +2319,9 @@ share/octave/${VERSION}/m/plot/draw/trip
share/octave/${VERSION}/m/plot/draw/trisurf.m
share/octave/${VERSION}/m/plot/draw/waterfall.m
share/octave/${VERSION}/m/plot/util/
+share/octave/${VERSION}/m/plot/util/.oct-config
share/octave/${VERSION}/m/plot/util/__actual_axis_position__.m
+share/octave/${VERSION}/m/plot/util/__check_rendering_capability__.m
share/octave/${VERSION}/m/plot/util/__default_plot_options__.m
share/octave/${VERSION}/m/plot/util/__gnuplot_drawnow__.m
share/octave/${VERSION}/m/plot/util/__next_line_color__.m
@@ -2130,6 +2351,7 @@ share/octave/${VERSION}/m/plot/util/ginp
share/octave/${VERSION}/m/plot/util/gnuplot_binary.m
share/octave/${VERSION}/m/plot/util/graphics_toolkit.m
share/octave/${VERSION}/m/plot/util/groot.m
+share/octave/${VERSION}/m/plot/util/gui_mainfcn.m
share/octave/${VERSION}/m/plot/util/hdl2struct.m
share/octave/${VERSION}/m/plot/util/hggroup.m
share/octave/${VERSION}/m/plot/util/hgload.m
@@ -2177,6 +2399,7 @@ share/octave/${VERSION}/m/plot/util/stru
share/octave/${VERSION}/m/plot/util/subplot.m
share/octave/${VERSION}/m/plot/util/zoom.m
share/octave/${VERSION}/m/polynomial/
+share/octave/${VERSION}/m/polynomial/.oct-config
share/octave/${VERSION}/m/polynomial/compan.m
share/octave/${VERSION}/m/polynomial/conv.m
share/octave/${VERSION}/m/polynomial/deconv.m
@@ -2207,6 +2430,7 @@ share/octave/${VERSION}/m/polynomial/spl
share/octave/${VERSION}/m/polynomial/splinefit.m
share/octave/${VERSION}/m/polynomial/unmkpp.m
share/octave/${VERSION}/m/prefs/
+share/octave/${VERSION}/m/prefs/.oct-config
share/octave/${VERSION}/m/prefs/addpref.m
share/octave/${VERSION}/m/prefs/getpref.m
share/octave/${VERSION}/m/prefs/ispref.m
@@ -2219,11 +2443,13 @@ share/octave/${VERSION}/m/prefs/private/
share/octave/${VERSION}/m/prefs/rmpref.m
share/octave/${VERSION}/m/prefs/setpref.m
share/octave/${VERSION}/m/profiler/
+share/octave/${VERSION}/m/profiler/.oct-config
share/octave/${VERSION}/m/profiler/profexplore.m
share/octave/${VERSION}/m/profiler/profexport.m
share/octave/${VERSION}/m/profiler/profile.m
share/octave/${VERSION}/m/profiler/profshow.m
share/octave/${VERSION}/m/set/
+share/octave/${VERSION}/m/set/.oct-config
share/octave/${VERSION}/m/set/intersect.m
share/octave/${VERSION}/m/set/ismember.m
share/octave/${VERSION}/m/set/powerset.m
@@ -2233,7 +2459,9 @@ share/octave/${VERSION}/m/set/setdiff.m
share/octave/${VERSION}/m/set/setxor.m
share/octave/${VERSION}/m/set/union.m
share/octave/${VERSION}/m/set/unique.m
+share/octave/${VERSION}/m/set/uniquetol.m
share/octave/${VERSION}/m/signal/
+share/octave/${VERSION}/m/signal/.oct-config
share/octave/${VERSION}/m/signal/__parse_movargs__.m
share/octave/${VERSION}/m/signal/arch_fit.m
share/octave/${VERSION}/m/signal/arch_rnd.m
@@ -2275,6 +2503,7 @@ share/octave/${VERSION}/m/signal/synthes
share/octave/${VERSION}/m/signal/unwrap.m
share/octave/${VERSION}/m/signal/yulewalker.m
share/octave/${VERSION}/m/sparse/
+share/octave/${VERSION}/m/sparse/.oct-config
share/octave/${VERSION}/m/sparse/bicg.m
share/octave/${VERSION}/m/sparse/bicgstab.m
share/octave/${VERSION}/m/sparse/cgs.m
@@ -2309,6 +2538,7 @@ share/octave/${VERSION}/m/sparse/tfqmr.m
share/octave/${VERSION}/m/sparse/treelayout.m
share/octave/${VERSION}/m/sparse/treeplot.m
share/octave/${VERSION}/m/specfun/
+share/octave/${VERSION}/m/specfun/.oct-config
share/octave/${VERSION}/m/specfun/beta.m
share/octave/${VERSION}/m/specfun/betainc.m
share/octave/${VERSION}/m/specfun/betaincinv.m
@@ -2333,6 +2563,7 @@ share/octave/${VERSION}/m/specfun/realpo
share/octave/${VERSION}/m/specfun/realsqrt.m
share/octave/${VERSION}/m/specfun/sinint.m
share/octave/${VERSION}/m/special-matrix/
+share/octave/${VERSION}/m/special-matrix/.oct-config
share/octave/${VERSION}/m/special-matrix/gallery.m
share/octave/${VERSION}/m/special-matrix/hadamard.m
share/octave/${VERSION}/m/special-matrix/hankel.m
@@ -2345,10 +2576,10 @@ share/octave/${VERSION}/m/special-matrix
share/octave/${VERSION}/m/special-matrix/vander.m
share/octave/${VERSION}/m/special-matrix/wilkinson.m
share/octave/${VERSION}/m/startup/
-share/octave/${VERSION}/m/startup/__finish__.m
share/octave/${VERSION}/m/startup/inputrc
share/octave/${VERSION}/m/startup/octaverc
share/octave/${VERSION}/m/statistics/
+share/octave/${VERSION}/m/statistics/.oct-config
share/octave/${VERSION}/m/statistics/bounds.m
share/octave/${VERSION}/m/statistics/center.m
share/octave/${VERSION}/m/statistics/corr.m
@@ -2394,6 +2625,7 @@ share/octave/${VERSION}/m/statistics/std
share/octave/${VERSION}/m/statistics/var.m
share/octave/${VERSION}/m/statistics/zscore.m
share/octave/${VERSION}/m/strings/
+share/octave/${VERSION}/m/strings/.oct-config
share/octave/${VERSION}/m/strings/base2dec.m
share/octave/${VERSION}/m/strings/bin2dec.m
share/octave/${VERSION}/m/strings/blanks.m
@@ -2402,6 +2634,7 @@ share/octave/${VERSION}/m/strings/deblan
share/octave/${VERSION}/m/strings/dec2base.m
share/octave/${VERSION}/m/strings/dec2bin.m
share/octave/${VERSION}/m/strings/dec2hex.m
+share/octave/${VERSION}/m/strings/endsWith.m
share/octave/${VERSION}/m/strings/erase.m
share/octave/${VERSION}/m/strings/hex2dec.m
share/octave/${VERSION}/m/strings/index.m
@@ -2413,6 +2646,7 @@ share/octave/${VERSION}/m/strings/native
share/octave/${VERSION}/m/strings/ostrsplit.m
share/octave/${VERSION}/m/strings/regexptranslate.m
share/octave/${VERSION}/m/strings/rindex.m
+share/octave/${VERSION}/m/strings/startsWith.m
share/octave/${VERSION}/m/strings/str2num.m
share/octave/${VERSION}/m/strings/strcat.m
share/octave/${VERSION}/m/strings/strchr.m
@@ -2427,6 +2661,8 @@ share/octave/${VERSION}/m/strings/unicod
share/octave/${VERSION}/m/strings/untabify.m
share/octave/${VERSION}/m/strings/validatestring.m
share/octave/${VERSION}/m/testfun/
+share/octave/${VERSION}/m/testfun/.oct-config
+share/octave/${VERSION}/m/testfun/__debug_octave__.m
share/octave/${VERSION}/m/testfun/__have_feature__.m
share/octave/${VERSION}/m/testfun/__printf_assert__.m
share/octave/${VERSION}/m/testfun/__prog_output_assert__.m
@@ -2435,16 +2671,17 @@ share/octave/${VERSION}/m/testfun/assert
share/octave/${VERSION}/m/testfun/demo.m
share/octave/${VERSION}/m/testfun/example.m
share/octave/${VERSION}/m/testfun/fail.m
+share/octave/${VERSION}/m/testfun/oruntests.m
share/octave/${VERSION}/m/testfun/private/
share/octave/${VERSION}/m/testfun/private/compare_plot_demos.m
share/octave/${VERSION}/m/testfun/private/dump_demos.m
share/octave/${VERSION}/m/testfun/private/html_compare_plot_demos.m
share/octave/${VERSION}/m/testfun/private/html_plot_demos_template.html
share/octave/${VERSION}/m/testfun/rundemos.m
-share/octave/${VERSION}/m/testfun/runtests.m
share/octave/${VERSION}/m/testfun/speed.m
share/octave/${VERSION}/m/testfun/test.m
share/octave/${VERSION}/m/time/
+share/octave/${VERSION}/m/time/.oct-config
share/octave/${VERSION}/m/time/addtodate.m
share/octave/${VERSION}/m/time/asctime.m
share/octave/${VERSION}/m/time/calendar.m
@@ -2459,11 +2696,17 @@ share/octave/${VERSION}/m/time/etime.m
share/octave/${VERSION}/m/time/is_leap_year.m
share/octave/${VERSION}/m/time/now.m
share/octave/${VERSION}/m/time/weekday.m
+share/octave/${VERSION}/m/web/
+share/octave/${VERSION}/m/web/.oct-config
+share/octave/${VERSION}/m/web/web.m
+share/octave/${VERSION}/m/web/weboptions.m
+share/octave/${VERSION}/m/web/webread.m
+share/octave/${VERSION}/m/web/webwrite.m
share/octave/${VERSION}/site/
share/octave/${VERSION}/site/m/
share/octave/site/
-share/octave/site/api-v53/
-share/octave/site/api-v53/m/
+share/octave/site/api-v57/
+share/octave/site/api-v57/m/
share/octave/site/m/
share/octave/site/m/startup/
share/octave/site/m/startup/octaverc
> i've tried your diff and it fails to package here, some tests are
> apparently installed in the wrong dir ?

Ha ... yes, turns out I was missing a patch from upstream:

https://savannah.gnu.org/bugs/index.php?62295

The attached diff includes that, and the fix to use PORTHOME instead of
tweaking TEST_ENV.

steven@: I'd be willing to take over as maintainer, just in case you're
interested in passing it on.

cu,
Volker

No comments:

Post a Comment