diff options
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 10 | ||||
-rw-r--r-- | math/octave/Makefile.version | 3 | ||||
-rw-r--r-- | math/octave/distinfo | 6 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_find-defun-files.sh | 4 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_find-files-with-tests.sh | 4 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_mk-octave-config-h.sh | 4 | ||||
-rw-r--r-- | math/octave/files/patch-configure | 4 | ||||
-rw-r--r-- | math/octave/files/patch-libgnu_math.in.h (renamed from math/octave/files/patch-libgnu-math.in.h) | 2 | ||||
-rw-r--r-- | math/octave/files/patch-libinterp_corefcn_sysdep.cc | 22 | ||||
-rw-r--r-- | math/octave/pkg-plist | 231 |
10 files changed, 195 insertions, 95 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index aa9b472d137f..c202ced40cd5 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,6 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 7 CATEGORIES= math MASTER_SITES= GNU @@ -36,9 +35,10 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libdrm.so:graphics/libdrm \ - libsndfile.so:audio/libsndfile \ + libOSMesa.so:graphics/libosmesa \ libsundials_arkode.so:math/sundials \ libportaudio.so:audio/portaudio +# libsndfile.so:audio/libsndfile # Commented out until this port no longer has vulnerabilities. USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ tar:xz compiler:c++14-lang \ @@ -72,10 +72,10 @@ CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \ CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ - --with-sndfile \ --enable-shared \ --disable-jit \ - --disable-openmp + --disable-openmp \ + --with-osmesa INFO= octave liboctave @@ -103,7 +103,7 @@ ATLAS_USES= blaslapack:atlas post-patch: ${REINPLACE_CMD} 's+"makeinfo"+"${LOCALBASE}/bin/makeinfo"+' ${WRKSRC}/libinterp/corefcn/help.cc - ${REINPLACE_CMD} 's/"-qt$$qt_version"/"-qt=qt$$qt_version"/' ${WRKSRC}/configure + ${REINPLACE_CMD} 's/"-qt=$$qt_version"/"-qt=qt$$qt_version"/' ${WRKSRC}/configure post-install: (cd ${STAGEDIR}${DATADIR} && ${LN} -s ${PORTVERSION}/imagelib .) diff --git a/math/octave/Makefile.version b/math/octave/Makefile.version index 9e2a3ee5496c..c30baff7cef0 100644 --- a/math/octave/Makefile.version +++ b/math/octave/Makefile.version @@ -1,5 +1,4 @@ # $FreeBSD$ # Version to share with ports depending on octave -OCTAVE_VERSION= 5.2.0 - +OCTAVE_VERSION= 6.2.0 diff --git a/math/octave/distinfo b/math/octave/distinfo index c2876592b1ad..876340266477 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580939397 -SHA256 (octave-5.2.0.tar.xz) = 2757b5cc1854c9326d6c99d2900c7cec2909ac7ed500212d170d0df592bfd26b -SIZE (octave-5.2.0.tar.xz) = 25439716 +TIMESTAMP = 1613932990 +SHA256 (octave-6.2.0.tar.xz) = 7b721324cccb3eaeb4efb455508201ac8ccbd200f77106f52342f9ab7f022d1a +SIZE (octave-6.2.0.tar.xz) = 25131148 diff --git a/math/octave/files/patch-build-aux_find-defun-files.sh b/math/octave/files/patch-build-aux_find-defun-files.sh index e687ad32acf8..d0b23b1b35be 100644 --- a/math/octave/files/patch-build-aux_find-defun-files.sh +++ b/math/octave/files/patch-build-aux_find-defun-files.sh @@ -1,6 +1,6 @@ ---- build-aux/find-defun-files.sh.orig 2018-04-30 17:03:56 UTC +--- build-aux/find-defun-files.sh.orig 2020-11-26 18:20:44 UTC +++ build-aux/find-defun-files.sh -@@ -20,7 +20,7 @@ +@@ -27,7 +27,7 @@ set -e diff --git a/math/octave/files/patch-build-aux_find-files-with-tests.sh b/math/octave/files/patch-build-aux_find-files-with-tests.sh index 8c1eec5da578..8acb71cb655e 100644 --- a/math/octave/files/patch-build-aux_find-files-with-tests.sh +++ b/math/octave/files/patch-build-aux_find-files-with-tests.sh @@ -1,6 +1,6 @@ ---- build-aux/find-files-with-tests.sh.orig 2018-04-30 17:03:56 UTC +--- build-aux/find-files-with-tests.sh.orig 2020-11-26 18:20:44 UTC +++ build-aux/find-files-with-tests.sh -@@ -21,7 +21,7 @@ +@@ -28,7 +28,7 @@ set -e GREP=${GREP:-grep} diff --git a/math/octave/files/patch-build-aux_mk-octave-config-h.sh b/math/octave/files/patch-build-aux_mk-octave-config-h.sh index 979402da1a59..2f679a1e06b7 100644 --- a/math/octave/files/patch-build-aux_mk-octave-config-h.sh +++ b/math/octave/files/patch-build-aux_mk-octave-config-h.sh @@ -1,6 +1,6 @@ ---- build-aux/mk-octave-config-h.sh.orig 2018-04-30 17:03:56 UTC +--- build-aux/mk-octave-config-h.sh.orig 2020-11-26 18:20:44 UTC +++ build-aux/mk-octave-config-h.sh -@@ -22,7 +22,7 @@ +@@ -29,7 +29,7 @@ # autoconf-generated config.h file. See the notes at the top of the # generated octave-config.h file for more details. diff --git a/math/octave/files/patch-configure b/math/octave/files/patch-configure index b595f2e1dc5f..c5a23986e06d 100644 --- a/math/octave/files/patch-configure +++ b/math/octave/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2019-03-10 01:37:34 UTC +--- configure.orig 2020-11-26 18:20:44 UTC +++ configure -@@ -78809,6 +78809,13 @@ $as_echo_n "checking for include file <jni.h>... " >&6 +@@ -83764,6 +83764,13 @@ $as_echo_n "checking for include file <jni.h>... " >&6 JAVA_CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/darwin" fi ;; diff --git a/math/octave/files/patch-libgnu-math.in.h b/math/octave/files/patch-libgnu_math.in.h index 0dc2058589ae..077b7d108046 100644 --- a/math/octave/files/patch-libgnu-math.in.h +++ b/math/octave/files/patch-libgnu_math.in.h @@ -1,4 +1,4 @@ ---- libgnu/math.in.h.orig 2018-04-30 17:03:56 UTC +--- libgnu/math.in.h.orig 2020-11-26 18:20:44 UTC +++ libgnu/math.in.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License diff --git a/math/octave/files/patch-libinterp_corefcn_sysdep.cc b/math/octave/files/patch-libinterp_corefcn_sysdep.cc index c3ebaa947972..2dd96ec87294 100644 --- a/math/octave/files/patch-libinterp_corefcn_sysdep.cc +++ b/math/octave/files/patch-libinterp_corefcn_sysdep.cc @@ -1,6 +1,6 @@ ---- libinterp/corefcn/sysdep.cc.orig 2019-02-23 17:33:37 UTC +--- libinterp/corefcn/sysdep.cc.orig 2020-11-26 18:20:44 UTC +++ libinterp/corefcn/sysdep.cc -@@ -58,6 +58,10 @@ along with Octave; see the file COPYING. If not, see +@@ -61,6 +61,10 @@ # include <omp.h> #endif @@ -11,21 +11,3 @@ #include "cmd-edit.h" #include "file-ops.h" #include "lo-mappers.h" -@@ -92,6 +96,7 @@ along with Octave; see the file COPYING. If not, see - static void - BSD_init (void) - { -+#if (defined (__FreeBSD__) && !defined(__arm__)) - # if defined (HAVE_FLOATINGPOINT_H) - // Disable trapping on common exceptions. - # if ! defined (FP_X_DNML) -@@ -99,6 +104,9 @@ BSD_init (void) - # endif - fpsetmask (~(FP_X_OFL|FP_X_INV|FP_X_DZ|FP_X_DNML|FP_X_UFL|FP_X_IMP)); - # endif -+#else // FreeBSD && arm -+ fedisableexcept(FE_ALL_EXCEPT); -+#endif // FreeBSD && arm - } - #endif - diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index 4c757098c4c2..b1872321697e 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -57,6 +57,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/Sparse.cc include/octave-%%OCTAVE_VERSION%%/octave/Sparse.h include/octave-%%OCTAVE_VERSION%%/octave/action-container.h include/octave-%%OCTAVE_VERSION%%/octave/aepbalance.h +include/octave-%%OCTAVE_VERSION%%/octave/anon-fcn-validator.h include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h include/octave-%%OCTAVE_VERSION%%/octave/base-de.h include/octave-%%OCTAVE_VERSION%%/octave/base-list.h @@ -75,6 +76,13 @@ include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h include/octave-%%OCTAVE_VERSION%%/octave/call-stack.h include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h +include/octave-%%OCTAVE_VERSION%%/octave/cdef-class.h +include/octave-%%OCTAVE_VERSION%%/octave/cdef-manager.h +include/octave-%%OCTAVE_VERSION%%/octave/cdef-method.h +include/octave-%%OCTAVE_VERSION%%/octave/cdef-object.h +include/octave-%%OCTAVE_VERSION%%/octave/cdef-package.h +include/octave-%%OCTAVE_VERSION%%/octave/cdef-property.h +include/octave-%%OCTAVE_VERSION%%/octave/cdef-utils.h include/octave-%%OCTAVE_VERSION%%/octave/cdisplay.h include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h @@ -97,13 +105,13 @@ include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h include/octave-%%OCTAVE_VERSION%%/octave/defun.h include/octave-%%OCTAVE_VERSION%%/octave/dim-vector.h include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h -include/octave-%%OCTAVE_VERSION%%/octave/dirfns.h include/octave-%%OCTAVE_VERSION%%/octave/display.h include/octave-%%OCTAVE_VERSION%%/octave/dynamic-ld.h include/octave-%%OCTAVE_VERSION%%/octave/eigs-base.h include/octave-%%OCTAVE_VERSION%%/octave/environment.h include/octave-%%OCTAVE_VERSION%%/octave/error.h include/octave-%%OCTAVE_VERSION%%/octave/errwarn.h +include/octave-%%OCTAVE_VERSION%%/octave/event-manager.h include/octave-%%OCTAVE_VERSION%%/octave/event-queue.h include/octave-%%OCTAVE_VERSION%%/octave/f77-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/fCColVector.h @@ -122,8 +130,8 @@ include/octave-%%OCTAVE_VERSION%%/octave/file-info.h include/octave-%%OCTAVE_VERSION%%/octave/file-io.h include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h +include/octave-%%OCTAVE_VERSION%%/octave/filepos.h include/octave-%%OCTAVE_VERSION%%/octave/ft-text-renderer.h -include/octave-%%OCTAVE_VERSION%%/octave/functor.h include/octave-%%OCTAVE_VERSION%%/octave/gepbalance.h include/octave-%%OCTAVE_VERSION%%/octave/gl-render.h include/octave-%%OCTAVE_VERSION%%/octave/gl2ps-print.h @@ -517,6 +525,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32nda.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mxarray.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-atomic.h include/octave-%%OCTAVE_VERSION%%/octave/oct-base64.h include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h @@ -538,10 +547,10 @@ include/octave-%%OCTAVE_VERSION%%/octave/oct-lvalue.h include/octave-%%OCTAVE_VERSION%%/octave/oct-map.h include/octave-%%OCTAVE_VERSION%%/octave/oct-mutex.h include/octave-%%OCTAVE_VERSION%%/octave/oct-norm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-obj.h include/octave-%%OCTAVE_VERSION%%/octave/oct-passwd.h include/octave-%%OCTAVE_VERSION%%/octave/oct-prcstrm.h include/octave-%%OCTAVE_VERSION%%/octave/oct-procbuf.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-process.h include/octave-%%OCTAVE_VERSION%%/octave/oct-rand.h include/octave-%%OCTAVE_VERSION%%/octave/oct-refcount.h include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-edit.h @@ -561,7 +570,6 @@ include/octave-%%OCTAVE_VERSION%%/octave/oct.h include/octave-%%OCTAVE_VERSION%%/octave/octave-build-info.h include/octave-%%OCTAVE_VERSION%%/octave/octave-config.h include/octave-%%OCTAVE_VERSION%%/octave/octave-default-image.h -include/octave-%%OCTAVE_VERSION%%/octave/octave-link.h include/octave-%%OCTAVE_VERSION%%/octave/octave-preserve-stream-state.h include/octave-%%OCTAVE_VERSION%%/octave/octave.h include/octave-%%OCTAVE_VERSION%%/octave/ops.h @@ -587,7 +595,6 @@ include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-sparse.h include/octave-%%OCTAVE_VERSION%%/octave/ov-dld-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-handle.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-inline.h include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn.h include/octave-%%OCTAVE_VERSION%%/octave/ov-float.h include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-complex.h @@ -648,7 +655,6 @@ include/octave-%%OCTAVE_VERSION%%/octave/pt-eval.h include/octave-%%OCTAVE_VERSION%%/octave/pt-except.h include/octave-%%OCTAVE_VERSION%%/octave/pt-exp.h include/octave-%%OCTAVE_VERSION%%/octave/pt-fcn-handle.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-funcall.h include/octave-%%OCTAVE_VERSION%%/octave/pt-id.h include/octave-%%OCTAVE_VERSION%%/octave/pt-idx.h include/octave-%%OCTAVE_VERSION%%/octave/pt-jit.h @@ -698,6 +704,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/sparse-sort.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-util.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-xdiv.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-xpow.h +include/octave-%%OCTAVE_VERSION%%/octave/stack-frame.h include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h include/octave-%%OCTAVE_VERSION%%/octave/svd.h include/octave-%%OCTAVE_VERSION%%/octave/syminfo.h @@ -708,7 +715,6 @@ include/octave-%%OCTAVE_VERSION%%/octave/sysdep.h include/octave-%%OCTAVE_VERSION%%/octave/text-engine.h include/octave-%%OCTAVE_VERSION%%/octave/text-renderer.h include/octave-%%OCTAVE_VERSION%%/octave/token.h -include/octave-%%OCTAVE_VERSION%%/octave/toplev.h include/octave-%%OCTAVE_VERSION%%/octave/txt-eng.h include/octave-%%OCTAVE_VERSION%%/octave/uint16NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/uint32NDArray.h @@ -750,37 +756,27 @@ include/octave-%%OCTAVE_VERSION%%/octave/xnorm.h include/octave-%%OCTAVE_VERSION%%/octave/xpow.h include/octave-%%OCTAVE_VERSION%%/octave/zfstream.h lib/octave/%%OCTAVE_VERSION%%/liboctave.so -lib/octave/%%OCTAVE_VERSION%%/liboctave.so.7 -lib/octave/%%OCTAVE_VERSION%%/liboctave.so.7.0.1 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.8 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.8.0.1 %%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so -%%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.5 -%%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.5.0.1 +%%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.6 +%%QT5%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.6.0.1 lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.7 -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.7.0.1 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.8 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.8.0.1 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__delaunayn__.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__eigs__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__fltk_uigetfile__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__glpk__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_fltk__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_gnuplot__.oct -%%QT5%%lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_qt__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__ode15__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/amd.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audiodevinfo.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audioread.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ccolamd.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/chol.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colamd.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/convhulln.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dmperm.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gzip.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symbfact.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symrcm.oct libdata/pkgconfig/octave.pc libdata/pkgconfig/octinterp.pc %%QT5%%libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/octave-gui @@ -806,6 +802,7 @@ share/icons/hicolor/48x48/apps/octave.png share/icons/hicolor/512x512/apps/octave.png share/icons/hicolor/64x64/apps/octave.png share/icons/hicolor/scalable/apps/octave.svg +%%PORTDOCS%%share/info/dir share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat %%DATADIR%%/%%OCTAVE_VERSION%%/doc/octave_interpreter.qch @@ -853,8 +850,6 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38236/bug-38236.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38236/df_vr.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38236/u_vr.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38565.tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38576.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/bug-38691.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir1/func1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir2/func1.m @@ -864,11 +859,16 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-41723/class_bug41723.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-44940/bug-44940.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-44940/class_bug44940.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-45351/bug-45351.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-45351/bug45351.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-45969.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-45972.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46330.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46660/bug-46660.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46660/class_bug46660.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-47680/bug-47680.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-47680/sub_bug47680.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-47680/super_bug47680.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49379/bug-49379.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49379/class_bug49379.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49904.tst @@ -889,6 +889,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50035/bug-50035.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50716/bug-50716.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50716/myclass.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50831/bug-50831.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51192/bug-51192.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51192/class_bug51192.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51532/+package_bug51532/foo.m @@ -903,6 +904,11 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52722/bug-52722.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52722/define_globals.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52722/include_globals.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/bug-52851.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/script1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/script2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/script3.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52851/script4.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/bug-53027.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/globals53027.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/gtest53027.m @@ -915,6 +921,10 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53468/ofig51.ofig %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53579.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53599.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53956/bug-53956.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53956/bug53956_class_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53956/bug53956_class_3.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53956/bug53956_class_4.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54490.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54995/@testclass54995/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54995/@testclass54995/testclass54995.m @@ -922,6 +932,29 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55308.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55321.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55322.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55758/bug-55758.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55758/class_bug_55758.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58572/bug-58572.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58572/bug58572.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58593/bug-58593.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58593/myclass1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-58593/myclass2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59451/bug-59451.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59451/bug59451.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59451/foo/@double/bug59451.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59451/foo/@single/bug59451.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59617/@bug59617/bug59617.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59617/@bug59617/max.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59617/bug-59617.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59661/bug-59661.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59661/bug59661.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59704/bug-59704.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59704/bug59704_1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59704/bug59704_1_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59704/bug59704_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59937/bug-59937.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-59937/eval_global_script.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/bug_59989.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/@foo/foo.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/class-concat.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/base_1.m @@ -929,6 +962,9 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1_and_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/classdef-multiple-inheritance.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/class_bug52614A.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/class_bug52614B.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/class_bug55766.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/classdef.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_method_changes_property_size.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_static_method_constant_property.m @@ -1053,19 +1089,40 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/diag-perm.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/error.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/eval-catch.tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_derived/fhdr_derived.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/fhdr_other.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_arrayfun.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_cellfun.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_loop.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/fhdr_parent.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/numel.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/eval-command.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/+pkga/+pkgb/bug51709_a.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/+pkga/+pkgb/bug51709_b.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/+pkga/+pkgb/f1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/+pkga/+pkgb/f2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_derived/fhdr_derived.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_other/fhdr_other.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_arrayfun.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_cellfun.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_other/getsize_loop.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_parent/fhdr_parent.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/@fhdr_parent/numel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug-51567.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug-57941.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug51567.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug51709_a.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug51709_c.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug57941a.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug57941b.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/bug58519.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/derived-resolution.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/f1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/keyword.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/object-method.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/package-function.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/shared-ctx.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/shared_ctx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle/static-method.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/for.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/func.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/global.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/if.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/index.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/inline-fcn.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/integer.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/io.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/jit.tst @@ -1076,9 +1133,13 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/logical-index.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/arg_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/arg_ret.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/counter.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nest.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nest_eval.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/no_closure.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nst1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nst2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nst3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/persistent_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/recursive_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/recursive_nest2.m @@ -1088,7 +1149,9 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest_script.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest_script_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/varg_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/varg_nest2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/null-assign.tst @@ -1105,6 +1168,12 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_minimal_test/inst/example_mfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/pkg.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/prefer.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/fcn.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private-functions.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private/ascript.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private/bscript.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private/pfcn1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/private-functions/private/pfcn2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/publish.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script_code_only.m @@ -1128,17 +1197,21 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/Cell.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__contourc__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__eigs__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ichol__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ilu__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__magick_read__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__qp__.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/amd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/besselj.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bitfcns.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bsxfun.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/call-stack.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/cellfun.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/chol.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/colamd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/colloc.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/conv2.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dassl.cc-tst @@ -1148,12 +1221,15 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/det.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dirfns.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dlmread.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dmperm.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dot.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/eig.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ellipj.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/environment.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/error.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/errwarn.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/event-manager.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fcn-info.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft2.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/file-io.cc-tst @@ -1179,12 +1255,13 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/max.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/mgorth.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/nproc.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/oct-hist.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/oct-map.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/octave-link.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ordschur.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pinv.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pr-output.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/psi.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/qr.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quad.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quadcc.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/qz.cc-tst @@ -1202,6 +1279,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sub2ind.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/svd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sylvester.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symbfact.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symtab.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/syscalls.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sysdep.cc-tst @@ -1213,30 +1291,24 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/utils.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/variables.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__eigs__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__glpk__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__init_fltk__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__init_gnuplot__.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__ode15__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/amd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/audiodevinfo.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/audioread.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/chol.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/colamd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/convhulln.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/dmperm.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/fftw.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/gzip.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/qr.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/symbfact.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-base.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-bool-mat.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cell.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-class.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-classdef.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cx-diag.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-fcn-handle.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-fcn-inline.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-java.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-lazy-idx.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-null-mat.cc-tst @@ -1340,15 +1412,8 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/record.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/sound.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/soundsc.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/chop.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/comma.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/desktop.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/java2mat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/output_max_field_width.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/paren.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/semicolon.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/tmpnam.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/toascii.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/runtests.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acosd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acotd.m @@ -1428,6 +1493,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/repelem.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/repmat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rescale.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rot90.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rotdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shift.m @@ -1449,6 +1515,9 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/griddatan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/inpolygon.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/rectint.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/rotx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/roty.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/rotz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/tsearchn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/voronoi.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/voronoin.m @@ -1467,6 +1536,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__fltk_file_filter__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__get_funcname__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__is_function__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__ok_cancel_dlg__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uigetdir_fltk__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uigetfile_fltk__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uiobject_split_args__.m @@ -1484,6 +1554,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uipushtool.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uiputfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uiresume.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uisetfont.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uitable.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uitoggletool.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uitoolbar.m @@ -1583,6 +1654,14 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javarmpath.m %%JAVA%%%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/octave.jar %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/usejava.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/argnames.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/char.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/feval.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/formula.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/inline.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/subsref.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/vectorize.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/__vectorize__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/findstr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/flipdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/genvarname.m @@ -1593,6 +1672,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/strmatch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/strread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/textread.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/vectorize.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/bandwidth.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m @@ -1640,7 +1720,6 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/edit.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fact.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fieldnames.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fileattrib.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m @@ -1655,6 +1734,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isfolder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ismac.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ismethod.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/license.m @@ -1669,6 +1749,25 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mkdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mkoctfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/movefile.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeFinite.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeGreaterThan.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeGreaterThanOrEqual.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeInteger.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeLessThan.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeLessThanOrEqual.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeMember.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNegative.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonNan.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonempty.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonnegative.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonpositive.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonsparse.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNonzero.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNumeric.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeNumericOrLogical.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBePositive.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mustBeReal.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/namedargs2cell.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/namelengthmax.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/nargchk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/narginchk.m @@ -1684,6 +1783,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__publish_latex_output__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__w2mpth__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/display_info_file.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/tar_is_bsd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/publish.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/python.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/recycle.m @@ -1701,6 +1801,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unzip.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/validateattributes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ver.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/verLessThan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/version.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/what.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/zip.m @@ -1708,6 +1809,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode15i.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode15s.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode23.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode23s.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode45.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/odeget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/odeplot.m @@ -1720,6 +1822,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/odedefaults.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/odemergeopts.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_23.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_23s.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_45_dorpri.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_interpolate.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/starting_stepsize.m @@ -1750,9 +1853,11 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/default_prefix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/describe.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/dirempty.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/expand_rel_paths.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_description.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_forge_download.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_forge_pkg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_inverse_dependencies.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_unsatisfied_deps.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/getarch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/getarchdir.m @@ -1761,8 +1866,10 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/list_forge_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages_and_dependencies.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/make_rel_paths.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/rebuild.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/save_order.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/standardize_paths.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/uninstall.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/unload_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/__clabel__.m @@ -1794,6 +1901,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/pbaspect.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/private/__axis_label__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/private/__axis_limits__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/private/__gnuplot_legend__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/rticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/shading.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/specular.m @@ -1847,12 +1955,14 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isonormals.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isosurface.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/light.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/lightangle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/line.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/loglog.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/loglogerr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/mesh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/meshc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/meshz.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ostreamtube.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pareto.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/patch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pcolor.m @@ -1902,6 +2012,10 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stem.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stem3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stemleaf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stream2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stream3.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/streamline.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/streamtube.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surface.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surfc.m @@ -1942,6 +2056,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gnuplot_binary.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/graphics_toolkit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/groot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gui_mainfcn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hdl2struct.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hggroup.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hgload.m @@ -2142,7 +2257,6 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/vander.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/wilkinson.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/__finish__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/inputrc %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/octaverc %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/bounds.m @@ -2221,6 +2335,7 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/unicode2native.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/untabify.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/validatestring.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__debug_octave__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__have_feature__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__printf_assert__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__prog_output_assert__.m @@ -2229,12 +2344,12 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/demo.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/example.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/fail.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/oruntests.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/compare_plot_demos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/dump_demos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/html_compare_plot_demos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/html_plot_demos_template.html %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/rundemos.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/runtests.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/speed.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/addtodate.m @@ -2251,13 +2366,17 @@ share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/is_leap_year.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/now.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/weekday.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/web/web.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/web/weboptions.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/web/webread.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/web/webwrite.m %%DATADIR%%/imagelib %%DATADIR%%/site/m/startup/octaverc @dir lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% @dir lib/octave/site/oct/%%GNU_HOST%% -@dir lib/octave/site/oct/api-v53/%%GNU_HOST%% +@dir lib/octave/site/oct/api-v55/%%GNU_HOST%% @dir libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% -@dir libexec/octave/api-v53/site/exec/%%GNU_HOST%% +@dir libexec/octave/api-v55/site/exec/%%GNU_HOST%% @dir libexec/octave/site/exec/%%GNU_HOST%% @dir %%DATADIR%%/%%OCTAVE_VERSION%%/site/m -@dir %%DATADIR%%/site/api-v53/m +@dir %%DATADIR%%/site/api-v55/m |