View | Details | Raw Unified | Return to bug 211291 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +8 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	octave
4
PORTNAME=	octave
5
PORTVERSION=	4.0.0
5
PORTVERSION=	4.0.3
6
PORTREVISION=	2
7
CATEGORIES=	math
6
CATEGORIES=	math
8
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
9
8
Lines 33-41 Link Here
33
		libumfpack.so:math/suitesparse \
32
		libumfpack.so:math/suitesparse \
34
		libglpk.so:math/glpk \
33
		libglpk.so:math/glpk \
35
		libgl2ps.so:print/gl2ps \
34
		libgl2ps.so:print/gl2ps \
36
		libqscintilla2.so:devel/qscintilla2
35
		libqscintilla2.so:devel/qscintilla2 \
36
		libfontconfig.so:x11-fonts/fontconfig \
37
		libfreetype.so:print/freetype2
37
38
38
USES=		charsetfix fortran gmake libtool perl5 pkgconfig tar:xz
39
USES=		charsetfix fortran gmake libtool perl5 pkgconfig readline tar:xz
39
USE_LDCONFIG=	yes
40
USE_LDCONFIG=	yes
40
USE_PERL5=	build
41
USE_PERL5=	build
41
USE_TEX=	dvipsk:build
42
USE_TEX=	dvipsk:build
Lines 42-48 Link Here
42
GNU_CONFIGURE=	yes
43
GNU_CONFIGURE=	yes
43
USE_JAVA=	yes
44
USE_JAVA=	yes
44
JAVA_VERSION=	1.7+
45
JAVA_VERSION=	1.7+
45
USE_QT4=	gui network uic_build moc_build rcc_build linguist_build
46
USE_QT4=	corelib gui network opengl uic_build moc_build rcc_build linguist_build
47
USE_XORG=	x11 xext xfixes xft
48
USE_GL=		gl glu 
46
49
47
OCTAVE_VERSION=	${PORTVERSION}
50
OCTAVE_VERSION=	${PORTVERSION}
48
GNU_HOST=	${ARCH}-portbld-freebsd${OSREL}
51
GNU_HOST=	${ARCH}-portbld-freebsd${OSREL}
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (octave-4.0.0.tar.xz) = cf6be2fac6796fda68971e249c96d026ce4a1b0ed074ce49a5791365a958c474
1
TIMESTAMP = 1469103365
2
SIZE (octave-4.0.0.tar.xz) = 15759196
2
SHA256 (octave-4.0.3.tar.xz) = dc2bec8c68fa5733a5847563634b1729356a84f3a5071008ecdb793293f0aa85
3
SIZE (octave-4.0.3.tar.xz) = 15697064
(-)files/patch-libinterp-octave-value-ov-classdef.cc (-14 lines)
Lines 1-14 Link Here
1
--- libinterp/octave-value/ov-classdef.cc.orig	2015-07-21 17:05:21.000000000 +0900
2
+++ libinterp/octave-value/ov-classdef.cc	2015-07-21 17:05:32.000000000 +0900
3
@@ -1937,6 +1937,11 @@
4
   return true;
5
 }
6
 
7
+void cdef_object_scalar::mark_as_constructed (const cdef_class& cls)
8
+{
9
+  ctor_list.erase (cls);
10
+}
11
+
12
 handle_cdef_object::~handle_cdef_object (void)
13
 {
14
 #if DEBUG_TRACE
(-)files/patch-libinterp-octave-value-ov-classdef.h (-11 lines)
Lines 1-11 Link Here
1
--- libinterp/octave-value/ov-classdef.h.orig	2015-07-21 17:04:55.000000000 +0900
2
+++ libinterp/octave-value/ov-classdef.h	2015-07-21 17:05:32.000000000 +0900
3
@@ -438,7 +438,7 @@
4
 
5
   void mark_as_constructed (void) { ctor_list.clear (); }
6
 
7
-  void mark_as_constructed (const cdef_class& cls) { ctor_list.erase (cls); }
8
+  void mark_as_constructed (const cdef_class& cls);
9
 
10
   bool is_constructed (void) const { return ctor_list.empty (); }
11
 
(-)pkg-plist (-128 / +131 lines)
Lines 6-79 Link Here
6
bin/octave-cli-%%OCTAVE_VERSION%%
6
bin/octave-cli-%%OCTAVE_VERSION%%
7
bin/octave-config
7
bin/octave-config
8
bin/octave-config-%%OCTAVE_VERSION%%
8
bin/octave-config-%%OCTAVE_VERSION%%
9
include/octave-%%OCTAVE_VERSION%%/octave/action-container.h
9
include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h
10
include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h
10
include/octave-%%OCTAVE_VERSION%%/octave/Array.cc
11
include/octave-%%OCTAVE_VERSION%%/octave/Array.cc
11
include/octave-%%OCTAVE_VERSION%%/octave/Array.h
12
include/octave-%%OCTAVE_VERSION%%/octave/Array.h
12
include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h
13
include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h
14
include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h
15
include/octave-%%OCTAVE_VERSION%%/octave/CNDArray.h
16
include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h
17
include/octave-%%OCTAVE_VERSION%%/octave/CSparse.h
18
include/octave-%%OCTAVE_VERSION%%/octave/Cell.h
19
include/octave-%%OCTAVE_VERSION%%/octave/CmplxAEPBAL.h
20
include/octave-%%OCTAVE_VERSION%%/octave/CmplxCHOL.h
21
include/octave-%%OCTAVE_VERSION%%/octave/CmplxGEPBAL.h
22
include/octave-%%OCTAVE_VERSION%%/octave/CmplxHESS.h
23
include/octave-%%OCTAVE_VERSION%%/octave/CmplxLU.h
24
include/octave-%%OCTAVE_VERSION%%/octave/CmplxQR.h
25
include/octave-%%OCTAVE_VERSION%%/octave/CmplxQRP.h
26
include/octave-%%OCTAVE_VERSION%%/octave/CmplxSCHUR.h
27
include/octave-%%OCTAVE_VERSION%%/octave/CmplxSVD.h
28
include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h
29
include/octave-%%OCTAVE_VERSION%%/octave/DAE.h
30
include/octave-%%OCTAVE_VERSION%%/octave/DAEFunc.h
31
include/octave-%%OCTAVE_VERSION%%/octave/DAERT.h
32
include/octave-%%OCTAVE_VERSION%%/octave/DAERTFunc.h
33
include/octave-%%OCTAVE_VERSION%%/octave/DASPK-opts.h
34
include/octave-%%OCTAVE_VERSION%%/octave/DASPK.h
35
include/octave-%%OCTAVE_VERSION%%/octave/DASRT-opts.h
36
include/octave-%%OCTAVE_VERSION%%/octave/DASRT.h
37
include/octave-%%OCTAVE_VERSION%%/octave/DASSL-opts.h
38
include/octave-%%OCTAVE_VERSION%%/octave/DASSL.h
39
include/octave-%%OCTAVE_VERSION%%/octave/DET.h
40
include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.cc
41
include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.h
42
include/octave-%%OCTAVE_VERSION%%/octave/EIG.h
43
include/octave-%%OCTAVE_VERSION%%/octave/LSODE-opts.h
44
include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h
45
include/octave-%%OCTAVE_VERSION%%/octave/MArray-decl.h
46
include/octave-%%OCTAVE_VERSION%%/octave/MArray-defs.h
47
include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc
48
include/octave-%%OCTAVE_VERSION%%/octave/MArray.h
49
include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc
50
include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h
51
include/octave-%%OCTAVE_VERSION%%/octave/MSparse-defs.h
52
include/octave-%%OCTAVE_VERSION%%/octave/MSparse.cc
53
include/octave-%%OCTAVE_VERSION%%/octave/MSparse.h
54
include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h
55
include/octave-%%OCTAVE_VERSION%%/octave/MatrixType.h
56
include/octave-%%OCTAVE_VERSION%%/octave/ODE.h
57
include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h
58
include/octave-%%OCTAVE_VERSION%%/octave/ODES.h
59
include/octave-%%OCTAVE_VERSION%%/octave/ODESFunc.h
60
include/octave-%%OCTAVE_VERSION%%/octave/PermMatrix.h
61
include/octave-%%OCTAVE_VERSION%%/octave/Quad-opts.h
62
include/octave-%%OCTAVE_VERSION%%/octave/Quad.h
63
include/octave-%%OCTAVE_VERSION%%/octave/Range.h
64
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-diag-op-defs.h
65
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-decls.h
66
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-defs.h
67
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-perm-op-defs.h
68
include/octave-%%OCTAVE_VERSION%%/octave/Sparse.cc
69
include/octave-%%OCTAVE_VERSION%%/octave/Sparse.h
70
include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxCHOL.h
71
include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxLU.h
72
include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxQR.h
73
include/octave-%%OCTAVE_VERSION%%/octave/SparseQR.h
74
include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleCHOL.h
75
include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleLU.h
76
include/octave-%%OCTAVE_VERSION%%/octave/action-container.h
77
include/octave-%%OCTAVE_VERSION%%/octave/base-aepbal.h
13
include/octave-%%OCTAVE_VERSION%%/octave/base-aepbal.h
78
include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h
14
include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h
79
include/octave-%%OCTAVE_VERSION%%/octave/base-de.h
15
include/octave-%%OCTAVE_VERSION%%/octave/base-de.h
Lines 94-113 Link Here
94
include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h
30
include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h
95
include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h
31
include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h
96
include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h
32
include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h
33
include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h
34
include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h
97
include/octave-%%OCTAVE_VERSION%%/octave/cdisplay.h
35
include/octave-%%OCTAVE_VERSION%%/octave/cdisplay.h
36
include/octave-%%OCTAVE_VERSION%%/octave/Cell.h
98
include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h
37
include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h
99
include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h
38
include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h
39
include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h
100
include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h
40
include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h
101
include/octave-%%OCTAVE_VERSION%%/octave/cmd-hist.h
41
include/octave-%%OCTAVE_VERSION%%/octave/cmd-hist.h
42
include/octave-%%OCTAVE_VERSION%%/octave/CmplxAEPBAL.h
43
include/octave-%%OCTAVE_VERSION%%/octave/CmplxCHOL.h
44
include/octave-%%OCTAVE_VERSION%%/octave/CmplxGEPBAL.h
45
include/octave-%%OCTAVE_VERSION%%/octave/CmplxHESS.h
46
include/octave-%%OCTAVE_VERSION%%/octave/CmplxLU.h
47
include/octave-%%OCTAVE_VERSION%%/octave/CmplxQR.h
48
include/octave-%%OCTAVE_VERSION%%/octave/CmplxQRP.h
49
include/octave-%%OCTAVE_VERSION%%/octave/CmplxSCHUR.h
50
include/octave-%%OCTAVE_VERSION%%/octave/CmplxSVD.h
51
include/octave-%%OCTAVE_VERSION%%/octave/CNDArray.h
52
include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h
102
include/octave-%%OCTAVE_VERSION%%/octave/comment-list.h
53
include/octave-%%OCTAVE_VERSION%%/octave/comment-list.h
103
include/octave-%%OCTAVE_VERSION%%/octave/config.h
54
include/octave-%%OCTAVE_VERSION%%/octave/config.h
55
include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h
56
include/octave-%%OCTAVE_VERSION%%/octave/CSparse.h
104
include/octave-%%OCTAVE_VERSION%%/octave/cutils.h
57
include/octave-%%OCTAVE_VERSION%%/octave/cutils.h
105
include/octave-%%OCTAVE_VERSION%%/octave/dColVector.h
58
include/octave-%%OCTAVE_VERSION%%/octave/DAE.h
106
include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h
59
include/octave-%%OCTAVE_VERSION%%/octave/DAEFunc.h
107
include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h
60
include/octave-%%OCTAVE_VERSION%%/octave/DAERT.h
108
include/octave-%%OCTAVE_VERSION%%/octave/dNDArray.h
61
include/octave-%%OCTAVE_VERSION%%/octave/DAERTFunc.h
109
include/octave-%%OCTAVE_VERSION%%/octave/dRowVector.h
62
include/octave-%%OCTAVE_VERSION%%/octave/DASPK-opts.h
110
include/octave-%%OCTAVE_VERSION%%/octave/dSparse.h
63
include/octave-%%OCTAVE_VERSION%%/octave/DASPK.h
64
include/octave-%%OCTAVE_VERSION%%/octave/DASRT-opts.h
65
include/octave-%%OCTAVE_VERSION%%/octave/DASRT.h
66
include/octave-%%OCTAVE_VERSION%%/octave/DASSL-opts.h
67
include/octave-%%OCTAVE_VERSION%%/octave/DASSL.h
111
include/octave-%%OCTAVE_VERSION%%/octave/data-conv.h
68
include/octave-%%OCTAVE_VERSION%%/octave/data-conv.h
112
include/octave-%%OCTAVE_VERSION%%/octave/data.h
69
include/octave-%%OCTAVE_VERSION%%/octave/data.h
113
include/octave-%%OCTAVE_VERSION%%/octave/dbleAEPBAL.h
70
include/octave-%%OCTAVE_VERSION%%/octave/dbleAEPBAL.h
Lines 119-134 Link Here
119
include/octave-%%OCTAVE_VERSION%%/octave/dbleQRP.h
76
include/octave-%%OCTAVE_VERSION%%/octave/dbleQRP.h
120
include/octave-%%OCTAVE_VERSION%%/octave/dbleSCHUR.h
77
include/octave-%%OCTAVE_VERSION%%/octave/dbleSCHUR.h
121
include/octave-%%OCTAVE_VERSION%%/octave/dbleSVD.h
78
include/octave-%%OCTAVE_VERSION%%/octave/dbleSVD.h
79
include/octave-%%OCTAVE_VERSION%%/octave/dColVector.h
80
include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h
122
include/octave-%%OCTAVE_VERSION%%/octave/debug.h
81
include/octave-%%OCTAVE_VERSION%%/octave/debug.h
123
include/octave-%%OCTAVE_VERSION%%/octave/defaults.h
82
include/octave-%%OCTAVE_VERSION%%/octave/defaults.h
124
include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h
83
include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h
125
include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h
84
include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h
126
include/octave-%%OCTAVE_VERSION%%/octave/defun.h
85
include/octave-%%OCTAVE_VERSION%%/octave/defun.h
86
include/octave-%%OCTAVE_VERSION%%/octave/DET.h
87
include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.cc
88
include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.h
127
include/octave-%%OCTAVE_VERSION%%/octave/dim-vector.h
89
include/octave-%%OCTAVE_VERSION%%/octave/dim-vector.h
128
include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h
90
include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h
129
include/octave-%%OCTAVE_VERSION%%/octave/dirfns.h
91
include/octave-%%OCTAVE_VERSION%%/octave/dirfns.h
130
include/octave-%%OCTAVE_VERSION%%/octave/display.h
92
include/octave-%%OCTAVE_VERSION%%/octave/display.h
93
include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h
94
include/octave-%%OCTAVE_VERSION%%/octave/dNDArray.h
95
include/octave-%%OCTAVE_VERSION%%/octave/dRowVector.h
96
include/octave-%%OCTAVE_VERSION%%/octave/dSparse.h
131
include/octave-%%OCTAVE_VERSION%%/octave/dynamic-ld.h
97
include/octave-%%OCTAVE_VERSION%%/octave/dynamic-ld.h
98
include/octave-%%OCTAVE_VERSION%%/octave/EIG.h
132
include/octave-%%OCTAVE_VERSION%%/octave/eigs-base.cc
99
include/octave-%%OCTAVE_VERSION%%/octave/eigs-base.cc
133
include/octave-%%OCTAVE_VERSION%%/octave/error.h
100
include/octave-%%OCTAVE_VERSION%%/octave/error.h
134
include/octave-%%OCTAVE_VERSION%%/octave/event-queue.h
101
include/octave-%%OCTAVE_VERSION%%/octave/event-queue.h
Lines 136-143 Link Here
136
include/octave-%%OCTAVE_VERSION%%/octave/fCColVector.h
103
include/octave-%%OCTAVE_VERSION%%/octave/fCColVector.h
137
include/octave-%%OCTAVE_VERSION%%/octave/fCDiagMatrix.h
104
include/octave-%%OCTAVE_VERSION%%/octave/fCDiagMatrix.h
138
include/octave-%%OCTAVE_VERSION%%/octave/fCMatrix.h
105
include/octave-%%OCTAVE_VERSION%%/octave/fCMatrix.h
139
include/octave-%%OCTAVE_VERSION%%/octave/fCNDArray.h
140
include/octave-%%OCTAVE_VERSION%%/octave/fCRowVector.h
141
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxAEPBAL.h
106
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxAEPBAL.h
142
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxCHOL.h
107
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxCHOL.h
143
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxGEPBAL.h
108
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxGEPBAL.h
Lines 147-158 Link Here
147
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxQRP.h
112
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxQRP.h
148
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSCHUR.h
113
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSCHUR.h
149
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSVD.h
114
include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSVD.h
115
include/octave-%%OCTAVE_VERSION%%/octave/fCNDArray.h
150
include/octave-%%OCTAVE_VERSION%%/octave/fColVector.h
116
include/octave-%%OCTAVE_VERSION%%/octave/fColVector.h
117
include/octave-%%OCTAVE_VERSION%%/octave/fCRowVector.h
151
include/octave-%%OCTAVE_VERSION%%/octave/fDiagMatrix.h
118
include/octave-%%OCTAVE_VERSION%%/octave/fDiagMatrix.h
152
include/octave-%%OCTAVE_VERSION%%/octave/fEIG.h
119
include/octave-%%OCTAVE_VERSION%%/octave/fEIG.h
153
include/octave-%%OCTAVE_VERSION%%/octave/fMatrix.h
154
include/octave-%%OCTAVE_VERSION%%/octave/fNDArray.h
155
include/octave-%%OCTAVE_VERSION%%/octave/fRowVector.h
156
include/octave-%%OCTAVE_VERSION%%/octave/file-io.h
120
include/octave-%%OCTAVE_VERSION%%/octave/file-io.h
157
include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h
121
include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h
158
include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h
122
include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h
Lines 165-170 Link Here
165
include/octave-%%OCTAVE_VERSION%%/octave/floatQRP.h
129
include/octave-%%OCTAVE_VERSION%%/octave/floatQRP.h
166
include/octave-%%OCTAVE_VERSION%%/octave/floatSCHUR.h
130
include/octave-%%OCTAVE_VERSION%%/octave/floatSCHUR.h
167
include/octave-%%OCTAVE_VERSION%%/octave/floatSVD.h
131
include/octave-%%OCTAVE_VERSION%%/octave/floatSVD.h
132
include/octave-%%OCTAVE_VERSION%%/octave/fMatrix.h
133
include/octave-%%OCTAVE_VERSION%%/octave/fNDArray.h
134
include/octave-%%OCTAVE_VERSION%%/octave/fRowVector.h
168
include/octave-%%OCTAVE_VERSION%%/octave/functor.h
135
include/octave-%%OCTAVE_VERSION%%/octave/functor.h
169
include/octave-%%OCTAVE_VERSION%%/octave/gl-render.h
136
include/octave-%%OCTAVE_VERSION%%/octave/gl-render.h
170
include/octave-%%OCTAVE_VERSION%%/octave/gl2ps-renderer.h
137
include/octave-%%OCTAVE_VERSION%%/octave/gl2ps-renderer.h
Lines 206-217 Link Here
206
include/octave-%%OCTAVE_VERSION%%/octave/ls-mat-ascii.h
173
include/octave-%%OCTAVE_VERSION%%/octave/ls-mat-ascii.h
207
include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h
174
include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h
208
include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h
175
include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h
176
include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h
209
include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-ascii.h
177
include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-ascii.h
210
include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h
211
include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h
178
include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h
179
include/octave-%%OCTAVE_VERSION%%/octave/LSODE-opts.h
180
include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h
212
include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h
181
include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h
182
include/octave-%%OCTAVE_VERSION%%/octave/MArray-decl.h
183
include/octave-%%OCTAVE_VERSION%%/octave/MArray-defs.h
184
include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc
185
include/octave-%%OCTAVE_VERSION%%/octave/MArray.h
186
include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h
187
include/octave-%%OCTAVE_VERSION%%/octave/MatrixType.h
188
include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc
189
include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h
213
include/octave-%%OCTAVE_VERSION%%/octave/mex.h
190
include/octave-%%OCTAVE_VERSION%%/octave/mex.h
214
include/octave-%%OCTAVE_VERSION%%/octave/mexproto.h
191
include/octave-%%OCTAVE_VERSION%%/octave/mexproto.h
192
include/octave-%%OCTAVE_VERSION%%/octave/MSparse-defs.h
193
include/octave-%%OCTAVE_VERSION%%/octave/MSparse.cc
194
include/octave-%%OCTAVE_VERSION%%/octave/MSparse.h
215
include/octave-%%OCTAVE_VERSION%%/octave/mx-base.h
195
include/octave-%%OCTAVE_VERSION%%/octave/mx-base.h
216
include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cm.h
196
include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cm.h
217
include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-dm.h
197
include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-dm.h
Lines 544-552 Link Here
544
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64.h
524
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64.h
545
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64nda.h
525
include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64nda.h
546
include/octave-%%OCTAVE_VERSION%%/octave/mxarray.h
526
include/octave-%%OCTAVE_VERSION%%/octave/mxarray.h
527
include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h
547
include/octave-%%OCTAVE_VERSION%%/octave/oct-alloc.h
528
include/octave-%%OCTAVE_VERSION%%/octave/oct-alloc.h
548
include/octave-%%OCTAVE_VERSION%%/octave/oct-base64.h
529
include/octave-%%OCTAVE_VERSION%%/octave/oct-base64.h
549
include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h
550
include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h
530
include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h
551
include/octave-%%OCTAVE_VERSION%%/octave/oct-conf-post.h
531
include/octave-%%OCTAVE_VERSION%%/octave/oct-conf-post.h
552
include/octave-%%OCTAVE_VERSION%%/octave/oct-conf.h
532
include/octave-%%OCTAVE_VERSION%%/octave/oct-conf.h
Lines 595-600 Link Here
595
include/octave-%%OCTAVE_VERSION%%/octave/octave-default-image.h
575
include/octave-%%OCTAVE_VERSION%%/octave/octave-default-image.h
596
include/octave-%%OCTAVE_VERSION%%/octave/octave-link.h
576
include/octave-%%OCTAVE_VERSION%%/octave/octave-link.h
597
include/octave-%%OCTAVE_VERSION%%/octave/octave.h
577
include/octave-%%OCTAVE_VERSION%%/octave/octave.h
578
include/octave-%%OCTAVE_VERSION%%/octave/ODE.h
579
include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h
580
include/octave-%%OCTAVE_VERSION%%/octave/ODES.h
581
include/octave-%%OCTAVE_VERSION%%/octave/ODESFunc.h
598
include/octave-%%OCTAVE_VERSION%%/octave/op-dm-template.cc
582
include/octave-%%OCTAVE_VERSION%%/octave/op-dm-template.cc
599
include/octave-%%OCTAVE_VERSION%%/octave/op-dms-template.cc
583
include/octave-%%OCTAVE_VERSION%%/octave/op-dms-template.cc
600
include/octave-%%OCTAVE_VERSION%%/octave/op-int.h
584
include/octave-%%OCTAVE_VERSION%%/octave/op-int.h
Lines 667-680 Link Here
667
include/octave-%%OCTAVE_VERSION%%/octave/parse.h
651
include/octave-%%OCTAVE_VERSION%%/octave/parse.h
668
include/octave-%%OCTAVE_VERSION%%/octave/pathlen.h
652
include/octave-%%OCTAVE_VERSION%%/octave/pathlen.h
669
include/octave-%%OCTAVE_VERSION%%/octave/pathsearch.h
653
include/octave-%%OCTAVE_VERSION%%/octave/pathsearch.h
654
include/octave-%%OCTAVE_VERSION%%/octave/PermMatrix.h
670
include/octave-%%OCTAVE_VERSION%%/octave/pr-output.h
655
include/octave-%%OCTAVE_VERSION%%/octave/pr-output.h
671
include/octave-%%OCTAVE_VERSION%%/octave/procstream.h
656
include/octave-%%OCTAVE_VERSION%%/octave/procstream.h
672
include/octave-%%OCTAVE_VERSION%%/octave/profiler.h
657
include/octave-%%OCTAVE_VERSION%%/octave/profiler.h
658
include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h
673
include/octave-%%OCTAVE_VERSION%%/octave/pt-all.h
659
include/octave-%%OCTAVE_VERSION%%/octave/pt-all.h
674
include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h
660
include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h
675
include/octave-%%OCTAVE_VERSION%%/octave/pt-array-list.h
661
include/octave-%%OCTAVE_VERSION%%/octave/pt-array-list.h
676
include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h
662
include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h
677
include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h
678
include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h
663
include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h
679
include/octave-%%OCTAVE_VERSION%%/octave/pt-cbinop.h
664
include/octave-%%OCTAVE_VERSION%%/octave/pt-cbinop.h
680
include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h
665
include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h
Lines 702-711 Link Here
702
include/octave-%%OCTAVE_VERSION%%/octave/pt-unop.h
687
include/octave-%%OCTAVE_VERSION%%/octave/pt-unop.h
703
include/octave-%%OCTAVE_VERSION%%/octave/pt-walk.h
688
include/octave-%%OCTAVE_VERSION%%/octave/pt-walk.h
704
include/octave-%%OCTAVE_VERSION%%/octave/pt.h
689
include/octave-%%OCTAVE_VERSION%%/octave/pt.h
690
include/octave-%%OCTAVE_VERSION%%/octave/Quad-opts.h
691
include/octave-%%OCTAVE_VERSION%%/octave/Quad.h
705
include/octave-%%OCTAVE_VERSION%%/octave/quit.h
692
include/octave-%%OCTAVE_VERSION%%/octave/quit.h
706
include/octave-%%OCTAVE_VERSION%%/octave/randgamma.h
693
include/octave-%%OCTAVE_VERSION%%/octave/randgamma.h
707
include/octave-%%OCTAVE_VERSION%%/octave/randmtzig.h
694
include/octave-%%OCTAVE_VERSION%%/octave/randmtzig.h
708
include/octave-%%OCTAVE_VERSION%%/octave/randpoisson.h
695
include/octave-%%OCTAVE_VERSION%%/octave/randpoisson.h
696
include/octave-%%OCTAVE_VERSION%%/octave/Range.h
709
include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h
697
include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h
710
include/octave-%%OCTAVE_VERSION%%/octave/siglist.h
698
include/octave-%%OCTAVE_VERSION%%/octave/siglist.h
711
include/octave-%%OCTAVE_VERSION%%/octave/singleton-cleanup.h
699
include/octave-%%OCTAVE_VERSION%%/octave/singleton-cleanup.h
Lines 729-739 Link Here
729
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-chol.h
717
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-chol.h
730
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.cc
718
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.cc
731
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.h
719
include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.h
720
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-diag-op-defs.h
732
include/octave-%%OCTAVE_VERSION%%/octave/sparse-dmsolve.cc
721
include/octave-%%OCTAVE_VERSION%%/octave/sparse-dmsolve.cc
722
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-decls.h
723
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-defs.h
724
include/octave-%%OCTAVE_VERSION%%/octave/Sparse-perm-op-defs.h
733
include/octave-%%OCTAVE_VERSION%%/octave/sparse-sort.h
725
include/octave-%%OCTAVE_VERSION%%/octave/sparse-sort.h
734
include/octave-%%OCTAVE_VERSION%%/octave/sparse-util.h
726
include/octave-%%OCTAVE_VERSION%%/octave/sparse-util.h
735
include/octave-%%OCTAVE_VERSION%%/octave/sparse-xdiv.h
727
include/octave-%%OCTAVE_VERSION%%/octave/sparse-xdiv.h
736
include/octave-%%OCTAVE_VERSION%%/octave/sparse-xpow.h
728
include/octave-%%OCTAVE_VERSION%%/octave/sparse-xpow.h
729
include/octave-%%OCTAVE_VERSION%%/octave/Sparse.cc
730
include/octave-%%OCTAVE_VERSION%%/octave/Sparse.h
731
include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxCHOL.h
732
include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxLU.h
733
include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxQR.h
734
include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleCHOL.h
735
include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleLU.h
736
include/octave-%%OCTAVE_VERSION%%/octave/SparseQR.h
737
include/octave-%%OCTAVE_VERSION%%/octave/statdefs.h
737
include/octave-%%OCTAVE_VERSION%%/octave/statdefs.h
738
include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h
738
include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h
739
include/octave-%%OCTAVE_VERSION%%/octave/sun-utils.h
739
include/octave-%%OCTAVE_VERSION%%/octave/sun-utils.h
Lines 785-798 Link Here
785
include/octave-%%OCTAVE_VERSION%%/octave/zfstream.h
785
include/octave-%%OCTAVE_VERSION%%/octave/zfstream.h
786
lib/octave/%%OCTAVE_VERSION%%/liboctave.so
786
lib/octave/%%OCTAVE_VERSION%%/liboctave.so
787
lib/octave/%%OCTAVE_VERSION%%/liboctave.so.3
787
lib/octave/%%OCTAVE_VERSION%%/liboctave.so.3
788
lib/octave/%%OCTAVE_VERSION%%/liboctave.so.3.0.0
788
lib/octave/%%OCTAVE_VERSION%%/liboctave.so.3.0.2
789
lib/octave/%%OCTAVE_VERSION%%/liboctgui.so
789
lib/octave/%%OCTAVE_VERSION%%/liboctgui.so
790
lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.1
790
lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.1
791
lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.1.0.0
791
lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.1.1.0
792
lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so
792
lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so
793
lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.3
793
lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.3
794
lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.3.0.0
794
lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.3.1.1
795
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD
796
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__delaunayn__.oct
795
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__delaunayn__.oct
797
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__eigs__.oct
796
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__eigs__.oct
798
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__fltk_uigetfile__.oct
797
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__fltk_uigetfile__.oct
Lines 799-805 Link Here
799
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__glpk__.oct
798
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__glpk__.oct
800
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_fltk__.oct
799
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_fltk__.oct
801
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_gnuplot__.oct
800
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_gnuplot__.oct
802
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__magick_read__.oct
803
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__osmesa_print__.oct
801
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__osmesa_print__.oct
804
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct
802
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct
805
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/amd.oct
803
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/amd.oct
Lines 811-816 Link Here
811
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/convhulln.oct
809
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/convhulln.oct
812
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dmperm.oct
810
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dmperm.oct
813
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw.oct
811
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw.oct
812
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD
814
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct
813
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct
815
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symbfact.oct
814
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symbfact.oct
816
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symrcm.oct
815
lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symrcm.oct
Lines 821-840 Link Here
821
man/man1/octave.1.gz
820
man/man1/octave.1.gz
822
share/appdata/www.octave.org-octave.appdata.xml
821
share/appdata/www.octave.org-octave.appdata.xml
823
share/applications/www.octave.org-octave.desktop
822
share/applications/www.octave.org-octave.desktop
824
%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
825
%%PORTDOCS%%%%DOCSDIR%%/octave.ps
826
%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
827
%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
828
%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
829
share/icons/hicolor/scalable/apps/octave.svg
823
share/icons/hicolor/scalable/apps/octave.svg
830
share/icons/hicolor/x/apps/octave.png
824
share/icons/hicolor/x/apps/octave.png
831
%%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat
825
%%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat
826
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/built-in-docstrings
832
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/CITATION
827
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/CITATION
833
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/NEWS
834
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/built-in-docstrings
835
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/default-qt-settings
828
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/default-qt-settings
836
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/doc-cache
829
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/doc-cache
837
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/macros.texi
830
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/macros.texi
831
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/NEWS
838
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@cell/tbcover.m
832
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@cell/tbcover.m
839
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@char/tbcover.m
833
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@char/tbcover.m
840
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@double/tbcover.m
834
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@double/tbcover.m
Lines 876-886 Link Here
876
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_method_changes_property_size.m
870
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_method_changes_property_size.m
877
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_static_method_constant_property.m
871
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_static_method_constant_property.m
878
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_value_class.m
872
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_value_class.m
873
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/bleek.m
879
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/Blork.m
874
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/Blork.m
880
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/bleek.m
881
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/display.m
875
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/display.m
882
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/get.m
876
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/get.m
883
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/set.m
877
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/set.m
878
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/click.m
879
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/Cork.m
880
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/display.m
881
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/get.m
882
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/set.m
884
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/CPrecedenceTester1.m
883
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/CPrecedenceTester1.m
885
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/tattack.m
884
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/tattack.m
886
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/CPrecedenceTester2.m
885
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/CPrecedenceTester2.m
Lines 887-923 Link Here
887
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/tattack.m
886
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/tattack.m
888
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/CPrecedenceTester3.m
887
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/CPrecedenceTester3.m
889
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/tattack.m
888
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/tattack.m
890
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/Cork.m
891
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/click.m
892
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/display.m
893
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/get.m
894
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/set.m
895
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/Dork.m
896
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/bling.m
889
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/bling.m
897
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/display.m
890
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/display.m
891
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/Dork.m
898
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/gack.m
892
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/gack.m
899
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/get.m
893
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/get.m
900
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/getStash.m
894
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/getStash.m
901
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/private/myStash.m
895
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/private/myStash.m
902
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/set.m
896
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/set.m
903
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/Gork.m
904
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/cork.m
897
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/cork.m
905
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/display.m
898
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/display.m
906
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/gark.m
899
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/gark.m
907
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/get.m
900
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/get.m
901
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/Gork.m
908
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/set.m
902
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/set.m
909
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/subsasgn.m
903
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/subsasgn.m
910
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/subsref.m
904
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/subsref.m
911
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/Pork.m
912
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/bling.m
905
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/bling.m
913
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/display.m
906
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/display.m
914
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/get.m
907
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/get.m
915
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/gurk.m
908
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/gurk.m
909
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/Pork.m
916
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/private/myStash.m
910
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/private/myStash.m
917
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/set.m
911
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/set.m
912
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@SizeTester/numel.m
913
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@SizeTester/size.m
914
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@SizeTester/SizeTester.m
915
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Sneetch/display.m
918
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Sneetch/Sneetch.m
916
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Sneetch/Sneetch.m
919
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Sneetch/display.m
920
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/Snork.m
921
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/cack.m
917
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/cack.m
922
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/display.m
918
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/display.m
923
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/double.m
919
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/double.m
Lines 945-950 Link Here
945
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/rdivide.m
941
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/rdivide.m
946
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/saveobj.m
942
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/saveobj.m
947
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/set.m
943
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/set.m
944
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/Snork.m
948
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsasgn.m
945
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsasgn.m
949
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsindex.m
946
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsindex.m
950
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsref.m
947
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsref.m
Lines 953-959 Link Here
953
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/uminus.m
950
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/uminus.m
954
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/uplus.m
951
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/uplus.m
955
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/vertcat.m
952
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/vertcat.m
956
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/Spork.m
957
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/cack.m
953
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/cack.m
958
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/display.m
954
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/display.m
959
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/geek.m
955
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/geek.m
Lines 963-971 Link Here
963
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/private/myStash.m
959
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/private/myStash.m
964
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/saveobj.m
960
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/saveobj.m
965
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/set.m
961
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/set.m
962
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/Spork.m
966
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/classes.tst
963
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/classes.tst
967
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colormaps.tst
964
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colormaps.tst
968
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/complex.tst
965
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/complex.tst
966
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/__trace__.m
969
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/derived.m
967
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/derived.m
970
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/parent.m
968
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/parent.m
971
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@other/other.m
969
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@other/other.m
Lines 972-978 Link Here
972
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@other/parent.m
970
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@other/parent.m
973
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@parent/method.m
971
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@parent/method.m
974
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@parent/parent.m
972
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@parent/parent.m
975
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/__trace__.m
976
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/ctor-vs-method.tst
973
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/ctor-vs-method.tst
977
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/diag-perm.tst
974
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/diag-perm.tst
978
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/error.tst
975
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/error.tst
Lines 1010-1016 Link Here
1010
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/try.tst
1007
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/try.tst
1011
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/unwind.tst
1008
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/unwind.tst
1012
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/while.tst
1009
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/while.tst
1013
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/Cell.cc-tst
1014
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__contourc__.cc-tst
1010
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__contourc__.cc-tst
1015
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dispatch__.cc-tst
1011
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dispatch__.cc-tst
1016
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst
1012
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst
Lines 1017-1022 Link Here
1017
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ichol__.cc-tst
1013
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ichol__.cc-tst
1018
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ilu__.cc-tst
1014
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ilu__.cc-tst
1019
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst
1015
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst
1016
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__magick_read__.cc-tst
1020
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst
1017
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst
1021
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__qp__.cc-tst
1018
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__qp__.cc-tst
1022
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/besselj.cc-tst
1019
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/besselj.cc-tst
Lines 1023-1028 Link Here
1023
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/betainc.cc-tst
1020
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/betainc.cc-tst
1024
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bitfcns.cc-tst
1021
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bitfcns.cc-tst
1025
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bsxfun.cc-tst
1022
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bsxfun.cc-tst
1023
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/Cell.cc-tst
1026
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/cellfun.cc-tst
1024
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/cellfun.cc-tst
1027
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/conv2.cc-tst
1025
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/conv2.cc-tst
1028
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dassl.cc-tst
1026
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dassl.cc-tst
Lines 1090-1096 Link Here
1090
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst
1088
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst
1091
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst
1089
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst
1092
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__glpk__.cc-tst
1090
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__glpk__.cc-tst
1093
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__magick_read__.cc-tst
1094
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__osmesa_print__.cc-tst
1091
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__osmesa_print__.cc-tst
1095
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst
1092
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst
1096
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/amd.cc-tst
1093
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/amd.cc-tst
Lines 1128-1148 Link Here
1128
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave.cc-tst
1125
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave.cc-tst
1129
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/lex.ll-tst
1126
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/lex.ll-tst
1130
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/oct-parse.in.yy-tst
1127
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/oct-parse.in.yy-tst
1128
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-binop.cc-tst
1131
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-assign.cc-tst
1129
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-assign.cc-tst
1132
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-binop.cc-tst
1133
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-eval.cc-tst
1130
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-eval.cc-tst
1134
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-fcn-handle.cc-tst
1131
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-fcn-handle.cc-tst
1135
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-idx.cc-tst
1132
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-idx.cc-tst
1136
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-mat.cc-tst
1133
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-mat.cc-tst
1134
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/error.cc-tst
1137
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Array.cc-tst
1135
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Array.cc-tst
1138
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CMatrix.cc-tst
1136
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CMatrix.cc-tst
1139
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CSparse.cc-tst
1137
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CSparse.cc-tst
1140
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Sparse.cc-tst
1141
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/dMatrix.cc-tst
1138
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/dMatrix.cc-tst
1142
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/dSparse.cc-tst
1139
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/dSparse.cc-tst
1143
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/fCMatrix.cc-tst
1140
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/fCMatrix.cc-tst
1144
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/fMatrix.cc-tst
1141
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/fMatrix.cc-tst
1145
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/idx-vector.cc-tst
1142
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/idx-vector.cc-tst
1143
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Sparse.cc-tst
1146
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/util/oct-inttypes.cc-tst
1144
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/util/oct-inttypes.cc-tst
1147
%%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/default.img
1145
%%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/default.img
1148
%%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.ico
1146
%%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.ico
Lines 1161-1168 Link Here
1161
%%DATADIR%%/%%OCTAVE_VERSION%%/locale/ru_RU.qm
1159
%%DATADIR%%/%%OCTAVE_VERSION%%/locale/ru_RU.qm
1162
%%DATADIR%%/%%OCTAVE_VERSION%%/locale/uk_UA.qm
1160
%%DATADIR%%/%%OCTAVE_VERSION%%/locale/uk_UA.qm
1163
%%DATADIR%%/%%OCTAVE_VERSION%%/locale/zh_CN.qm
1161
%%DATADIR%%/%%OCTAVE_VERSION%%/locale/zh_CN.qm
1162
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/binary.m
1164
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ascii.m
1163
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ascii.m
1165
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/binary.m
1166
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/cd.m
1164
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/cd.m
1167
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/close.m
1165
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/close.m
1168
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/delete.m
1166
%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/delete.m
Lines 1212-1218 Link Here
1212
%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/soundsc.m
1210
%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/soundsc.m
1213
%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/wavread.m
1211
%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/wavread.m
1214
%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/wavwrite.m
1212
%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/wavwrite.m
1215
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/PKG_ADD
1216
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/bicubic.m
1213
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/bicubic.m
1217
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/default_save_options.m
1214
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/default_save_options.m
1218
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/delaunay3.m
1215
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/delaunay3.m
Lines 1238-1243 Link Here
1238
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/mouse_wheel_zoom.m
1235
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/mouse_wheel_zoom.m
1239
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/nfields.m
1236
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/nfields.m
1240
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/octave_tmp_file_name.m
1237
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/octave_tmp_file_name.m
1238
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/PKG_ADD
1241
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/playaudio.m
1239
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/playaudio.m
1242
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/re_read_readline_init_file.m
1240
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/re_read_readline_init_file.m
1243
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/read_readline_init_file.m
1241
%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/read_readline_init_file.m
Lines 1271-1279 Link Here
1271
%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sech.m
1269
%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sech.m
1272
%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sind.m
1270
%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sind.m
1273
%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/tand.m
1271
%%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/tand.m
1272
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bincoeff.m
1274
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumarray.m
1273
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumarray.m
1275
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumdim.m
1274
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumdim.m
1276
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bincoeff.m
1277
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitcmp.m
1275
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitcmp.m
1278
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitget.m
1276
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitget.m
1279
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitset.m
1277
%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitset.m
Lines 1394-1401 Link Here
1394
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__gripe_missing_component__.m
1392
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__gripe_missing_component__.m
1395
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__makeinfo__.m
1393
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__makeinfo__.m
1396
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__unimplemented__.m
1394
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__unimplemented__.m
1395
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc_cache_create.m
1397
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc.m
1396
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc.m
1398
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc_cache_create.m
1399
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/get_first_help_sentence.m
1397
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/get_first_help_sentence.m
1400
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/help.m
1398
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/help.m
1401
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/lookfor.m
1399
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/lookfor.m
Lines 1404-1410 Link Here
1404
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/private/__strip_html_tags__.m
1402
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/private/__strip_html_tags__.m
1405
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/type.m
1403
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/type.m
1406
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/which.m
1404
%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/which.m
1407
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/PKG_ADD
1408
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/autumn.m
1405
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/autumn.m
1409
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/bone.m
1406
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/bone.m
1410
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/brighten.m
1407
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/brighten.m
Lines 1437-1442 Link Here
1437
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m
1434
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m
1438
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ocean.m
1435
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ocean.m
1439
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/pink.m
1436
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/pink.m
1437
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/PKG_ADD
1440
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/prism.m
1438
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/prism.m
1441
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imfinfo__.m
1439
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imfinfo__.m
1442
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imread__.m
1440
%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imread__.m
Lines 1464-1473 Link Here
1464
%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/strread.m
1462
%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/strread.m
1465
%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/textread.m
1463
%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/textread.m
1466
%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/textscan.m
1464
%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/textscan.m
1467
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaArray.m
1468
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_get.m
1465
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_get.m
1469
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_set.m
1466
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_set.m
1470
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaaddpath.m
1467
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaaddpath.m
1468
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaArray.m
1471
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javachk.m
1469
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javachk.m
1472
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaclasspath.m
1470
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaclasspath.m
1473
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javamem.m
1471
%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javamem.m
Lines 1538-1545 Link Here
1538
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m
1536
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m
1539
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/license.m
1537
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/license.m
1540
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m
1538
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m
1539
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls_command.m
1541
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls.m
1540
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls.m
1542
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls_command.m
1543
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m
1541
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m
1544
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mex.m
1542
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mex.m
1545
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mexext.m
1543
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mexext.m
Lines 1579-1585 Link Here
1579
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/what.m
1577
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/what.m
1580
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m
1578
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m
1581
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/zip.m
1579
%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/zip.m
1582
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/PKG_ADD
1583
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/__all_opts__.m
1580
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/__all_opts__.m
1584
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminbnd.m
1581
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminbnd.m
1585
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminsearch.m
1582
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminsearch.m
Lines 1590-1595 Link Here
1590
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/lsqnonneg.m
1587
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/lsqnonneg.m
1591
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/optimget.m
1588
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/optimget.m
1592
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/optimset.m
1589
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/optimset.m
1590
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/PKG_ADD
1593
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/pqpnonneg.m
1591
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/pqpnonneg.m
1594
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/private/__fdjac__.m
1592
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/private/__fdjac__.m
1595
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/qp.m
1593
%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/qp.m
Lines 1623-1630 Link Here
1623
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/is_architecture_dependent.m
1621
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/is_architecture_dependent.m
1624
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/list_forge_packages.m
1622
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/list_forge_packages.m
1625
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_package_dirs.m
1623
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_package_dirs.m
1624
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages_and_dependencies.m
1626
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages.m
1625
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages.m
1627
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages_and_dependencies.m
1628
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/packinfo_copy_file.m
1626
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/packinfo_copy_file.m
1629
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/parse_pkg_idx.m
1627
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/parse_pkg_idx.m
1630
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/prepare_installation.m
1628
%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/prepare_installation.m
Lines 1889-1896 Link Here
1889
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftshift.m
1887
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftshift.m
1890
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/filter2.m
1888
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/filter2.m
1891
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fractdiff.m
1889
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fractdiff.m
1890
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m
1892
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz.m
1891
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz.m
1893
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m
1894
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hamming.m
1892
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hamming.m
1895
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hanning.m
1893
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hanning.m
1896
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hurst.m
1894
%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hurst.m
Lines 2005-2018 Link Here
2005
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/table.m
2003
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/table.m
2006
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/var.m
2004
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/var.m
2007
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/zscore.m
2005
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/zscore.m
2006
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binocdf.m
2007
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binoinv.m
2008
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binopdf.m
2009
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binornd.m
2008
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betacdf.m
2010
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betacdf.m
2009
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betainv.m
2011
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betainv.m
2010
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betapdf.m
2012
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betapdf.m
2011
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betarnd.m
2013
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betarnd.m
2012
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binocdf.m
2013
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binoinv.m
2014
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binopdf.m
2015
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binornd.m
2016
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m
2014
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m
2017
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m
2015
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m
2018
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m
2016
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m
Lines 2104-2113 Link Here
2104
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m
2102
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m
2105
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m
2103
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m
2106
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m
2104
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m
2105
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m
2107
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m
2106
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m
2108
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m
2107
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m
2109
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m
2108
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m
2110
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m
2111
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m
2109
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m
2112
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m
2110
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m
2113
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m
2111
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m
Lines 2114-2135 Link Here
2114
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m
2112
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m
2115
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m
2113
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m
2116
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m
2114
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m
2117
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m
2118
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m
2115
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m
2119
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m
2116
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m
2117
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m
2120
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m
2118
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m
2121
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m
2119
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m
2122
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m
2120
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m
2123
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m
2121
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m
2122
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m
2124
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m
2123
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m
2125
%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m
2124
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m
2126
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m
2125
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m
2127
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m
2128
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/blanks.m
2126
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/blanks.m
2129
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/cstrcat.m
2127
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/cstrcat.m
2130
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/deblank.m
2128
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/deblank.m
2129
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m
2131
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m
2130
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m
2132
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m
2133
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m
2131
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m
2134
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/findstr.m
2132
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/findstr.m
2135
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m
2133
%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m
Lines 2181-2186 Link Here
2181
%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/weekday.m
2179
%%DATADIR%%/%%OCTAVE_VERSION%%/m/time/weekday.m
2182
%%DATADIR%%/imagelib
2180
%%DATADIR%%/imagelib
2183
%%DATADIR%%/site/m/startup/octaverc
2181
%%DATADIR%%/site/m/startup/octaverc
2182
%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
2183
%%PORTDOCS%%%%DOCSDIR%%/octave.ps
2184
%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
2185
%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
2186
%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
2184
@dir lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%
2187
@dir lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%
2185
@dir lib/octave/site/oct/%%GNU_HOST%%
2188
@dir lib/octave/site/oct/%%GNU_HOST%%
2186
@dir lib/octave/site/oct/api-v50+/%%GNU_HOST%%
2189
@dir lib/octave/site/oct/api-v50+/%%GNU_HOST%%

Return to bug 211291