this update seems to be working fine on amd64 so far. please test / comment / ok.
Index: Makefile =================================================================== RCS file: /cvs/ports/math/octave/Makefile,v retrieving revision 1.102 diff -u -p -u -r1.102 Makefile --- Makefile 25 Apr 2018 21:27:06 -0000 1.102 +++ Makefile 15 May 2018 06:45:11 -0000 @@ -2,13 +2,13 @@ COMMENT = high-level language for numerical computations -VERSION = 4.2.2 +VERSION = 4.4.0 DISTNAME = octave-${VERSION} CATEGORIES = math -SHARED_LIBS += octave 9.0 -SHARED_LIBS += octgui 3.0 -SHARED_LIBS += octinterp 8.0 +SHARED_LIBS += octave 10.0 +SHARED_LIBS += octgui 4.0 +SHARED_LIBS += octinterp 9.0 HOMEPAGE = https://www.gnu.org/software/octave/ @@ -18,14 +18,14 @@ MAINTAINER = Steven Mestdagh <steven@ope PERMIT_PACKAGE_CDROM = Yes WANTLIB += ${MODFORTRAN_WANTLIB} -WANTLIB += FLAC GL GLU GraphicsMagick GraphicsMagick++ ICE OSMesa +WANTLIB += FLAC GL GLU GraphicsMagick GraphicsMagick++ ICE WANTLIB += Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport Qt5Widgets Qt5Core -WANTLIB += qscintilla2_qt5 -WANTLIB += SM X11 X11-xcb Xau Xcursor Xdamage Xdmcp -WANTLIB += Xext Xfixes Xft Xi Xinerama Xmu Xrandr Xrender Xt Xxf86vm amd +WANTLIB += Qt5Help Qt5Sql qscintilla2_qt5 +WANTLIB += SM X11 X11-xcb Xdamage +WANTLIB += Xext Xfixes Xi Xmu Xrandr Xrender Xt Xxf86vm amd WANTLIB += arpack blas bz2 c camd ccolamd cholmod colamd crypto curl WANTLIB += cxsparse drm ereadline expat fftw3 fftw3_threads fftw3f -WANTLIB += fftw3f_threads fltk fltk_gl fontconfig freetype gl2ps glapi +WANTLIB += fftw3f_threads fontconfig freetype gl2ps glapi WANTLIB += glpk glut gmp hdf5 iconv intl lapack lcms2 ltdl lzma m curses WANTLIB += nghttp2 ogg pcre png portaudio pthread qhull qrupdate WANTLIB += sndfile sndio ssl ${COMPILER_LIBCXX} suitesparseconfig @@ -67,7 +67,7 @@ LIB_DEPENDS = ${MODFORTRAN_LIB_DEPENDS} math/suitesparse \ net/curl \ print/gl2ps \ - x11/fltk + x11/qt5/qttools,-main SEPARATE_BUILD = Yes USE_GMAKE = Yes @@ -79,7 +79,9 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE} -I${LOCALBASE}/include/ereadline" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ LRELEASE="${MODQT_LRELEASE}" \ - CXXFLAGS="${CXXFLAGS} -std=gnu++11" + CFLAGS="${CFLAGS} -std=gnu11" \ + CXXFLAGS="${CXXFLAGS} -std=gnu++11" \ + QHELPGENERATOR=${LOCALBASE}/lib/qt5/bin/qhelpgenerator # 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.19 diff -u -p -u -r1.19 distinfo --- distinfo 25 Apr 2018 21:27:06 -0000 1.19 +++ distinfo 15 May 2018 06:45:11 -0000 @@ -1,2 +1,2 @@ -SHA256 (octave-4.2.2.tar.gz) = d7hDldjncooasiMFj+XpLcOMA7wT9zWOZTOqs292cm4= -SIZE (octave-4.2.2.tar.gz) = 25624087 +SHA256 (octave-4.4.0.tar.gz) = cvhGN5/Ox+gT1Grcus0GnXLE9Nj2ADvNksNROq/NbpY= +SIZE (octave-4.4.0.tar.gz) = 29009355 Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/math/octave/patches/patch-configure,v retrieving revision 1.11 diff -u -p -u -r1.11 patch-configure --- patches/patch-configure 25 Apr 2018 21:27:06 -0000 1.11 +++ patches/patch-configure 15 May 2018 06:45:11 -0000 @@ -5,7 +5,7 @@ Use GNU readline as our base readline la Index: configure --- configure.orig +++ configure -@@ -44777,13 +44777,13 @@ fi +@@ -66013,13 +66013,13 @@ fi ac_octave_save_LIBS="$LIBS" LIBS="$TERM_LIBS" @@ -22,7 +22,7 @@ Index: configure cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -44822,7 +44822,7 @@ fi +@@ -66058,7 +66058,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 : Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/math/octave/pkg/PLIST,v retrieving revision 1.22 diff -u -p -u -r1.22 PLIST --- pkg/PLIST 25 Apr 2018 21:27:06 -0000 1.22 +++ pkg/PLIST 15 May 2018 06:45:12 -0000 @@ -68,12 +68,12 @@ include/octave-${VERSION}/octave/base-te include/octave-${VERSION}/octave/boolMatrix.h include/octave-${VERSION}/octave/boolNDArray.h include/octave-${VERSION}/octave/boolSparse.h +include/octave-${VERSION}/octave/bp-table.h include/octave-${VERSION}/octave/bsxfun-decl.h include/octave-${VERSION}/octave/bsxfun-defs.cc include/octave-${VERSION}/octave/bsxfun.h include/octave-${VERSION}/octave/build-env.h include/octave-${VERSION}/octave/builtin-defun-decls.h -include/octave-${VERSION}/octave/builtins.h include/octave-${VERSION}/octave/byte-swap.h include/octave-${VERSION}/octave/c-file-ptr-stream.h include/octave-${VERSION}/octave/call-stack.h @@ -86,7 +86,6 @@ include/octave-${VERSION}/octave/chol.h include/octave-${VERSION}/octave/cmd-edit.h include/octave-${VERSION}/octave/cmd-hist.h include/octave-${VERSION}/octave/comment-list.h -include/octave-${VERSION}/octave/config.h include/octave-${VERSION}/octave/dColVector.h include/octave-${VERSION}/octave/dDiagMatrix.h include/octave-${VERSION}/octave/dMatrix.h @@ -95,7 +94,6 @@ include/octave-${VERSION}/octave/dRowVec include/octave-${VERSION}/octave/dSparse.h include/octave-${VERSION}/octave/data-conv.h include/octave-${VERSION}/octave/data.h -include/octave-${VERSION}/octave/debug.h include/octave-${VERSION}/octave/defaults.h include/octave-${VERSION}/octave/defun-dld.h include/octave-${VERSION}/octave/defun-int.h @@ -106,6 +104,7 @@ include/octave-${VERSION}/octave/dirfns. 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-queue.h @@ -121,6 +120,8 @@ include/octave-${VERSION}/octave/fEIG.h include/octave-${VERSION}/octave/fMatrix.h include/octave-${VERSION}/octave/fNDArray.h include/octave-${VERSION}/octave/fRowVector.h +include/octave-${VERSION}/octave/fcn-info.h +include/octave-${VERSION}/octave/file-info.h include/octave-${VERSION}/octave/file-io.h include/octave-${VERSION}/octave/file-ops.h include/octave-${VERSION}/octave/file-stat.h @@ -130,9 +131,13 @@ include/octave-${VERSION}/octave/gepbala 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/gripes.h +include/octave-${VERSION}/octave/gsvd.h +include/octave-${VERSION}/octave/gtk-manager.h include/octave-${VERSION}/octave/help.h include/octave-${VERSION}/octave/hess.h include/octave-${VERSION}/octave/hook-fcn.h @@ -162,15 +167,14 @@ include/octave-${VERSION}/octave/lo-fftp include/octave-${VERSION}/octave/lo-hash.h include/octave-${VERSION}/octave/lo-ieee.h include/octave-${VERSION}/octave/lo-lapack-proto.h -include/octave-${VERSION}/octave/lo-macros.h include/octave-${VERSION}/octave/lo-mappers.h -include/octave-${VERSION}/octave/lo-math.h include/octave-${VERSION}/octave/lo-qrupdate-proto.h include/octave-${VERSION}/octave/lo-ranlib-proto.h include/octave-${VERSION}/octave/lo-regexp.h include/octave-${VERSION}/octave/lo-slatec-proto.h include/octave-${VERSION}/octave/lo-specfun.h include/octave-${VERSION}/octave/lo-sysdep.h +include/octave-${VERSION}/octave/lo-sysinfo.h include/octave-${VERSION}/octave/lo-traits.h include/octave-${VERSION}/octave/lo-utils.h include/octave-${VERSION}/octave/load-path.h @@ -519,7 +523,6 @@ 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/oct-alloc.h include/octave-${VERSION}/octave/oct-base64.h include/octave-${VERSION}/octave/oct-binmap.h include/octave-${VERSION}/octave/oct-cmplx.h @@ -568,7 +571,6 @@ include/octave-${VERSION}/octave/octave- include/octave-${VERSION}/octave/octave-preserve-stream-state.h include/octave-${VERSION}/octave/octave.h include/octave-${VERSION}/octave/ops.h -include/octave-${VERSION}/octave/options-usage.h include/octave-${VERSION}/octave/ov-base-diag.h include/octave-${VERSION}/octave/ov-base-int.h include/octave-${VERSION}/octave/ov-base-mat.h @@ -629,6 +631,7 @@ include/octave-${VERSION}/octave/ovl.h include/octave-${VERSION}/octave/pager.h include/octave-${VERSION}/octave/parse.h include/octave-${VERSION}/octave/pathsearch.h +include/octave-${VERSION}/octave/pr-flt-fmt.h include/octave-${VERSION}/octave/pr-output.h include/octave-${VERSION}/octave/procstream.h include/octave-${VERSION}/octave/profiler.h @@ -661,6 +664,7 @@ include/octave-${VERSION}/octave/pt-misc include/octave-${VERSION}/octave/pt-pr-code.h include/octave-${VERSION}/octave/pt-select.h include/octave-${VERSION}/octave/pt-stmt.h +include/octave-${VERSION}/octave/pt-tm-const.h include/octave-${VERSION}/octave/pt-unop.h include/octave-${VERSION}/octave/pt-walk.h include/octave-${VERSION}/octave/pt.h @@ -701,6 +705,8 @@ include/octave-${VERSION}/octave/sparse- include/octave-${VERSION}/octave/str-vec.h include/octave-${VERSION}/octave/sun-utils.h include/octave-${VERSION}/octave/svd.h +include/octave-${VERSION}/octave/symrec.h +include/octave-${VERSION}/octave/symscope.h include/octave-${VERSION}/octave/symtab.h include/octave-${VERSION}/octave/sysdep.h include/octave-${VERSION}/octave/text-renderer.h @@ -712,6 +718,7 @@ include/octave-${VERSION}/octave/uint32N include/octave-${VERSION}/octave/uint64NDArray.h include/octave-${VERSION}/octave/uint8NDArray.h include/octave-${VERSION}/octave/unwind-prot.h +include/octave-${VERSION}/octave/url-handle-manager.h include/octave-${VERSION}/octave/url-transfer.h include/octave-${VERSION}/octave/utils.h include/octave-${VERSION}/octave/variables.h @@ -741,7 +748,6 @@ include/octave-${VERSION}/octave/vx-rv-c include/octave-${VERSION}/octave/vx-rv-cs.h include/octave-${VERSION}/octave/vx-s-ccv.h include/octave-${VERSION}/octave/vx-s-crv.h -include/octave-${VERSION}/octave/workspace-element.h include/octave-${VERSION}/octave/xdiv.h include/octave-${VERSION}/octave/xnorm.h include/octave-${VERSION}/octave/xpow.h @@ -757,6 +763,7 @@ lib/octave/${VERSION}/__fltk_uigetfile__ lib/octave/${VERSION}/__glpk__.a lib/octave/${VERSION}/__init_fltk__.a lib/octave/${VERSION}/__init_gnuplot__.a +lib/octave/${VERSION}/__ode15__.a lib/octave/${VERSION}/__osmesa_print__.a lib/octave/${VERSION}/__voronoi__.a lib/octave/${VERSION}/amd.a @@ -787,6 +794,7 @@ lib/octave/${VERSION}/oct/${GNU_ARCH}/PK @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}/__ode15__.oct @bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__osmesa_print__.oct @bin lib/octave/${VERSION}/oct/${GNU_ARCH}/__voronoi__.oct @bin lib/octave/${VERSION}/oct/${GNU_ARCH}/amd.oct @@ -810,8 +818,8 @@ lib/octave/${VERSION}/symbfact.a lib/octave/${VERSION}/symrcm.a lib/octave/site/ lib/octave/site/oct/ -lib/octave/site/oct/api-v51/ -lib/octave/site/oct/api-v51/${GNU_ARCH}/ +lib/octave/site/oct/api-v52/ +lib/octave/site/oct/api-v52/${GNU_ARCH}/ lib/octave/site/oct/${GNU_ARCH}/ libexec/octave/ libexec/octave/${VERSION}/ @@ -821,10 +829,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-v51/ -libexec/octave/api-v51/site/ -libexec/octave/api-v51/site/exec/ -libexec/octave/api-v51/site/exec/${GNU_ARCH}/ +libexec/octave/api-v52/ +libexec/octave/api-v52/site/ +libexec/octave/api-v52/site/exec/ +libexec/octave/api-v52/site/exec/${GNU_ARCH}/ libexec/octave/site/ libexec/octave/site/exec/ libexec/octave/site/exec/${GNU_ARCH}/ @@ -832,9 +840,7 @@ libexec/octave/site/exec/${GNU_ARCH}/ @man man/man1/octave-cli.1 @man man/man1/octave-config.1 @man man/man1/octave.1 -share/appdata/ -share/appdata/www.octave.org-octave.appdata.xml -share/applications/www.octave.org-octave.desktop +share/applications/org.octave.Octave.desktop share/icons/hicolor/128x128/apps/octave.png share/icons/hicolor/16x16/apps/octave.png share/icons/hicolor/22x22/apps/octave.png @@ -845,10 +851,15 @@ share/icons/hicolor/48x48/apps/octave.pn share/icons/hicolor/512x512/apps/octave.png share/icons/hicolor/64x64/apps/octave.png share/icons/hicolor/scalable/apps/octave.svg +share/metainfo/ +share/metainfo/org.octave.Octave.appdata.xml share/octave/ share/octave/${VERSION}/ share/octave/${VERSION}/data/ share/octave/${VERSION}/data/penny.mat +share/octave/${VERSION}/doc/ +share/octave/${VERSION}/doc/octave_interpreter.qch +share/octave/${VERSION}/doc/octave_interpreter.qhc share/octave/${VERSION}/etc/ share/octave/${VERSION}/etc/CITATION share/octave/${VERSION}/etc/NEWS @@ -903,6 +914,9 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/bug-35448/fA.m share/octave/${VERSION}/etc/tests/fixed/bug-35448/fB.m share/octave/${VERSION}/etc/tests/fixed/bug-35448/fC.m +share/octave/${VERSION}/etc/tests/fixed/bug-35881/ +share/octave/${VERSION}/etc/tests/fixed/bug-35881/bug-35881.tst +share/octave/${VERSION}/etc/tests/fixed/bug-35881/bug35881.m share/octave/${VERSION}/etc/tests/fixed/bug-36025/ share/octave/${VERSION}/etc/tests/fixed/bug-36025/@testclass/ share/octave/${VERSION}/etc/tests/fixed/bug-36025/@testclass/one.m @@ -923,16 +937,82 @@ 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-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-46330.tst +share/octave/${VERSION}/etc/tests/fixed/bug-46497/ +share/octave/${VERSION}/etc/tests/fixed/bug-46497/bug-46497.tst +share/octave/${VERSION}/etc/tests/fixed/bug-46497/class_bug46497.m +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-49904.tst +share/octave/${VERSION}/etc/tests/fixed/bug-50014/ +share/octave/${VERSION}/etc/tests/fixed/bug-50014/bug-50014.tst +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_nested_function.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_nested_in_subfunction_ok.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_nested_parent_function.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_parent_nested2.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_parent_nested_function.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_primary_nested_function.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_primary_subfunction.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_primary_subfunction_old_syntax.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_subfunction.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_subfunction_old_syntax.m +share/octave/${VERSION}/etc/tests/fixed/bug-50014/duplicate_subfunction_separate_scope_ok.m +share/octave/${VERSION}/etc/tests/fixed/bug-50035/ +share/octave/${VERSION}/etc/tests/fixed/bug-50035/@bug50035/ +share/octave/${VERSION}/etc/tests/fixed/bug-50035/@bug50035/bug50035.m +share/octave/${VERSION}/etc/tests/fixed/bug-50035/@bug50035/display.m +share/octave/${VERSION}/etc/tests/fixed/bug-50035/bug-50035.tst +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-51192/ +share/octave/${VERSION}/etc/tests/fixed/bug-51192/bug-51192.tst +share/octave/${VERSION}/etc/tests/fixed/bug-51192/class_bug51192.m +share/octave/${VERSION}/etc/tests/fixed/bug-51532/ +share/octave/${VERSION}/etc/tests/fixed/bug-51532/+package_bug51532/ +share/octave/${VERSION}/etc/tests/fixed/bug-51532/+package_bug51532/foo.m +share/octave/${VERSION}/etc/tests/fixed/bug-51532/bug-51532.tst +share/octave/${VERSION}/etc/tests/fixed/bug-51534/ +share/octave/${VERSION}/etc/tests/fixed/bug-51534/bug-51534.tst +share/octave/${VERSION}/etc/tests/fixed/bug-51534/child_bug51534.m +share/octave/${VERSION}/etc/tests/fixed/bug-51534/parent_bug51534.m +share/octave/${VERSION}/etc/tests/fixed/bug-51599/ +share/octave/${VERSION}/etc/tests/fixed/bug-51599/bug-51599.tst +share/octave/${VERSION}/etc/tests/fixed/bug-51599/class_bug51599.m +share/octave/${VERSION}/etc/tests/fixed/bug-52075/ +share/octave/${VERSION}/etc/tests/fixed/bug-52075/bug-52075.tst +share/octave/${VERSION}/etc/tests/fixed/bug-52075/class_bug52075.m +share/octave/${VERSION}/etc/tests/fixed/bug-52722/ +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-53027/ +share/octave/${VERSION}/etc/tests/fixed/bug-53027/bug-53027.tst +share/octave/${VERSION}/etc/tests/fixed/bug-53027/globals53027.m +share/octave/${VERSION}/etc/tests/fixed/bug-53027/gtest53027.m +share/octave/${VERSION}/etc/tests/fixed/bug-53027/ntest53027a.m +share/octave/${VERSION}/etc/tests/fixed/bug-53027/ntest53027b.m +share/octave/${VERSION}/etc/tests/fixed/bug-53027/ntest53027c.m +share/octave/${VERSION}/etc/tests/fixed/bug-53579.tst +share/octave/${VERSION}/etc/tests/fixed/bug-53599.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 share/octave/${VERSION}/etc/tests/fixed/class-concat/class-concat.tst share/octave/${VERSION}/etc/tests/fixed/classdef/ +share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/ +share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/base_1.m +share/octave/${VERSION}/etc/tests/fixed/classdef-multiple-inheritance/base_2.m +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/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 @@ -1065,6 +1145,7 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/ctor-vs-method/@parent/parent.m share/octave/${VERSION}/etc/tests/fixed/ctor-vs-method/__trace__.m share/octave/${VERSION}/etc/tests/fixed/ctor-vs-method/ctor-vs-method.tst +share/octave/${VERSION}/etc/tests/fixed/deprecate-props.tst 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 @@ -1087,7 +1168,11 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/index.tst share/octave/${VERSION}/etc/tests/fixed/io.tst share/octave/${VERSION}/etc/tests/fixed/jit.tst +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/ +share/octave/${VERSION}/etc/tests/fixed/local-functions/local_function_eval.m +share/octave/${VERSION}/etc/tests/fixed/local-functions/local_functions.tst share/octave/${VERSION}/etc/tests/fixed/logical-index.tst share/octave/${VERSION}/etc/tests/fixed/nest/ share/octave/${VERSION}/etc/tests/fixed/nest/arg_nest.m @@ -1120,6 +1205,7 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/range.tst share/octave/${VERSION}/etc/tests/fixed/recursion.tst 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.tst share/octave/${VERSION}/etc/tests/fixed/struct.tst @@ -1134,7 +1220,6 @@ share/octave/${VERSION}/etc/tests/libint share/octave/${VERSION}/etc/tests/libinterp/corefcn/ 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/__dispatch__.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/__ichol__.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/__ilu__.cc-tst @@ -1143,10 +1228,11 @@ share/octave/${VERSION}/etc/tests/libint 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/besselj.cc-tst -share/octave/${VERSION}/etc/tests/libinterp/corefcn/betainc.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/colloc.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/conv2.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/dassl.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/data.cc-tst @@ -1158,6 +1244,7 @@ share/octave/${VERSION}/etc/tests/libint 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/fft.cc-tst @@ -1165,11 +1252,11 @@ share/octave/${VERSION}/etc/tests/libint share/octave/${VERSION}/etc/tests/libinterp/corefcn/file-io.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/filter.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/find.cc-tst -share/octave/${VERSION}/etc/tests/libinterp/corefcn/gammainc.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/gcd.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/getrusage.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/givens.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/graphics.cc-tst +share/octave/${VERSION}/etc/tests/libinterp/corefcn/gsvd.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/hash.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/help.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/hess.cc-tst @@ -1186,6 +1273,7 @@ share/octave/${VERSION}/etc/tests/libint 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-map.cc-tst +share/octave/${VERSION}/etc/tests/libinterp/corefcn/octave-link.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 @@ -1228,6 +1316,7 @@ share/octave/${VERSION}/etc/tests/libint 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/convhulln.cc-tst share/octave/${VERSION}/etc/tests/libinterp/dldfcn/dmperm.cc-tst @@ -1244,9 +1333,9 @@ share/octave/${VERSION}/etc/tests/libint 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-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 @@ -1256,7 +1345,6 @@ share/octave/${VERSION}/etc/tests/libint share/octave/${VERSION}/etc/tests/libinterp/parse-tree/lex.ll-tst share/octave/${VERSION}/etc/tests/libinterp/parse-tree/oct-parse.in.yy-tst share/octave/${VERSION}/etc/tests/libinterp/parse-tree/pt-assign.cc-tst -share/octave/${VERSION}/etc/tests/libinterp/parse-tree/pt-binop.cc-tst share/octave/${VERSION}/etc/tests/libinterp/parse-tree/pt-eval.cc-tst share/octave/${VERSION}/etc/tests/libinterp/parse-tree/pt-fcn-handle.cc-tst share/octave/${VERSION}/etc/tests/libinterp/parse-tree/pt-idx.cc-tst @@ -1274,6 +1362,11 @@ share/octave/${VERSION}/etc/tests/liboct share/octave/${VERSION}/etc/tests/liboctave/array/idx-vector.cc-tst share/octave/${VERSION}/etc/tests/liboctave/util/ share/octave/${VERSION}/etc/tests/liboctave/util/oct-inttypes.cc-tst +share/octave/${VERSION}/fonts/ +share/octave/${VERSION}/fonts/FreeSans.otf +share/octave/${VERSION}/fonts/FreeSansBold.otf +share/octave/${VERSION}/fonts/FreeSansBoldOblique.otf +share/octave/${VERSION}/fonts/FreeSansOblique.otf share/octave/${VERSION}/imagelib/ share/octave/${VERSION}/imagelib/default.img share/octave/${VERSION}/imagelib/octave-logo.ico @@ -1281,6 +1374,7 @@ share/octave/${VERSION}/imagelib/octave- share/octave/${VERSION}/imagelib/octave-sombrero.png share/octave/${VERSION}/locale/ share/octave/${VERSION}/locale/be_BY.qm +share/octave/${VERSION}/locale/ca_ES.qm share/octave/${VERSION}/locale/de_DE.qm share/octave/${VERSION}/locale/en_US.qm share/octave/${VERSION}/locale/es_ES.qm @@ -1295,6 +1389,8 @@ share/octave/${VERSION}/locale/ru_RU.qm share/octave/${VERSION}/locale/uk_UA.qm share/octave/${VERSION}/locale/zh_CN.qm share/octave/${VERSION}/m/ +share/octave/${VERSION}/m/+containers/ +share/octave/${VERSION}/m/+containers/Map.m share/octave/${VERSION}/m/@ftp/ share/octave/${VERSION}/m/@ftp/ascii.m share/octave/${VERSION}/m/@ftp/binary.m @@ -1302,7 +1398,7 @@ share/octave/${VERSION}/m/@ftp/cd.m share/octave/${VERSION}/m/@ftp/close.m share/octave/${VERSION}/m/@ftp/delete.m share/octave/${VERSION}/m/@ftp/dir.m -share/octave/${VERSION}/m/@ftp/display.m +share/octave/${VERSION}/m/@ftp/disp.m share/octave/${VERSION}/m/@ftp/ftp.m share/octave/${VERSION}/m/@ftp/loadobj.m share/octave/${VERSION}/m/@ftp/mget.m @@ -1315,7 +1411,7 @@ share/octave/${VERSION}/m/audio/ share/octave/${VERSION}/m/audio/@audioplayer/ share/octave/${VERSION}/m/audio/@audioplayer/__get_properties__.m share/octave/${VERSION}/m/audio/@audioplayer/audioplayer.m -share/octave/${VERSION}/m/audio/@audioplayer/display.m +share/octave/${VERSION}/m/audio/@audioplayer/disp.m share/octave/${VERSION}/m/audio/@audioplayer/get.m share/octave/${VERSION}/m/audio/@audioplayer/isplaying.m share/octave/${VERSION}/m/audio/@audioplayer/pause.m @@ -1329,7 +1425,7 @@ share/octave/${VERSION}/m/audio/@audiopl share/octave/${VERSION}/m/audio/@audiorecorder/ share/octave/${VERSION}/m/audio/@audiorecorder/__get_properties__.m share/octave/${VERSION}/m/audio/@audiorecorder/audiorecorder.m -share/octave/${VERSION}/m/audio/@audiorecorder/display.m +share/octave/${VERSION}/m/audio/@audiorecorder/disp.m share/octave/${VERSION}/m/audio/@audiorecorder/get.m share/octave/${VERSION}/m/audio/@audiorecorder/getaudiodata.m share/octave/${VERSION}/m/audio/@audiorecorder/getplayer.m @@ -1349,34 +1445,21 @@ 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/bicubic.m share/octave/${VERSION}/m/deprecated/bitmax.m +share/octave/${VERSION}/m/deprecated/chop.m share/octave/${VERSION}/m/deprecated/comma.m -share/octave/${VERSION}/m/deprecated/delaunay3.m -share/octave/${VERSION}/m/deprecated/dump_prefs.m -share/octave/${VERSION}/m/deprecated/find_dir_in_path.m -share/octave/${VERSION}/m/deprecated/finite.m -share/octave/${VERSION}/m/deprecated/fmod.m -share/octave/${VERSION}/m/deprecated/fnmatch.m -share/octave/${VERSION}/m/deprecated/gmap40.m +share/octave/${VERSION}/m/deprecated/desktop.m share/octave/${VERSION}/m/deprecated/isstr.m -share/octave/${VERSION}/m/deprecated/loadaudio.m -share/octave/${VERSION}/m/deprecated/luinc.m +share/octave/${VERSION}/m/deprecated/java2mat.m share/octave/${VERSION}/m/deprecated/mahalanobis.m share/octave/${VERSION}/m/deprecated/md5sum.m -share/octave/${VERSION}/m/deprecated/mouse_wheel_zoom.m -share/octave/${VERSION}/m/deprecated/nfields.m share/octave/${VERSION}/m/deprecated/octave_config_info.m -share/octave/${VERSION}/m/deprecated/octave_tmp_file_name.m share/octave/${VERSION}/m/deprecated/onenormest.m share/octave/${VERSION}/m/deprecated/paren.m -share/octave/${VERSION}/m/deprecated/playaudio.m -share/octave/${VERSION}/m/deprecated/saveaudio.m share/octave/${VERSION}/m/deprecated/semicolon.m -share/octave/${VERSION}/m/deprecated/setaudio.m share/octave/${VERSION}/m/deprecated/sleep.m -share/octave/${VERSION}/m/deprecated/syl.m -share/octave/${VERSION}/m/deprecated/usage.m +share/octave/${VERSION}/m/deprecated/tmpnam.m +share/octave/${VERSION}/m/deprecated/toascii.m share/octave/${VERSION}/m/deprecated/usleep.m share/octave/${VERSION}/m/deprecated/wavread.m share/octave/${VERSION}/m/deprecated/wavwrite.m @@ -1418,7 +1501,6 @@ share/octave/${VERSION}/m/general/cart2p share/octave/${VERSION}/m/general/cart2sph.m share/octave/${VERSION}/m/general/cell2mat.m share/octave/${VERSION}/m/general/celldisp.m -share/octave/${VERSION}/m/general/chop.m share/octave/${VERSION}/m/general/circshift.m share/octave/${VERSION}/m/general/common_size.m share/octave/${VERSION}/m/general/cplxpair.m @@ -1428,55 +1510,44 @@ share/octave/${VERSION}/m/general/dblqua share/octave/${VERSION}/m/general/deal.m share/octave/${VERSION}/m/general/deg2rad.m share/octave/${VERSION}/m/general/del2.m -share/octave/${VERSION}/m/general/display.m share/octave/${VERSION}/m/general/divergence.m -share/octave/${VERSION}/m/general/fieldnames.m share/octave/${VERSION}/m/general/flip.m share/octave/${VERSION}/m/general/flipdim.m share/octave/${VERSION}/m/general/fliplr.m share/octave/${VERSION}/m/general/flipud.m -share/octave/${VERSION}/m/general/grabcode.m share/octave/${VERSION}/m/general/gradient.m share/octave/${VERSION}/m/general/idivide.m -share/octave/${VERSION}/m/general/inputParser.m share/octave/${VERSION}/m/general/int2str.m +share/octave/${VERSION}/m/general/integral.m +share/octave/${VERSION}/m/general/integral2.m +share/octave/${VERSION}/m/general/integral3.m share/octave/${VERSION}/m/general/interp1.m share/octave/${VERSION}/m/general/interp2.m share/octave/${VERSION}/m/general/interp3.m share/octave/${VERSION}/m/general/interpft.m share/octave/${VERSION}/m/general/interpn.m -share/octave/${VERSION}/m/general/isdir.m share/octave/${VERSION}/m/general/isequal.m share/octave/${VERSION}/m/general/isequaln.m -share/octave/${VERSION}/m/general/loadobj.m share/octave/${VERSION}/m/general/logspace.m -share/octave/${VERSION}/m/general/methods.m -share/octave/${VERSION}/m/general/nargchk.m -share/octave/${VERSION}/m/general/narginchk.m -share/octave/${VERSION}/m/general/nargoutchk.m share/octave/${VERSION}/m/general/nextpow2.m -share/octave/${VERSION}/m/general/nthargout.m share/octave/${VERSION}/m/general/num2str.m share/octave/${VERSION}/m/general/pol2cart.m share/octave/${VERSION}/m/general/polyarea.m share/octave/${VERSION}/m/general/postpad.m share/octave/${VERSION}/m/general/prepad.m share/octave/${VERSION}/m/general/private/ -share/octave/${VERSION}/m/general/private/__isequal__.m -share/octave/${VERSION}/m/general/private/__publish_html_output__.m -share/octave/${VERSION}/m/general/private/__publish_latex_output__.m share/octave/${VERSION}/m/general/private/__splinen__.m -share/octave/${VERSION}/m/general/publish.m +share/octave/${VERSION}/m/general/quad2d.m share/octave/${VERSION}/m/general/quadgk.m share/octave/${VERSION}/m/general/quadl.m share/octave/${VERSION}/m/general/quadv.m share/octave/${VERSION}/m/general/rad2deg.m share/octave/${VERSION}/m/general/randi.m 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/rot90.m share/octave/${VERSION}/m/general/rotdim.m -share/octave/${VERSION}/m/general/saveobj.m share/octave/${VERSION}/m/general/shift.m share/octave/${VERSION}/m/general/shiftdim.m share/octave/${VERSION}/m/general/sortrows.m @@ -1485,7 +1556,7 @@ share/octave/${VERSION}/m/general/struct share/octave/${VERSION}/m/general/subsindex.m share/octave/${VERSION}/m/general/trapz.m share/octave/${VERSION}/m/general/triplequad.m -share/octave/${VERSION}/m/general/validateattributes.m +share/octave/${VERSION}/m/general/xor.m share/octave/${VERSION}/m/geometry/ share/octave/${VERSION}/m/geometry/convhull.m share/octave/${VERSION}/m/geometry/delaunay.m @@ -1503,10 +1574,12 @@ share/octave/${VERSION}/m/geometry/voron share/octave/${VERSION}/m/gui/ 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/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/msgbox.m share/octave/${VERSION}/m/gui/private/ @@ -1519,6 +1592,8 @@ share/octave/${VERSION}/m/gui/private/__ share/octave/${VERSION}/m/gui/private/__uiobject_split_args__.m share/octave/${VERSION}/m/gui/private/__uiputfile_fltk__.m share/octave/${VERSION}/m/gui/questdlg.m +share/octave/${VERSION}/m/gui/rmappdata.m +share/octave/${VERSION}/m/gui/setappdata.m share/octave/${VERSION}/m/gui/uibuttongroup.m share/octave/${VERSION}/m/gui/uicontextmenu.m share/octave/${VERSION}/m/gui/uicontrol.m @@ -1540,6 +1615,8 @@ share/octave/${VERSION}/m/help/__gripe_m share/octave/${VERSION}/m/help/__makeinfo__.m share/octave/${VERSION}/m/help/__unimplemented__.m share/octave/${VERSION}/m/help/ans.m +share/octave/${VERSION}/m/help/bessel.m +share/octave/${VERSION}/m/help/debug.m share/octave/${VERSION}/m/help/doc.m share/octave/${VERSION}/m/help/doc_cache_create.m share/octave/${VERSION}/m/help/error_ids.m @@ -1550,6 +1627,7 @@ share/octave/${VERSION}/m/help/print_usa share/octave/${VERSION}/m/help/private/ share/octave/${VERSION}/m/help/private/__additional_help_message__.m share/octave/${VERSION}/m/help/private/__strip_html_tags__.m +share/octave/${VERSION}/m/help/slash.m share/octave/${VERSION}/m/help/type.m share/octave/${VERSION}/m/help/warning_ids.m share/octave/${VERSION}/m/help/which.m @@ -1567,6 +1645,7 @@ share/octave/${VERSION}/m/image/copper.m share/octave/${VERSION}/m/image/cubehelix.m share/octave/${VERSION}/m/image/flag.m share/octave/${VERSION}/m/image/frame2im.m +share/octave/${VERSION}/m/image/getframe.m share/octave/${VERSION}/m/image/gray.m share/octave/${VERSION}/m/image/gray2ind.m share/octave/${VERSION}/m/image/hot.m @@ -1586,7 +1665,6 @@ share/octave/${VERSION}/m/image/ind2rgb. share/octave/${VERSION}/m/image/iscolormap.m share/octave/${VERSION}/m/image/jet.m share/octave/${VERSION}/m/image/lines.m -share/octave/${VERSION}/m/image/ntsc2rgb.m share/octave/${VERSION}/m/image/ocean.m share/octave/${VERSION}/m/image/pink.m share/octave/${VERSION}/m/image/prism.m @@ -1600,9 +1678,9 @@ share/octave/${VERSION}/m/image/private/ share/octave/${VERSION}/m/image/private/imwrite_filename.m share/octave/${VERSION}/m/image/private/ind2x.m share/octave/${VERSION}/m/image/rainbow.m +share/octave/${VERSION}/m/image/rgb2gray.m share/octave/${VERSION}/m/image/rgb2hsv.m share/octave/${VERSION}/m/image/rgb2ind.m -share/octave/${VERSION}/m/image/rgb2ntsc.m share/octave/${VERSION}/m/image/rgbplot.m share/octave/${VERSION}/m/image/spinmap.m share/octave/${VERSION}/m/image/spring.m @@ -1639,6 +1717,7 @@ share/octave/${VERSION}/m/linear-algebra share/octave/${VERSION}/m/linear-algebra/cross.m share/octave/${VERSION}/m/linear-algebra/duplication_matrix.m share/octave/${VERSION}/m/linear-algebra/expm.m +share/octave/${VERSION}/m/linear-algebra/gls.m share/octave/${VERSION}/m/linear-algebra/housh.m share/octave/${VERSION}/m/linear-algebra/isbanded.m share/octave/${VERSION}/m/linear-algebra/isdefinite.m @@ -1650,9 +1729,11 @@ share/octave/${VERSION}/m/linear-algebra share/octave/${VERSION}/m/linear-algebra/krylov.m share/octave/${VERSION}/m/linear-algebra/linsolve.m share/octave/${VERSION}/m/linear-algebra/logm.m +share/octave/${VERSION}/m/linear-algebra/lscov.m share/octave/${VERSION}/m/linear-algebra/normest.m share/octave/${VERSION}/m/linear-algebra/normest1.m share/octave/${VERSION}/m/linear-algebra/null.m +share/octave/${VERSION}/m/linear-algebra/ols.m share/octave/${VERSION}/m/linear-algebra/orth.m share/octave/${VERSION}/m/linear-algebra/planerot.m share/octave/${VERSION}/m/linear-algebra/qzhess.m @@ -1661,6 +1742,7 @@ share/octave/${VERSION}/m/linear-algebra share/octave/${VERSION}/m/linear-algebra/subspace.m share/octave/${VERSION}/m/linear-algebra/trace.m 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/bug_report.m share/octave/${VERSION}/m/miscellaneous/bunzip2.m @@ -1669,69 +1751,79 @@ share/octave/${VERSION}/m/miscellaneous/ share/octave/${VERSION}/m/miscellaneous/compare_versions.m share/octave/${VERSION}/m/miscellaneous/computer.m share/octave/${VERSION}/m/miscellaneous/copyfile.m -share/octave/${VERSION}/m/miscellaneous/debug.m share/octave/${VERSION}/m/miscellaneous/delete.m -share/octave/${VERSION}/m/miscellaneous/desktop.m 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 share/octave/${VERSION}/m/miscellaneous/fullfile.m share/octave/${VERSION}/m/miscellaneous/genvarname.m -share/octave/${VERSION}/m/miscellaneous/getappdata.m share/octave/${VERSION}/m/miscellaneous/getfield.m +share/octave/${VERSION}/m/miscellaneous/grabcode.m share/octave/${VERSION}/m/miscellaneous/gunzip.m share/octave/${VERSION}/m/miscellaneous/info.m +share/octave/${VERSION}/m/miscellaneous/inputParser.m share/octave/${VERSION}/m/miscellaneous/inputname.m -share/octave/${VERSION}/m/miscellaneous/isappdata.m share/octave/${VERSION}/m/miscellaneous/isdeployed.m +share/octave/${VERSION}/m/miscellaneous/isdir.m share/octave/${VERSION}/m/miscellaneous/ismac.m share/octave/${VERSION}/m/miscellaneous/ispc.m share/octave/${VERSION}/m/miscellaneous/isunix.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/menu.m +share/octave/${VERSION}/m/miscellaneous/methods.m share/octave/${VERSION}/m/miscellaneous/mex.m share/octave/${VERSION}/m/miscellaneous/mexext.m 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/namelengthmax.m +share/octave/${VERSION}/m/miscellaneous/nargchk.m +share/octave/${VERSION}/m/miscellaneous/narginchk.m +share/octave/${VERSION}/m/miscellaneous/nargoutchk.m share/octave/${VERSION}/m/miscellaneous/news.m +share/octave/${VERSION}/m/miscellaneous/nthargout.m share/octave/${VERSION}/m/miscellaneous/open.m share/octave/${VERSION}/m/miscellaneous/orderfields.m share/octave/${VERSION}/m/miscellaneous/pack.m share/octave/${VERSION}/m/miscellaneous/parseparams.m share/octave/${VERSION}/m/miscellaneous/perl.m share/octave/${VERSION}/m/miscellaneous/private/ +share/octave/${VERSION}/m/miscellaneous/private/__publish_html_output__.m +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/publish.m share/octave/${VERSION}/m/miscellaneous/python.m share/octave/${VERSION}/m/miscellaneous/recycle.m -share/octave/${VERSION}/m/miscellaneous/rmappdata.m share/octave/${VERSION}/m/miscellaneous/run.m -share/octave/${VERSION}/m/miscellaneous/setappdata.m +share/octave/${VERSION}/m/miscellaneous/saveobj.m share/octave/${VERSION}/m/miscellaneous/setfield.m share/octave/${VERSION}/m/miscellaneous/substruct.m share/octave/${VERSION}/m/miscellaneous/swapbytes.m share/octave/${VERSION}/m/miscellaneous/symvar.m share/octave/${VERSION}/m/miscellaneous/tar.m share/octave/${VERSION}/m/miscellaneous/tempdir.m -share/octave/${VERSION}/m/miscellaneous/tmpnam.m share/octave/${VERSION}/m/miscellaneous/unix.m share/octave/${VERSION}/m/miscellaneous/unpack.m share/octave/${VERSION}/m/miscellaneous/untar.m 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/version.m share/octave/${VERSION}/m/miscellaneous/what.m -share/octave/${VERSION}/m/miscellaneous/xor.m share/octave/${VERSION}/m/miscellaneous/zip.m share/octave/${VERSION}/m/ode/ +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/ode45.m share/octave/${VERSION}/m/ode/odeget.m @@ -1739,6 +1831,7 @@ share/octave/${VERSION}/m/ode/odeplot.m share/octave/${VERSION}/m/ode/odeset.m share/octave/${VERSION}/m/ode/private/ share/octave/${VERSION}/m/ode/private/AbsRel_norm.m +share/octave/${VERSION}/m/ode/private/check_default_input.m share/octave/${VERSION}/m/ode/private/integrate_adaptive.m share/octave/${VERSION}/m/ode/private/kahan.m share/octave/${VERSION}/m/ode/private/ode_event_handler.m @@ -1757,6 +1850,7 @@ share/octave/${VERSION}/m/optimization/f share/octave/${VERSION}/m/optimization/fsolve.m share/octave/${VERSION}/m/optimization/fzero.m share/octave/${VERSION}/m/optimization/glpk.m +share/octave/${VERSION}/m/optimization/humps.m share/octave/${VERSION}/m/optimization/lsqnonneg.m share/octave/${VERSION}/m/optimization/optimget.m share/octave/${VERSION}/m/optimization/optimset.m @@ -1766,6 +1860,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/import.m share/octave/${VERSION}/m/path/matlabroot.m share/octave/${VERSION}/m/path/pathdef.m share/octave/${VERSION}/m/path/private/ @@ -1798,9 +1893,18 @@ share/octave/${VERSION}/m/plot/ share/octave/${VERSION}/m/plot/appearance/ 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 share/octave/${VERSION}/m/plot/appearance/annotation.m share/octave/${VERSION}/m/plot/appearance/axis.m share/octave/${VERSION}/m/plot/appearance/box.m +share/octave/${VERSION}/m/plot/appearance/camlookat.m +share/octave/${VERSION}/m/plot/appearance/camorbit.m +share/octave/${VERSION}/m/plot/appearance/campos.m +share/octave/${VERSION}/m/plot/appearance/camroll.m +share/octave/${VERSION}/m/plot/appearance/camtarget.m +share/octave/${VERSION}/m/plot/appearance/camup.m +share/octave/${VERSION}/m/plot/appearance/camva.m +share/octave/${VERSION}/m/plot/appearance/camzoom.m share/octave/${VERSION}/m/plot/appearance/caxis.m share/octave/${VERSION}/m/plot/appearance/clabel.m share/octave/${VERSION}/m/plot/appearance/daspect.m @@ -1817,18 +1921,26 @@ 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/rticks.m share/octave/${VERSION}/m/plot/appearance/shading.m share/octave/${VERSION}/m/plot/appearance/specular.m share/octave/${VERSION}/m/plot/appearance/text.m +share/octave/${VERSION}/m/plot/appearance/thetaticks.m share/octave/${VERSION}/m/plot/appearance/title.m share/octave/${VERSION}/m/plot/appearance/view.m 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/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/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/zticklabels.m +share/octave/${VERSION}/m/plot/appearance/zticks.m share/octave/${VERSION}/m/plot/draw/ share/octave/${VERSION}/m/plot/draw/area.m share/octave/${VERSION}/m/plot/draw/bar.m @@ -1894,7 +2006,6 @@ share/octave/${VERSION}/m/plot/draw/priv share/octave/${VERSION}/m/plot/draw/private/__pie__.m share/octave/${VERSION}/m/plot/draw/private/__plt__.m share/octave/${VERSION}/m/plot/draw/private/__quiver__.m -share/octave/${VERSION}/m/plot/draw/private/__rotate_around_axis__.m share/octave/${VERSION}/m/plot/draw/private/__scatter__.m share/octave/${VERSION}/m/plot/draw/private/__stem__.m share/octave/${VERSION}/m/plot/draw/private/__unite_shared_vertices__.m @@ -1960,14 +2071,17 @@ share/octave/${VERSION}/m/plot/util/gco. share/octave/${VERSION}/m/plot/util/ginput.m 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/hdl2struct.m share/octave/${VERSION}/m/plot/util/hggroup.m share/octave/${VERSION}/m/plot/util/hgload.m share/octave/${VERSION}/m/plot/util/hgsave.m +share/octave/${VERSION}/m/plot/util/hgtransform.m share/octave/${VERSION}/m/plot/util/hold.m share/octave/${VERSION}/m/plot/util/isaxes.m share/octave/${VERSION}/m/plot/util/isfigure.m -share/octave/${VERSION}/m/plot/util/ishghandle.m +share/octave/${VERSION}/m/plot/util/isgraphics.m +share/octave/${VERSION}/m/plot/util/ishandle.m share/octave/${VERSION}/m/plot/util/ishold.m share/octave/${VERSION}/m/plot/util/isprop.m share/octave/${VERSION}/m/plot/util/linkaxes.m @@ -1992,6 +2106,7 @@ share/octave/${VERSION}/m/plot/util/priv share/octave/${VERSION}/m/plot/util/private/__gnuplot_version__.m share/octave/${VERSION}/m/plot/util/private/__opengl_print__.m share/octave/${VERSION}/m/plot/util/private/__print_parse_opts__.m +share/octave/${VERSION}/m/plot/util/private/__set_default_mouse_modes__.m share/octave/${VERSION}/m/plot/util/refresh.m share/octave/${VERSION}/m/plot/util/refreshdata.m share/octave/${VERSION}/m/plot/util/rotate.m @@ -2111,6 +2226,8 @@ share/octave/${VERSION}/m/sparse/nonzero share/octave/${VERSION}/m/sparse/pcg.m share/octave/${VERSION}/m/sparse/pcr.m share/octave/${VERSION}/m/sparse/private/ +share/octave/${VERSION}/m/sparse/private/__alltohandles__.m +share/octave/${VERSION}/m/sparse/private/__default__input__.m share/octave/${VERSION}/m/sparse/private/__sprand__.m share/octave/${VERSION}/m/sparse/qmr.m share/octave/${VERSION}/m/sparse/spaugment.m @@ -2125,16 +2242,21 @@ share/octave/${VERSION}/m/sparse/sprands share/octave/${VERSION}/m/sparse/spstats.m share/octave/${VERSION}/m/sparse/spy.m share/octave/${VERSION}/m/sparse/svds.m +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/bessel.m share/octave/${VERSION}/m/specfun/beta.m +share/octave/${VERSION}/m/specfun/betainc.m +share/octave/${VERSION}/m/specfun/betaincinv.m share/octave/${VERSION}/m/specfun/betaln.m +share/octave/${VERSION}/m/specfun/cosint.m share/octave/${VERSION}/m/specfun/ellipke.m share/octave/${VERSION}/m/specfun/expint.m share/octave/${VERSION}/m/specfun/factor.m share/octave/${VERSION}/m/specfun/factorial.m +share/octave/${VERSION}/m/specfun/gammainc.m +share/octave/${VERSION}/m/specfun/gammaincinv.m share/octave/${VERSION}/m/specfun/isprime.m share/octave/${VERSION}/m/specfun/lcm.m share/octave/${VERSION}/m/specfun/legendre.m @@ -2146,6 +2268,7 @@ share/octave/${VERSION}/m/specfun/primes share/octave/${VERSION}/m/specfun/reallog.m share/octave/${VERSION}/m/specfun/realpow.m 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/gallery.m share/octave/${VERSION}/m/special-matrix/hadamard.m @@ -2163,162 +2286,41 @@ share/octave/${VERSION}/m/startup/__fini share/octave/${VERSION}/m/startup/inputrc share/octave/${VERSION}/m/startup/octaverc share/octave/${VERSION}/m/statistics/ -share/octave/${VERSION}/m/statistics/base/ -share/octave/${VERSION}/m/statistics/base/center.m -share/octave/${VERSION}/m/statistics/base/cloglog.m -share/octave/${VERSION}/m/statistics/base/corr.m -share/octave/${VERSION}/m/statistics/base/cov.m -share/octave/${VERSION}/m/statistics/base/gls.m -share/octave/${VERSION}/m/statistics/base/histc.m -share/octave/${VERSION}/m/statistics/base/iqr.m -share/octave/${VERSION}/m/statistics/base/kendall.m -share/octave/${VERSION}/m/statistics/base/kurtosis.m -share/octave/${VERSION}/m/statistics/base/logit.m -share/octave/${VERSION}/m/statistics/base/lscov.m -share/octave/${VERSION}/m/statistics/base/mean.m -share/octave/${VERSION}/m/statistics/base/meansq.m -share/octave/${VERSION}/m/statistics/base/median.m -share/octave/${VERSION}/m/statistics/base/mode.m -share/octave/${VERSION}/m/statistics/base/moment.m -share/octave/${VERSION}/m/statistics/base/ols.m -share/octave/${VERSION}/m/statistics/base/ppplot.m -share/octave/${VERSION}/m/statistics/base/prctile.m -share/octave/${VERSION}/m/statistics/base/probit.m -share/octave/${VERSION}/m/statistics/base/qqplot.m -share/octave/${VERSION}/m/statistics/base/quantile.m -share/octave/${VERSION}/m/statistics/base/range.m -share/octave/${VERSION}/m/statistics/base/ranks.m -share/octave/${VERSION}/m/statistics/base/run_count.m -share/octave/${VERSION}/m/statistics/base/runlength.m -share/octave/${VERSION}/m/statistics/base/skewness.m -share/octave/${VERSION}/m/statistics/base/spearman.m -share/octave/${VERSION}/m/statistics/base/statistics.m -share/octave/${VERSION}/m/statistics/base/std.m -share/octave/${VERSION}/m/statistics/base/table.m -share/octave/${VERSION}/m/statistics/base/var.m -share/octave/${VERSION}/m/statistics/base/zscore.m -share/octave/${VERSION}/m/statistics/distributions/ -share/octave/${VERSION}/m/statistics/distributions/betacdf.m -share/octave/${VERSION}/m/statistics/distributions/betainv.m -share/octave/${VERSION}/m/statistics/distributions/betapdf.m -share/octave/${VERSION}/m/statistics/distributions/betarnd.m -share/octave/${VERSION}/m/statistics/distributions/binocdf.m -share/octave/${VERSION}/m/statistics/distributions/binoinv.m -share/octave/${VERSION}/m/statistics/distributions/binopdf.m -share/octave/${VERSION}/m/statistics/distributions/binornd.m -share/octave/${VERSION}/m/statistics/distributions/cauchy_cdf.m -share/octave/${VERSION}/m/statistics/distributions/cauchy_inv.m -share/octave/${VERSION}/m/statistics/distributions/cauchy_pdf.m -share/octave/${VERSION}/m/statistics/distributions/cauchy_rnd.m -share/octave/${VERSION}/m/statistics/distributions/chi2cdf.m -share/octave/${VERSION}/m/statistics/distributions/chi2inv.m -share/octave/${VERSION}/m/statistics/distributions/chi2pdf.m -share/octave/${VERSION}/m/statistics/distributions/chi2rnd.m -share/octave/${VERSION}/m/statistics/distributions/discrete_cdf.m -share/octave/${VERSION}/m/statistics/distributions/discrete_inv.m -share/octave/${VERSION}/m/statistics/distributions/discrete_pdf.m -share/octave/${VERSION}/m/statistics/distributions/discrete_rnd.m -share/octave/${VERSION}/m/statistics/distributions/empirical_cdf.m -share/octave/${VERSION}/m/statistics/distributions/empirical_inv.m -share/octave/${VERSION}/m/statistics/distributions/empirical_pdf.m -share/octave/${VERSION}/m/statistics/distributions/empirical_rnd.m -share/octave/${VERSION}/m/statistics/distributions/expcdf.m -share/octave/${VERSION}/m/statistics/distributions/expinv.m -share/octave/${VERSION}/m/statistics/distributions/exppdf.m -share/octave/${VERSION}/m/statistics/distributions/exprnd.m -share/octave/${VERSION}/m/statistics/distributions/fcdf.m -share/octave/${VERSION}/m/statistics/distributions/finv.m -share/octave/${VERSION}/m/statistics/distributions/fpdf.m -share/octave/${VERSION}/m/statistics/distributions/frnd.m -share/octave/${VERSION}/m/statistics/distributions/gamcdf.m -share/octave/${VERSION}/m/statistics/distributions/gaminv.m -share/octave/${VERSION}/m/statistics/distributions/gampdf.m -share/octave/${VERSION}/m/statistics/distributions/gamrnd.m -share/octave/${VERSION}/m/statistics/distributions/geocdf.m -share/octave/${VERSION}/m/statistics/distributions/geoinv.m -share/octave/${VERSION}/m/statistics/distributions/geopdf.m -share/octave/${VERSION}/m/statistics/distributions/geornd.m -share/octave/${VERSION}/m/statistics/distributions/hygecdf.m -share/octave/${VERSION}/m/statistics/distributions/hygeinv.m -share/octave/${VERSION}/m/statistics/distributions/hygepdf.m -share/octave/${VERSION}/m/statistics/distributions/hygernd.m -share/octave/${VERSION}/m/statistics/distributions/kolmogorov_smirnov_cdf.m -share/octave/${VERSION}/m/statistics/distributions/laplace_cdf.m -share/octave/${VERSION}/m/statistics/distributions/laplace_inv.m -share/octave/${VERSION}/m/statistics/distributions/laplace_pdf.m -share/octave/${VERSION}/m/statistics/distributions/laplace_rnd.m -share/octave/${VERSION}/m/statistics/distributions/logistic_cdf.m -share/octave/${VERSION}/m/statistics/distributions/logistic_inv.m -share/octave/${VERSION}/m/statistics/distributions/logistic_pdf.m -share/octave/${VERSION}/m/statistics/distributions/logistic_rnd.m -share/octave/${VERSION}/m/statistics/distributions/logncdf.m -share/octave/${VERSION}/m/statistics/distributions/logninv.m -share/octave/${VERSION}/m/statistics/distributions/lognpdf.m -share/octave/${VERSION}/m/statistics/distributions/lognrnd.m -share/octave/${VERSION}/m/statistics/distributions/nbincdf.m -share/octave/${VERSION}/m/statistics/distributions/nbininv.m -share/octave/${VERSION}/m/statistics/distributions/nbinpdf.m -share/octave/${VERSION}/m/statistics/distributions/nbinrnd.m -share/octave/${VERSION}/m/statistics/distributions/normcdf.m -share/octave/${VERSION}/m/statistics/distributions/norminv.m -share/octave/${VERSION}/m/statistics/distributions/normpdf.m -share/octave/${VERSION}/m/statistics/distributions/normrnd.m -share/octave/${VERSION}/m/statistics/distributions/poisscdf.m -share/octave/${VERSION}/m/statistics/distributions/poissinv.m -share/octave/${VERSION}/m/statistics/distributions/poisspdf.m -share/octave/${VERSION}/m/statistics/distributions/poissrnd.m -share/octave/${VERSION}/m/statistics/distributions/stdnormal_cdf.m -share/octave/${VERSION}/m/statistics/distributions/stdnormal_inv.m -share/octave/${VERSION}/m/statistics/distributions/stdnormal_pdf.m -share/octave/${VERSION}/m/statistics/distributions/stdnormal_rnd.m -share/octave/${VERSION}/m/statistics/distributions/tcdf.m -share/octave/${VERSION}/m/statistics/distributions/tinv.m -share/octave/${VERSION}/m/statistics/distributions/tpdf.m -share/octave/${VERSION}/m/statistics/distributions/trnd.m -share/octave/${VERSION}/m/statistics/distributions/unidcdf.m -share/octave/${VERSION}/m/statistics/distributions/unidinv.m -share/octave/${VERSION}/m/statistics/distributions/unidpdf.m -share/octave/${VERSION}/m/statistics/distributions/unidrnd.m -share/octave/${VERSION}/m/statistics/distributions/unifcdf.m -share/octave/${VERSION}/m/statistics/distributions/unifinv.m -share/octave/${VERSION}/m/statistics/distributions/unifpdf.m -share/octave/${VERSION}/m/statistics/distributions/unifrnd.m -share/octave/${VERSION}/m/statistics/distributions/wblcdf.m -share/octave/${VERSION}/m/statistics/distributions/wblinv.m -share/octave/${VERSION}/m/statistics/distributions/wblpdf.m -share/octave/${VERSION}/m/statistics/distributions/wblrnd.m -share/octave/${VERSION}/m/statistics/distributions/wienrnd.m -share/octave/${VERSION}/m/statistics/models/ -share/octave/${VERSION}/m/statistics/models/logistic_regression.m -share/octave/${VERSION}/m/statistics/models/private/ -share/octave/${VERSION}/m/statistics/models/private/logistic_regression_derivatives.m -share/octave/${VERSION}/m/statistics/models/private/logistic_regression_likelihood.m -share/octave/${VERSION}/m/statistics/tests/ -share/octave/${VERSION}/m/statistics/tests/anova.m -share/octave/${VERSION}/m/statistics/tests/bartlett_test.m -share/octave/${VERSION}/m/statistics/tests/chisquare_test_homogeneity.m -share/octave/${VERSION}/m/statistics/tests/chisquare_test_independence.m -share/octave/${VERSION}/m/statistics/tests/cor_test.m -share/octave/${VERSION}/m/statistics/tests/f_test_regression.m -share/octave/${VERSION}/m/statistics/tests/hotelling_test.m -share/octave/${VERSION}/m/statistics/tests/hotelling_test_2.m -share/octave/${VERSION}/m/statistics/tests/kolmogorov_smirnov_test.m -share/octave/${VERSION}/m/statistics/tests/kolmogorov_smirnov_test_2.m -share/octave/${VERSION}/m/statistics/tests/kruskal_wallis_test.m -share/octave/${VERSION}/m/statistics/tests/manova.m -share/octave/${VERSION}/m/statistics/tests/mcnemar_test.m -share/octave/${VERSION}/m/statistics/tests/prop_test_2.m -share/octave/${VERSION}/m/statistics/tests/run_test.m -share/octave/${VERSION}/m/statistics/tests/sign_test.m -share/octave/${VERSION}/m/statistics/tests/t_test.m -share/octave/${VERSION}/m/statistics/tests/t_test_2.m -share/octave/${VERSION}/m/statistics/tests/t_test_regression.m -share/octave/${VERSION}/m/statistics/tests/u_test.m -share/octave/${VERSION}/m/statistics/tests/var_test.m -share/octave/${VERSION}/m/statistics/tests/welch_test.m -share/octave/${VERSION}/m/statistics/tests/wilcoxon_test.m -share/octave/${VERSION}/m/statistics/tests/z_test.m -share/octave/${VERSION}/m/statistics/tests/z_test_2.m +share/octave/${VERSION}/m/statistics/bounds.m +share/octave/${VERSION}/m/statistics/center.m +share/octave/${VERSION}/m/statistics/corr.m +share/octave/${VERSION}/m/statistics/corrcoef.m +share/octave/${VERSION}/m/statistics/cov.m +share/octave/${VERSION}/m/statistics/discrete_cdf.m +share/octave/${VERSION}/m/statistics/discrete_inv.m +share/octave/${VERSION}/m/statistics/discrete_pdf.m +share/octave/${VERSION}/m/statistics/discrete_rnd.m +share/octave/${VERSION}/m/statistics/empirical_cdf.m +share/octave/${VERSION}/m/statistics/empirical_inv.m +share/octave/${VERSION}/m/statistics/empirical_pdf.m +share/octave/${VERSION}/m/statistics/empirical_rnd.m +share/octave/${VERSION}/m/statistics/histc.m +share/octave/${VERSION}/m/statistics/iqr.m +share/octave/${VERSION}/m/statistics/kendall.m +share/octave/${VERSION}/m/statistics/kurtosis.m +share/octave/${VERSION}/m/statistics/mad.m +share/octave/${VERSION}/m/statistics/mean.m +share/octave/${VERSION}/m/statistics/meansq.m +share/octave/${VERSION}/m/statistics/median.m +share/octave/${VERSION}/m/statistics/mode.m +share/octave/${VERSION}/m/statistics/moment.m +share/octave/${VERSION}/m/statistics/prctile.m +share/octave/${VERSION}/m/statistics/quantile.m +share/octave/${VERSION}/m/statistics/range.m +share/octave/${VERSION}/m/statistics/ranks.m +share/octave/${VERSION}/m/statistics/run_count.m +share/octave/${VERSION}/m/statistics/runlength.m +share/octave/${VERSION}/m/statistics/skewness.m +share/octave/${VERSION}/m/statistics/spearman.m +share/octave/${VERSION}/m/statistics/statistics.m +share/octave/${VERSION}/m/statistics/std.m +share/octave/${VERSION}/m/statistics/var.m +share/octave/${VERSION}/m/statistics/zscore.m share/octave/${VERSION}/m/strings/ share/octave/${VERSION}/m/strings/base2dec.m share/octave/${VERSION}/m/strings/bin2dec.m @@ -2328,12 +2330,15 @@ 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/erase.m share/octave/${VERSION}/m/strings/findstr.m share/octave/${VERSION}/m/strings/hex2dec.m share/octave/${VERSION}/m/strings/index.m share/octave/${VERSION}/m/strings/isletter.m +share/octave/${VERSION}/m/strings/isstring.m share/octave/${VERSION}/m/strings/isstrprop.m share/octave/${VERSION}/m/strings/mat2str.m +share/octave/${VERSION}/m/strings/native2unicode.m share/octave/${VERSION}/m/strings/ostrsplit.m share/octave/${VERSION}/m/strings/regexptranslate.m share/octave/${VERSION}/m/strings/rindex.m @@ -2348,6 +2353,7 @@ share/octave/${VERSION}/m/strings/strtok share/octave/${VERSION}/m/strings/strtrim.m share/octave/${VERSION}/m/strings/strtrunc.m share/octave/${VERSION}/m/strings/substr.m +share/octave/${VERSION}/m/strings/unicode2native.m share/octave/${VERSION}/m/strings/untabify.m share/octave/${VERSION}/m/strings/validatestring.m share/octave/${VERSION}/m/testfun/ @@ -2386,8 +2392,8 @@ share/octave/${VERSION}/m/time/weekday.m share/octave/${VERSION}/site/ share/octave/${VERSION}/site/m/ share/octave/site/ -share/octave/site/api-v51/ -share/octave/site/api-v51/m/ +share/octave/site/api-v52/ +share/octave/site/api-v52/m/ share/octave/site/m/ share/octave/site/m/startup/ share/octave/site/m/startup/octaverc