From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 25 22:40:02 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59CB316A41C for ; Wed, 25 May 2005 22:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9906C43D1F for ; Wed, 25 May 2005 22:40:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4PMe1FW055121 for ; Wed, 25 May 2005 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4PMe1Gw055120; Wed, 25 May 2005 22:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 25 May 2005 22:40:01 GMT Resent-Message-Id: <200505252240.j4PMe1Gw055120@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E5616A41C for ; Wed, 25 May 2005 22:37:42 +0000 (GMT) (envelope-from johans@stack.nl) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5417443D49 for ; Wed, 25 May 2005 22:37:08 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id E83781F409; Thu, 26 May 2005 00:37:07 +0200 (CEST) Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:207:e9ff:fe14:b498]) by mailhost.stack.nl (Postfix) with ESMTP id 7D4A41F05C for ; Thu, 26 May 2005 00:36:52 +0200 (CEST) Received: by mud.stack.nl (Postfix, from userid 801) id 73E591703D; Thu, 26 May 2005 00:36:52 +0200 (CEST) Message-Id: <20050525223652.73E591703D@mud.stack.nl> Date: Thu, 26 May 2005 00:36:52 +0200 (CEST) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/81482: math/octave: update to 2.1.71 and unbreak on 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 22:40:02 -0000 >Number: 81482 >Category: ports >Synopsis: math/octave: update to 2.1.71 and unbreak on 5.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 25 22:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE #3: Mon May 9 19:06:32 CEST 2005 root@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: New version builds fine on 5.x (tested i386 and amd64). >How-To-Repeat: >Fix: This update obsoletes two patchesfiles: files/patch-glob.h files/patch-glob::Makefile.in diff -uNr octave/Makefile octave/Makefile --- octave/Makefile Thu May 19 18:02:49 2005 +++ octave/Makefile Thu May 26 00:29:09 2005 @@ -6,7 +6,7 @@ # PORTNAME= octave -PORTVERSION= 2.1.63 +PORTVERSION= 2.1.71 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ @@ -21,13 +21,12 @@ USE_BZIP2= yes USE_PERL5_BUILD=yes +INFO= octave liboctave .include .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" -.else -BROKEN= "Does not compile on FreeBSD >= 5.x" .endif .if ${PORTOBJFORMAT} == "elf" @@ -70,13 +69,13 @@ ${RM} ${PREFIX}/bin/octave ${INSTALL_SCRIPT} ${WRKDIR}/octave ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.info ${PREFIX}/info - install-info --entry='* Octave: (octave). Interactive language for numerical computations.' $(PREFIX)/info/octave.info $(PREFIX)/info/dir - install-info --entry='* LibOctave: (liboctave). C++ class library for Octave.' $(PREFIX)/info/liboctave.info $(PREFIX)/info/dir + install-info --entry='* Octave: (octave). Interactive language for numerical computations.' ${PREFIX}/info/octave.info ${PREFIX}/info/dir + install-info --entry='* LibOctave: (liboctave). C++ class library for Octave.' ${PREFIX}/info/liboctave.info ${PREFIX}/info/dir .ifndef NOPORTDOCS @${MKDIR} ${DOCSDIR} .for file in faq/Octave-FAQ.ps interpreter/octave.ps liboctave/liboctave.ps \ refcard/refcard-a4.ps refcard/refcard-legal.ps refcard/refcard-letter.ps - $(INSTALL_DATA) ${WRKSRC}/doc/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor .endif diff -uNr octave/distinfo octave/distinfo --- octave/distinfo Mon Jan 31 21:14:31 2005 +++ octave/distinfo Thu May 19 18:03:52 2005 @@ -1,2 +1,2 @@ -MD5 (octave-2.1.63.tar.bz2) = 3f6322b30edb79ee26659dbebefdfcfc -SIZE (octave-2.1.63.tar.bz2) = 4339124 +MD5 (octave-2.1.71.tar.bz2) = 2ab06912017c833549035111f0ab592f +SIZE (octave-2.1.71.tar.bz2) = 5784751 diff -uNr octave/files/patch-aa octave/files/patch-aa --- octave/files/patch-aa Mon Jun 9 19:19:23 2003 +++ octave/files/patch-aa Wed May 25 22:53:16 2005 @@ -1,11 +1,11 @@ ---- doc/liboctave/Makefile.in.orig Wed Oct 30 10:04:00 2002 -+++ doc/liboctave/Makefile.in Tue Jun 10 01:25:22 2003 +--- doc/liboctave/Makefile.in.orig Wed May 25 22:19:58 2005 ++++ doc/liboctave/Makefile.in Wed May 25 22:52:46 2005 @@ -43,7 +43,7 @@ .PHONY: all liboctave.info: $(TEXINFO) ../conf.texi -- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi -+ -makeinfo --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi +- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi ++ -$(MAKEINFO) --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi liboctave.dvi: $(TEXINFO) ../conf.texi -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ diff -uNr octave/files/patch-doc:interpreter:Makefile.in octave/files/patch-doc:interpreter:Makefile.in --- octave/files/patch-doc:interpreter:Makefile.in Mon Jun 9 19:19:23 2003 +++ octave/files/patch-doc:interpreter:Makefile.in Wed May 25 22:22:00 2005 @@ -1,11 +1,11 @@ ---- doc/interpreter/Makefile.in.orig Thu Feb 27 05:55:47 2003 -+++ doc/interpreter/Makefile.in Tue Jun 10 01:26:37 2003 -@@ -87,7 +87,7 @@ +--- doc/interpreter/Makefile.in.orig Wed May 25 22:21:11 2005 ++++ doc/interpreter/Makefile.in Wed May 25 22:21:04 2005 +@@ -89,7 +89,7 @@ @$(top_srcdir)/move-if-change $@.t $@ octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi -- -makeinfo -I$(srcdir) -I$(srcdir)/.. $< -+ -makeinfo --no-split -I$(srcdir) -I$(srcdir)/.. $< +- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $< ++ -$(MAKEINFO) --no-split -I$(srcdir) -I$(srcdir)/.. $< octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ diff -uNr octave/files/patch-glob.h octave/files/patch-glob.h --- octave/files/patch-glob.h Sun Jun 8 09:59:34 2003 +++ octave/files/patch-glob.h Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- glob/glob.h.orig Sun Nov 10 15:32:00 2002 -+++ glob/glob.h Sun Nov 10 15:32:49 2002 -@@ -48,7 +48,11 @@ - /* We need `size_t' for the following definitions. */ - #ifndef __size_t - # if defined __GNUC__ && __GNUC__ >= 2 -+#if (__FreeBSD__ <= 4) - typedef __SIZE_TYPE__ __size_t; -+#else -+#include -+#endif - # else - /* This is a guess. */ - /*hb diff -uNr octave/files/patch-glob::Makefile.in octave/files/patch-glob::Makefile.in --- octave/files/patch-glob::Makefile.in Thu Feb 10 08:43:49 2005 +++ octave/files/patch-glob::Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- glob/Makefile.in.orig Wed Feb 9 14:43:01 2005 -+++ glob/Makefile.in Wed Feb 9 14:43:13 2005 -@@ -25,7 +25,7 @@ - - CC = @CC@ - CPPFLAGS = @CPPFLAGS@ --CFLAGS = @CFLAGS@ -+CFLAGS = @CFLAGS@ -fPIC - - # Information determined by configure. - DEFS = @DEFS@ diff -uNr octave/files/patch-mkoctfile.in octave/files/patch-mkoctfile.in --- octave/files/patch-mkoctfile.in Sun Dec 7 03:07:58 2003 +++ octave/files/patch-mkoctfile.in Wed May 25 23:01:04 2005 @@ -1,11 +1,11 @@ ---- mkoctfile.in.orig Thu Jan 2 22:55:47 2003 -+++ mkoctfile.in Wed Oct 22 10:04:01 2003 -@@ -182,7 +182,7 @@ +--- mkoctfile.in.orig Sun Mar 27 14:13:29 2005 ++++ mkoctfile.in Wed May 25 23:00:43 2005 +@@ -184,7 +184,7 @@ -D*) defs="$defs $1" ;; -- -[lL]*) -+ -[lL]* | -pthread) +- -[lLR]*) ++ -[lLR]* | -pthread) ldflags="$ldflags $1" ;; -M | --depend) diff -uNr octave/pkg-plist octave/pkg-plist --- octave/pkg-plist Mon Jan 31 21:14:32 2005 +++ octave/pkg-plist Thu May 26 00:32:44 2005 @@ -70,8 +70,6 @@ include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h include/octave-%%OCTAVE_VERSION%%/octave/ODES.h include/octave-%%OCTAVE_VERSION%%/octave/ODESFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/ODESSA-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/ODESSA.h include/octave-%%OCTAVE_VERSION%%/octave/Objective.h include/octave-%%OCTAVE_VERSION%%/octave/QP.h include/octave-%%OCTAVE_VERSION%%/octave/Quad-opts.h @@ -440,7 +438,9 @@ include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.cc include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.cc include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.cc include/octave-%%OCTAVE_VERSION%%/octave/ov-base.h include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.h include/octave-%%OCTAVE_VERSION%%/octave/ov-bool.h @@ -549,102 +549,13 @@ include/octave-%%OCTAVE_VERSION%%/octave/vx-s-crv.h include/octave-%%OCTAVE_VERSION%%/octave/xdiv.h include/octave-%%OCTAVE_VERSION%%/octave/xpow.h - -@unexec install-info --delete --entry='* Octave: (octave). Interactive language for numerical computations.' %D/info/octave.info %D/info/dir -@unexec install-info --delete --entry='* LibOctave: (liboctave). C++ class library for Octave.' %D/info/liboctave.info %D/info/dir -info/octave.info -info/liboctave.info -@exec install-info --entry='* Octave: (octave). Interactive language for numerical computations.' %D/info/octave.info %D/info/dir -@exec install-info --entry='* LibOctave: (liboctave). C++ class library for Octave.' %D/info/liboctave.info %D/info/dir lib/octave-%%OCTAVE_VERSION%%/libcruft.a -lib/octave-%%OCTAVE_VERSION%%/libcruft.so -lib/octave-%%OCTAVE_VERSION%%/libcruft.so.%%OCTAVE_VERSION%% lib/octave-%%OCTAVE_VERSION%%/liboctave.a -lib/octave-%%OCTAVE_VERSION%%/liboctave.so -lib/octave-%%OCTAVE_VERSION%%/liboctave.so.%%OCTAVE_VERSION%% lib/octave-%%OCTAVE_VERSION%%/liboctinterp.a -lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so -lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so.%%OCTAVE_VERSION%% @unexec /bin/rm -f %D/lib/octave @exec /bin/ln -sf octave-%%OCTAVE_VERSION%% %D/lib/octave libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-info libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-octave-help -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/airy.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/balance.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besselh.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besseli.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besselj.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besselk.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/bessely.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/betainc.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/chol.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colloc.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/daspk.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/daspk_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dasrt.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dasrt_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dassl.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dassl_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/det.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/eig.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/endgrent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/endpwent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/expm.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fft.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fft2.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftn.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw_wisdom.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/filter.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/find.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fsolve.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fsolve_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gammainc.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gcd.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getgrent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getgrgid.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getgrnam.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getpwent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getpwnam.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getpwuid.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getrusage.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/givens.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gmtime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/hess.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ifft.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ifft2.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ifftn.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/inv.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/inverse.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/kron.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/localtime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lpsolve.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lpsolve_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lsode.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lsode_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lu.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/max.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/min.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/minmax.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/mktime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/odessa.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/odessa_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/pinv.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quad.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quad_options.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qz.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/rand.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/randn.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/schur.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/setgrent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/setpwent.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/sort.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/sqrtm.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/strftime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/strptime.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/svd.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/syl.oct -libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/time.oct libexec/octave/ls-R %%PORTDOCS%%%%DOCSDIR%%/Octave-FAQ.ps %%PORTDOCS%%%%DOCSDIR%%/liboctave.ps @@ -652,682 +563,682 @@ %%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps %%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps %%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps -share/octave/%%OCTAVE_VERSION%%/imagelib/default.img -share/octave/%%OCTAVE_VERSION%%/m/audio/lin2mu.m -share/octave/%%OCTAVE_VERSION%%/m/audio/loadaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/mu2lin.m -share/octave/%%OCTAVE_VERSION%%/m/audio/playaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/record.m -share/octave/%%OCTAVE_VERSION%%/m/audio/saveaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/setaudio.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/DEMOcontrol.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__bodquist__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__freqresp__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/__stepimp__.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/analdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/are.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bddemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bode.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/bode_bounds.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/controldemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/ctrb.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/damp.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dare.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dcgain.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dgram.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dkalman.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dlyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/dre.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/frdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/freqchkw.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/gram.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/impulse.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqg.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lsim.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/ltifr.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/lyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/nichols.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/nyquist.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/obsv.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/place.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/pzmap.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/rldemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/rlocus.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/step.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero.m -share/octave/%%OCTAVE_VERSION%%/m/control/base/tzero2.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dgkfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/dhinfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2norm.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/h2syn.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinf_ctr.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfnorm.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_chk.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_ric.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/is_dgkf.m -share/octave/%%OCTAVE_VERSION%%/m/control/hinf/wgt1o.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dezero.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/dlqg.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/minfo.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/packsys.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/qzval.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/rotg.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/series.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swapcols.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/swaprows.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/syschnames.m -share/octave/%%OCTAVE_VERSION%%/m/control/obsolete/unpacksys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__abcddims__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__syschnamesl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysconcat__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__syscont_disc__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefioname__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysdefstname__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__sysgroupn__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__tf2sysl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__tfl__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/__zp2ssg2__.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/abcddim.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/buildssic.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/c2d.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/cellidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/d2c.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/dmr2d.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/fir2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_abcd.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_controllable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_detectable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_digital.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_observable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_sample.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_signal_list.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_siso.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stabilizable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/is_stable.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/jet707.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/listidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/moddemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ord2.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/packedform.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/parallel.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ss2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/starp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2fir.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sys2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysadd.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysappend.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syschtsam.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysconnect.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syscont.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdimensions.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdisc.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysdup.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgetsignals.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettsam.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgettype.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysgroup.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysidx.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmin.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysmult.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysout.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysprune.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysreorder.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysrepdemo.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysscale.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syssetsignals.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/syssub.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/sysupdate.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tf2zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/tfout.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/ugain.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2ss.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2sys.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zp2tf.m -share/octave/%%OCTAVE_VERSION%%/m/control/system/zpout.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/__outlist__.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/__zgpbal__.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/axis2dlim.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/prompt.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/run_cmd.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/sortcom.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/strappend.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/swap.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfmul.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgfslv.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zginit.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgreduce.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgrownorm.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgscal.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgsgiv.m -share/octave/%%OCTAVE_VERSION%%/m/control/util/zgshsr.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/com2str.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_bool.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_complex.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_global.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_list.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_scalar.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_square.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_stream.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_struct.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_symmetric.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_vector.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/isstr.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/setstr.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/struct_contains.m -share/octave/%%OCTAVE_VERSION%%/m/deprecated/struct_elements.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acoth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asech.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/cot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/coth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/lcm.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sech.m -share/octave/%%OCTAVE_VERSION%%/m/finance/fv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/fvl.m -share/octave/%%OCTAVE_VERSION%%/m/finance/irr.m -share/octave/%%OCTAVE_VERSION%%/m/finance/nper.m -share/octave/%%OCTAVE_VERSION%%/m/finance/npv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pmt.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pv.m -share/octave/%%OCTAVE_VERSION%%/m/finance/pvl.m -share/octave/%%OCTAVE_VERSION%%/m/finance/rate.m -share/octave/%%OCTAVE_VERSION%%/m/finance/vol.m -share/octave/%%OCTAVE_VERSION%%/m/general/bitcmp.m -share/octave/%%OCTAVE_VERSION%%/m/general/bitget.m -share/octave/%%OCTAVE_VERSION%%/m/general/bitset.m -share/octave/%%OCTAVE_VERSION%%/m/general/cart2pol.m -share/octave/%%OCTAVE_VERSION%%/m/general/cart2sph.m -share/octave/%%OCTAVE_VERSION%%/m/general/circshift.m -share/octave/%%OCTAVE_VERSION%%/m/general/columns.m -share/octave/%%OCTAVE_VERSION%%/m/general/common_size.m -share/octave/%%OCTAVE_VERSION%%/m/general/deal.m -share/octave/%%OCTAVE_VERSION%%/m/general/diff.m -share/octave/%%OCTAVE_VERSION%%/m/general/flipdim.m -share/octave/%%OCTAVE_VERSION%%/m/general/fliplr.m -share/octave/%%OCTAVE_VERSION%%/m/general/flipud.m -share/octave/%%OCTAVE_VERSION%%/m/general/ind2sub.m -share/octave/%%OCTAVE_VERSION%%/m/general/int2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m -share/octave/%%OCTAVE_VERSION%%/m/general/isa.m -share/octave/%%OCTAVE_VERSION%%/m/general/isdefinite.m -share/octave/%%OCTAVE_VERSION%%/m/general/isscalar.m -share/octave/%%OCTAVE_VERSION%%/m/general/issquare.m -share/octave/%%OCTAVE_VERSION%%/m/general/issymmetric.m -share/octave/%%OCTAVE_VERSION%%/m/general/isvector.m -share/octave/%%OCTAVE_VERSION%%/m/general/logical.m -share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m -share/octave/%%OCTAVE_VERSION%%/m/general/mod.m -share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m -share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m -share/octave/%%OCTAVE_VERSION%%/m/general/num2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/perror.m -share/octave/%%OCTAVE_VERSION%%/m/general/pol2cart.m -share/octave/%%OCTAVE_VERSION%%/m/general/postpad.m -share/octave/%%OCTAVE_VERSION%%/m/general/prepad.m -share/octave/%%OCTAVE_VERSION%%/m/general/randperm.m -share/octave/%%OCTAVE_VERSION%%/m/general/rem.m -share/octave/%%OCTAVE_VERSION%%/m/general/repmat.m -share/octave/%%OCTAVE_VERSION%%/m/general/rot90.m -share/octave/%%OCTAVE_VERSION%%/m/general/rotdim.m -share/octave/%%OCTAVE_VERSION%%/m/general/rows.m -share/octave/%%OCTAVE_VERSION%%/m/general/shift.m -share/octave/%%OCTAVE_VERSION%%/m/general/shiftdim.m -share/octave/%%OCTAVE_VERSION%%/m/general/sph2cart.m -share/octave/%%OCTAVE_VERSION%%/m/general/strerror.m -share/octave/%%OCTAVE_VERSION%%/m/general/sub2ind.m -share/octave/%%OCTAVE_VERSION%%/m/general/tril.m -share/octave/%%OCTAVE_VERSION%%/m/general/triu.m -share/octave/%%OCTAVE_VERSION%%/m/image/colormap.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/image.m -share/octave/%%OCTAVE_VERSION%%/m/image/imagesc.m -share/octave/%%OCTAVE_VERSION%%/m/image/imshow.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/loadimage.m -share/octave/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/ocean.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m -share/octave/%%OCTAVE_VERSION%%/m/image/saveimage.m -share/octave/%%OCTAVE_VERSION%%/m/io/beep.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dmult.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylovb.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/PKG_ADD -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/not.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/path.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/version.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m -share/octave/%%OCTAVE_VERSION%%/m/plot/PKG_ADD -share/octave/%%OCTAVE_VERSION%%/m/plot/__axis_label__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__errcomm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__errplot__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/axis.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bottom_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/close.m -share/octave/%%OCTAVE_VERSION%%/m/plot/contour.m -share/octave/%%OCTAVE_VERSION%%/m/plot/errorbar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/figure.m -share/octave/%%OCTAVE_VERSION%%/m/plot/grid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/hist.m -share/octave/%%OCTAVE_VERSION%%/m/plot/loglog.m -share/octave/%%OCTAVE_VERSION%%/m/plot/loglogerr.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mesh.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshdom.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/multiplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/oneplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot_border.m -share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogyerr.m -share/octave/%%OCTAVE_VERSION%%/m/plot/shg.m -share/octave/%%OCTAVE_VERSION%%/m/plot/sombrero.m -share/octave/%%OCTAVE_VERSION%%/m/plot/stairs.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subwindow.m -share/octave/%%OCTAVE_VERSION%%/m/plot/title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/top_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/xlabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/ylabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/zlabel.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/compan.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/conv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/deconv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/poly.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyder.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyinteg.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyout.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyval.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/residue.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/roots.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/demoquat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qconj.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qcoordinate_plot.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderiv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qderivmat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qinv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qmult.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtrans.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransv.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/qtransvmat.m -share/octave/%%OCTAVE_VERSION%%/m/quaternion/quaternion.m -share/octave/%%OCTAVE_VERSION%%/m/set/complement.m -share/octave/%%OCTAVE_VERSION%%/m/set/create_set.m -share/octave/%%OCTAVE_VERSION%%/m/set/intersection.m -share/octave/%%OCTAVE_VERSION%%/m/set/union.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_fit.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arch_test.m -share/octave/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autocor.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autocov.m -share/octave/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/signal/bartlett.m -share/octave/%%OCTAVE_VERSION%%/m/signal/blackman.m -share/octave/%%OCTAVE_VERSION%%/m/signal/detrend.m -share/octave/%%OCTAVE_VERSION%%/m/signal/diffpara.m -share/octave/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftconv.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftfilt.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftshift.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fractdiff.m -share/octave/%%OCTAVE_VERSION%%/m/signal/freqz.m -share/octave/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hamming.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hanning.m -share/octave/%%OCTAVE_VERSION%%/m/signal/hurst.m -share/octave/%%OCTAVE_VERSION%%/m/signal/periodogram.m -share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinc.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinetone.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinewave.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m -share/octave/%%OCTAVE_VERSION%%/m/signal/spencer.m -share/octave/%%OCTAVE_VERSION%%/m/signal/stft.m -share/octave/%%OCTAVE_VERSION%%/m/signal/synthesis.m -share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m -share/octave/%%OCTAVE_VERSION%%/m/signal/unwrap.m -share/octave/%%OCTAVE_VERSION%%/m/signal/yulewalker.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/bessel.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/beta.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/betai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/erfinv.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/gammai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/log2.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/pow2.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/vander.m -share/octave/%%OCTAVE_VERSION%%/m/startup/octaverc -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/center.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cor.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cov.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cut.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/gls.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/logit.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mean.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/median.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/moment.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ols.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/probit.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/range.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/std.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/table.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/values.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/base/var.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/f_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/t_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_cdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_inv.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_pdf.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wiener_rnd.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m -share/octave/%%OCTAVE_VERSION%%/m/strings/base2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/bin2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/blanks.m -share/octave/%%OCTAVE_VERSION%%/m/strings/deblank.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2base.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2bin.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2hex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/findstr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/hex2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/index.m -share/octave/%%OCTAVE_VERSION%%/m/strings/isletter.m -share/octave/%%OCTAVE_VERSION%%/m/strings/lower.m -share/octave/%%OCTAVE_VERSION%%/m/strings/rindex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/split.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2mat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2num.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcmp.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strjust.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strrep.m -share/octave/%%OCTAVE_VERSION%%/m/strings/substr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/upper.m -share/octave/%%OCTAVE_VERSION%%/m/time/asctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/clock.m -share/octave/%%OCTAVE_VERSION%%/m/time/ctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/date.m -share/octave/ls-R -share/octave/site/m/startup/octaverc -@dirrm share/octave/site/api-v12/m -@dirrm share/octave/site/api-v12 -@dirrm share/octave/site/m/startup -@dirrm share/octave/site/m -@dirrm share/octave/site -@dirrm share/octave/%%OCTAVE_VERSION%%/site/m -@dirrm share/octave/%%OCTAVE_VERSION%%/site -@dirrm share/octave/%%OCTAVE_VERSION%%/m/deprecated -@dirrm share/octave/%%OCTAVE_VERSION%%/m/general -@dirrm share/octave/%%OCTAVE_VERSION%%/m/time -@dirrm share/octave/%%OCTAVE_VERSION%%/m/strings -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/tests -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/models -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/base -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics -@dirrm share/octave/%%OCTAVE_VERSION%%/m/startup -@dirrm share/octave/%%OCTAVE_VERSION%%/m/special-matrix -@dirrm share/octave/%%OCTAVE_VERSION%%/m/specfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/signal -@dirrm share/octave/%%OCTAVE_VERSION%%/m/set -@dirrm share/octave/%%OCTAVE_VERSION%%/m/quaternion -@dirrm share/octave/%%OCTAVE_VERSION%%/m/polynomial -@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot -@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous -@dirrm share/octave/%%OCTAVE_VERSION%%/m/linear-algebra -@dirrm share/octave/%%OCTAVE_VERSION%%/m/io -@dirrm share/octave/%%OCTAVE_VERSION%%/m/image -@dirrm share/octave/%%OCTAVE_VERSION%%/m/finance -@dirrm share/octave/%%OCTAVE_VERSION%%/m/elfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/util -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/system -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/obsolete -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/hinf -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control/base -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control -@dirrm share/octave/%%OCTAVE_VERSION%%/m/audio -@dirrm share/octave/%%OCTAVE_VERSION%%/m -@dirrm share/octave/%%OCTAVE_VERSION%%/imagelib -@dirrm share/octave/%%OCTAVE_VERSION%% -@dirrm share/octave +%%DATADIR%%/site/m/startup/octaverc +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/lin2mu.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/loadaudio.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/mu2lin.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/playaudio.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/record.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/saveaudio.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/setaudio.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/DEMOcontrol.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/__bodquist__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/__freqresp__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/__stepimp__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/analdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/are.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/bddemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/bode.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/bode_bounds.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/controldemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/ctrb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/damp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dare.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dcgain.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dgram.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dkalman.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dlqe.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dlqr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dlyap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/dre.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/frdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/freqchkw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/gram.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/impulse.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lqe.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lqg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lqr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lsim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/ltifr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/lyap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/nichols.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/nyquist.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/obsv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/place.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/pzmap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/rldemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/rlocus.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/step.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/tzero.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base/tzero2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/dgkfdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/dhinfdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/h2norm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/h2syn.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinf_ctr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfnorm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_chk.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/hinfsyn_ric.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/is_dgkf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf/wgt1o.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/dezero.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/dlqg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/minfo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/packsys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/qzval.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/rotg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/series.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/swapcols.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/swaprows.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/syschnames.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete/unpacksys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__abcddims__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__syschnamesl__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysconcat__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__syscont_disc__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysdefioname__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysdefstname__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__sysgroupn__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__tf2sysl__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__tfl__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/__zp2ssg2__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/abcddim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/buildssic.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/c2d.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/cellidx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/d2c.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/dmr2d.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/fir2sys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_abcd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_controllable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_detectable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_digital.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_observable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_sample.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_signal_list.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_siso.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_stabilizable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/is_stable.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/jet707.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/listidx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/moddemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ord2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/packedform.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/parallel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss2sys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss2tf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ss2zp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/starp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2fir.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2ss.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2tf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sys2zp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysadd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysappend.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syschtsam.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysconnect.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syscont.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysdimensions.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysdisc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysdup.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgetsignals.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgettsam.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgettype.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysgroup.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysidx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysmin.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysmult.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysout.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysprune.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysreorder.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysrepdemo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysscale.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syssetsignals.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/syssub.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/sysupdate.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf2ss.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf2sys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tf2zp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/tfout.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/ugain.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp2ss.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp2sys.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zp2tf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system/zpout.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/__outlist__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/__zgpbal__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/axis2dlim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/prompt.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/run_cmd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/sortcom.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/strappend.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/swap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgfmul.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgfslv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zginit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgreduce.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgrownorm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgscal.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgsgiv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util/zgshsr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/com2str.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_bool.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_complex.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_global.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_list.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_scalar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_square.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_stream.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_struct.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_symmetric.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/is_vector.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/isstr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/setstr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/struct_contains.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/struct_elements.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acoth.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsch.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asech.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/coth.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csch.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/lcm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sech.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/fv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/fvl.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/irr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/nper.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/npv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/pmt.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/pv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/pvl.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/rate.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/finance/vol.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitcmp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitget.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitset.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2pol.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2sph.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/circshift.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/columns.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/common_size.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/deal.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/diff.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipdim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/fliplr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipud.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/ind2sub.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/int2str.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isa.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isdefinite.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isscalar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/issquare.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/issymmetric.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isvector.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logical.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/mod.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logspace.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nargchk.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nextpow2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/num2str.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/perror.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/pol2cart.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/postpad.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/prepad.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/randperm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rem.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/repmat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rot90.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rotdim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rows.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shift.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shiftdim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sph2cart.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/strerror.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sub2ind.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/tril.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/triu.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/colormap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray2ind.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/image.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imagesc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imshow.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2gray.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2rgb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/loadimage.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ocean.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2ind.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/saveimage.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/beep.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/dmult.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylovb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/null.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/not.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/path.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/version.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/PKG_ADD +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__axis_label__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__errcomm__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__errplot__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plr1__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plr2__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plr__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt1__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__plt__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/axis.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/bar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/bottom_title.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/close.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/contour.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/errorbar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/figure.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/grid.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/hist.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/loglog.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/loglogerr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/mesh.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/meshdom.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/meshgrid.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/mplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/multiplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/oneplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/plot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/plot_border.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/polar.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogx.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogy.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/semilogyerr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/shg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/sombrero.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/stairs.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/subplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/subwindow.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/title.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/top_title.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/xlabel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/ylabel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/zlabel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/PKG_ADD +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/compan.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/conv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/deconv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/poly.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyder.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyinteg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyout.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyval.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/residue.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/roots.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/demoquat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qconj.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qcoordinate_plot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qderiv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qderivmat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qinv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qmult.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qtrans.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qtransv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/qtransvmat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion/quaternion.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/complement.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/create_set.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/intersection.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/union.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_fit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autocor.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autocov.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/bartlett.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/blackman.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/detrend.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/diffpara.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftconv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftfilt.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftshift.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fractdiff.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hamming.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hanning.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hurst.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/periodogram.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinetone.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinewave.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spencer.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/stft.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/synthesis.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/unwrap.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/yulewalker.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/bessel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/beta.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/betai.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/erfinv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/gammai.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/log2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/pow2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/vander.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/octaverc +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/center.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cor.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cov.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cut.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/gls.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/logit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/mean.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/median.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/moment.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ols.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/probit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/range.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/std.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/table.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/values.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/var.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/beta_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binomial_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chisquare_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exponential_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/f_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamma_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geometric_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hypergeometric_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognormal_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normal_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/pascal_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisson_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/t_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/uniform_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/weibull_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/wiener_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/blanks.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/deblank.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/findstr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/index.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/isletter.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/lower.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/rindex.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/split.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/str2mat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/str2num.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strcat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strcmp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strjust.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strrep.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/substr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/upper.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/asctime.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/clock.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/ctime.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/date.m +%%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/default.img +%%DATADIR%%/ls-R +@dirrm %%DATADIR%%/site/m/startup +@dirrm %%DATADIR%%/site/m +@dirrm %%DATADIR%%/site/api-v13/m +@dirrm %%DATADIR%%/site/api-v13 +@dirrm %%DATADIR%%/site +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/base +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/hinf +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/obsolete +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/system +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control/util +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/control +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/finance +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/general +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/image +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/io +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/quaternion +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/set +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m/time +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/m +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/site/m +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/site +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib +@dirrm %%DATADIR%%/%%OCTAVE_VERSION%% +@dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/octave/site/oct/api-v12/%%GNU_HOST%% -@dirrm libexec/octave/site/oct/api-v12 -@dirrm libexec/octave/site/oct/%%GNU_HOST%% -@dirrm libexec/octave/site/oct -@dirrm libexec/octave/site/exec/%%GNU_HOST%% -@dirrm libexec/octave/site/exec -@dirrm libexec/octave/site +@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%% +@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct +@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%% +@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec @dirrm libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% @dirrm libexec/octave/%%OCTAVE_VERSION%%/site/exec @dirrm libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% @dirrm libexec/octave/%%OCTAVE_VERSION%%/site/oct @dirrm libexec/octave/%%OCTAVE_VERSION%%/site -@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%% -@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct -@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%% -@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec @dirrm libexec/octave/%%OCTAVE_VERSION%% +@dirrm libexec/octave/site/exec/%%GNU_HOST%% +@dirrm libexec/octave/site/exec +@dirrm libexec/octave/site/oct/api-v13/%%GNU_HOST%% +@dirrm libexec/octave/site/oct/api-v13 +@dirrm libexec/octave/site/oct/%%GNU_HOST%% +@dirrm libexec/octave/site/oct +@dirrm libexec/octave/site @dirrm libexec/octave @dirrm lib/octave-%%OCTAVE_VERSION%% @dirrm include/octave-%%OCTAVE_VERSION%%/octave >Release-Note: >Audit-Trail: >Unformatted: