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

Collapse All | Expand All

(-)math/reduce/Makefile (-18 / +18 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	reduce
4
PORTNAME=	reduce
5
PORTVERSION=	20170124
5
PORTVERSION=	20171112
6
CATEGORIES=	math lang
6
CATEGORIES=	math lang
7
MASTER_SITES=	SF/${PORTNAME}-algebra/${SFSUBDIR}/
7
MASTER_SITES=	SF/${PORTNAME}-algebra/${SFSUBDIR}/
8
DISTNAME=	Reduce-svn3877-src
8
DISTNAME=	Reduce-svn4264-src
9
9
10
MAINTAINER=	pfg@FreeBSD.org
10
MAINTAINER=	pfg@FreeBSD.org
11
COMMENT=	Portable general-purpose computer algebra system
11
COMMENT=	Portable general-purpose computer algebra system
Lines 12-19 Link Here
12
12
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
14
14
15
RUN_DEPENDS=	gnuplot:math/gnuplot
16
17
BROKEN_powerpc64=	fails to compile: arith01.cpp: 'statuc' does not name a type
15
BROKEN_powerpc64=	fails to compile: arith01.cpp: 'statuc' does not name a type
18
16
19
USES=		autoreconf:build gmake libtool ncurses
17
USES=		autoreconf:build gmake libtool ncurses
Lines 22-28 Link Here
22
WRKSRC=		${WRKDIR}/${DISTNAME}
20
WRKSRC=		${WRKDIR}/${DISTNAME}
23
CPPFLAGS+=	-I${NCURSESINC}
21
CPPFLAGS+=	-I${NCURSESINC}
24
22
25
SFSUBDIR=	snapshot_2017-01-24
23
SFSUBDIR=	snapshot_2017-11-12
26
24
27
# Avoid GNU_CONFIGURE as it breaks staging
25
# Avoid GNU_CONFIGURE as it breaks staging
28
HAS_CONFIGURE=	yes
26
HAS_CONFIGURE=	yes
Lines 30-67 Link Here
30
28
31
MAKE_JOBS_UNSAFE=	yes
29
MAKE_JOBS_UNSAFE=	yes
32
30
33
OPTIONS_SINGLE=		SGLSP
31
FLAVORS=	CSL PSL
34
OPTIONS_SINGLE_SGLSP=	CSL PSL
35
CSL_DESC=	Codemist Standard Lisp - redcsl (portable, X11)
32
CSL_DESC=	Codemist Standard Lisp - redcsl (portable, X11)
36
PSL_DESC=	Portable Standard Lisp - redpsl (fast, amd64 only)
33
PSL_DESC=	Portable Standard Lisp - redpsl (fast, X86 only)
37
OPTIONS_DEFAULT=	CSL
38
34
39
CSL_CONFIGURE_WITH=	csl
35
CSL_RUN_DEPENDS=	gnuplot:math/gnuplot
40
PSL_CONFIGURE_WITH=	psl
41
CSL_USE=	xorg=x11,xext,xft
42
OPTIONS_SUB=	yes
43
36
44
.include <bsd.port.options.mk>
37
PSL_PKGNAMESUFFIX=	-psl
38
CSL_PLIST=		${.CURDIR}/pkg-plist
39
PSL_PLIST=		${.CURDIR}/pkg-plist-psl.${ARCH}
45
40
46
.if ${PORT_OPTIONS:MCSL}
41
.if ${FLAVOR:U} == CSL
47
LIB_DEPENDS+=	libpng.so:graphics/png \
42
LIB_DEPENDS+=	libpng.so:graphics/png \
48
		libtiff.so:graphics/tiff
43
		libtiff.so:graphics/tiff
44
USE=		xorg=x11,xext,xft
49
USES+=		jpeg
45
USES+=		jpeg
46
CONFIGURE_ARGS+=	--with-csl
50
CPPFLAGS+=	`freetype-config --cflags`
47
CPPFLAGS+=	`freetype-config --cflags`
51
LDFLAGS+=	`freetype-config --libs`
48
LDFLAGS+=	`freetype-config --libs`
52
.else
49
.else
53
ONLY_FOR_ARCHS=	amd64
50
CONFIGURE_ARGS+=	--with-psl
51
ONLY_FOR_ARCHS=	amd64 i386
54
.endif
52
.endif
55
53
56
.if ${PORT_OPTIONS:MCSL}
54
.if ${FLAVOR:U} == CSL
57
REDUCE_BINS=	${WRKSRC}/cslbuild/${TARGET_SDIR}
55
REDUCE_BINS=	${WRKSRC}/cslbuild/${TARGET_SDIR}
58
.else
56
.else
59
REDUCE_BINS=	${WRKSRC}/pslbuild/${TARGET_SDIR}
57
REDUCE_BINS=	${WRKSRC}/pslbuild/${TARGET_SDIR}
60
.endif
58
.endif
61
59
60
.include <bsd.port.options.mk>
61
62
do-install:
62
do-install:
63
	${MKDIR} ${STAGEDIR}${DATADIR}
63
	${MKDIR} ${STAGEDIR}${DATADIR}
64
.if ${PORT_OPTIONS:MCSL}
64
.if ${FLAVOR:U} == CSL
65
	${INSTALL_DATA} ${REDUCE_BINS}/csl/reduce.img ${STAGEDIR}${DATADIR}
65
	${INSTALL_DATA} ${REDUCE_BINS}/csl/reduce.img ${STAGEDIR}${DATADIR}
66
	${INSTALL_PROGRAM} ${REDUCE_BINS}/csl/reduce ${STAGEDIR}${DATADIR}
66
	${INSTALL_PROGRAM} ${REDUCE_BINS}/csl/reduce ${STAGEDIR}${DATADIR}
67
	${INSTALL_SCRIPT} ${FILESDIR}/runcsl.sh ${STAGEDIR}${PREFIX}/bin/redcsl
67
	${INSTALL_SCRIPT} ${FILESDIR}/runcsl.sh ${STAGEDIR}${PREFIX}/bin/redcsl
(-)math/reduce/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1488224552
1
TIMESTAMP = 1512934462
2
SHA256 (Reduce-svn3877-src.tar.gz) = d6730ac0a88a510051ad36b069f5bd45d261229b4edead382c359d33a762f626
2
SHA256 (Reduce-svn4264-src.tar.gz) = 6491ba28651e929f99a252a6bc028b850d20d96fa83bf2376cc30988603e6816
3
SIZE (Reduce-svn3877-src.tar.gz) = 252749994
3
SIZE (Reduce-svn4264-src.tar.gz) = 258703858
(-)math/reduce/pkg-plist (-1231 / +1129 lines)
Lines 1-1231 Link Here
1
%%CSL%%bin/redcsl
1
bin/redpsl
2
%%CSL%%man/man1/redcsl.1.gz
2
man/man1/redpsl.1.gz
3
%%CSL%%%%DATADIR%%/reduce
3
%%PORTDOCS%%%%DOCSDIR%%/insidereduce.pdf
4
%%CSL%%%%DATADIR%%/reduce.doc/BINARY-LICENSE.txt
4
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf
5
%%CSL%%%%DATADIR%%/reduce.doc/BSD-LICENSE.txt
5
%%PORTDOCS%%%%DOCSDIR%%/primer.pdf
6
%%CSL%%%%DATADIR%%/reduce.doc/LGPL-2.1.txt
6
%%PORTDOCS%%%%DOCSDIR%%/sl.pdf
7
%%CSL%%%%DATADIR%%/reduce.doc/abstract.tex
7
%%DATADIR%%/psl/386-ext.b
8
%%CSL%%%%DATADIR%%/reduce.doc/acknowl.tex
8
%%DATADIR%%/psl/64
9
%%CSL%%%%DATADIR%%/reduce.doc/appenda.tex
9
%%DATADIR%%/psl/AMD64-cmac.b
10
%%CSL%%%%DATADIR%%/reduce.doc/aprop.tex
10
%%DATADIR%%/psl/AMD64-comp.b
11
%%CSL%%%%DATADIR%%/reduce.doc/cfrac.tex
11
%%DATADIR%%/psl/AMD64-lap.b
12
%%CSL%%%%DATADIR%%/reduce.doc/command.tex
12
%%DATADIR%%/psl/AMD64-spec.b
13
%%CSL%%%%DATADIR%%/reduce.doc/convert.tex
13
%%DATADIR%%/psl/addr2id.b
14
%%CSL%%%%DATADIR%%/reduce.doc/exprn.tex
14
%%DATADIR%%/psl/allocators.b
15
%%CSL%%%%DATADIR%%/reduce.doc/header.tex
15
%%DATADIR%%/psl/apply-lap.b
16
%%CSL%%%%DATADIR%%/reduce.doc/hephys.tex
16
%%DATADIR%%/psl/arithmetic.b
17
%%CSL%%%%DATADIR%%/reduce.doc/heugcd.tex
17
%%DATADIR%%/psl/association.b
18
%%CSL%%%%DATADIR%%/reduce.doc/index.html
18
%%DATADIR%%/psl/autoload-tr.b
19
%%CSL%%%%DATADIR%%/reduce.doc/inter.tex
19
%%DATADIR%%/psl/autoload.b
20
%%CSL%%%%DATADIR%%/reduce.doc/intro.tex
20
%%DATADIR%%/psl/backquote.b
21
%%CSL%%%%DATADIR%%/reduce.doc/io.tex
21
%%DATADIR%%/psl/backtrace.b
22
%%CSL%%%%DATADIR%%/reduce.doc/list.tex
22
%%DATADIR%%/psl/base-io.b
23
%%CSL%%%%DATADIR%%/reduce.doc/macros.tex
23
%%DATADIR%%/psl/big-faslend.b
24
%%CSL%%%%DATADIR%%/reduce.doc/maintain.tex
24
%%DATADIR%%/psl/big.b
25
%%CSL%%%%DATADIR%%/reduce.doc/manual.tex
25
%%DATADIR%%/psl/bind-macros.b
26
%%CSL%%%%DATADIR%%/reduce.doc/map.tex
26
%%DATADIR%%/psl/binding.b
27
%%CSL%%%%DATADIR%%/reduce.doc/matrix.tex
27
%%DATADIR%%/psl/bpsl
28
%%CSL%%%%DATADIR%%/reduce.doc/oper.tex
28
%%DATADIR%%/psl/break.b
29
%%CSL%%%%DATADIR%%/reduce.doc/oper2.tex
29
%%DATADIR%%/psl/build.b
30
%%CSL%%%%DATADIR%%/reduce.doc/polyrat.tex
30
%%DATADIR%%/psl/c-template.b
31
%%CSL%%%%DATADIR%%/reduce.doc/proc.tex
31
%%DATADIR%%/psl/carcdr.b
32
%%CSL%%%%DATADIR%%/reduce.doc/progstr.tex
32
%%DATADIR%%/psl/carcdrnil.b
33
%%CSL%%%%DATADIR%%/reduce.doc/r38_0001.html
33
%%DATADIR%%/psl/catch-throw.b
34
%%CSL%%%%DATADIR%%/reduce.doc/r38_0050.html
34
%%DATADIR%%/psl/char-io.b
35
%%CSL%%%%DATADIR%%/reduce.doc/r38_0100.html
35
%%DATADIR%%/psl/char-macro.b
36
%%CSL%%%%DATADIR%%/reduce.doc/r38_0150.html
36
%%DATADIR%%/psl/chars.b
37
%%CSL%%%%DATADIR%%/reduce.doc/r38_0200.html
37
%%DATADIR%%/psl/clcomp.b
38
%%CSL%%%%DATADIR%%/reduce.doc/r38_0250.html
38
%%DATADIR%%/psl/clcomp1.b
39
%%CSL%%%%DATADIR%%/reduce.doc/r38_0300.html
39
%%DATADIR%%/psl/comasm.b
40
%%CSL%%%%DATADIR%%/reduce.doc/r38_0350.html
40
%%DATADIR%%/psl/common.b
41
%%CSL%%%%DATADIR%%/reduce.doc/r38_0400.html
41
%%DATADIR%%/psl/comp-decls.b
42
%%CSL%%%%DATADIR%%/reduce.doc/r38_0450.html
42
%%DATADIR%%/psl/compat.b
43
%%CSL%%%%DATADIR%%/reduce.doc/r38_0500.html
43
%%DATADIR%%/psl/compiler.b
44
%%CSL%%%%DATADIR%%/reduce.doc/r38_0550.html
44
%%DATADIR%%/psl/compsupport.b
45
%%CSL%%%%DATADIR%%/reduce.doc/r38_0600.html
45
%%DATADIR%%/psl/cond-macros.b
46
%%CSL%%%%DATADIR%%/reduce.doc/r38_0650.html
46
%%DATADIR%%/psl/cons-mkvect.b
47
%%CSL%%%%DATADIR%%/reduce.doc/r38_idx.html
47
%%DATADIR%%/psl/constants.b
48
%%CSL%%%%DATADIR%%/reduce.doc/redlogo.gif
48
%%DATADIR%%/psl/cont-error.b
49
%%CSL%%%%DATADIR%%/reduce.doc/rememb.tex
49
%%DATADIR%%/psl/copiers.b
50
%%CSL%%%%DATADIR%%/reduce.doc/rest.tex
50
%%DATADIR%%/psl/copying-gc.b
51
%%CSL%%%%DATADIR%%/reduce.doc/rlisp88.tex
51
%%DATADIR%%/psl/datamachine.b
52
%%CSL%%%%DATADIR%%/reduce.doc/rlispref.tex
52
%%DATADIR%%/psl/debug.b
53
%%CSL%%%%DATADIR%%/reduce.doc/solve.tex
53
%%DATADIR%%/psl/def-smacro.b
54
%%CSL%%%%DATADIR%%/reduce.doc/statemnt.tex
54
%%DATADIR%%/psl/defconst.b
55
%%CSL%%%%DATADIR%%/reduce.doc/structr.tex
55
%%DATADIR%%/psl/defmacro.b
56
%%CSL%%%%DATADIR%%/reduce.doc/subst.tex
56
%%DATADIR%%/psl/defmacro1.b
57
%%CSL%%%%DATADIR%%/reduce.doc/symbolic.tex
57
%%DATADIR%%/psl/defmacro2.b
58
%%CSL%%%%DATADIR%%/reduce.doc/title.tex
58
%%DATADIR%%/psl/defobject.b
59
%%CSL%%%%DATADIR%%/reduce.doc/util.tex
59
%%DATADIR%%/psl/disassemble.b
60
%%CSL%%%%DATADIR%%/reduce.fonts/README
60
%%DATADIR%%/psl/double.b
61
%%CSL%%%%DATADIR%%/reduce.fonts/README.BaKoMa
61
%%DATADIR%%/psl/double32.b
62
%%CSL%%%%DATADIR%%/reduce.fonts/README.cmps-fonts
62
%%DATADIR%%/psl/dskin.b
63
%%CSL%%%%DATADIR%%/reduce.fonts/cmex10.pfa
63
%%DATADIR%%/psl/dumplisp.b
64
%%CSL%%%%DATADIR%%/reduce.fonts/cmex10.pfb
64
%%DATADIR%%/psl/easy-non-sl.b
65
%%CSL%%%%DATADIR%%/reduce.fonts/cmex10.ttf
65
%%DATADIR%%/psl/easy-sl.b
66
%%CSL%%%%DATADIR%%/reduce.fonts/cmex7.ttf
66
%%DATADIR%%/psl/environment.b
67
%%CSL%%%%DATADIR%%/reduce.fonts/cmex8.ttf
67
%%DATADIR%%/psl/equal.b
68
%%CSL%%%%DATADIR%%/reduce.fonts/cmex9.ttf
68
%%DATADIR%%/psl/error-eset.b
69
%%CSL%%%%DATADIR%%/reduce.fonts/cmmi10.pfa
69
%%DATADIR%%/psl/error-hand.b
70
%%CSL%%%%DATADIR%%/reduce.fonts/cmmi10.pfb
70
%%DATADIR%%/psl/eval-apply.b
71
%%CSL%%%%DATADIR%%/reduce.fonts/cmmi10.ttf
71
%%DATADIR%%/psl/eval-when.b
72
%%CSL%%%%DATADIR%%/reduce.fonts/cmmi12.ttf
72
%%DATADIR%%/psl/evalhook.b
73
%%CSL%%%%DATADIR%%/reduce.fonts/cmmi5.ttf
73
%%DATADIR%%/psl/explode-com.b
74
%%CSL%%%%DATADIR%%/reduce.fonts/cmmi6.ttf
74
%%DATADIR%%/psl/f-evectors.b
75
%%CSL%%%%DATADIR%%/reduce.fonts/cmmi7.ttf
75
%%DATADIR%%/psl/f-strings.b
76
%%CSL%%%%DATADIR%%/reduce.fonts/cmmi8.ttf
76
%%DATADIR%%/psl/f-vectors.b
77
%%CSL%%%%DATADIR%%/reduce.fonts/cmmi9.ttf
77
%%DATADIR%%/psl/fasl-decls.b
78
%%CSL%%%%DATADIR%%/reduce.fonts/cmr10.pfa
78
%%DATADIR%%/psl/faslout.b
79
%%CSL%%%%DATADIR%%/reduce.fonts/cmr10.pfb
79
%%DATADIR%%/psl/fast-chars.b
80
%%CSL%%%%DATADIR%%/reduce.fonts/cmr10.ttf
80
%%DATADIR%%/psl/fast-int.b
81
%%CSL%%%%DATADIR%%/reduce.fonts/cmr12.ttf
81
%%DATADIR%%/psl/fast-math.b
82
%%CSL%%%%DATADIR%%/reduce.fonts/cmr17.ttf
82
%%DATADIR%%/psl/fast-vector.b
83
%%CSL%%%%DATADIR%%/reduce.fonts/cmr5.ttf
83
%%DATADIR%%/psl/fc-indirect.b
84
%%CSL%%%%DATADIR%%/reduce.fonts/cmr6.ttf
84
%%DATADIR%%/psl/fcomp.b
85
%%CSL%%%%DATADIR%%/reduce.fonts/cmr7.ttf
85
%%DATADIR%%/psl/find.b
86
%%CSL%%%%DATADIR%%/reduce.fonts/cmr8.ttf
86
%%DATADIR%%/psl/fixup.b
87
%%CSL%%%%DATADIR%%/reduce.fonts/cmr9.ttf
87
%%DATADIR%%/psl/fluid-globl.b
88
%%CSL%%%%DATADIR%%/reduce.fonts/cmsy10.pfa
88
%%DATADIR%%/psl/for-macro.b
89
%%CSL%%%%DATADIR%%/reduce.fonts/cmsy10.pfb
89
%%DATADIR%%/psl/funct-prims.b
90
%%CSL%%%%DATADIR%%/reduce.fonts/cmsy10.ttf
90
%%DATADIR%%/psl/get-options.b
91
%%CSL%%%%DATADIR%%/reduce.fonts/cmsy5.ttf
91
%%DATADIR%%/psl/gsort.b
92
%%CSL%%%%DATADIR%%/reduce.fonts/cmsy6.ttf
92
%%DATADIR%%/psl/hash-decls.b
93
%%CSL%%%%DATADIR%%/reduce.fonts/cmsy7.ttf
93
%%DATADIR%%/psl/hcons.b
94
%%CSL%%%%DATADIR%%/reduce.fonts/cmsy8.ttf
94
%%DATADIR%%/psl/helferlein.b
95
%%CSL%%%%DATADIR%%/reduce.fonts/cmsy9.ttf
95
%%DATADIR%%/psl/if-system.b
96
%%CSL%%%%DATADIR%%/reduce.fonts/cmuntt.pfb
96
%%DATADIR%%/psl/if.b
97
%%CSL%%%%DATADIR%%/reduce.fonts/cmuntt.ttf
97
%%DATADIR%%/psl/init-file.b
98
%%CSL%%%%DATADIR%%/reduce.fonts/fonts.dir
98
%%DATADIR%%/psl/inum.b
99
%%CSL%%%%DATADIR%%/reduce.fonts/fonts.scale
99
%%DATADIR%%/psl/io-data.b
100
%%CSL%%%%DATADIR%%/reduce.fonts/pfmfiles/cmex10.pfm
100
%%DATADIR%%/psl/io-decls.b
101
%%CSL%%%%DATADIR%%/reduce.fonts/pfmfiles/cmmi10.pfm
101
%%DATADIR%%/psl/io-errors.b
102
%%CSL%%%%DATADIR%%/reduce.fonts/pfmfiles/cmr10.pfm
102
%%DATADIR%%/psl/io-extens.b
103
%%CSL%%%%DATADIR%%/reduce.fonts/pfmfiles/cmsy10.pfm
103
%%DATADIR%%/psl/iter-macros.b
104
%%CSL%%%%DATADIR%%/reduce.fonts/src/cmex10.asm.gz
104
%%DATADIR%%/psl/knowntocomp.b
105
%%CSL%%%%DATADIR%%/reduce.fonts/src/cmmi10.asm.gz
105
%%DATADIR%%/psl/l2cdatacon.b
106
%%CSL%%%%DATADIR%%/reduce.fonts/src/cmr10.asm.gz
106
%%DATADIR%%/psl/lap-to-asm.b
107
%%CSL%%%%DATADIR%%/reduce.fonts/src/cmsy10.asm.gz
107
%%DATADIR%%/psl/lap.b
108
%%CSL%%%%DATADIR%%/reduce.img
108
%%DATADIR%%/psl/lisp-macros.b
109
%%PSL%%bin/redpsl
109
%%DATADIR%%/psl/load-psl.b
110
%%PSL%%man/man1/redpsl.1.gz
110
%%DATADIR%%/psl/load.b
111
%%PSL%%%%DATADIR%%/psl/386-ext.b
111
%%DATADIR%%/psl/loop-macros.b
112
%%PSL%%%%DATADIR%%/psl/64
112
%%DATADIR%%/psl/macroexpand.b
113
%%PSL%%%%DATADIR%%/psl/AMD64-cmac.b
113
%%DATADIR%%/psl/mathlib.b
114
%%PSL%%%%DATADIR%%/psl/AMD64-comp.b
114
%%DATADIR%%/psl/mbarith.b
115
%%PSL%%%%DATADIR%%/psl/AMD64-lap.b
115
%%DATADIR%%/psl/merge-sort.b
116
%%PSL%%%%DATADIR%%/psl/AMD64-spec.b
116
%%DATADIR%%/psl/misc-macros.b
117
%%PSL%%%%DATADIR%%/psl/addr2id.b
117
%%DATADIR%%/psl/mstruct.b
118
%%PSL%%%%DATADIR%%/psl/allocators.b
118
%%DATADIR%%/psl/muls.b
119
%%PSL%%%%DATADIR%%/psl/apply-lap.b
119
%%DATADIR%%/psl/muls32.b
120
%%PSL%%%%DATADIR%%/psl/arithmetic.b
120
%%DATADIR%%/psl/nbarith.b
121
%%PSL%%%%DATADIR%%/psl/association.b
121
%%DATADIR%%/psl/nbig.b
122
%%PSL%%%%DATADIR%%/psl/autoload-tr.b
122
%%DATADIR%%/psl/nbig0.b
123
%%PSL%%%%DATADIR%%/psl/autoload.b
123
%%DATADIR%%/psl/nbig30.b
124
%%PSL%%%%DATADIR%%/psl/backquote.b
124
%%DATADIR%%/psl/nbig30a.b
125
%%PSL%%%%DATADIR%%/psl/backtrace.b
125
%%DATADIR%%/psl/nbig32.b
126
%%PSL%%%%DATADIR%%/psl/base-io.b
126
%%DATADIR%%/psl/nbig32a.b
127
%%PSL%%%%DATADIR%%/psl/big-faslend.b
127
%%DATADIR%%/psl/nbittab.b
128
%%PSL%%%%DATADIR%%/psl/big.b
128
%%DATADIR%%/psl/nstruct.b
129
%%PSL%%%%DATADIR%%/psl/bind-macros.b
129
%%DATADIR%%/psl/numeric-ops.b
130
%%PSL%%%%DATADIR%%/psl/binding.b
130
%%DATADIR%%/psl/obj-const.b
131
%%PSL%%%%DATADIR%%/psl/bpsl
131
%%DATADIR%%/psl/obj-dflavor.b
132
%%PSL%%%%DATADIR%%/psl/break.b
132
%%DATADIR%%/psl/obj-dmethod.b
133
%%PSL%%%%DATADIR%%/psl/build.b
133
%%DATADIR%%/psl/obj-hash.b
134
%%PSL%%%%DATADIR%%/psl/c-template.b
134
%%DATADIR%%/psl/obj-lib.b
135
%%PSL%%%%DATADIR%%/psl/carcdr.b
135
%%DATADIR%%/psl/obj-send.b
136
%%PSL%%%%DATADIR%%/psl/carcdrnil.b
136
%%DATADIR%%/psl/objects.b
137
%%PSL%%%%DATADIR%%/psl/catch-throw.b
137
%%DATADIR%%/psl/objinstance.b
138
%%PSL%%%%DATADIR%%/psl/char-io.b
138
%%DATADIR%%/psl/oblist.b
139
%%PSL%%%%DATADIR%%/psl/char-macro.b
139
%%DATADIR%%/psl/onoff.b
140
%%PSL%%%%DATADIR%%/psl/chars.b
140
%%DATADIR%%/psl/open-close.b
141
%%PSL%%%%DATADIR%%/psl/clcomp.b
141
%%DATADIR%%/psl/other-io.b
142
%%PSL%%%%DATADIR%%/psl/clcomp1.b
142
%%DATADIR%%/psl/others-sl.b
143
%%PSL%%%%DATADIR%%/psl/comasm.b
143
%%DATADIR%%/psl/p1-decls.b
144
%%PSL%%%%DATADIR%%/psl/common.b
144
%%DATADIR%%/psl/pass-1-lap.b
145
%%PSL%%%%DATADIR%%/psl/comp-decls.b
145
%%DATADIR%%/psl/pass-1.b
146
%%PSL%%%%DATADIR%%/psl/compat.b
146
%%DATADIR%%/psl/pass-2-3.b
147
%%PSL%%%%DATADIR%%/psl/compiler.b
147
%%DATADIR%%/psl/pipes.b
148
%%PSL%%%%DATADIR%%/psl/compsupport.b
148
%%DATADIR%%/psl/pp-file.b
149
%%PSL%%%%DATADIR%%/psl/cond-macros.b
149
%%DATADIR%%/psl/pp-lisp.b
150
%%PSL%%%%DATADIR%%/psl/cons-mkvect.b
150
%%DATADIR%%/psl/pp.b
151
%%PSL%%%%DATADIR%%/psl/constants.b
151
%%DATADIR%%/psl/printers.b
152
%%PSL%%%%DATADIR%%/psl/cont-error.b
152
%%DATADIR%%/psl/printf.b
153
%%PSL%%%%DATADIR%%/psl/copiers.b
153
%%DATADIR%%/psl/prog-friend.b
154
%%PSL%%%%DATADIR%%/psl/copying-gc.b
154
%%DATADIR%%/psl/prop-list.b
155
%%PSL%%%%DATADIR%%/psl/datamachine.b
155
%%DATADIR%%/psl/pslcomp.b
156
%%PSL%%%%DATADIR%%/psl/debug.b
156
%%DATADIR%%/psl/pslcompat.b
157
%%PSL%%%%DATADIR%%/psl/def-smacro.b
157
%%DATADIR%%/psl/putd-getd.b
158
%%PSL%%%%DATADIR%%/psl/defconst.b
158
%%DATADIR%%/psl/putprint.b
159
%%PSL%%%%DATADIR%%/psl/defmacro.b
159
%%DATADIR%%/psl/pvm.b
160
%%PSL%%%%DATADIR%%/psl/defmacro1.b
160
%%DATADIR%%/psl/qualified-timing.b
161
%%PSL%%%%DATADIR%%/psl/defmacro2.b
161
%%DATADIR%%/psl/rds-wrs.b
162
%%PSL%%%%DATADIR%%/psl/defobject.b
162
%%DATADIR%%/psl/read-macros.b
163
%%PSL%%%%DATADIR%%/psl/disassemble.b
163
%%DATADIR%%/psl/read-utils.b
164
%%PSL%%%%DATADIR%%/psl/double.b
164
%%DATADIR%%/psl/read.b
165
%%PSL%%%%DATADIR%%/psl/double32.b
165
%%DATADIR%%/psl/read1macros.b
166
%%PSL%%%%DATADIR%%/psl/dskin.b
166
%%DATADIR%%/psl/read2macros.b
167
%%PSL%%%%DATADIR%%/psl/dumplisp.b
167
%%DATADIR%%/psl/rprint.b
168
%%PSL%%%%DATADIR%%/psl/easy-non-sl.b
168
%%DATADIR%%/psl/s-strings.b
169
%%PSL%%%%DATADIR%%/psl/easy-sl.b
169
%%DATADIR%%/psl/s-vectors.b
170
%%PSL%%%%DATADIR%%/psl/environment.b
170
%%DATADIR%%/psl/scan-table.b
171
%%PSL%%%%DATADIR%%/psl/equal.b
171
%%DATADIR%%/psl/sequence.b
172
%%PSL%%%%DATADIR%%/psl/error-eset.b
172
%%DATADIR%%/psl/set-macros.b
173
%%PSL%%%%DATADIR%%/psl/error-hand.b
173
%%DATADIR%%/psl/set1-macros.b
174
%%PSL%%%%DATADIR%%/psl/eval-apply.b
174
%%DATADIR%%/psl/set2-macros.b
175
%%PSL%%%%DATADIR%%/psl/eval-when.b
175
%%DATADIR%%/psl/sets.b
176
%%PSL%%%%DATADIR%%/psl/evalhook.b
176
%%DATADIR%%/psl/shmem.b
177
%%PSL%%%%DATADIR%%/psl/explode-com.b
177
%%DATADIR%%/psl/spy.b
178
%%PSL%%%%DATADIR%%/psl/f-evectors.b
178
%%DATADIR%%/psl/static-gc.b
179
%%PSL%%%%DATADIR%%/psl/f-strings.b
179
%%DATADIR%%/psl/step.b
180
%%PSL%%%%DATADIR%%/psl/f-vectors.b
180
%%DATADIR%%/psl/str-input.b
181
%%PSL%%%%DATADIR%%/psl/fasl-decls.b
181
%%DATADIR%%/psl/str-search.b
182
%%PSL%%%%DATADIR%%/psl/faslout.b
182
%%DATADIR%%/psl/string-gen.b
183
%%PSL%%%%DATADIR%%/psl/fast-chars.b
183
%%DATADIR%%/psl/strings.b
184
%%PSL%%%%DATADIR%%/psl/fast-int.b
184
%%DATADIR%%/psl/symbol-vals.b
185
%%PSL%%%%DATADIR%%/psl/fast-math.b
185
%%DATADIR%%/psl/symget.b
186
%%PSL%%%%DATADIR%%/psl/fast-vector.b
186
%%DATADIR%%/psl/sys-consts.b
187
%%PSL%%%%DATADIR%%/psl/fc-indirect.b
187
%%DATADIR%%/psl/sys-date.b
188
%%PSL%%%%DATADIR%%/psl/fcomp.b
188
%%DATADIR%%/psl/sys-dm.b
189
%%PSL%%%%DATADIR%%/psl/find.b
189
%%DATADIR%%/psl/sys-extras.b
190
%%PSL%%%%DATADIR%%/psl/fixup.b
190
%%DATADIR%%/psl/sys-faslin.b
191
%%PSL%%%%DATADIR%%/psl/fluid-globl.b
191
%%DATADIR%%/psl/sys-gc.b
192
%%PSL%%%%DATADIR%%/psl/for-macro.b
192
%%DATADIR%%/psl/sys-io.b
193
%%PSL%%%%DATADIR%%/psl/funct-prims.b
193
%%DATADIR%%/psl/sys-macros.b
194
%%PSL%%%%DATADIR%%/psl/get-options.b
194
%%DATADIR%%/psl/syslisp-syn.b
195
%%PSL%%%%DATADIR%%/psl/gsort.b
195
%%DATADIR%%/psl/syslisp.b
196
%%PSL%%%%DATADIR%%/psl/hash-decls.b
196
%%DATADIR%%/psl/tags.b
197
%%PSL%%%%DATADIR%%/psl/hcons.b
197
%%DATADIR%%/psl/timc.b
198
%%PSL%%%%DATADIR%%/psl/helferlein.b
198
%%DATADIR%%/psl/token-decls.b
199
%%PSL%%%%DATADIR%%/psl/if-system.b
199
%%DATADIR%%/psl/token-scan.b
200
%%PSL%%%%DATADIR%%/psl/if.b
200
%%DATADIR%%/psl/top-loop.b
201
%%PSL%%%%DATADIR%%/psl/init-file.b
201
%%DATADIR%%/psl/trap.b
202
%%PSL%%%%DATADIR%%/psl/inum.b
202
%%DATADIR%%/psl/type-conver.b
203
%%PSL%%%%DATADIR%%/psl/io-data.b
203
%%DATADIR%%/psl/type-error.b
204
%%PSL%%%%DATADIR%%/psl/io-decls.b
204
%%DATADIR%%/psl/unixAMD64-asm.b
205
%%PSL%%%%DATADIR%%/psl/io-errors.b
205
%%DATADIR%%/psl/useful.b
206
%%PSL%%%%DATADIR%%/psl/io-extens.b
206
%%DATADIR%%/psl/vector-fix.b
207
%%PSL%%%%DATADIR%%/psl/iter-macros.b
207
%%DATADIR%%/psl/vectors.b
208
%%PSL%%%%DATADIR%%/psl/knowntocomp.b
208
%%DATADIR%%/psl/vfvect.b
209
%%PSL%%%%DATADIR%%/psl/l2cdatacon.b
209
%%DATADIR%%/psl/wdeclare.b
210
%%PSL%%%%DATADIR%%/psl/lap-to-asm.b
210
%%DATADIR%%/psl/wfloat.b
211
%%PSL%%%%DATADIR%%/psl/lap.b
211
%%DATADIR%%/psl/write-float.b
212
%%PSL%%%%DATADIR%%/psl/lisp-macros.b
212
%%DATADIR%%/psl/zbig.b
213
%%PSL%%%%DATADIR%%/psl/load-psl.b
213
%%DATADIR%%/red/_definta.lap
214
%%PSL%%%%DATADIR%%/psl/load.b
214
%%DATADIR%%/red/_defintb.lap
215
%%PSL%%%%DATADIR%%/psl/loop-macros.b
215
%%DATADIR%%/red/_definte.lap
216
%%PSL%%%%DATADIR%%/psl/macroexpand.b
216
%%DATADIR%%/red/_defintf.lap
217
%%PSL%%%%DATADIR%%/psl/mathlib.b
217
%%DATADIR%%/red/_definti.lap
218
%%PSL%%%%DATADIR%%/psl/mbarith.b
218
%%DATADIR%%/red/_defintk.lap
219
%%PSL%%%%DATADIR%%/psl/merge-sort.b
219
%%DATADIR%%/red/_susy2.lap
220
%%PSL%%%%DATADIR%%/psl/misc-macros.b
220
%%DATADIR%%/red/a2dip.b
221
%%PSL%%%%DATADIR%%/psl/mstruct.b
221
%%DATADIR%%/red/acfsf.b
222
%%PSL%%%%DATADIR%%/psl/muls.b
222
%%DATADIR%%/red/acfsfbnf.b
223
%%PSL%%%%DATADIR%%/psl/muls32.b
223
%%DATADIR%%/red/acfsfgs.b
224
%%PSL%%%%DATADIR%%/psl/nbarith.b
224
%%DATADIR%%/red/acfsfmisc.b
225
%%PSL%%%%DATADIR%%/psl/nbig.b
225
%%DATADIR%%/red/acfsfqe.b
226
%%PSL%%%%DATADIR%%/psl/nbig0.b
226
%%DATADIR%%/red/acfsfsiat.b
227
%%PSL%%%%DATADIR%%/psl/nbig30.b
227
%%DATADIR%%/red/acfsfsism.b
228
%%PSL%%%%DATADIR%%/psl/nbig30a.b
228
%%DATADIR%%/red/afactor.b
229
%%PSL%%%%DATADIR%%/psl/nbig32.b
229
%%DATADIR%%/red/alg-form.b
230
%%PSL%%%%DATADIR%%/psl/nbig32a.b
230
%%DATADIR%%/red/alg.b
231
%%PSL%%%%DATADIR%%/psl/nbittab.b
231
%%DATADIR%%/red/algbool.b
232
%%PSL%%%%DATADIR%%/psl/nstruct.b
232
%%DATADIR%%/red/algdcl.b
233
%%PSL%%%%DATADIR%%/psl/numeric-ops.b
233
%%DATADIR%%/red/algfn.b
234
%%PSL%%%%DATADIR%%/psl/obj-const.b
234
%%DATADIR%%/red/algint.b
235
%%PSL%%%%DATADIR%%/psl/obj-dflavor.b
235
%%DATADIR%%/red/allroot.b
236
%%PSL%%%%DATADIR%%/psl/obj-dmethod.b
236
%%DATADIR%%/red/alphas.b
237
%%PSL%%%%DATADIR%%/psl/obj-hash.b
237
%%DATADIR%%/red/antisubs.b
238
%%PSL%%%%DATADIR%%/psl/obj-lib.b
238
%%DATADIR%%/red/applysym.b
239
%%PSL%%%%DATADIR%%/psl/obj-send.b
239
%%DATADIR%%/red/approx.b
240
%%PSL%%%%DATADIR%%/psl/objects.b
240
%%DATADIR%%/red/arinv.b
241
%%PSL%%%%DATADIR%%/psl/objinstance.b
241
%%DATADIR%%/red/arith.b
242
%%PSL%%%%DATADIR%%/psl/oblist.b
242
%%DATADIR%%/red/arnum.b
243
%%PSL%%%%DATADIR%%/psl/onoff.b
243
%%DATADIR%%/red/array.b
244
%%PSL%%%%DATADIR%%/psl/open-close.b
244
%%DATADIR%%/red/assert.b
245
%%PSL%%%%DATADIR%%/psl/other-io.b
245
%%DATADIR%%/red/assertcheckfn.b
246
%%PSL%%%%DATADIR%%/psl/others-sl.b
246
%%DATADIR%%/red/assertproc.b
247
%%PSL%%%%DATADIR%%/psl/p1-decls.b
247
%%DATADIR%%/red/assist.b
248
%%PSL%%%%DATADIR%%/psl/pass-1-lap.b
248
%%DATADIR%%/red/atensor.b
249
%%PSL%%%%DATADIR%%/psl/pass-1.b
249
%%DATADIR%%/red/auxitens.b
250
%%PSL%%%%DATADIR%%/psl/pass-2-3.b
250
%%DATADIR%%/red/avector.b
251
%%PSL%%%%DATADIR%%/psl/pipes.b
251
%%DATADIR%%/red/backtrck.b
252
%%PSL%%%%DATADIR%%/psl/pp-file.b
252
%%DATADIR%%/red/baglist.b
253
%%PSL%%%%DATADIR%%/psl/pp-lisp.b
253
%%DATADIR%%/red/bareiss.b
254
%%PSL%%%%DATADIR%%/psl/pp.b
254
%%DATADIR%%/red/bas.b
255
%%PSL%%%%DATADIR%%/psl/printers.b
255
%%DATADIR%%/red/basis.b
256
%%PSL%%%%DATADIR%%/psl/printf.b
256
%%DATADIR%%/red/bcoeff.b
257
%%PSL%%%%DATADIR%%/psl/prog-friend.b
257
%%DATADIR%%/red/bcsf.b
258
%%PSL%%%%DATADIR%%/psl/prop-list.b
258
%%DATADIR%%/red/bfauxil.b
259
%%PSL%%%%DATADIR%%/psl/pslcomp.b
259
%%DATADIR%%/red/bfdoer.b
260
%%PSL%%%%DATADIR%%/psl/pslcompat.b
260
%%DATADIR%%/red/bfdoer2.b
261
%%PSL%%%%DATADIR%%/psl/putd-getd.b
261
%%DATADIR%%/red/bfelem.b
262
%%PSL%%%%DATADIR%%/psl/putprint.b
262
%%DATADIR%%/red/bibasis.b
263
%%PSL%%%%DATADIR%%/psl/pvm.b
263
%%DATADIR%%/red/bibasis_interface.b
264
%%PSL%%%%DATADIR%%/psl/qualified-timing.b
264
%%DATADIR%%/red/bibasis_involutive.b
265
%%PSL%%%%DATADIR%%/psl/rds-wrs.b
265
%%DATADIR%%/red/bibasis_janet_tree.b
266
%%PSL%%%%DATADIR%%/psl/read-macros.b
266
%%DATADIR%%/red/bibasis_monom.b
267
%%PSL%%%%DATADIR%%/psl/read-utils.b
267
%%DATADIR%%/red/bibasis_polynom.b
268
%%PSL%%%%DATADIR%%/psl/read.b
268
%%DATADIR%%/red/bibasis_qset.b
269
%%PSL%%%%DATADIR%%/psl/read1macros.b
269
%%DATADIR%%/red/bibasis_triple.b
270
%%PSL%%%%DATADIR%%/psl/read2macros.b
270
%%DATADIR%%/red/bibasis_tset.b
271
%%PSL%%%%DATADIR%%/psl/rprint.b
271
%%DATADIR%%/red/bigmodp.b
272
%%PSL%%%%DATADIR%%/psl/s-strings.b
272
%%DATADIR%%/red/block.b
273
%%PSL%%%%DATADIR%%/psl/s-vectors.b
273
%%DATADIR%%/red/block4.b
274
%%PSL%%%%DATADIR%%/psl/scan-table.b
274
%%DATADIR%%/red/boolean.b
275
%%PSL%%%%DATADIR%%/psl/sequence.b
275
%%DATADIR%%/red/bootstrap.img
276
%%PSL%%%%DATADIR%%/psl/set-macros.b
276
%%DATADIR%%/red/bounds.b
277
%%PSL%%%%DATADIR%%/psl/set1-macros.b
277
%%DATADIR%%/red/bquote.b
278
%%PSL%%%%DATADIR%%/psl/set2-macros.b
278
%%DATADIR%%/red/breduce.b
279
%%PSL%%%%DATADIR%%/psl/sets.b
279
%%DATADIR%%/red/buchbg.b
280
%%PSL%%%%DATADIR%%/psl/shmem.b
280
%%DATADIR%%/red/cali.b
281
%%PSL%%%%DATADIR%%/psl/spy.b
281
%%DATADIR%%/red/calimat.b
282
%%PSL%%%%DATADIR%%/psl/static-gc.b
282
%%DATADIR%%/red/camal.b
283
%%PSL%%%%DATADIR%%/psl/step.b
283
%%DATADIR%%/red/cantens.b
284
%%PSL%%%%DATADIR%%/psl/str-input.b
284
%%DATADIR%%/red/cde.b
285
%%PSL%%%%DATADIR%%/psl/str-search.b
285
%%DATADIR%%/red/cde_ansatz.b
286
%%PSL%%%%DATADIR%%/psl/string-gen.b
286
%%DATADIR%%/red/cde_cdcalc.b
287
%%PSL%%%%DATADIR%%/psl/strings.b
287
%%DATADIR%%/red/cde_cdiff.b
288
%%PSL%%%%DATADIR%%/psl/symbol-vals.b
288
%%DATADIR%%/red/cde_diffcon.b
289
%%PSL%%%%DATADIR%%/psl/symget.b
289
%%DATADIR%%/red/cde_init.b
290
%%PSL%%%%DATADIR%%/psl/sys-consts.b
290
%%DATADIR%%/red/cde_jetspace.b
291
%%PSL%%%%DATADIR%%/psl/sys-date.b
291
%%DATADIR%%/red/cde_parametric.b
292
%%PSL%%%%DATADIR%%/psl/sys-dm.b
292
%%DATADIR%%/red/cde_superfun.b
293
%%PSL%%%%DATADIR%%/psl/sys-extras.b
293
%%DATADIR%%/red/cde_tools.b
294
%%PSL%%%%DATADIR%%/psl/sys-faslin.b
294
%%DATADIR%%/red/cde_totalder.b
295
%%PSL%%%%DATADIR%%/psl/sys-gc.b
295
%%DATADIR%%/red/cde_varcalc.b
296
%%PSL%%%%DATADIR%%/psl/sys-io.b
296
%%DATADIR%%/red/cde_vectorfield.b
297
%%PSL%%%%DATADIR%%/psl/sys-macros.b
297
%%DATADIR%%/red/cdiff.b
298
%%PSL%%%%DATADIR%%/psl/syslisp-syn.b
298
%%DATADIR%%/red/cdiffx.b
299
%%PSL%%%%DATADIR%%/psl/syslisp.b
299
%%DATADIR%%/red/cedit.b
300
%%PSL%%%%DATADIR%%/psl/tags.b
300
%%DATADIR%%/red/cface.b
301
%%PSL%%%%DATADIR%%/psl/timc.b
301
%%DATADIR%%/red/cgb.b
302
%%PSL%%%%DATADIR%%/psl/token-decls.b
302
%%DATADIR%%/red/changevr.b
303
%%PSL%%%%DATADIR%%/psl/token-scan.b
303
%%DATADIR%%/red/charname.b
304
%%PSL%%%%DATADIR%%/psl/top-loop.b
304
%%DATADIR%%/red/charpol.b
305
%%PSL%%%%DATADIR%%/psl/trap.b
305
%%DATADIR%%/red/chebysh.b
306
%%PSL%%%%DATADIR%%/psl/type-conver.b
306
%%DATADIR%%/red/checkind.b
307
%%PSL%%%%DATADIR%%/psl/type-error.b
307
%%DATADIR%%/red/cholesky.b
308
%%PSL%%%%DATADIR%%/psl/unixAMD64-asm.b
308
%%DATADIR%%/red/cl.b
309
%%PSL%%%%DATADIR%%/psl/useful.b
309
%%DATADIR%%/red/clbnf.b
310
%%PSL%%%%DATADIR%%/psl/vector-fix.b
310
%%DATADIR%%/red/clmisc.b
311
%%PSL%%%%DATADIR%%/psl/vectors.b
311
%%DATADIR%%/red/clnf.b
312
%%PSL%%%%DATADIR%%/psl/vfvect.b
312
%%DATADIR%%/red/clprl.b
313
%%PSL%%%%DATADIR%%/psl/wdeclare.b
313
%%DATADIR%%/red/clqe.b
314
%%PSL%%%%DATADIR%%/psl/wfloat.b
314
%%DATADIR%%/red/clresolv.b
315
%%PSL%%%%DATADIR%%/psl/write-float.b
315
%%DATADIR%%/red/clsimpl.b
316
%%PSL%%%%DATADIR%%/psl/zbig.b
316
%%DATADIR%%/red/cltab.b
317
%%PSL%%%%DATADIR%%/red/_definta.lap
317
%%DATADIR%%/red/coates.b
318
%%PSL%%%%DATADIR%%/red/_defintb.lap
318
%%DATADIR%%/red/coatesid.b
319
%%PSL%%%%DATADIR%%/red/_definte.lap
319
%%DATADIR%%/red/codad1.b
320
%%PSL%%%%DATADIR%%/red/_defintf.lap
320
%%DATADIR%%/red/codad2.b
321
%%PSL%%%%DATADIR%%/red/_definti.lap
321
%%DATADIR%%/red/codctl.b
322
%%PSL%%%%DATADIR%%/red/_defintk.lap
322
%%DATADIR%%/red/coddec.b
323
%%PSL%%%%DATADIR%%/red/_susy2.lap
323
%%DATADIR%%/red/coddom.b
324
%%PSL%%%%DATADIR%%/red/a2dip.b
324
%%DATADIR%%/red/codgen.b
325
%%PSL%%%%DATADIR%%/red/acfsf.b
325
%%DATADIR%%/red/codhrn.b
326
%%PSL%%%%DATADIR%%/red/acfsfbnf.b
326
%%DATADIR%%/red/codmat.b
327
%%PSL%%%%DATADIR%%/red/acfsfgs.b
327
%%DATADIR%%/red/codopt.b
328
%%PSL%%%%DATADIR%%/red/acfsfmisc.b
328
%%DATADIR%%/red/codpri.b
329
%%PSL%%%%DATADIR%%/red/acfsfqe.b
329
%%DATADIR%%/red/codstr.b
330
%%PSL%%%%DATADIR%%/red/acfsfsiat.b
330
%%DATADIR%%/red/coeff.b
331
%%PSL%%%%DATADIR%%/red/acfsfsism.b
331
%%DATADIR%%/red/coeffts.b
332
%%PSL%%%%DATADIR%%/red/afactor.b
332
%%DATADIR%%/red/cofactor.b
333
%%PSL%%%%DATADIR%%/red/alg-form.b
333
%%DATADIR%%/red/comfac.b
334
%%PSL%%%%DATADIR%%/red/alg.b
334
%%DATADIR%%/red/compact.b
335
%%PSL%%%%DATADIR%%/red/algbool.b
335
%%DATADIR%%/red/compactf.b
336
%%PSL%%%%DATADIR%%/red/algdcl.b
336
%%DATADIR%%/red/compat.b
337
%%PSL%%%%DATADIR%%/red/algfn.b
337
%%DATADIR%%/red/complx.b
338
%%PSL%%%%DATADIR%%/red/algint.b
338
%%DATADIR%%/red/complxp.b
339
%%PSL%%%%DATADIR%%/red/allroot.b
339
%%DATADIR%%/red/compopr.b
340
%%PSL%%%%DATADIR%%/red/alphas.b
340
%%DATADIR%%/red/comprd.b
341
%%PSL%%%%DATADIR%%/red/antisubs.b
341
%%DATADIR%%/red/condense.b
342
%%PSL%%%%DATADIR%%/red/applysym.b
342
%%DATADIR%%/red/conj.b
343
%%PSL%%%%DATADIR%%/red/approx.b
343
%%DATADIR%%/red/conlaw.b
344
%%PSL%%%%DATADIR%%/red/arinv.b
344
%%DATADIR%%/red/conlaw0.b
345
%%PSL%%%%DATADIR%%/red/arith.b
345
%%DATADIR%%/red/conlaw1.b
346
%%PSL%%%%DATADIR%%/red/arnum.b
346
%%DATADIR%%/red/conlaw2.b
347
%%PSL%%%%DATADIR%%/red/array.b
347
%%DATADIR%%/red/conlaw3.b
348
%%PSL%%%%DATADIR%%/red/assert.b
348
%%DATADIR%%/red/conlaw4.b
349
%%PSL%%%%DATADIR%%/red/assertcheckfn.b
349
%%DATADIR%%/red/constre.b
350
%%PSL%%%%DATADIR%%/red/assertproc.b
350
%%DATADIR%%/red/contact.b
351
%%PSL%%%%DATADIR%%/red/assist.b
351
%%DATADIR%%/red/contents.b
352
%%PSL%%%%DATADIR%%/red/atensor.b
352
%%DATADIR%%/red/contfr.b
353
%%PSL%%%%DATADIR%%/red/auxitens.b
353
%%DATADIR%%/red/contfrac.b
354
%%PSL%%%%DATADIR%%/red/avector.b
354
%%DATADIR%%/red/control.b
355
%%PSL%%%%DATADIR%%/red/backtrck.b
355
%%DATADIR%%/red/contrtns.b
356
%%PSL%%%%DATADIR%%/red/baglist.b
356
%%DATADIR%%/red/convert.b
357
%%PSL%%%%DATADIR%%/red/bareiss.b
357
%%DATADIR%%/red/cpxrn.b
358
%%PSL%%%%DATADIR%%/red/bas.b
358
%%DATADIR%%/red/crack.b
359
%%PSL%%%%DATADIR%%/red/basis.b
359
%%DATADIR%%/red/crdec.b
360
%%PSL%%%%DATADIR%%/red/bcoeff.b
360
%%DATADIR%%/red/crdiffelim.b
361
%%PSL%%%%DATADIR%%/red/bcsf.b
361
%%DATADIR%%/red/crelem.b
362
%%PSL%%%%DATADIR%%/red/bfauxil.b
362
%%DATADIR%%/red/crequsol.b
363
%%PSL%%%%DATADIR%%/red/bfdoer.b
363
%%DATADIR%%/red/crgb.b
364
%%PSL%%%%DATADIR%%/red/bfdoer2.b
364
%%DATADIR%%/red/crgensep.b
365
%%PSL%%%%DATADIR%%/red/bfelem.b
365
%%DATADIR%%/red/crhomalg.b
366
%%PSL%%%%DATADIR%%/red/bibasis.b
366
%%DATADIR%%/red/crident.b
367
%%PSL%%%%DATADIR%%/red/bibasis_interface.b
367
%%DATADIR%%/red/crineq.b
368
%%PSL%%%%DATADIR%%/red/bibasis_involutive.b
368
%%DATADIR%%/red/crinit.b
369
%%PSL%%%%DATADIR%%/red/bibasis_janet_tree.b
369
%%DATADIR%%/red/crint.b
370
%%PSL%%%%DATADIR%%/red/bibasis_monom.b
370
%%DATADIR%%/red/crlinalg.b
371
%%PSL%%%%DATADIR%%/red/bibasis_polynom.b
371
%%DATADIR%%/red/crmain.b
372
%%PSL%%%%DATADIR%%/red/bibasis_qset.b
372
%%DATADIR%%/red/crpvm.b
373
%%PSL%%%%DATADIR%%/red/bibasis_triple.b
373
%%DATADIR%%/red/crresu.b
374
%%PSL%%%%DATADIR%%/red/bibasis_tset.b
374
%%DATADIR%%/red/crsep.b
375
%%PSL%%%%DATADIR%%/red/bigmodp.b
375
%%DATADIR%%/red/crshort.b
376
%%PSL%%%%DATADIR%%/red/block.b
376
%%DATADIR%%/red/crsimp.b
377
%%PSL%%%%DATADIR%%/red/block4.b
377
%%DATADIR%%/red/crsimpso.b
378
%%PSL%%%%DATADIR%%/red/boolean.b
378
%%DATADIR%%/red/crstart.b
379
%%PSL%%%%DATADIR%%/red/bootstrap.img
379
%%DATADIR%%/red/crstruc.b
380
%%PSL%%%%DATADIR%%/red/bounds.b
380
%%DATADIR%%/red/crsubsys.b
381
%%PSL%%%%DATADIR%%/red/bquote.b
381
%%DATADIR%%/red/crtrafo.b
382
%%PSL%%%%DATADIR%%/red/breduce.b
382
%%DATADIR%%/red/crunder.b
383
%%PSL%%%%DATADIR%%/red/buchbg.b
383
%%DATADIR%%/red/crutil.b
384
%%PSL%%%%DATADIR%%/red/cali.b
384
%%DATADIR%%/red/csolve.b
385
%%PSL%%%%DATADIR%%/red/calimat.b
385
%%DATADIR%%/red/ctintro.b
386
%%PSL%%%%DATADIR%%/red/camal.b
386
%%DATADIR%%/red/cvit.b
387
%%PSL%%%%DATADIR%%/red/cantens.b
387
%%DATADIR%%/red/cvitmap.b
388
%%PSL%%%%DATADIR%%/red/cdiff.b
388
%%DATADIR%%/red/dcfsf.b
389
%%PSL%%%%DATADIR%%/red/cdiffx.b
389
%%DATADIR%%/red/dcfsfkacem.b
390
%%PSL%%%%DATADIR%%/red/cde.b
390
%%DATADIR%%/red/dcfsfmisc.b
391
%%PSL%%%%DATADIR%%/red/cde_ansatz.b
391
%%DATADIR%%/red/dcfsfqe.b
392
%%PSL%%%%DATADIR%%/red/cde_cdcalc.b
392
%%DATADIR%%/red/dcfsfsism.b
393
%%PSL%%%%DATADIR%%/red/cde_cdiff.b
393
%%DATADIR%%/red/decompos.b
394
%%PSL%%%%DATADIR%%/red/cde_diffcon.b
394
%%DATADIR%%/red/decrep.b
395
%%PSL%%%%DATADIR%%/red/cde_init.b
395
%%DATADIR%%/red/defint.b
396
%%PSL%%%%DATADIR%%/red/cde_jetspace.b
396
%%DATADIR%%/red/defint0.b
397
%%PSL%%%%DATADIR%%/red/cde_parametric.b
397
%%DATADIR%%/red/definta.b
398
%%PSL%%%%DATADIR%%/red/cde_tools.b
398
%%DATADIR%%/red/defintb.b
399
%%PSL%%%%DATADIR%%/red/cde_totalder.b
399
%%DATADIR%%/red/defintc.b
400
%%PSL%%%%DATADIR%%/red/cde_varcalc.b
400
%%DATADIR%%/red/defintd.b
401
%%PSL%%%%DATADIR%%/red/cedit.b
401
%%DATADIR%%/red/definte.b
402
%%PSL%%%%DATADIR%%/red/cface.b
402
%%DATADIR%%/red/defintf.b
403
%%PSL%%%%DATADIR%%/red/cgb.b
403
%%DATADIR%%/red/defintg.b
404
%%PSL%%%%DATADIR%%/red/changevr.b
404
%%DATADIR%%/red/definth.b
405
%%PSL%%%%DATADIR%%/red/charname.b
405
%%DATADIR%%/red/definti.b
406
%%PSL%%%%DATADIR%%/red/charpol.b
406
%%DATADIR%%/red/defintj.b
407
%%PSL%%%%DATADIR%%/red/chebysh.b
407
%%DATADIR%%/red/defintk.b
408
%%PSL%%%%DATADIR%%/red/checkind.b
408
%%DATADIR%%/red/defintx.b
409
%%PSL%%%%DATADIR%%/red/cholesky.b
409
%%DATADIR%%/red/degform.b
410
%%PSL%%%%DATADIR%%/red/cl.b
410
%%DATADIR%%/red/degsets.b
411
%%PSL%%%%DATADIR%%/red/clbnf.b
411
%%DATADIR%%/red/depend.b
412
%%PSL%%%%DATADIR%%/red/clmisc.b
412
%%DATADIR%%/red/desir.b
413
%%PSL%%%%DATADIR%%/red/clnf.b
413
%%DATADIR%%/red/det.b
414
%%PSL%%%%DATADIR%%/red/clprl.b
414
%%DATADIR%%/red/df2q.b
415
%%PSL%%%%DATADIR%%/red/clqe.b
415
%%DATADIR%%/red/dfpart.b
416
%%PSL%%%%DATADIR%%/red/clresolv.b
416
%%DATADIR%%/red/dfprin.b
417
%%PSL%%%%DATADIR%%/red/clsimpl.b
417
%%DATADIR%%/red/diff.b
418
%%PSL%%%%DATADIR%%/red/clsl.b
418
%%DATADIR%%/red/dilog.b
419
%%PSL%%%%DATADIR%%/red/cltab.b
419
%%DATADIR%%/red/dint.b
420
%%PSL%%%%DATADIR%%/red/coates.b
420
%%DATADIR%%/red/dip2a.b
421
%%PSL%%%%DATADIR%%/red/coatesid.b
421
%%DATADIR%%/red/dipoly.b
422
%%PSL%%%%DATADIR%%/red/codad1.b
422
%%DATADIR%%/red/dipoly1.b
423
%%PSL%%%%DATADIR%%/red/codad2.b
423
%%DATADIR%%/red/dipprint.b
424
%%PSL%%%%DATADIR%%/red/codctl.b
424
%%DATADIR%%/red/dipvars.b
425
%%PSL%%%%DATADIR%%/red/coddec.b
425
%%DATADIR%%/red/discret.b
426
%%PSL%%%%DATADIR%%/red/coddom.b
426
%%DATADIR%%/red/disjoin.b
427
%%PSL%%%%DATADIR%%/red/codgen.b
427
%%DATADIR%%/red/distrib.b
428
%%PSL%%%%DATADIR%%/red/codhrn.b
428
%%DATADIR%%/red/divide.b
429
%%PSL%%%%DATADIR%%/red/codmat.b
429
%%DATADIR%%/red/dmode.b
430
%%PSL%%%%DATADIR%%/red/codopt.b
430
%%DATADIR%%/red/dmodeop.b
431
%%PSL%%%%DATADIR%%/red/codpri.b
431
%%DATADIR%%/red/dp.b
432
%%PSL%%%%DATADIR%%/red/codstr.b
432
%%DATADIR%%/red/dpmat.b
433
%%PSL%%%%DATADIR%%/red/coeff.b
433
%%DATADIR%%/red/dpoly.b
434
%%PSL%%%%DATADIR%%/red/coeffts.b
434
%%DATADIR%%/red/driver.b
435
%%PSL%%%%DATADIR%%/red/cofactor.b
435
%%DATADIR%%/red/dummy.b
436
%%PSL%%%%DATADIR%%/red/comfac.b
436
%%DATADIR%%/red/dummy1.b
437
%%PSL%%%%DATADIR%%/red/compact.b
437
%%DATADIR%%/red/dummy2.b
438
%%PSL%%%%DATADIR%%/red/compactf.b
438
%%DATADIR%%/red/dummycnt.b
439
%%PSL%%%%DATADIR%%/red/compat.b
439
%%DATADIR%%/red/dvfsf.b
440
%%PSL%%%%DATADIR%%/red/complx.b
440
%%DATADIR%%/red/dvfsfmisc.b
441
%%PSL%%%%DATADIR%%/red/complxp.b
441
%%DATADIR%%/red/dvfsfqe.b
442
%%PSL%%%%DATADIR%%/red/compopr.b
442
%%DATADIR%%/red/dvfsfsiat.b
443
%%PSL%%%%DATADIR%%/red/comprd.b
443
%%DATADIR%%/red/dvfsfsism.b
444
%%PSL%%%%DATADIR%%/red/condense.b
444
%%DATADIR%%/red/eds.b
445
%%PSL%%%%DATADIR%%/red/conj.b
445
%%DATADIR%%/red/edsaux.b
446
%%PSL%%%%DATADIR%%/red/conlaw.b
446
%%DATADIR%%/red/edscfrm.b
447
%%PSL%%%%DATADIR%%/red/conlaw0.b
447
%%DATADIR%%/red/edsequiv.b
448
%%PSL%%%%DATADIR%%/red/conlaw1.b
448
%%DATADIR%%/red/edseval.b
449
%%PSL%%%%DATADIR%%/red/conlaw2.b
449
%%DATADIR%%/red/edsexptl.b
450
%%PSL%%%%DATADIR%%/red/conlaw3.b
450
%%DATADIR%%/red/edsnorml.b
451
%%PSL%%%%DATADIR%%/red/conlaw4.b
451
%%DATADIR%%/red/edspatch.b
452
%%PSL%%%%DATADIR%%/red/constre.b
452
%%DATADIR%%/red/edspde.b
453
%%PSL%%%%DATADIR%%/red/contact.b
453
%%DATADIR%%/red/edssolve.b
454
%%PSL%%%%DATADIR%%/red/contents.b
454
%%DATADIR%%/red/edsuser.b
455
%%PSL%%%%DATADIR%%/red/contfr.b
455
%%DATADIR%%/red/elem.b
456
%%PSL%%%%DATADIR%%/red/contfrac.b
456
%%DATADIR%%/red/element.b
457
%%PSL%%%%DATADIR%%/red/control.b
457
%%DATADIR%%/red/entry.b
458
%%PSL%%%%DATADIR%%/red/contrtns.b
458
%%DATADIR%%/red/eqn.b
459
%%PSL%%%%DATADIR%%/red/convert.b
459
%%DATADIR%%/red/evalmaps.b
460
%%PSL%%%%DATADIR%%/red/cpxrn.b
460
%%DATADIR%%/red/exaux.b
461
%%PSL%%%%DATADIR%%/red/crack.b
461
%%DATADIR%%/red/excalc.b
462
%%PSL%%%%DATADIR%%/red/crdec.b
462
%%DATADIR%%/red/exdf.b
463
%%PSL%%%%DATADIR%%/red/crdiffelim.b
463
%%DATADIR%%/red/exintro.b
464
%%PSL%%%%DATADIR%%/red/crelem.b
464
%%DATADIR%%/red/exlists.b
465
%%PSL%%%%DATADIR%%/red/crequsol.b
465
%%DATADIR%%/red/expon.b
466
%%PSL%%%%DATADIR%%/red/crgb.b
466
%%DATADIR%%/red/expres.b
467
%%PSL%%%%DATADIR%%/red/crgensep.b
467
%%DATADIR%%/red/exptchk.b
468
%%PSL%%%%DATADIR%%/red/crhomalg.b
468
%%DATADIR%%/red/exptf.b
469
%%PSL%%%%DATADIR%%/red/crident.b
469
%%DATADIR%%/red/expvec.b
470
%%PSL%%%%DATADIR%%/red/crineq.b
470
%%DATADIR%%/red/extops.b
471
%%PSL%%%%DATADIR%%/red/crinit.b
471
%%DATADIR%%/red/extout.b
472
%%PSL%%%%DATADIR%%/red/crint.b
472
%%DATADIR%%/red/ezgcd.b
473
%%PSL%%%%DATADIR%%/red/crlinalg.b
473
%%DATADIR%%/red/ezgcdf.b
474
%%PSL%%%%DATADIR%%/red/crmain.b
474
%%DATADIR%%/red/facform.b
475
%%PSL%%%%DATADIR%%/red/crpvm.b
475
%%DATADIR%%/red/facmisc.b
476
%%PSL%%%%DATADIR%%/red/crresu.b
476
%%DATADIR%%/red/facmod.b
477
%%PSL%%%%DATADIR%%/red/crstart.b
477
%%DATADIR%%/red/facprim.b
478
%%PSL%%%%DATADIR%%/red/crsep.b
478
%%DATADIR%%/red/facstr.b
479
%%PSL%%%%DATADIR%%/red/crshort.b
479
%%DATADIR%%/red/factor.b
480
%%PSL%%%%DATADIR%%/red/crsimp.b
480
%%DATADIR%%/red/facuni.b
481
%%PSL%%%%DATADIR%%/red/crsimpso.b
481
%%DATADIR%%/red/farith.b
482
%%PSL%%%%DATADIR%%/red/crstruc.b
482
%%DATADIR%%/red/fastmath.b
483
%%PSL%%%%DATADIR%%/red/crsubsys.b
483
%%DATADIR%%/red/fastmod.b
484
%%PSL%%%%DATADIR%%/red/crtrafo.b
484
%%DATADIR%%/red/fide.b
485
%%PSL%%%%DATADIR%%/red/crunder.b
485
%%DATADIR%%/red/fide1.b
486
%%PSL%%%%DATADIR%%/red/crutil.b
486
%%DATADIR%%/red/findmagc.b
487
%%PSL%%%%DATADIR%%/red/csolve.b
487
%%DATADIR%%/red/findres.b
488
%%PSL%%%%DATADIR%%/red/ctintro.b
488
%%DATADIR%%/red/finitise.b
489
%%PSL%%%%DATADIR%%/red/cvit.b
489
%%DATADIR%%/red/fixes2.b
490
%%PSL%%%%DATADIR%%/red/cvitmap.b
490
%%DATADIR%%/red/fixsubf.b
491
%%PSL%%%%DATADIR%%/red/dcfsf.b
491
%%DATADIR%%/red/fmprint.b
492
%%PSL%%%%DATADIR%%/red/dcfsfkacem.b
492
%%DATADIR%%/red/for88.b
493
%%PSL%%%%DATADIR%%/red/dcfsfmisc.b
493
%%DATADIR%%/red/forall.b
494
%%PSL%%%%DATADIR%%/red/dcfsfqe.b
494
%%DATADIR%%/red/forall4.b
495
%%PSL%%%%DATADIR%%/red/dcfsfsism.b
495
%%DATADIR%%/red/forder.b
496
%%PSL%%%%DATADIR%%/red/decompos.b
496
%%DATADIR%%/red/form.b
497
%%PSL%%%%DATADIR%%/red/decrep.b
497
%%DATADIR%%/red/form4.b
498
%%PSL%%%%DATADIR%%/red/defint.b
498
%%DATADIR%%/red/forstat.b
499
%%PSL%%%%DATADIR%%/red/defint0.b
499
%%DATADIR%%/red/forstat4.b
500
%%PSL%%%%DATADIR%%/red/definta.b
500
%%DATADIR%%/red/fortpri.b
501
%%PSL%%%%DATADIR%%/red/defintb.b
501
%%DATADIR%%/red/fourdom.b
502
%%PSL%%%%DATADIR%%/red/defintc.b
502
%%DATADIR%%/red/fourplus.b
503
%%PSL%%%%DATADIR%%/red/defintd.b
503
%%DATADIR%%/red/fps.b
504
%%PSL%%%%DATADIR%%/red/definte.b
504
%%DATADIR%%/red/fracdi.b
505
%%PSL%%%%DATADIR%%/red/defintf.b
505
%%DATADIR%%/red/frames.b
506
%%PSL%%%%DATADIR%%/red/defintg.b
506
%%DATADIR%%/red/froben.b
507
%%PSL%%%%DATADIR%%/red/definth.b
507
%%DATADIR%%/red/fsimplex.b
508
%%PSL%%%%DATADIR%%/red/definti.b
508
%%DATADIR%%/red/gauss.b
509
%%PSL%%%%DATADIR%%/red/defintj.b
509
%%DATADIR%%/red/gb.b
510
%%PSL%%%%DATADIR%%/red/defintk.b
510
%%DATADIR%%/red/gbsc.b
511
%%PSL%%%%DATADIR%%/red/defintx.b
511
%%DATADIR%%/red/gcd.b
512
%%PSL%%%%DATADIR%%/red/degform.b
512
%%DATADIR%%/red/gcref.b
513
%%PSL%%%%DATADIR%%/red/degsets.b
513
%%DATADIR%%/red/general.b
514
%%PSL%%%%DATADIR%%/red/depend.b
514
%%DATADIR%%/red/genmod.b
515
%%PSL%%%%DATADIR%%/red/desir.b
515
%%DATADIR%%/red/genparser.b
516
%%PSL%%%%DATADIR%%/red/det.b
516
%%DATADIR%%/red/genparserprint.b
517
%%PSL%%%%DATADIR%%/red/df2q.b
517
%%DATADIR%%/red/genpurfn.b
518
%%PSL%%%%DATADIR%%/red/dfpart.b
518
%%DATADIR%%/red/gentens.b
519
%%PSL%%%%DATADIR%%/red/dfprin.b
519
%%DATADIR%%/red/gentran.b
520
%%PSL%%%%DATADIR%%/red/diff.b
520
%%DATADIR%%/red/genus.b
521
%%PSL%%%%DATADIR%%/red/dilog.b
521
%%DATADIR%%/red/geoprover.b
522
%%PSL%%%%DATADIR%%/red/dint.b
522
%%DATADIR%%/red/ghyper.b
523
%%PSL%%%%DATADIR%%/red/dip2a.b
523
%%DATADIR%%/red/gint.b
524
%%PSL%%%%DATADIR%%/red/dipoly.b
524
%%DATADIR%%/red/glexconv.b
525
%%PSL%%%%DATADIR%%/red/dipoly1.b
525
%%DATADIR%%/red/glmat.b
526
%%PSL%%%%DATADIR%%/red/dipprint.b
526
%%DATADIR%%/red/glsolve.b
527
%%PSL%%%%DATADIR%%/red/dipvars.b
527
%%DATADIR%%/red/gnuintfc.b
528
%%PSL%%%%DATADIR%%/red/discret.b
528
%%DATADIR%%/red/gnupldrv.b
529
%%PSL%%%%DATADIR%%/red/disjoin.b
529
%%DATADIR%%/red/gnuplot.b
530
%%PSL%%%%DATADIR%%/red/distrib.b
530
%%DATADIR%%/red/goutput.b
531
%%PSL%%%%DATADIR%%/red/divide.b
531
%%DATADIR%%/red/gparser.b
532
%%PSL%%%%DATADIR%%/red/dmode.b
532
%%DATADIR%%/red/gramschm.b
533
%%PSL%%%%DATADIR%%/red/dmodeop.b
533
%%DATADIR%%/red/grassman.b
534
%%PSL%%%%DATADIR%%/red/dp.b
534
%%DATADIR%%/red/greduo.b
535
%%PSL%%%%DATADIR%%/red/dpmat.b
535
%%DATADIR%%/red/grinter2.b
536
%%PSL%%%%DATADIR%%/red/dpoly.b
536
%%DATADIR%%/red/grinterf.b
537
%%PSL%%%%DATADIR%%/red/driver.b
537
%%DATADIR%%/red/groeb.b
538
%%PSL%%%%DATADIR%%/red/dummy.b
538
%%DATADIR%%/red/groebcri.b
539
%%PSL%%%%DATADIR%%/red/dummy1.b
539
%%DATADIR%%/red/groebf.b
540
%%PSL%%%%DATADIR%%/red/dummy2.b
540
%%DATADIR%%/red/groebfac.b
541
%%PSL%%%%DATADIR%%/red/dummycnt.b
541
%%DATADIR%%/red/groebidq.b
542
%%PSL%%%%DATADIR%%/red/dvfsf.b
542
%%DATADIR%%/red/groebman.b
543
%%PSL%%%%DATADIR%%/red/dvfsfmisc.b
543
%%DATADIR%%/red/groebmes.b
544
%%PSL%%%%DATADIR%%/red/dvfsfqe.b
544
%%DATADIR%%/red/groebner.b
545
%%PSL%%%%DATADIR%%/red/dvfsfsiat.b
545
%%DATADIR%%/red/groebnr2.b
546
%%PSL%%%%DATADIR%%/red/dvfsfsism.b
546
%%DATADIR%%/red/groebopt.b
547
%%PSL%%%%DATADIR%%/red/eds.b
547
%%DATADIR%%/red/groebrst.b
548
%%PSL%%%%DATADIR%%/red/edsaux.b
548
%%DATADIR%%/red/groebsea.b
549
%%PSL%%%%DATADIR%%/red/edscfrm.b
549
%%DATADIR%%/red/groebsor.b
550
%%PSL%%%%DATADIR%%/red/edsequiv.b
550
%%DATADIR%%/red/groebspa.b
551
%%PSL%%%%DATADIR%%/red/edseval.b
551
%%DATADIR%%/red/groebtra.b
552
%%PSL%%%%DATADIR%%/red/edsexptl.b
552
%%DATADIR%%/red/groesolv.b
553
%%PSL%%%%DATADIR%%/red/edsnorml.b
553
%%DATADIR%%/red/groeweak.b
554
%%PSL%%%%DATADIR%%/red/edspatch.b
554
%%DATADIR%%/red/guardian.b
555
%%PSL%%%%DATADIR%%/red/edspde.b
555
%%DATADIR%%/red/guardianprint.b
556
%%PSL%%%%DATADIR%%/red/edssolve.b
556
%%DATADIR%%/red/guardianschemes.b
557
%%PSL%%%%DATADIR%%/red/edsuser.b
557
%%DATADIR%%/red/hacksqrt.b
558
%%PSL%%%%DATADIR%%/red/elem.b
558
%%DATADIR%%/red/halfangl.b
559
%%PSL%%%%DATADIR%%/red/element.b
559
%%DATADIR%%/red/harmonic.b
560
%%PSL%%%%DATADIR%%/red/entry.b
560
%%DATADIR%%/red/hcvctors.b
561
%%PSL%%%%DATADIR%%/red/eqn.b
561
%%DATADIR%%/red/hdiff.b
562
%%PSL%%%%DATADIR%%/red/evalmaps.b
562
%%DATADIR%%/red/helpasst.b
563
%%PSL%%%%DATADIR%%/red/exaux.b
563
%%DATADIR%%/red/hephys.b
564
%%PSL%%%%DATADIR%%/red/excalc.b
564
%%DATADIR%%/red/hf.b
565
%%PSL%%%%DATADIR%%/red/exdf.b
565
%%DATADIR%%/red/hggroeb.b
566
%%PSL%%%%DATADIR%%/red/exintro.b
566
%%DATADIR%%/red/hgrsolve.b
567
%%PSL%%%%DATADIR%%/red/exlists.b
567
%%DATADIR%%/red/hilbertp.b
568
%%PSL%%%%DATADIR%%/red/expon.b
568
%%DATADIR%%/red/hilberts.b
569
%%PSL%%%%DATADIR%%/red/expres.b
569
%%DATADIR%%/red/hille.b
570
%%PSL%%%%DATADIR%%/red/exptchk.b
570
%%DATADIR%%/red/hodge.b
571
%%PSL%%%%DATADIR%%/red/exptf.b
571
%%DATADIR%%/red/homog.b
572
%%PSL%%%%DATADIR%%/red/expvec.b
572
%%DATADIR%%/red/horner.b
573
%%PSL%%%%DATADIR%%/red/extops.b
573
%%DATADIR%%/red/hsub.b
574
%%PSL%%%%DATADIR%%/red/extout.b
574
%%DATADIR%%/red/hugo
575
%%PSL%%%%DATADIR%%/red/ezgcd.b
575
%%DATADIR%%/red/hurwp.b
576
%%PSL%%%%DATADIR%%/red/ezgcdf.b
576
%%DATADIR%%/red/ibalp.b
577
%%PSL%%%%DATADIR%%/red/facform.b
577
%%DATADIR%%/red/ibalpkapur.b
578
%%PSL%%%%DATADIR%%/red/facmisc.b
578
%%DATADIR%%/red/ibalpqsat.b
579
%%PSL%%%%DATADIR%%/red/facmod.b
579
%%DATADIR%%/red/ibasics.b
580
%%PSL%%%%DATADIR%%/red/facprim.b
580
%%DATADIR%%/red/ideals.b
581
%%PSL%%%%DATADIR%%/red/facstr.b
581
%%DATADIR%%/red/idepend.b
582
%%PSL%%%%DATADIR%%/red/factor.b
582
%%DATADIR%%/red/idexf.b
583
%%PSL%%%%DATADIR%%/red/facuni.b
583
%%DATADIR%%/red/iimet.b
584
%%PSL%%%%DATADIR%%/red/farith.b
584
%%DATADIR%%/red/imageset.b
585
%%PSL%%%%DATADIR%%/red/fastmath.b
585
%%DATADIR%%/red/indices.b
586
%%PSL%%%%DATADIR%%/red/fastmod.b
586
%%DATADIR%%/red/indsymm.b
587
%%PSL%%%%DATADIR%%/red/fide.b
587
%%DATADIR%%/red/indxprin.b
588
%%PSL%%%%DATADIR%%/red/fide1.b
588
%%DATADIR%%/red/ineq.b
589
%%PSL%%%%DATADIR%%/red/findmagc.b
589
%%DATADIR%%/red/infix.b
590
%%PSL%%%%DATADIR%%/red/findres.b
590
%%DATADIR%%/red/inline-defs.dat
591
%%PSL%%%%DATADIR%%/red/finitise.b
591
%%DATADIR%%/red/innerprd.b
592
%%PSL%%%%DATADIR%%/red/fixes2.b
592
%%DATADIR%%/red/inspect.b
593
%%PSL%%%%DATADIR%%/red/fixsubf.b
593
%%DATADIR%%/red/int.b
594
%%PSL%%%%DATADIR%%/red/fmprint.b
594
%%DATADIR%%/red/intbasis.b
595
%%PSL%%%%DATADIR%%/red/for88.b
595
%%DATADIR%%/red/integrator.b
596
%%PSL%%%%DATADIR%%/red/forall.b
596
%%DATADIR%%/red/inter.b
597
%%PSL%%%%DATADIR%%/red/forall4.b
597
%%DATADIR%%/red/interfac.b
598
%%PSL%%%%DATADIR%%/red/forder.b
598
%%DATADIR%%/red/interpol.b
599
%%PSL%%%%DATADIR%%/red/form.b
599
%%DATADIR%%/red/intf.b
600
%%PSL%%%%DATADIR%%/red/form4.b
600
%%DATADIR%%/red/intfac.b
601
%%PSL%%%%DATADIR%%/red/forstat.b
601
%%DATADIR%%/red/intfierz.b
602
%%PSL%%%%DATADIR%%/red/forstat4.b
602
%%DATADIR%%/red/intrfc.b
603
%%PSL%%%%DATADIR%%/red/fortpri.b
603
%%DATADIR%%/red/intro.b
604
%%PSL%%%%DATADIR%%/red/fourdom.b
604
%%DATADIR%%/red/inttaylr.b
605
%%PSL%%%%DATADIR%%/red/fourplus.b
605
%%DATADIR%%/red/invbase.b
606
%%PSL%%%%DATADIR%%/red/fps.b
606
%%DATADIR%%/red/invbcomp.b
607
%%PSL%%%%DATADIR%%/red/fracdi.b
607
%%DATADIR%%/red/invbint.b
608
%%PSL%%%%DATADIR%%/red/frames.b
608
%%DATADIR%%/red/invol.b
609
%%PSL%%%%DATADIR%%/red/froben.b
609
%%DATADIR%%/red/io.b
610
%%PSL%%%%DATADIR%%/red/fsimplex.b
610
%%DATADIR%%/red/ioto.b
611
%%PSL%%%%DATADIR%%/red/gauss.b
611
%%DATADIR%%/red/ir2om.b
612
%%PSL%%%%DATADIR%%/red/gb.b
612
%%DATADIR%%/red/isolve.b
613
%%PSL%%%%DATADIR%%/red/gbsc.b
613
%%DATADIR%%/red/jhddiff.b
614
%%PSL%%%%DATADIR%%/red/gcd.b
614
%%DATADIR%%/red/jhdriver.b
615
%%PSL%%%%DATADIR%%/red/gcref.b
615
%%DATADIR%%/red/jordan.b
616
%%PSL%%%%DATADIR%%/red/general.b
616
%%DATADIR%%/red/jordsymb.b
617
%%PSL%%%%DATADIR%%/red/genmod.b
617
%%DATADIR%%/red/jpatches.b
618
%%PSL%%%%DATADIR%%/red/genparser.b
618
%%DATADIR%%/red/jsymbols.b
619
%%PSL%%%%DATADIR%%/red/genparserprint.b
619
%%DATADIR%%/red/kernel.b
620
%%PSL%%%%DATADIR%%/red/genpurfn.b
620
%%DATADIR%%/red/kredelw.b
621
%%PSL%%%%DATADIR%%/red/gentens.b
621
%%DATADIR%%/red/kronf.b
622
%%PSL%%%%DATADIR%%/red/gentran.b
622
%%DATADIR%%/red/kuechl.b
623
%%PSL%%%%DATADIR%%/red/genus.b
623
%%DATADIR%%/red/lalr.b
624
%%PSL%%%%DATADIR%%/red/geoprover.b
624
%%DATADIR%%/red/lamatrix.b
625
%%PSL%%%%DATADIR%%/red/ghyper.b
625
%%DATADIR%%/red/laplace.b
626
%%PSL%%%%DATADIR%%/red/gint.b
626
%%DATADIR%%/red/lf.b
627
%%PSL%%%%DATADIR%%/red/glexconv.b
627
%%DATADIR%%/red/libreduce.b
628
%%PSL%%%%DATADIR%%/red/glmat.b
628
%%DATADIR%%/red/lie.b
629
%%PSL%%%%DATADIR%%/red/glsolve.b
629
%%DATADIR%%/red/lie1234.b
630
%%PSL%%%%DATADIR%%/red/gnuintfc.b
630
%%DATADIR%%/red/liedf.b
631
%%PSL%%%%DATADIR%%/red/gnupldrv.b
631
%%DATADIR%%/red/liendmc1.b
632
%%PSL%%%%DATADIR%%/red/gnuplot.b
632
%%DATADIR%%/red/liepde.b
633
%%PSL%%%%DATADIR%%/red/goutput.b
633
%%DATADIR%%/red/lievalfm.b
634
%%PSL%%%%DATADIR%%/red/gparser.b
634
%%DATADIR%%/red/limits.b
635
%%PSL%%%%DATADIR%%/red/gramschm.b
635
%%DATADIR%%/red/linalg.b
636
%%PSL%%%%DATADIR%%/red/grassman.b
636
%%DATADIR%%/red/linband.b
637
%%PSL%%%%DATADIR%%/red/greduo.b
637
%%DATADIR%%/red/linineq.b
638
%%PSL%%%%DATADIR%%/red/grinter2.b
638
%%DATADIR%%/red/linmodp.b
639
%%PSL%%%%DATADIR%%/red/grinterf.b
639
%%DATADIR%%/red/linop.b
640
%%PSL%%%%DATADIR%%/red/groeb.b
640
%%DATADIR%%/red/linrec.b
641
%%PSL%%%%DATADIR%%/red/groebcri.b
641
%%DATADIR%%/red/linrel.b
642
%%PSL%%%%DATADIR%%/red/groebf.b
642
%%DATADIR%%/red/liqsimp1.b
643
%%PSL%%%%DATADIR%%/red/groebfac.b
643
%%DATADIR%%/red/liqsimp2.b
644
%%PSL%%%%DATADIR%%/red/groebidq.b
644
%%DATADIR%%/red/list.b
645
%%PSL%%%%DATADIR%%/red/groebman.b
645
%%DATADIR%%/red/listvecops.b
646
%%PSL%%%%DATADIR%%/red/groebmes.b
646
%%DATADIR%%/red/log2atan.b
647
%%PSL%%%%DATADIR%%/red/groebner.b
647
%%DATADIR%%/red/logsort.b
648
%%PSL%%%%DATADIR%%/red/groebnr2.b
648
%%DATADIR%%/red/loops.b
649
%%PSL%%%%DATADIR%%/red/groebopt.b
649
%%DATADIR%%/red/loops88.b
650
%%PSL%%%%DATADIR%%/red/groebrst.b
650
%%DATADIR%%/red/lpdo.b
651
%%PSL%%%%DATADIR%%/red/groebsea.b
651
%%DATADIR%%/red/lpri.b
652
%%PSL%%%%DATADIR%%/red/groebsor.b
652
%%DATADIR%%/red/lspc.b
653
%%PSL%%%%DATADIR%%/red/groebspa.b
653
%%DATADIR%%/red/lspfor.b
654
%%PSL%%%%DATADIR%%/red/groebtra.b
654
%%DATADIR%%/red/lsppasc.b
655
%%PSL%%%%DATADIR%%/red/groesolv.b
655
%%DATADIR%%/red/lsprat.b
656
%%PSL%%%%DATADIR%%/red/groeweak.b
656
%%DATADIR%%/red/lto.b
657
%%PSL%%%%DATADIR%%/red/guardian.b
657
%%DATADIR%%/red/ludecom.b
658
%%PSL%%%%DATADIR%%/red/guardianprint.b
658
%%DATADIR%%/red/makefour.b
659
%%PSL%%%%DATADIR%%/red/guardianschemes.b
659
%%DATADIR%%/red/makevars.b
660
%%PSL%%%%DATADIR%%/red/hacksqrt.b
660
%%DATADIR%%/red/maninp.b
661
%%PSL%%%%DATADIR%%/red/halfangl.b
661
%%DATADIR%%/red/map.b
662
%%PSL%%%%DATADIR%%/red/harmonic.b
662
%%DATADIR%%/red/map2strn.b
663
%%PSL%%%%DATADIR%%/red/hcvctors.b
663
%%DATADIR%%/red/matarg.b
664
%%PSL%%%%DATADIR%%/red/hdiff.b
664
%%DATADIR%%/red/math.b
665
%%PSL%%%%DATADIR%%/red/helpasst.b
665
%%DATADIR%%/red/mathml.b
666
%%PSL%%%%DATADIR%%/red/hephys.b
666
%%DATADIR%%/red/mathmlom.b
667
%%PSL%%%%DATADIR%%/red/hf.b
667
%%DATADIR%%/red/mathpr.b
668
%%PSL%%%%DATADIR%%/red/hggroeb.b
668
%%DATADIR%%/red/matop.b
669
%%PSL%%%%DATADIR%%/red/hgrsolve.b
669
%%DATADIR%%/red/matpri.b
670
%%PSL%%%%DATADIR%%/red/hilbertp.b
670
%%DATADIR%%/red/matproc.b
671
%%PSL%%%%DATADIR%%/red/hilberts.b
671
%%DATADIR%%/red/matrext.b
672
%%PSL%%%%DATADIR%%/red/hille.b
672
%%DATADIR%%/red/matrix.b
673
%%PSL%%%%DATADIR%%/red/hodge.b
673
%%DATADIR%%/red/matrix4.b
674
%%PSL%%%%DATADIR%%/red/homog.b
674
%%DATADIR%%/red/matsm.b
675
%%PSL%%%%DATADIR%%/red/horner.b
675
%%DATADIR%%/red/maxmin.b
676
%%PSL%%%%DATADIR%%/red/hsub.b
676
%%DATADIR%%/red/meijerg.b
677
%%PSL%%%%DATADIR%%/red/hugo
677
%%DATADIR%%/red/mhensfns.b
678
%%PSL%%%%DATADIR%%/red/hurwp.b
678
%%DATADIR%%/red/minlngth.b
679
%%PSL%%%%DATADIR%%/red/ibalp.b
679
%%DATADIR%%/red/misc.b
680
%%PSL%%%%DATADIR%%/red/ibalpkapur.b
680
%%DATADIR%%/red/mksp.b
681
%%PSL%%%%DATADIR%%/red/ibalpqsat.b
681
%%DATADIR%%/red/mma.awk
682
%%PSL%%%%DATADIR%%/red/ibasics.b
682
%%DATADIR%%/red/mma.b
683
%%PSL%%%%DATADIR%%/red/ideals.b
683
%%DATADIR%%/red/mml_ir.b
684
%%PSL%%%%DATADIR%%/red/idepend.b
684
%%DATADIR%%/red/mo.b
685
%%PSL%%%%DATADIR%%/red/idexf.b
685
%%DATADIR%%/red/modify.b
686
%%PSL%%%%DATADIR%%/red/iimet.b
686
%%DATADIR%%/red/modlineq.b
687
%%PSL%%%%DATADIR%%/red/imageset.b
687
%%DATADIR%%/red/modpoly.b
688
%%PSL%%%%DATADIR%%/red/indices.b
688
%%DATADIR%%/red/modroots.b
689
%%PSL%%%%DATADIR%%/red/indsymm.b
689
%%DATADIR%%/red/modsolve.b
690
%%PSL%%%%DATADIR%%/red/indxprin.b
690
%%DATADIR%%/red/modsqrt.b
691
%%PSL%%%%DATADIR%%/red/ineq.b
691
%%DATADIR%%/red/modsr.b
692
%%PSL%%%%DATADIR%%/red/infix.b
692
%%DATADIR%%/red/modular.b
693
%%PSL%%%%DATADIR%%/red/inline-defs.dat
693
%%DATADIR%%/red/module.b
694
%%PSL%%%%DATADIR%%/red/innerprd.b
694
%%DATADIR%%/red/moid.b
695
%%PSL%%%%DATADIR%%/red/inspect.b
695
%%DATADIR%%/red/mprint.b
696
%%PSL%%%%DATADIR%%/red/int.b
696
%%DATADIR%%/red/mri.b
697
%%PSL%%%%DATADIR%%/red/intbasis.b
697
%%DATADIR%%/red/mri_ofsf.b
698
%%PSL%%%%DATADIR%%/red/integrator.b
698
%%DATADIR%%/red/mri_pasf.b
699
%%PSL%%%%DATADIR%%/red/inter.b
699
%%DATADIR%%/red/mriqe.b
700
%%PSL%%%%DATADIR%%/red/interfac.b
700
%%DATADIR%%/red/mrvlimit.b
701
%%PSL%%%%DATADIR%%/red/interpol.b
701
%%DATADIR%%/red/mstruct.b
702
%%PSL%%%%DATADIR%%/red/intf.b
702
%%DATADIR%%/red/mtables.b
703
%%PSL%%%%DATADIR%%/red/intfac.b
703
%%DATADIR%%/red/multihen.b
704
%%PSL%%%%DATADIR%%/red/intfierz.b
704
%%DATADIR%%/red/multroot.b
705
%%PSL%%%%DATADIR%%/red/intrfc.b
705
%%DATADIR%%/red/mv.b
706
%%PSL%%%%DATADIR%%/red/intro.b
706
%%DATADIR%%/red/mvmatch.b
707
%%PSL%%%%DATADIR%%/red/inttaylr.b
707
%%DATADIR%%/red/nagell.b
708
%%PSL%%%%DATADIR%%/red/invbase.b
708
%%DATADIR%%/red/nbasis.b
709
%%PSL%%%%DATADIR%%/red/invbcomp.b
709
%%DATADIR%%/red/ncdip.b
710
%%PSL%%%%DATADIR%%/red/invbint.b
710
%%DATADIR%%/red/ncenv.b
711
%%PSL%%%%DATADIR%%/red/invol.b
711
%%DATADIR%%/red/ncfactor.b
712
%%PSL%%%%DATADIR%%/red/io.b
712
%%DATADIR%%/red/ncgroeb.b
713
%%PSL%%%%DATADIR%%/red/ioto.b
713
%%DATADIR%%/red/ncout.b
714
%%PSL%%%%DATADIR%%/red/ir2om.b
714
%%DATADIR%%/red/ncpoly.b
715
%%PSL%%%%DATADIR%%/red/isolve.b
715
%%DATADIR%%/red/nestdom.b
716
%%PSL%%%%DATADIR%%/red/jhddiff.b
716
%%DATADIR%%/red/nestrad.b
717
%%PSL%%%%DATADIR%%/red/jhdriver.b
717
%%DATADIR%%/red/newtok.b
718
%%PSL%%%%DATADIR%%/red/jordan.b
718
%%DATADIR%%/red/newton.b
719
%%PSL%%%%DATADIR%%/red/jordsymb.b
719
%%DATADIR%%/red/noncom2.b
720
%%PSL%%%%DATADIR%%/red/jpatches.b
720
%%DATADIR%%/red/normform.b
721
%%PSL%%%%DATADIR%%/red/jsymbols.b
721
%%DATADIR%%/red/nrstroot.b
722
%%PSL%%%%DATADIR%%/red/kernel.b
722
%%DATADIR%%/red/nssimp.b
723
%%PSL%%%%DATADIR%%/red/kredelw.b
723
%%DATADIR%%/red/nullsp.b
724
%%PSL%%%%DATADIR%%/red/kronf.b
724
%%DATADIR%%/red/numeric.b
725
%%PSL%%%%DATADIR%%/red/kuechl.b
725
%%DATADIR%%/red/numeval.b
726
%%PSL%%%%DATADIR%%/red/lalr.b
726
%%DATADIR%%/red/numfit.b
727
%%PSL%%%%DATADIR%%/red/lamatrix.b
727
%%DATADIR%%/red/numint.b
728
%%PSL%%%%DATADIR%%/red/laplace.b
728
%%DATADIR%%/red/numsolve.b
729
%%PSL%%%%DATADIR%%/red/lf.b
729
%%DATADIR%%/red/numsup.b
730
%%PSL%%%%DATADIR%%/red/libreduce.b
730
%%DATADIR%%/red/odeintfc.b
731
%%PSL%%%%DATADIR%%/red/lie.b
731
%%DATADIR%%/red/odelin.b
732
%%PSL%%%%DATADIR%%/red/lie1234.b
732
%%DATADIR%%/red/odenon1.b
733
%%PSL%%%%DATADIR%%/red/liedf.b
733
%%DATADIR%%/red/odenonn.b
734
%%PSL%%%%DATADIR%%/red/liendmc1.b
734
%%DATADIR%%/red/odepatch.b
735
%%PSL%%%%DATADIR%%/red/liepde.b
735
%%DATADIR%%/red/odesolve.b
736
%%PSL%%%%DATADIR%%/red/lievalfm.b
736
%%DATADIR%%/red/odespcfn.b
737
%%PSL%%%%DATADIR%%/red/limits.b
737
%%DATADIR%%/red/odetop.b
738
%%PSL%%%%DATADIR%%/red/linalg.b
738
%%DATADIR%%/red/odim.b
739
%%PSL%%%%DATADIR%%/red/linband.b
739
%%DATADIR%%/red/ofsf.b
740
%%PSL%%%%DATADIR%%/red/linineq.b
740
%%DATADIR%%/red/ofsfanuex.b
741
%%PSL%%%%DATADIR%%/red/linmodp.b
741
%%DATADIR%%/red/ofsfbnf.b
742
%%PSL%%%%DATADIR%%/red/linop.b
742
%%DATADIR%%/red/ofsfcad.b
743
%%PSL%%%%DATADIR%%/red/linrec.b
743
%%DATADIR%%/red/ofsfcadproj.b
744
%%PSL%%%%DATADIR%%/red/linrel.b
744
%%DATADIR%%/red/ofsfdecdeg.b
745
%%PSL%%%%DATADIR%%/red/liqsimp1.b
745
%%DATADIR%%/red/ofsfdet.b
746
%%PSL%%%%DATADIR%%/red/liqsimp2.b
746
%%DATADIR%%/red/ofsfdpep.b
747
%%PSL%%%%DATADIR%%/red/list.b
747
%%DATADIR%%/red/ofsfexfr.b
748
%%PSL%%%%DATADIR%%/red/listvecops.b
748
%%DATADIR%%/red/ofsfgs.b
749
%%PSL%%%%DATADIR%%/red/log2atan.b
749
%%DATADIR%%/red/ofsfhqe.b
750
%%PSL%%%%DATADIR%%/red/logsort.b
750
%%DATADIR%%/red/ofsfic.b
751
%%PSL%%%%DATADIR%%/red/loops.b
751
%%DATADIR%%/red/ofsflp.b
752
%%PSL%%%%DATADIR%%/red/loops88.b
752
%%DATADIR%%/red/ofsfmisc.b
753
%%PSL%%%%DATADIR%%/red/lpdo.b
753
%%DATADIR%%/red/ofsfopt.b
754
%%PSL%%%%DATADIR%%/red/lpri.b
754
%%DATADIR%%/red/ofsfqe.b
755
%%PSL%%%%DATADIR%%/red/lspc.b
755
%%DATADIR%%/red/ofsfsiat.b
756
%%PSL%%%%DATADIR%%/red/lspfor.b
756
%%DATADIR%%/red/ofsfsism.b
757
%%PSL%%%%DATADIR%%/red/lsppasc.b
757
%%DATADIR%%/red/ofsfsmtqe.b
758
%%PSL%%%%DATADIR%%/red/lsprat.b
758
%%DATADIR%%/red/ofsftfc.b
759
%%PSL%%%%DATADIR%%/red/lto.b
759
%%DATADIR%%/red/ofsftrop.b
760
%%PSL%%%%DATADIR%%/red/ludecom.b
760
%%DATADIR%%/red/ofsfvsans.b
761
%%PSL%%%%DATADIR%%/red/makefour.b
761
%%DATADIR%%/red/ofsfvsblock.b
762
%%PSL%%%%DATADIR%%/red/makevars.b
762
%%DATADIR%%/red/ofsfvseset.b
763
%%PSL%%%%DATADIR%%/red/maninp.b
763
%%DATADIR%%/red/ofsfvsl.b
764
%%PSL%%%%DATADIR%%/red/map.b
764
%%DATADIR%%/red/ofsfvslists.b
765
%%PSL%%%%DATADIR%%/red/map2strn.b
765
%%DATADIR%%/red/ofsfvssub.b
766
%%PSL%%%%DATADIR%%/red/matarg.b
766
%%DATADIR%%/red/ofsfxopt.b
767
%%PSL%%%%DATADIR%%/red/math.b
767
%%DATADIR%%/red/om2ir.b
768
%%PSL%%%%DATADIR%%/red/mathml.b
768
%%DATADIR%%/red/opertens.b
769
%%PSL%%%%DATADIR%%/red/mathmlom.b
769
%%DATADIR%%/red/opmtch.b
770
%%PSL%%%%DATADIR%%/red/mathpr.b
770
%%DATADIR%%/red/order.b
771
%%PSL%%%%DATADIR%%/red/matop.b
771
%%DATADIR%%/red/orthovec.b
772
%%PSL%%%%DATADIR%%/red/matpri.b
772
%%DATADIR%%/red/package4.b
773
%%PSL%%%%DATADIR%%/red/matproc.b
773
%%DATADIR%%/red/pade.b
774
%%PSL%%%%DATADIR%%/red/matrext.b
774
%%DATADIR%%/red/paraset.b
775
%%PSL%%%%DATADIR%%/red/matrix.b
775
%%DATADIR%%/red/parray.b
776
%%PSL%%%%DATADIR%%/red/matrix4.b
776
%%DATADIR%%/red/parser.b
777
%%PSL%%%%DATADIR%%/red/matsm.b
777
%%DATADIR%%/red/part.b
778
%%PSL%%%%DATADIR%%/red/maxmin.b
778
%%DATADIR%%/red/partdf.b
779
%%PSL%%%%DATADIR%%/red/meijerg.b
779
%%DATADIR%%/red/partitns.b
780
%%PSL%%%%DATADIR%%/red/mhensfns.b
780
%%DATADIR%%/red/partitsf.b
781
%%PSL%%%%DATADIR%%/red/minlngth.b
781
%%DATADIR%%/red/pasf.b
782
%%PSL%%%%DATADIR%%/red/misc.b
782
%%DATADIR%%/red/pasfbnf.b
783
%%PSL%%%%DATADIR%%/red/mksp.b
783
%%DATADIR%%/red/pasfmisc.b
784
%%PSL%%%%DATADIR%%/red/mma.awk
784
%%DATADIR%%/red/pasfnf.b
785
%%PSL%%%%DATADIR%%/red/mma.b
785
%%DATADIR%%/red/pasfqe.b
786
%%PSL%%%%DATADIR%%/red/mml_ir.b
786
%%DATADIR%%/red/pasfresolve.b
787
%%PSL%%%%DATADIR%%/red/mo.b
787
%%DATADIR%%/red/pasfsiat.b
788
%%PSL%%%%DATADIR%%/red/modify.b
788
%%DATADIR%%/red/pasfsism.b
789
%%PSL%%%%DATADIR%%/red/modlineq.b
789
%%DATADIR%%/red/pattdefn.b
790
%%PSL%%%%DATADIR%%/red/modpoly.b
790
%%DATADIR%%/red/pattperm.b
791
%%PSL%%%%DATADIR%%/red/modroots.b
791
%%DATADIR%%/red/perm1.b
792
%%PSL%%%%DATADIR%%/red/modsolve.b
792
%%DATADIR%%/red/perms.b
793
%%PSL%%%%DATADIR%%/red/modsqrt.b
793
%%DATADIR%%/red/pf.b
794
%%PSL%%%%DATADIR%%/red/modsr.b
794
%%DATADIR%%/red/pfacmult.b
795
%%PSL%%%%DATADIR%%/red/modular.b
795
%%DATADIR%%/red/pfactor.b
796
%%PSL%%%%DATADIR%%/red/module.b
796
%%DATADIR%%/red/pgauss.b
797
%%PSL%%%%DATADIR%%/red/moid.b
797
%%DATADIR%%/red/pgcond.b
798
%%PSL%%%%DATADIR%%/red/mprint.b
798
%%DATADIR%%/red/pgsm.b
799
%%PSL%%%%DATADIR%%/red/mri.b
799
%%DATADIR%%/red/physop.b
800
%%PSL%%%%DATADIR%%/red/mri_ofsf.b
800
%%DATADIR%%/red/pident.b
801
%%PSL%%%%DATADIR%%/red/mri_pasf.b
801
%%DATADIR%%/red/places.b
802
%%PSL%%%%DATADIR%%/red/mriqe.b
802
%%DATADIR%%/red/plot.b
803
%%PSL%%%%DATADIR%%/red/mrvlimit.b
803
%%DATADIR%%/red/plotexp2.b
804
%%PSL%%%%DATADIR%%/red/mstruct.b
804
%%DATADIR%%/red/plotexp3.b
805
%%PSL%%%%DATADIR%%/red/mtables.b
805
%%DATADIR%%/red/plotimp2.b
806
%%PSL%%%%DATADIR%%/red/multihen.b
806
%%DATADIR%%/red/plotimp3.b
807
%%PSL%%%%DATADIR%%/red/multroot.b
807
%%DATADIR%%/red/plotnum.b
808
%%PSL%%%%DATADIR%%/red/mv.b
808
%%DATADIR%%/red/plotsynt.b
809
%%PSL%%%%DATADIR%%/red/mvmatch.b
809
%%DATADIR%%/red/pltpara.b
810
%%PSL%%%%DATADIR%%/red/nagell.b
810
%%DATADIR%%/red/pm.b
811
%%PSL%%%%DATADIR%%/red/nbasis.b
811
%%DATADIR%%/red/pmintrfc.b
812
%%PSL%%%%DATADIR%%/red/ncdip.b
812
%%DATADIR%%/red/pmpatch.b
813
%%PSL%%%%DATADIR%%/red/ncenv.b
813
%%DATADIR%%/red/pmrules.b
814
%%PSL%%%%DATADIR%%/red/ncfactor.b
814
%%DATADIR%%/red/polineq.b
815
%%PSL%%%%DATADIR%%/red/ncgroeb.b
815
%%DATADIR%%/red/polrep.b
816
%%PSL%%%%DATADIR%%/red/ncout.b
816
%%DATADIR%%/red/poly.b
817
%%PSL%%%%DATADIR%%/red/ncpoly.b
817
%%DATADIR%%/red/polydiv.b
818
%%PSL%%%%DATADIR%%/red/nestdom.b
818
%%DATADIR%%/red/polyexns.b
819
%%PSL%%%%DATADIR%%/red/nestrad.b
819
%%DATADIR%%/red/polyop.b
820
%%PSL%%%%DATADIR%%/red/newtok.b
820
%%DATADIR%%/red/ppsoln.b
821
%%PSL%%%%DATADIR%%/red/newton.b
821
%%DATADIR%%/red/pre.b
822
%%PSL%%%%DATADIR%%/red/noncom2.b
822
%%DATADIR%%/red/precoats.b
823
%%PSL%%%%DATADIR%%/red/normform.b
823
%%DATADIR%%/red/prep.b
824
%%PSL%%%%DATADIR%%/red/nrstroot.b
824
%%DATADIR%%/red/pretty.b
825
%%PSL%%%%DATADIR%%/red/nssimp.b
825
%%DATADIR%%/red/prime.b
826
%%PSL%%%%DATADIR%%/red/nullsp.b
826
%%DATADIR%%/red/primfac.b
827
%%PSL%%%%DATADIR%%/red/numeric.b
827
%%DATADIR%%/red/primitive.b
828
%%PSL%%%%DATADIR%%/red/numeval.b
828
%%DATADIR%%/red/proc.b
829
%%PSL%%%%DATADIR%%/red/numfit.b
829
%%DATADIR%%/red/proc4.b
830
%%PSL%%%%DATADIR%%/red/numint.b
830
%%DATADIR%%/red/prod.b
831
%%PSL%%%%DATADIR%%/red/numsolve.b
831
%%DATADIR%%/red/profile.b
832
%%PSL%%%%DATADIR%%/red/numsup.b
832
%%DATADIR%%/red/prolong.b
833
%%PSL%%%%DATADIR%%/red/odeintfc.b
833
%%DATADIR%%/red/psl.b
834
%%PSL%%%%DATADIR%%/red/odelin.b
834
%%DATADIR%%/red/pslprolo.b
835
%%PSL%%%%DATADIR%%/red/odenon1.b
835
%%DATADIR%%/red/pslrend.b
836
%%PSL%%%%DATADIR%%/red/odenonn.b
836
%%DATADIR%%/red/pullback.b
837
%%PSL%%%%DATADIR%%/red/odepatch.b
837
%%DATADIR%%/red/pvector.b
838
%%PSL%%%%DATADIR%%/red/odesolve.b
838
%%DATADIR%%/red/qepcad.awk
839
%%PSL%%%%DATADIR%%/red/odespcfn.b
839
%%DATADIR%%/red/qepcad.b
840
%%PSL%%%%DATADIR%%/red/odetop.b
840
%%DATADIR%%/red/qhull.b
841
%%PSL%%%%DATADIR%%/red/odim.b
841
%%DATADIR%%/red/qqe.b
842
%%PSL%%%%DATADIR%%/red/ofsf.b
842
%%DATADIR%%/red/qqe_ofsf.b
843
%%PSL%%%%DATADIR%%/red/ofsfanuex.b
843
%%DATADIR%%/red/qqemisc.b
844
%%PSL%%%%DATADIR%%/red/ofsfbnf.b
844
%%DATADIR%%/red/qqeqe.b
845
%%PSL%%%%DATADIR%%/red/ofsfcad.b
845
%%DATADIR%%/red/qqeqemisc.b
846
%%PSL%%%%DATADIR%%/red/ofsfcadproj.b
846
%%DATADIR%%/red/qqesiat.b
847
%%PSL%%%%DATADIR%%/red/ofsfdecdeg.b
847
%%DATADIR%%/red/qqesism.b
848
%%PSL%%%%DATADIR%%/red/ofsfdet.b
848
%%DATADIR%%/red/qqetrans.b
849
%%PSL%%%%DATADIR%%/red/ofsfdpep.b
849
%%DATADIR%%/red/qsum.b
850
%%PSL%%%%DATADIR%%/red/ofsfexfr.b
850
%%DATADIR%%/red/quartic.b
851
%%PSL%%%%DATADIR%%/red/ofsfgs.b
851
%%DATADIR%%/red/quot.b
852
%%PSL%%%%DATADIR%%/red/ofsfhqe.b
852
%%DATADIR%%/red/quotf.b
853
%%PSL%%%%DATADIR%%/red/ofsflp.b
853
%%DATADIR%%/red/raarith.b
854
%%PSL%%%%DATADIR%%/red/ofsfmisc.b
854
%%DATADIR%%/red/raiv.b
855
%%PSL%%%%DATADIR%%/red/ofsfopt.b
855
%%DATADIR%%/red/random.b
856
%%PSL%%%%DATADIR%%/red/ofsfqe.b
856
%%DATADIR%%/red/randpoly.b
857
%%PSL%%%%DATADIR%%/red/ofsfsiat.b
857
%%DATADIR%%/red/rank.b
858
%%PSL%%%%DATADIR%%/red/ofsfsism.b
858
%%DATADIR%%/red/ranks.b
859
%%PSL%%%%DATADIR%%/red/ofsftfc.b
859
%%DATADIR%%/red/rankstat.b
860
%%PSL%%%%DATADIR%%/red/ofsftrop.b
860
%%DATADIR%%/red/ranum.b
861
%%PSL%%%%DATADIR%%/red/ofsfvsl.b
861
%%DATADIR%%/red/rarcount.b
862
%%PSL%%%%DATADIR%%/red/ofsfvsblock.b
862
%%DATADIR%%/red/ratalgo.b
863
%%PSL%%%%DATADIR%%/red/ofsfvseset.b
863
%%DATADIR%%/red/rataprx.b
864
%%PSL%%%%DATADIR%%/red/ofsfvslists.b
864
%%DATADIR%%/red/ratint.b
865
%%PSL%%%%DATADIR%%/red/ofsfvssub.b
865
%%DATADIR%%/red/rational.b
866
%%PSL%%%%DATADIR%%/red/ofsfxopt.b
866
%%DATADIR%%/red/ratjord.b
867
%%PSL%%%%DATADIR%%/red/om2ir.b
867
%%DATADIR%%/red/ratprin.b
868
%%PSL%%%%DATADIR%%/red/opertens.b
868
%%DATADIR%%/red/rcref.b
869
%%PSL%%%%DATADIR%%/red/opmtch.b
869
%%DATADIR%%/red/rdelem.b
870
%%PSL%%%%DATADIR%%/red/order.b
870
%%DATADIR%%/red/reacteqn.b
871
%%PSL%%%%DATADIR%%/red/orthovec.b
871
%%DATADIR%%/red/realroot.b
872
%%PSL%%%%DATADIR%%/red/package4.b
872
%%DATADIR%%/red/records.b
873
%%PSL%%%%DATADIR%%/red/pade.b
873
%%DATADIR%%/red/recsimpl.b
874
%%PSL%%%%DATADIR%%/red/paraset.b
874
%%DATADIR%%/red/red.b
875
%%PSL%%%%DATADIR%%/red/parray.b
875
%%DATADIR%%/red/red2cvit.b
876
%%PSL%%%%DATADIR%%/red/parser.b
876
%%DATADIR%%/red/reddom.b
877
%%PSL%%%%DATADIR%%/red/part.b
877
%%DATADIR%%/red/redfront.b
878
%%PSL%%%%DATADIR%%/red/partdf.b
878
%%DATADIR%%/red/redio.b
879
%%PSL%%%%DATADIR%%/red/partitns.b
879
%%DATADIR%%/red/redlog.b
880
%%PSL%%%%DATADIR%%/red/partitsf.b
880
%%DATADIR%%/red/redlsp.b
881
%%PSL%%%%DATADIR%%/red/pasf.b
881
%%DATADIR%%/red/reduce.img
882
%%PSL%%%%DATADIR%%/red/pasfbnf.b
882
%%DATADIR%%/red/reduce4.b
883
%%PSL%%%%DATADIR%%/red/pasfmisc.b
883
%%DATADIR%%/red/reform.b
884
%%PSL%%%%DATADIR%%/red/pasfnf.b
884
%%DATADIR%%/red/remake.b
885
%%PSL%%%%DATADIR%%/red/pasfqe.b
885
%%DATADIR%%/red/removecm.b
886
%%PSL%%%%DATADIR%%/red/pasfresolve.b
886
%%DATADIR%%/red/reord.b
887
%%PSL%%%%DATADIR%%/red/pasfsiat.b
887
%%DATADIR%%/red/res.b
888
%%PSL%%%%DATADIR%%/red/pasfsism.b
888
%%DATADIR%%/red/reset.b
889
%%PSL%%%%DATADIR%%/red/pattdefn.b
889
%%DATADIR%%/red/residue.b
890
%%PSL%%%%DATADIR%%/red/pattperm.b
890
%%DATADIR%%/red/restore.b
891
%%PSL%%%%DATADIR%%/red/perm1.b
891
%%DATADIR%%/red/restrict.b
892
%%PSL%%%%DATADIR%%/red/perms.b
892
%%DATADIR%%/red/resultnt.b
893
%%PSL%%%%DATADIR%%/red/pf.b
893
%%DATADIR%%/red/reval.b
894
%%PSL%%%%DATADIR%%/red/pfacmult.b
894
%%DATADIR%%/red/reval4.b
895
%%PSL%%%%DATADIR%%/red/pfactor.b
895
%%DATADIR%%/red/revision.b
896
%%PSL%%%%DATADIR%%/red/pgauss.b
896
%%DATADIR%%/red/ring.b
897
%%PSL%%%%DATADIR%%/red/pgcond.b
897
%%DATADIR%%/red/rlami.b
898
%%PSL%%%%DATADIR%%/red/pgsm.b
898
%%DATADIR%%/red/rlblackbox.b
899
%%PSL%%%%DATADIR%%/red/physop.b
899
%%DATADIR%%/red/rlblackboxes.b
900
%%PSL%%%%DATADIR%%/red/pident.b
900
%%DATADIR%%/red/rlcont.b
901
%%PSL%%%%DATADIR%%/red/places.b
901
%%DATADIR%%/red/rlfi.b
902
%%PSL%%%%DATADIR%%/red/plot.b
902
%%DATADIR%%/red/rlhelp.b
903
%%PSL%%%%DATADIR%%/red/plotexp2.b
903
%%DATADIR%%/red/rlisp.b
904
%%PSL%%%%DATADIR%%/red/plotexp3.b
904
%%DATADIR%%/red/rlisp88.b
905
%%PSL%%%%DATADIR%%/red/plotimp2.b
905
%%DATADIR%%/red/rlprint.b
906
%%PSL%%%%DATADIR%%/red/plotimp3.b
906
%%DATADIR%%/red/rlprovide.b
907
%%PSL%%%%DATADIR%%/red/plotnum.b
907
%%DATADIR%%/red/rlservice.b
908
%%PSL%%%%DATADIR%%/red/plotsynt.b
908
%%DATADIR%%/red/rlservices.b
909
%%PSL%%%%DATADIR%%/red/pltpara.b
909
%%DATADIR%%/red/rlsupport.b
910
%%PSL%%%%DATADIR%%/red/pm.b
910
%%DATADIR%%/red/rltools.b
911
%%PSL%%%%DATADIR%%/red/pmintrfc.b
911
%%DATADIR%%/red/rltype.b
912
%%PSL%%%%DATADIR%%/red/pmpatch.b
912
%%DATADIR%%/red/rltypes.b
913
%%PSL%%%%DATADIR%%/red/pmrules.b
913
%%DATADIR%%/red/rmsubs.b
914
%%PSL%%%%DATADIR%%/red/polineq.b
914
%%DATADIR%%/red/rnelem.b
915
%%PSL%%%%DATADIR%%/red/polrep.b
915
%%DATADIR%%/red/rootaux.b
916
%%PSL%%%%DATADIR%%/red/poly.b
916
%%DATADIR%%/red/roots.b
917
%%PSL%%%%DATADIR%%/red/polydiv.b
917
%%DATADIR%%/red/roots2.b
918
%%PSL%%%%DATADIR%%/red/polyexns.b
918
%%DATADIR%%/red/rounded.b
919
%%PSL%%%%DATADIR%%/red/polyop.b
919
%%DATADIR%%/red/rprint.b
920
%%PSL%%%%DATADIR%%/red/ppsoln.b
920
%%DATADIR%%/red/rprintf.b
921
%%PSL%%%%DATADIR%%/red/pre.b
921
%%DATADIR%%/red/rsolve.b
922
%%PSL%%%%DATADIR%%/red/precoats.b
922
%%DATADIR%%/red/rsupport.b
923
%%PSL%%%%DATADIR%%/red/prep.b
923
%%DATADIR%%/red/rtrace.b
924
%%PSL%%%%DATADIR%%/red/pretty.b
924
%%DATADIR%%/red/rubi_parse.b
925
%%PSL%%%%DATADIR%%/red/prime.b
925
%%DATADIR%%/red/rubi_red.b
926
%%PSL%%%%DATADIR%%/red/primfac.b
926
%%DATADIR%%/red/rubi_rul_s.lap
927
%%PSL%%%%DATADIR%%/red/primitive.b
927
%%DATADIR%%/red/rubi_rules.b
928
%%PSL%%%%DATADIR%%/red/proc.b
928
%%DATADIR%%/red/rungeku.b
929
%%PSL%%%%DATADIR%%/red/proc4.b
929
%%DATADIR%%/red/rvector.b
930
%%PSL%%%%DATADIR%%/red/prod.b
930
%%DATADIR%%/red/scope.b
931
%%PSL%%%%DATADIR%%/red/profile.b
931
%%DATADIR%%/red/scripts.b
932
%%PSL%%%%DATADIR%%/red/prolong.b
932
%%DATADIR%%/red/segmnt.b
933
%%PSL%%%%DATADIR%%/red/psl.b
933
%%DATADIR%%/red/sets.b
934
%%PSL%%%%DATADIR%%/red/pslprolo.b
934
%%DATADIR%%/red/sfairy.b
935
%%PSL%%%%DATADIR%%/red/pslrend.b
935
%%DATADIR%%/red/sfbdata.b
936
%%PSL%%%%DATADIR%%/red/pullback.b
936
%%DATADIR%%/red/sfbern.b
937
%%PSL%%%%DATADIR%%/red/pvector.b
937
%%DATADIR%%/red/sfbes.b
938
%%PSL%%%%DATADIR%%/red/qepcad.awk
938
%%DATADIR%%/red/sfbinom.b
939
%%PSL%%%%DATADIR%%/red/qepcad.b
939
%%DATADIR%%/red/sfconsts.b
940
%%PSL%%%%DATADIR%%/red/qhull.b
940
%%DATADIR%%/red/sfellip.b
941
%%PSL%%%%DATADIR%%/red/qqe.b
941
%%DATADIR%%/red/sfellipi.b
942
%%PSL%%%%DATADIR%%/red/qqe_ofsf.b
942
%%DATADIR%%/red/sfgamm.b
943
%%PSL%%%%DATADIR%%/red/qqemisc.b
943
%%DATADIR%%/red/sfgamma.b
944
%%PSL%%%%DATADIR%%/red/qqeqe.b
944
%%DATADIR%%/red/sfgen.b
945
%%PSL%%%%DATADIR%%/red/qqeqemisc.b
945
%%DATADIR%%/red/sfigamma.b
946
%%PSL%%%%DATADIR%%/red/qqesiat.b
946
%%DATADIR%%/red/sfint.b
947
%%PSL%%%%DATADIR%%/red/qqesism.b
947
%%DATADIR%%/red/sfkummer.b
948
%%PSL%%%%DATADIR%%/red/qqetrans.b
948
%%DATADIR%%/red/sfother.b
949
%%PSL%%%%DATADIR%%/red/qsum.b
949
%%DATADIR%%/red/sfpolys.b
950
%%PSL%%%%DATADIR%%/red/quartic.b
950
%%DATADIR%%/red/sfpsi.b
951
%%PSL%%%%DATADIR%%/red/quot.b
951
%%DATADIR%%/red/sfsums.b
952
%%PSL%%%%DATADIR%%/red/quotf.b
952
%%DATADIR%%/red/sfto.b
953
%%PSL%%%%DATADIR%%/red/raarith.b
953
%%DATADIR%%/red/sftoresultant.b
954
%%PSL%%%%DATADIR%%/red/raiv.b
954
%%DATADIR%%/red/showrule.b
955
%%PSL%%%%DATADIR%%/red/random.b
955
%%DATADIR%%/red/simp.b
956
%%PSL%%%%DATADIR%%/red/randpoly.b
956
%%DATADIR%%/red/simp4.b
957
%%PSL%%%%DATADIR%%/red/rank.b
957
%%DATADIR%%/red/simpfact.b
958
%%PSL%%%%DATADIR%%/red/ranks.b
958
%%DATADIR%%/red/simplede.b
959
%%PSL%%%%DATADIR%%/red/rankstat.b
959
%%DATADIR%%/red/simplex.b
960
%%PSL%%%%DATADIR%%/red/ranum.b
960
%%DATADIR%%/red/simplog.b
961
%%PSL%%%%DATADIR%%/red/rarcount.b
961
%%DATADIR%%/red/simpsqrt.b
962
%%PSL%%%%DATADIR%%/red/ratalgo.b
962
%%DATADIR%%/red/sl2psl.b
963
%%PSL%%%%DATADIR%%/red/rataprx.b
963
%%DATADIR%%/red/slfns.b
964
%%PSL%%%%DATADIR%%/red/ratint.b
964
%%DATADIR%%/red/smacro.b
965
%%PSL%%%%DATADIR%%/red/rational.b
965
%%DATADIR%%/red/smallmod.b
966
%%PSL%%%%DATADIR%%/red/ratjord.b
966
%%DATADIR%%/red/smithex.b
967
%%PSL%%%%DATADIR%%/red/ratprin.b
967
%%DATADIR%%/red/smithex1.b
968
%%PSL%%%%DATADIR%%/red/rcref.b
968
%%DATADIR%%/red/smlbflot.b
969
%%PSL%%%%DATADIR%%/red/rdelem.b
969
%%DATADIR%%/red/smt.b
970
%%PSL%%%%DATADIR%%/red/reacteqn.b
970
%%DATADIR%%/red/smtread.b
971
%%PSL%%%%DATADIR%%/red/realroot.b
971
%%DATADIR%%/red/solve.b
972
%%PSL%%%%DATADIR%%/red/records.b
972
%%DATADIR%%/red/solve1.b
973
%%PSL%%%%DATADIR%%/red/recsimpl.b
973
%%DATADIR%%/red/solvealg.b
974
%%PSL%%%%DATADIR%%/red/red.b
974
%%DATADIR%%/red/solvelnr.b
975
%%PSL%%%%DATADIR%%/red/red2cvit.b
975
%%DATADIR%%/red/solvetab.b
976
%%PSL%%%%DATADIR%%/red/reddom.b
976
%%DATADIR%%/red/sort.b
977
%%PSL%%%%DATADIR%%/red/redfront.b
977
%%DATADIR%%/red/spaces.b
978
%%PSL%%%%DATADIR%%/red/redio.b
978
%%DATADIR%%/red/sparse.b
979
%%PSL%%%%DATADIR%%/red/redlog.b
979
%%DATADIR%%/red/sparsmat.b
980
%%PSL%%%%DATADIR%%/red/redlsp.b
980
%%DATADIR%%/red/spcfnint.b
981
%%PSL%%%%DATADIR%%/red/reduce.img
981
%%DATADIR%%/red/spchlsky.b
982
%%PSL%%%%DATADIR%%/red/reduce4.b
982
%%DATADIR%%/red/spde.b
983
%%PSL%%%%DATADIR%%/red/reform.b
983
%%DATADIR%%/red/specbess.b
984
%%PSL%%%%DATADIR%%/red/remake.b
984
%%DATADIR%%/red/specfac.b
985
%%PSL%%%%DATADIR%%/red/removecm.b
985
%%DATADIR%%/red/specfaux.b
986
%%PSL%%%%DATADIR%%/red/reord.b
986
%%DATADIR%%/red/specfn.b
987
%%PSL%%%%DATADIR%%/red/res.b
987
%%DATADIR%%/red/specfn2.b
988
%%PSL%%%%DATADIR%%/red/reset.b
988
%%DATADIR%%/red/spgrmshm.b
989
%%PSL%%%%DATADIR%%/red/residue.b
989
%%DATADIR%%/red/splinalg.b
990
%%PSL%%%%DATADIR%%/red/restore.b
990
%%DATADIR%%/red/spludcmp.b
991
%%PSL%%%%DATADIR%%/red/restrict.b
991
%%DATADIR%%/red/spmateig.b
992
%%PSL%%%%DATADIR%%/red/resultnt.b
992
%%DATADIR%%/red/spsvd.b
993
%%PSL%%%%DATADIR%%/red/reval.b
993
%%DATADIR%%/red/sqfrnorm.b
994
%%PSL%%%%DATADIR%%/red/reval4.b
994
%%DATADIR%%/red/sqprint.b
995
%%PSL%%%%DATADIR%%/red/revision.b
995
%%DATADIR%%/red/sqrtf.b
996
%%PSL%%%%DATADIR%%/red/ring.b
996
%%DATADIR%%/red/sstools.b
997
%%PSL%%%%DATADIR%%/red/rlami.b
997
%%DATADIR%%/red/statmisc.b
998
%%PSL%%%%DATADIR%%/red/rlcont.b
998
%%DATADIR%%/red/steepstd.b
999
%%PSL%%%%DATADIR%%/red/rlfi.b
999
%%DATADIR%%/red/str.b
1000
%%PSL%%%%DATADIR%%/red/rlhelp.b
1000
%%DATADIR%%/red/struct4.b
1001
%%PSL%%%%DATADIR%%/red/rlisp.b
1001
%%DATADIR%%/red/sub.b
1002
%%PSL%%%%DATADIR%%/red/rlisp88.b
1002
%%DATADIR%%/red/subs2q.b
1003
%%PSL%%%%DATADIR%%/red/rlsched.b
1003
%%DATADIR%%/red/subs3q.b
1004
%%PSL%%%%DATADIR%%/red/rlservice.b
1004
%%DATADIR%%/red/subs4q.b
1005
%%PSL%%%%DATADIR%%/red/rlservices.b
1005
%%DATADIR%%/red/substexp.b
1006
%%PSL%%%%DATADIR%%/red/rlsl.b
1006
%%DATADIR%%/red/substns.b
1007
%%PSL%%%%DATADIR%%/red/rlslv.b
1007
%%DATADIR%%/red/sum.b
1008
%%PSL%%%%DATADIR%%/red/rlsupport.b
1008
%%DATADIR%%/red/sum2.b
1009
%%PSL%%%%DATADIR%%/red/rltools.b
1009
%%DATADIR%%/red/superv.b
1010
%%PSL%%%%DATADIR%%/red/rltype.b
1010
%%DATADIR%%/red/supervf.b
1011
%%PSL%%%%DATADIR%%/red/rltypes.b
1011
%%DATADIR%%/red/support.b
1012
%%PSL%%%%DATADIR%%/red/rmsubs.b
1012
%%DATADIR%%/red/susy2.b
1013
%%PSL%%%%DATADIR%%/red/rnelem.b
1013
%%DATADIR%%/red/svd.b
1014
%%PSL%%%%DATADIR%%/red/rootaux.b
1014
%%DATADIR%%/red/switch.b
1015
%%PSL%%%%DATADIR%%/red/roots.b
1015
%%DATADIR%%/red/switchxt.b
1016
%%PSL%%%%DATADIR%%/red/roots2.b
1016
%%DATADIR%%/red/symatvec.b
1017
%%PSL%%%%DATADIR%%/red/rounded.b
1017
%%DATADIR%%/red/symaux.b
1018
%%PSL%%%%DATADIR%%/red/rprint.b
1018
%%DATADIR%%/red/symcheck.b
1019
%%PSL%%%%DATADIR%%/red/rprintf.b
1019
%%DATADIR%%/red/symchrep.b
1020
%%PSL%%%%DATADIR%%/red/rsolve.b
1020
%%DATADIR%%/red/symdata1.b
1021
%%PSL%%%%DATADIR%%/red/rsupport.b
1021
%%DATADIR%%/red/symdata2.b
1022
%%PSL%%%%DATADIR%%/red/rtrace.b
1022
%%DATADIR%%/red/symhandl.b
1023
%%PSL%%%%DATADIR%%/red/rubi_parse.b
1023
%%DATADIR%%/red/symint.b
1024
%%PSL%%%%DATADIR%%/red/rubi_red.b
1024
%%DATADIR%%/red/symmetry.b
1025
%%PSL%%%%DATADIR%%/red/rubi_rul_s.lap
1025
%%DATADIR%%/red/sympatch.b
1026
%%PSL%%%%DATADIR%%/red/rubi_rules.b
1026
%%DATADIR%%/red/symwork.b
1027
%%PSL%%%%DATADIR%%/red/rungeku.b
1027
%%DATADIR%%/red/systems.b
1028
%%PSL%%%%DATADIR%%/red/rvector.b
1028
%%DATADIR%%/red/systo.b
1029
%%PSL%%%%DATADIR%%/red/scope.b
1029
%%DATADIR%%/red/table1.b
1030
%%PSL%%%%DATADIR%%/red/scripts.b
1030
%%DATADIR%%/red/table2.b
1031
%%PSL%%%%DATADIR%%/red/segmnt.b
1031
%%DATADIR%%/red/table3.b
1032
%%PSL%%%%DATADIR%%/red/sets.b
1032
%%DATADIR%%/red/tableaux.b
1033
%%PSL%%%%DATADIR%%/red/sfairy.b
1033
%%DATADIR%%/red/tables.b
1034
%%PSL%%%%DATADIR%%/red/sfbdata.b
1034
%%DATADIR%%/red/tadjoint.b
1035
%%PSL%%%%DATADIR%%/red/sfbern.b
1035
%%DATADIR%%/red/talp.b
1036
%%PSL%%%%DATADIR%%/red/sfbes.b
1036
%%DATADIR%%/red/talpbnf.b
1037
%%PSL%%%%DATADIR%%/red/sfbinom.b
1037
%%DATADIR%%/red/talpmisc.b
1038
%%PSL%%%%DATADIR%%/red/sfconsts.b
1038
%%DATADIR%%/red/talpqe.b
1039
%%PSL%%%%DATADIR%%/red/sfellip.b
1039
%%DATADIR%%/red/talpsiat.b
1040
%%PSL%%%%DATADIR%%/red/sfellipi.b
1040
%%DATADIR%%/red/talpsism.b
1041
%%PSL%%%%DATADIR%%/red/sfgamm.b
1041
%%DATADIR%%/red/taybasic.b
1042
%%PSL%%%%DATADIR%%/red/sfgamma.b
1042
%%DATADIR%%/red/tayconv.b
1043
%%PSL%%%%DATADIR%%/red/sfgen.b
1043
%%DATADIR%%/red/taydiff.b
1044
%%PSL%%%%DATADIR%%/red/sfigamma.b
1044
%%DATADIR%%/red/tayexpnd.b
1045
%%PSL%%%%DATADIR%%/red/sfint.b
1045
%%DATADIR%%/red/tayfns.b
1046
%%PSL%%%%DATADIR%%/red/sfkummer.b
1046
%%DATADIR%%/red/tayfront.b
1047
%%PSL%%%%DATADIR%%/red/sfother.b
1047
%%DATADIR%%/red/tayimpl.b
1048
%%PSL%%%%DATADIR%%/red/sfpolys.b
1048
%%DATADIR%%/red/tayintrf.b
1049
%%PSL%%%%DATADIR%%/red/sfpsi.b
1049
%%DATADIR%%/red/tayintro.b
1050
%%PSL%%%%DATADIR%%/red/sfsums.b
1050
%%DATADIR%%/red/taylor.b
1051
%%PSL%%%%DATADIR%%/red/sfto.b
1051
%%DATADIR%%/red/taypart.b
1052
%%PSL%%%%DATADIR%%/red/sftoresultant.b
1052
%%DATADIR%%/red/tayprint.b
1053
%%PSL%%%%DATADIR%%/red/showrule.b
1053
%%DATADIR%%/red/tayrevrt.b
1054
%%PSL%%%%DATADIR%%/red/simp.b
1054
%%DATADIR%%/red/taysimp.b
1055
%%PSL%%%%DATADIR%%/red/simp4.b
1055
%%DATADIR%%/red/taysubst.b
1056
%%PSL%%%%DATADIR%%/red/simpfact.b
1056
%%DATADIR%%/red/tayutils.b
1057
%%PSL%%%%DATADIR%%/red/simplede.b
1057
%%DATADIR%%/red/tdconv.b
1058
%%PSL%%%%DATADIR%%/red/simplex.b
1058
%%DATADIR%%/red/templt.b
1059
%%PSL%%%%DATADIR%%/red/simplog.b
1059
%%DATADIR%%/red/tensor.b
1060
%%PSL%%%%DATADIR%%/red/simpsqrt.b
1060
%%DATADIR%%/red/tensor1.b
1061
%%PSL%%%%DATADIR%%/red/sl2psl.b
1061
%%DATADIR%%/red/tensorio.b
1062
%%PSL%%%%DATADIR%%/red/slfns.b
1062
%%DATADIR%%/red/tidysqrt.b
1063
%%PSL%%%%DATADIR%%/red/smacro.b
1063
%%DATADIR%%/red/tmprint.b
1064
%%PSL%%%%DATADIR%%/red/smallmod.b
1064
%%DATADIR%%/red/tok.b
1065
%%PSL%%%%DATADIR%%/red/smithex.b
1065
%%DATADIR%%/red/tools.b
1066
%%PSL%%%%DATADIR%%/red/smithex1.b
1066
%%DATADIR%%/red/tools21.b
1067
%%PSL%%%%DATADIR%%/red/smlbflot.b
1067
%%DATADIR%%/red/torder.b
1068
%%PSL%%%%DATADIR%%/red/smt.b
1068
%%DATADIR%%/red/torsionb.b
1069
%%PSL%%%%DATADIR%%/red/smtread.b
1069
%%DATADIR%%/red/tower.b
1070
%%PSL%%%%DATADIR%%/red/solve.b
1070
%%DATADIR%%/red/tps.b
1071
%%PSL%%%%DATADIR%%/red/solve1.b
1071
%%DATADIR%%/red/tpscomp.b
1072
%%PSL%%%%DATADIR%%/red/solvealg.b
1072
%%DATADIR%%/red/tpsconv.b
1073
%%PSL%%%%DATADIR%%/red/solvelnr.b
1073
%%DATADIR%%/red/tpsdom.b
1074
%%PSL%%%%DATADIR%%/red/solvetab.b
1074
%%DATADIR%%/red/tpseval.b
1075
%%PSL%%%%DATADIR%%/red/sort.b
1075
%%DATADIR%%/red/tpsfns.b
1076
%%PSL%%%%DATADIR%%/red/spaces.b
1076
%%DATADIR%%/red/tpsmisc.b
1077
%%PSL%%%%DATADIR%%/red/sparse.b
1077
%%DATADIR%%/red/tpsrev.b
1078
%%PSL%%%%DATADIR%%/red/sparsmat.b
1078
%%DATADIR%%/red/tpssum.b
1079
%%PSL%%%%DATADIR%%/red/spcfnint.b
1079
%%DATADIR%%/red/tr_gsmp1.lap
1080
%%PSL%%%%DATADIR%%/red/spchlsky.b
1080
%%DATADIR%%/red/transfns.b
1081
%%PSL%%%%DATADIR%%/red/spde.b
1081
%%DATADIR%%/red/transfrm.b
1082
%%PSL%%%%DATADIR%%/red/specbess.b
1082
%%DATADIR%%/red/traverso.b
1083
%%PSL%%%%DATADIR%%/red/specfac.b
1083
%%DATADIR%%/red/trcase.b
1084
%%PSL%%%%DATADIR%%/red/specfaux.b
1084
%%DATADIR%%/red/tri.b
1085
%%PSL%%%%DATADIR%%/red/specfn.b
1085
%%DATADIR%%/red/trialdiv.b
1086
%%PSL%%%%DATADIR%%/red/specfn2.b
1086
%%DATADIR%%/red/triang.b
1087
%%PSL%%%%DATADIR%%/red/spgrmshm.b
1087
%%DATADIR%%/red/trigd.b
1088
%%PSL%%%%DATADIR%%/red/splinalg.b
1088
%%DATADIR%%/red/trigint.b
1089
%%PSL%%%%DATADIR%%/red/spludcmp.b
1089
%%DATADIR%%/red/trigsimp.b
1090
%%PSL%%%%DATADIR%%/red/spmateig.b
1090
%%DATADIR%%/red/trigsmp1.b
1091
%%PSL%%%%DATADIR%%/red/spsvd.b
1091
%%DATADIR%%/red/trigsmp2.b
1092
%%PSL%%%%DATADIR%%/red/sqfrnorm.b
1092
%%DATADIR%%/red/turtle.b
1093
%%PSL%%%%DATADIR%%/red/sqprint.b
1093
%%DATADIR%%/red/unify.b
1094
%%PSL%%%%DATADIR%%/red/sqrtf.b
1094
%%DATADIR%%/red/unihens.b
1095
%%PSL%%%%DATADIR%%/red/sstools.b
1095
%%DATADIR%%/red/utf8.b
1096
%%PSL%%%%DATADIR%%/red/statmisc.b
1096
%%DATADIR%%/red/utils.b
1097
%%PSL%%%%DATADIR%%/red/steepstd.b
1097
%%DATADIR%%/red/v3tools.b
1098
%%PSL%%%%DATADIR%%/red/str.b
1098
%%DATADIR%%/red/vardf.b
1099
%%PSL%%%%DATADIR%%/red/struct4.b
1099
%%DATADIR%%/red/vdp2dip.b
1100
%%PSL%%%%DATADIR%%/red/sub.b
1100
%%DATADIR%%/red/vdpcom.b
1101
%%PSL%%%%DATADIR%%/red/subs2q.b
1101
%%DATADIR%%/red/vecanlys.b
1102
%%PSL%%%%DATADIR%%/red/subs3q.b
1102
%%DATADIR%%/red/vecpoly.b
1103
%%PSL%%%%DATADIR%%/red/subs4q.b
1103
%%DATADIR%%/red/vect.b
1104
%%PSL%%%%DATADIR%%/red/substexp.b
1104
%%DATADIR%%/red/vectorop.b
1105
%%PSL%%%%DATADIR%%/red/substns.b
1105
%%DATADIR%%/red/wedge.b
1106
%%PSL%%%%DATADIR%%/red/sum.b
1106
%%DATADIR%%/red/weight.b
1107
%%PSL%%%%DATADIR%%/red/sum2.b
1107
%%DATADIR%%/red/where.b
1108
%%PSL%%%%DATADIR%%/red/superv.b
1108
%%DATADIR%%/red/wstrass.b
1109
%%PSL%%%%DATADIR%%/red/supervf.b
1109
%%DATADIR%%/red/wu.b
1110
%%PSL%%%%DATADIR%%/red/support.b
1110
%%DATADIR%%/red/xaux.b
1111
%%PSL%%%%DATADIR%%/red/susy2.b
1111
%%DATADIR%%/red/xcolor.b
1112
%%PSL%%%%DATADIR%%/red/svd.b
1112
%%DATADIR%%/red/xcrit.b
1113
%%PSL%%%%DATADIR%%/red/switch.b
1113
%%DATADIR%%/red/xexcalc.b
1114
%%PSL%%%%DATADIR%%/red/switchxt.b
1114
%%DATADIR%%/red/xgroeb.b
1115
%%PSL%%%%DATADIR%%/red/symatvec.b
1115
%%DATADIR%%/red/xideal.b
1116
%%PSL%%%%DATADIR%%/red/symaux.b
1116
%%DATADIR%%/red/xpowers.b
1117
%%PSL%%%%DATADIR%%/red/symcheck.b
1117
%%DATADIR%%/red/xread.b
1118
%%PSL%%%%DATADIR%%/red/symchrep.b
1118
%%DATADIR%%/red/xreduct.b
1119
%%PSL%%%%DATADIR%%/red/symdata1.b
1119
%%DATADIR%%/red/xstorage.b
1120
%%PSL%%%%DATADIR%%/red/symdata2.b
1120
%%DATADIR%%/red/xvect.b
1121
%%PSL%%%%DATADIR%%/red/symhandl.b
1121
%%DATADIR%%/red/yylex.b
1122
%%PSL%%%%DATADIR%%/red/symint.b
1122
%%DATADIR%%/red/yyparse.b
1123
%%PSL%%%%DATADIR%%/red/symmetry.b
1123
%%DATADIR%%/red/zeilberg.b
1124
%%PSL%%%%DATADIR%%/red/sympatch.b
1124
%%DATADIR%%/red/zfactor.b
1125
%%PSL%%%%DATADIR%%/red/symwork.b
1125
%%DATADIR%%/red/zmodule.b
1126
%%PSL%%%%DATADIR%%/red/systems.b
1126
%%DATADIR%%/red/ztrans.b
1127
%%PSL%%%%DATADIR%%/red/table1.b
1127
%%DATADIR%%/red/ztrrul_s.lap
1128
%%PSL%%%%DATADIR%%/red/table2.b
1128
%%DATADIR%%/red/ztrrules.b
1129
%%PSL%%%%DATADIR%%/red/table3.b
1129
@dir red
1130
%%PSL%%%%DATADIR%%/red/tableaux.b
1131
%%PSL%%%%DATADIR%%/red/tables.b
1132
%%PSL%%%%DATADIR%%/red/tadjoint.b
1133
%%PSL%%%%DATADIR%%/red/talp.b
1134
%%PSL%%%%DATADIR%%/red/talpbnf.b
1135
%%PSL%%%%DATADIR%%/red/talpmisc.b
1136
%%PSL%%%%DATADIR%%/red/talpqe.b
1137
%%PSL%%%%DATADIR%%/red/talpsiat.b
1138
%%PSL%%%%DATADIR%%/red/talpsism.b
1139
%%PSL%%%%DATADIR%%/red/taybasic.b
1140
%%PSL%%%%DATADIR%%/red/tayconv.b
1141
%%PSL%%%%DATADIR%%/red/taydiff.b
1142
%%PSL%%%%DATADIR%%/red/tayexpnd.b
1143
%%PSL%%%%DATADIR%%/red/tayfns.b
1144
%%PSL%%%%DATADIR%%/red/tayfront.b
1145
%%PSL%%%%DATADIR%%/red/tayimpl.b
1146
%%PSL%%%%DATADIR%%/red/tayintrf.b
1147
%%PSL%%%%DATADIR%%/red/tayintro.b
1148
%%PSL%%%%DATADIR%%/red/taylor.b
1149
%%PSL%%%%DATADIR%%/red/taypart.b
1150
%%PSL%%%%DATADIR%%/red/tayprint.b
1151
%%PSL%%%%DATADIR%%/red/tayrevrt.b
1152
%%PSL%%%%DATADIR%%/red/taysimp.b
1153
%%PSL%%%%DATADIR%%/red/taysubst.b
1154
%%PSL%%%%DATADIR%%/red/tayutils.b
1155
%%PSL%%%%DATADIR%%/red/tdconv.b
1156
%%PSL%%%%DATADIR%%/red/templt.b
1157
%%PSL%%%%DATADIR%%/red/tensor.b
1158
%%PSL%%%%DATADIR%%/red/tensor1.b
1159
%%PSL%%%%DATADIR%%/red/tensorio.b
1160
%%PSL%%%%DATADIR%%/red/tidysqrt.b
1161
%%PSL%%%%DATADIR%%/red/tmprint.b
1162
%%PSL%%%%DATADIR%%/red/tok.b
1163
%%PSL%%%%DATADIR%%/red/tools.b
1164
%%PSL%%%%DATADIR%%/red/tools21.b
1165
%%PSL%%%%DATADIR%%/red/torder.b
1166
%%PSL%%%%DATADIR%%/red/torsionb.b
1167
%%PSL%%%%DATADIR%%/red/tower.b
1168
%%PSL%%%%DATADIR%%/red/tps.b
1169
%%PSL%%%%DATADIR%%/red/tpscomp.b
1170
%%PSL%%%%DATADIR%%/red/tpsconv.b
1171
%%PSL%%%%DATADIR%%/red/tpsdom.b
1172
%%PSL%%%%DATADIR%%/red/tpseval.b
1173
%%PSL%%%%DATADIR%%/red/tpsfns.b
1174
%%PSL%%%%DATADIR%%/red/tpsmisc.b
1175
%%PSL%%%%DATADIR%%/red/tpsrev.b
1176
%%PSL%%%%DATADIR%%/red/tpssum.b
1177
%%PSL%%%%DATADIR%%/red/tr_gsmp1.lap
1178
%%PSL%%%%DATADIR%%/red/transfns.b
1179
%%PSL%%%%DATADIR%%/red/transfrm.b
1180
%%PSL%%%%DATADIR%%/red/traverso.b
1181
%%PSL%%%%DATADIR%%/red/trcase.b
1182
%%PSL%%%%DATADIR%%/red/tri.b
1183
%%PSL%%%%DATADIR%%/red/trialdiv.b
1184
%%PSL%%%%DATADIR%%/red/triang.b
1185
%%PSL%%%%DATADIR%%/red/trigd.b
1186
%%PSL%%%%DATADIR%%/red/trigint.b
1187
%%PSL%%%%DATADIR%%/red/trigsimp.b
1188
%%PSL%%%%DATADIR%%/red/trigsmp1.b
1189
%%PSL%%%%DATADIR%%/red/trigsmp2.b
1190
%%PSL%%%%DATADIR%%/red/turtle.b
1191
%%PSL%%%%DATADIR%%/red/unify.b
1192
%%PSL%%%%DATADIR%%/red/unihens.b
1193
%%PSL%%%%DATADIR%%/red/utf8.b
1194
%%PSL%%%%DATADIR%%/red/utils.b
1195
%%PSL%%%%DATADIR%%/red/v3tools.b
1196
%%PSL%%%%DATADIR%%/red/vardf.b
1197
%%PSL%%%%DATADIR%%/red/vdp2dip.b
1198
%%PSL%%%%DATADIR%%/red/vdpcom.b
1199
%%PSL%%%%DATADIR%%/red/vecanlys.b
1200
%%PSL%%%%DATADIR%%/red/vecpoly.b
1201
%%PSL%%%%DATADIR%%/red/vect.b
1202
%%PSL%%%%DATADIR%%/red/vectorop.b
1203
%%PSL%%%%DATADIR%%/red/wedge.b
1204
%%PSL%%%%DATADIR%%/red/weight.b
1205
%%PSL%%%%DATADIR%%/red/where.b
1206
%%PSL%%%%DATADIR%%/red/wstrass.b
1207
%%PSL%%%%DATADIR%%/red/wu.b
1208
%%PSL%%%%DATADIR%%/red/xaux.b
1209
%%PSL%%%%DATADIR%%/red/xcolor.b
1210
%%PSL%%%%DATADIR%%/red/xcrit.b
1211
%%PSL%%%%DATADIR%%/red/xexcalc.b
1212
%%PSL%%%%DATADIR%%/red/xgroeb.b
1213
%%PSL%%%%DATADIR%%/red/xideal.b
1214
%%PSL%%%%DATADIR%%/red/xpowers.b
1215
%%PSL%%%%DATADIR%%/red/xread.b
1216
%%PSL%%%%DATADIR%%/red/xreduct.b
1217
%%PSL%%%%DATADIR%%/red/xstorage.b
1218
%%PSL%%%%DATADIR%%/red/xvect.b
1219
%%PSL%%%%DATADIR%%/red/yylex.b
1220
%%PSL%%%%DATADIR%%/red/yyparse.b
1221
%%PSL%%%%DATADIR%%/red/zeilberg.b
1222
%%PSL%%%%DATADIR%%/red/zfactor.b
1223
%%PSL%%%%DATADIR%%/red/zmodule.b
1224
%%PSL%%%%DATADIR%%/red/ztrans.b
1225
%%PSL%%%%DATADIR%%/red/ztrrul_s.lap
1226
%%PSL%%%%DATADIR%%/red/ztrrules.b
1227
%%PSL%%@dir red
1228
%%DOCSDIR%%/manual.pdf
1229
%%DOCSDIR%%/primer.pdf
1230
%%DOCSDIR%%/insidereduce.pdf
1231
%%DOCSDIR%%/sl.pdf
(-)math/reduce/pkg-plist-psl.amd64 (+1129 lines)
Line 0 Link Here
1
bin/redpsl
2
man/man1/redpsl.1.gz
3
%%PORTDOCS%%%%DOCSDIR%%/insidereduce.pdf
4
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf
5
%%PORTDOCS%%%%DOCSDIR%%/primer.pdf
6
%%PORTDOCS%%%%DOCSDIR%%/sl.pdf
7
%%DATADIR%%/psl/386-ext.b
8
%%DATADIR%%/psl/64
9
%%DATADIR%%/psl/AMD64-cmac.b
10
%%DATADIR%%/psl/AMD64-comp.b
11
%%DATADIR%%/psl/AMD64-lap.b
12
%%DATADIR%%/psl/AMD64-spec.b
13
%%DATADIR%%/psl/addr2id.b
14
%%DATADIR%%/psl/allocators.b
15
%%DATADIR%%/psl/apply-lap.b
16
%%DATADIR%%/psl/arithmetic.b
17
%%DATADIR%%/psl/association.b
18
%%DATADIR%%/psl/autoload-tr.b
19
%%DATADIR%%/psl/autoload.b
20
%%DATADIR%%/psl/backquote.b
21
%%DATADIR%%/psl/backtrace.b
22
%%DATADIR%%/psl/base-io.b
23
%%DATADIR%%/psl/big-faslend.b
24
%%DATADIR%%/psl/big.b
25
%%DATADIR%%/psl/bind-macros.b
26
%%DATADIR%%/psl/binding.b
27
%%DATADIR%%/psl/bpsl
28
%%DATADIR%%/psl/break.b
29
%%DATADIR%%/psl/build.b
30
%%DATADIR%%/psl/c-template.b
31
%%DATADIR%%/psl/carcdr.b
32
%%DATADIR%%/psl/carcdrnil.b
33
%%DATADIR%%/psl/catch-throw.b
34
%%DATADIR%%/psl/char-io.b
35
%%DATADIR%%/psl/char-macro.b
36
%%DATADIR%%/psl/chars.b
37
%%DATADIR%%/psl/clcomp.b
38
%%DATADIR%%/psl/clcomp1.b
39
%%DATADIR%%/psl/comasm.b
40
%%DATADIR%%/psl/common.b
41
%%DATADIR%%/psl/comp-decls.b
42
%%DATADIR%%/psl/compat.b
43
%%DATADIR%%/psl/compiler.b
44
%%DATADIR%%/psl/compsupport.b
45
%%DATADIR%%/psl/cond-macros.b
46
%%DATADIR%%/psl/cons-mkvect.b
47
%%DATADIR%%/psl/constants.b
48
%%DATADIR%%/psl/cont-error.b
49
%%DATADIR%%/psl/copiers.b
50
%%DATADIR%%/psl/copying-gc.b
51
%%DATADIR%%/psl/datamachine.b
52
%%DATADIR%%/psl/debug.b
53
%%DATADIR%%/psl/def-smacro.b
54
%%DATADIR%%/psl/defconst.b
55
%%DATADIR%%/psl/defmacro.b
56
%%DATADIR%%/psl/defmacro1.b
57
%%DATADIR%%/psl/defmacro2.b
58
%%DATADIR%%/psl/defobject.b
59
%%DATADIR%%/psl/disassemble.b
60
%%DATADIR%%/psl/double.b
61
%%DATADIR%%/psl/double32.b
62
%%DATADIR%%/psl/dskin.b
63
%%DATADIR%%/psl/dumplisp.b
64
%%DATADIR%%/psl/easy-non-sl.b
65
%%DATADIR%%/psl/easy-sl.b
66
%%DATADIR%%/psl/environment.b
67
%%DATADIR%%/psl/equal.b
68
%%DATADIR%%/psl/error-eset.b
69
%%DATADIR%%/psl/error-hand.b
70
%%DATADIR%%/psl/eval-apply.b
71
%%DATADIR%%/psl/eval-when.b
72
%%DATADIR%%/psl/evalhook.b
73
%%DATADIR%%/psl/explode-com.b
74
%%DATADIR%%/psl/f-evectors.b
75
%%DATADIR%%/psl/f-strings.b
76
%%DATADIR%%/psl/f-vectors.b
77
%%DATADIR%%/psl/fasl-decls.b
78
%%DATADIR%%/psl/faslout.b
79
%%DATADIR%%/psl/fast-chars.b
80
%%DATADIR%%/psl/fast-int.b
81
%%DATADIR%%/psl/fast-math.b
82
%%DATADIR%%/psl/fast-vector.b
83
%%DATADIR%%/psl/fc-indirect.b
84
%%DATADIR%%/psl/fcomp.b
85
%%DATADIR%%/psl/find.b
86
%%DATADIR%%/psl/fixup.b
87
%%DATADIR%%/psl/fluid-globl.b
88
%%DATADIR%%/psl/for-macro.b
89
%%DATADIR%%/psl/funct-prims.b
90
%%DATADIR%%/psl/get-options.b
91
%%DATADIR%%/psl/gsort.b
92
%%DATADIR%%/psl/hash-decls.b
93
%%DATADIR%%/psl/hcons.b
94
%%DATADIR%%/psl/helferlein.b
95
%%DATADIR%%/psl/if-system.b
96
%%DATADIR%%/psl/if.b
97
%%DATADIR%%/psl/init-file.b
98
%%DATADIR%%/psl/inum.b
99
%%DATADIR%%/psl/io-data.b
100
%%DATADIR%%/psl/io-decls.b
101
%%DATADIR%%/psl/io-errors.b
102
%%DATADIR%%/psl/io-extens.b
103
%%DATADIR%%/psl/iter-macros.b
104
%%DATADIR%%/psl/knowntocomp.b
105
%%DATADIR%%/psl/l2cdatacon.b
106
%%DATADIR%%/psl/lap-to-asm.b
107
%%DATADIR%%/psl/lap.b
108
%%DATADIR%%/psl/lisp-macros.b
109
%%DATADIR%%/psl/load-psl.b
110
%%DATADIR%%/psl/load.b
111
%%DATADIR%%/psl/loop-macros.b
112
%%DATADIR%%/psl/macroexpand.b
113
%%DATADIR%%/psl/mathlib.b
114
%%DATADIR%%/psl/mbarith.b
115
%%DATADIR%%/psl/merge-sort.b
116
%%DATADIR%%/psl/misc-macros.b
117
%%DATADIR%%/psl/mstruct.b
118
%%DATADIR%%/psl/muls.b
119
%%DATADIR%%/psl/muls32.b
120
%%DATADIR%%/psl/nbarith.b
121
%%DATADIR%%/psl/nbig.b
122
%%DATADIR%%/psl/nbig0.b
123
%%DATADIR%%/psl/nbig30.b
124
%%DATADIR%%/psl/nbig30a.b
125
%%DATADIR%%/psl/nbig32.b
126
%%DATADIR%%/psl/nbig32a.b
127
%%DATADIR%%/psl/nbittab.b
128
%%DATADIR%%/psl/nstruct.b
129
%%DATADIR%%/psl/numeric-ops.b
130
%%DATADIR%%/psl/obj-const.b
131
%%DATADIR%%/psl/obj-dflavor.b
132
%%DATADIR%%/psl/obj-dmethod.b
133
%%DATADIR%%/psl/obj-hash.b
134
%%DATADIR%%/psl/obj-lib.b
135
%%DATADIR%%/psl/obj-send.b
136
%%DATADIR%%/psl/objects.b
137
%%DATADIR%%/psl/objinstance.b
138
%%DATADIR%%/psl/oblist.b
139
%%DATADIR%%/psl/onoff.b
140
%%DATADIR%%/psl/open-close.b
141
%%DATADIR%%/psl/other-io.b
142
%%DATADIR%%/psl/others-sl.b
143
%%DATADIR%%/psl/p1-decls.b
144
%%DATADIR%%/psl/pass-1-lap.b
145
%%DATADIR%%/psl/pass-1.b
146
%%DATADIR%%/psl/pass-2-3.b
147
%%DATADIR%%/psl/pipes.b
148
%%DATADIR%%/psl/pp-file.b
149
%%DATADIR%%/psl/pp-lisp.b
150
%%DATADIR%%/psl/pp.b
151
%%DATADIR%%/psl/printers.b
152
%%DATADIR%%/psl/printf.b
153
%%DATADIR%%/psl/prog-friend.b
154
%%DATADIR%%/psl/prop-list.b
155
%%DATADIR%%/psl/pslcomp.b
156
%%DATADIR%%/psl/pslcompat.b
157
%%DATADIR%%/psl/putd-getd.b
158
%%DATADIR%%/psl/putprint.b
159
%%DATADIR%%/psl/pvm.b
160
%%DATADIR%%/psl/qualified-timing.b
161
%%DATADIR%%/psl/rds-wrs.b
162
%%DATADIR%%/psl/read-macros.b
163
%%DATADIR%%/psl/read-utils.b
164
%%DATADIR%%/psl/read.b
165
%%DATADIR%%/psl/read1macros.b
166
%%DATADIR%%/psl/read2macros.b
167
%%DATADIR%%/psl/rprint.b
168
%%DATADIR%%/psl/s-strings.b
169
%%DATADIR%%/psl/s-vectors.b
170
%%DATADIR%%/psl/scan-table.b
171
%%DATADIR%%/psl/sequence.b
172
%%DATADIR%%/psl/set-macros.b
173
%%DATADIR%%/psl/set1-macros.b
174
%%DATADIR%%/psl/set2-macros.b
175
%%DATADIR%%/psl/sets.b
176
%%DATADIR%%/psl/shmem.b
177
%%DATADIR%%/psl/spy.b
178
%%DATADIR%%/psl/static-gc.b
179
%%DATADIR%%/psl/step.b
180
%%DATADIR%%/psl/str-input.b
181
%%DATADIR%%/psl/str-search.b
182
%%DATADIR%%/psl/string-gen.b
183
%%DATADIR%%/psl/strings.b
184
%%DATADIR%%/psl/symbol-vals.b
185
%%DATADIR%%/psl/symget.b
186
%%DATADIR%%/psl/sys-consts.b
187
%%DATADIR%%/psl/sys-date.b
188
%%DATADIR%%/psl/sys-dm.b
189
%%DATADIR%%/psl/sys-extras.b
190
%%DATADIR%%/psl/sys-faslin.b
191
%%DATADIR%%/psl/sys-gc.b
192
%%DATADIR%%/psl/sys-io.b
193
%%DATADIR%%/psl/sys-macros.b
194
%%DATADIR%%/psl/syslisp-syn.b
195
%%DATADIR%%/psl/syslisp.b
196
%%DATADIR%%/psl/tags.b
197
%%DATADIR%%/psl/timc.b
198
%%DATADIR%%/psl/token-decls.b
199
%%DATADIR%%/psl/token-scan.b
200
%%DATADIR%%/psl/top-loop.b
201
%%DATADIR%%/psl/trap.b
202
%%DATADIR%%/psl/type-conver.b
203
%%DATADIR%%/psl/type-error.b
204
%%DATADIR%%/psl/unixAMD64-asm.b
205
%%DATADIR%%/psl/useful.b
206
%%DATADIR%%/psl/vector-fix.b
207
%%DATADIR%%/psl/vectors.b
208
%%DATADIR%%/psl/vfvect.b
209
%%DATADIR%%/psl/wdeclare.b
210
%%DATADIR%%/psl/wfloat.b
211
%%DATADIR%%/psl/write-float.b
212
%%DATADIR%%/psl/zbig.b
213
%%DATADIR%%/red/_definta.lap
214
%%DATADIR%%/red/_defintb.lap
215
%%DATADIR%%/red/_definte.lap
216
%%DATADIR%%/red/_defintf.lap
217
%%DATADIR%%/red/_definti.lap
218
%%DATADIR%%/red/_defintk.lap
219
%%DATADIR%%/red/_susy2.lap
220
%%DATADIR%%/red/a2dip.b
221
%%DATADIR%%/red/acfsf.b
222
%%DATADIR%%/red/acfsfbnf.b
223
%%DATADIR%%/red/acfsfgs.b
224
%%DATADIR%%/red/acfsfmisc.b
225
%%DATADIR%%/red/acfsfqe.b
226
%%DATADIR%%/red/acfsfsiat.b
227
%%DATADIR%%/red/acfsfsism.b
228
%%DATADIR%%/red/afactor.b
229
%%DATADIR%%/red/alg-form.b
230
%%DATADIR%%/red/alg.b
231
%%DATADIR%%/red/algbool.b
232
%%DATADIR%%/red/algdcl.b
233
%%DATADIR%%/red/algfn.b
234
%%DATADIR%%/red/algint.b
235
%%DATADIR%%/red/allroot.b
236
%%DATADIR%%/red/alphas.b
237
%%DATADIR%%/red/antisubs.b
238
%%DATADIR%%/red/applysym.b
239
%%DATADIR%%/red/approx.b
240
%%DATADIR%%/red/arinv.b
241
%%DATADIR%%/red/arith.b
242
%%DATADIR%%/red/arnum.b
243
%%DATADIR%%/red/array.b
244
%%DATADIR%%/red/assert.b
245
%%DATADIR%%/red/assertcheckfn.b
246
%%DATADIR%%/red/assertproc.b
247
%%DATADIR%%/red/assist.b
248
%%DATADIR%%/red/atensor.b
249
%%DATADIR%%/red/auxitens.b
250
%%DATADIR%%/red/avector.b
251
%%DATADIR%%/red/backtrck.b
252
%%DATADIR%%/red/baglist.b
253
%%DATADIR%%/red/bareiss.b
254
%%DATADIR%%/red/bas.b
255
%%DATADIR%%/red/basis.b
256
%%DATADIR%%/red/bcoeff.b
257
%%DATADIR%%/red/bcsf.b
258
%%DATADIR%%/red/bfauxil.b
259
%%DATADIR%%/red/bfdoer.b
260
%%DATADIR%%/red/bfdoer2.b
261
%%DATADIR%%/red/bfelem.b
262
%%DATADIR%%/red/bibasis.b
263
%%DATADIR%%/red/bibasis_interface.b
264
%%DATADIR%%/red/bibasis_involutive.b
265
%%DATADIR%%/red/bibasis_janet_tree.b
266
%%DATADIR%%/red/bibasis_monom.b
267
%%DATADIR%%/red/bibasis_polynom.b
268
%%DATADIR%%/red/bibasis_qset.b
269
%%DATADIR%%/red/bibasis_triple.b
270
%%DATADIR%%/red/bibasis_tset.b
271
%%DATADIR%%/red/bigmodp.b
272
%%DATADIR%%/red/block.b
273
%%DATADIR%%/red/block4.b
274
%%DATADIR%%/red/boolean.b
275
%%DATADIR%%/red/bootstrap.img
276
%%DATADIR%%/red/bounds.b
277
%%DATADIR%%/red/bquote.b
278
%%DATADIR%%/red/breduce.b
279
%%DATADIR%%/red/buchbg.b
280
%%DATADIR%%/red/cali.b
281
%%DATADIR%%/red/calimat.b
282
%%DATADIR%%/red/camal.b
283
%%DATADIR%%/red/cantens.b
284
%%DATADIR%%/red/cde.b
285
%%DATADIR%%/red/cde_ansatz.b
286
%%DATADIR%%/red/cde_cdcalc.b
287
%%DATADIR%%/red/cde_cdiff.b
288
%%DATADIR%%/red/cde_diffcon.b
289
%%DATADIR%%/red/cde_init.b
290
%%DATADIR%%/red/cde_jetspace.b
291
%%DATADIR%%/red/cde_parametric.b
292
%%DATADIR%%/red/cde_superfun.b
293
%%DATADIR%%/red/cde_tools.b
294
%%DATADIR%%/red/cde_totalder.b
295
%%DATADIR%%/red/cde_varcalc.b
296
%%DATADIR%%/red/cde_vectorfield.b
297
%%DATADIR%%/red/cdiff.b
298
%%DATADIR%%/red/cdiffx.b
299
%%DATADIR%%/red/cedit.b
300
%%DATADIR%%/red/cface.b
301
%%DATADIR%%/red/cgb.b
302
%%DATADIR%%/red/changevr.b
303
%%DATADIR%%/red/charname.b
304
%%DATADIR%%/red/charpol.b
305
%%DATADIR%%/red/chebysh.b
306
%%DATADIR%%/red/checkind.b
307
%%DATADIR%%/red/cholesky.b
308
%%DATADIR%%/red/cl.b
309
%%DATADIR%%/red/clbnf.b
310
%%DATADIR%%/red/clmisc.b
311
%%DATADIR%%/red/clnf.b
312
%%DATADIR%%/red/clprl.b
313
%%DATADIR%%/red/clqe.b
314
%%DATADIR%%/red/clresolv.b
315
%%DATADIR%%/red/clsimpl.b
316
%%DATADIR%%/red/cltab.b
317
%%DATADIR%%/red/coates.b
318
%%DATADIR%%/red/coatesid.b
319
%%DATADIR%%/red/codad1.b
320
%%DATADIR%%/red/codad2.b
321
%%DATADIR%%/red/codctl.b
322
%%DATADIR%%/red/coddec.b
323
%%DATADIR%%/red/coddom.b
324
%%DATADIR%%/red/codgen.b
325
%%DATADIR%%/red/codhrn.b
326
%%DATADIR%%/red/codmat.b
327
%%DATADIR%%/red/codopt.b
328
%%DATADIR%%/red/codpri.b
329
%%DATADIR%%/red/codstr.b
330
%%DATADIR%%/red/coeff.b
331
%%DATADIR%%/red/coeffts.b
332
%%DATADIR%%/red/cofactor.b
333
%%DATADIR%%/red/comfac.b
334
%%DATADIR%%/red/compact.b
335
%%DATADIR%%/red/compactf.b
336
%%DATADIR%%/red/compat.b
337
%%DATADIR%%/red/complx.b
338
%%DATADIR%%/red/complxp.b
339
%%DATADIR%%/red/compopr.b
340
%%DATADIR%%/red/comprd.b
341
%%DATADIR%%/red/condense.b
342
%%DATADIR%%/red/conj.b
343
%%DATADIR%%/red/conlaw.b
344
%%DATADIR%%/red/conlaw0.b
345
%%DATADIR%%/red/conlaw1.b
346
%%DATADIR%%/red/conlaw2.b
347
%%DATADIR%%/red/conlaw3.b
348
%%DATADIR%%/red/conlaw4.b
349
%%DATADIR%%/red/constre.b
350
%%DATADIR%%/red/contact.b
351
%%DATADIR%%/red/contents.b
352
%%DATADIR%%/red/contfr.b
353
%%DATADIR%%/red/contfrac.b
354
%%DATADIR%%/red/control.b
355
%%DATADIR%%/red/contrtns.b
356
%%DATADIR%%/red/convert.b
357
%%DATADIR%%/red/cpxrn.b
358
%%DATADIR%%/red/crack.b
359
%%DATADIR%%/red/crdec.b
360
%%DATADIR%%/red/crdiffelim.b
361
%%DATADIR%%/red/crelem.b
362
%%DATADIR%%/red/crequsol.b
363
%%DATADIR%%/red/crgb.b
364
%%DATADIR%%/red/crgensep.b
365
%%DATADIR%%/red/crhomalg.b
366
%%DATADIR%%/red/crident.b
367
%%DATADIR%%/red/crineq.b
368
%%DATADIR%%/red/crinit.b
369
%%DATADIR%%/red/crint.b
370
%%DATADIR%%/red/crlinalg.b
371
%%DATADIR%%/red/crmain.b
372
%%DATADIR%%/red/crpvm.b
373
%%DATADIR%%/red/crresu.b
374
%%DATADIR%%/red/crsep.b
375
%%DATADIR%%/red/crshort.b
376
%%DATADIR%%/red/crsimp.b
377
%%DATADIR%%/red/crsimpso.b
378
%%DATADIR%%/red/crstart.b
379
%%DATADIR%%/red/crstruc.b
380
%%DATADIR%%/red/crsubsys.b
381
%%DATADIR%%/red/crtrafo.b
382
%%DATADIR%%/red/crunder.b
383
%%DATADIR%%/red/crutil.b
384
%%DATADIR%%/red/csolve.b
385
%%DATADIR%%/red/ctintro.b
386
%%DATADIR%%/red/cvit.b
387
%%DATADIR%%/red/cvitmap.b
388
%%DATADIR%%/red/dcfsf.b
389
%%DATADIR%%/red/dcfsfkacem.b
390
%%DATADIR%%/red/dcfsfmisc.b
391
%%DATADIR%%/red/dcfsfqe.b
392
%%DATADIR%%/red/dcfsfsism.b
393
%%DATADIR%%/red/decompos.b
394
%%DATADIR%%/red/decrep.b
395
%%DATADIR%%/red/defint.b
396
%%DATADIR%%/red/defint0.b
397
%%DATADIR%%/red/definta.b
398
%%DATADIR%%/red/defintb.b
399
%%DATADIR%%/red/defintc.b
400
%%DATADIR%%/red/defintd.b
401
%%DATADIR%%/red/definte.b
402
%%DATADIR%%/red/defintf.b
403
%%DATADIR%%/red/defintg.b
404
%%DATADIR%%/red/definth.b
405
%%DATADIR%%/red/definti.b
406
%%DATADIR%%/red/defintj.b
407
%%DATADIR%%/red/defintk.b
408
%%DATADIR%%/red/defintx.b
409
%%DATADIR%%/red/degform.b
410
%%DATADIR%%/red/degsets.b
411
%%DATADIR%%/red/depend.b
412
%%DATADIR%%/red/desir.b
413
%%DATADIR%%/red/det.b
414
%%DATADIR%%/red/df2q.b
415
%%DATADIR%%/red/dfpart.b
416
%%DATADIR%%/red/dfprin.b
417
%%DATADIR%%/red/diff.b
418
%%DATADIR%%/red/dilog.b
419
%%DATADIR%%/red/dint.b
420
%%DATADIR%%/red/dip2a.b
421
%%DATADIR%%/red/dipoly.b
422
%%DATADIR%%/red/dipoly1.b
423
%%DATADIR%%/red/dipprint.b
424
%%DATADIR%%/red/dipvars.b
425
%%DATADIR%%/red/discret.b
426
%%DATADIR%%/red/disjoin.b
427
%%DATADIR%%/red/distrib.b
428
%%DATADIR%%/red/divide.b
429
%%DATADIR%%/red/dmode.b
430
%%DATADIR%%/red/dmodeop.b
431
%%DATADIR%%/red/dp.b
432
%%DATADIR%%/red/dpmat.b
433
%%DATADIR%%/red/dpoly.b
434
%%DATADIR%%/red/driver.b
435
%%DATADIR%%/red/dummy.b
436
%%DATADIR%%/red/dummy1.b
437
%%DATADIR%%/red/dummy2.b
438
%%DATADIR%%/red/dummycnt.b
439
%%DATADIR%%/red/dvfsf.b
440
%%DATADIR%%/red/dvfsfmisc.b
441
%%DATADIR%%/red/dvfsfqe.b
442
%%DATADIR%%/red/dvfsfsiat.b
443
%%DATADIR%%/red/dvfsfsism.b
444
%%DATADIR%%/red/eds.b
445
%%DATADIR%%/red/edsaux.b
446
%%DATADIR%%/red/edscfrm.b
447
%%DATADIR%%/red/edsequiv.b
448
%%DATADIR%%/red/edseval.b
449
%%DATADIR%%/red/edsexptl.b
450
%%DATADIR%%/red/edsnorml.b
451
%%DATADIR%%/red/edspatch.b
452
%%DATADIR%%/red/edspde.b
453
%%DATADIR%%/red/edssolve.b
454
%%DATADIR%%/red/edsuser.b
455
%%DATADIR%%/red/elem.b
456
%%DATADIR%%/red/element.b
457
%%DATADIR%%/red/entry.b
458
%%DATADIR%%/red/eqn.b
459
%%DATADIR%%/red/evalmaps.b
460
%%DATADIR%%/red/exaux.b
461
%%DATADIR%%/red/excalc.b
462
%%DATADIR%%/red/exdf.b
463
%%DATADIR%%/red/exintro.b
464
%%DATADIR%%/red/exlists.b
465
%%DATADIR%%/red/expon.b
466
%%DATADIR%%/red/expres.b
467
%%DATADIR%%/red/exptchk.b
468
%%DATADIR%%/red/exptf.b
469
%%DATADIR%%/red/expvec.b
470
%%DATADIR%%/red/extops.b
471
%%DATADIR%%/red/extout.b
472
%%DATADIR%%/red/ezgcd.b
473
%%DATADIR%%/red/ezgcdf.b
474
%%DATADIR%%/red/facform.b
475
%%DATADIR%%/red/facmisc.b
476
%%DATADIR%%/red/facmod.b
477
%%DATADIR%%/red/facprim.b
478
%%DATADIR%%/red/facstr.b
479
%%DATADIR%%/red/factor.b
480
%%DATADIR%%/red/facuni.b
481
%%DATADIR%%/red/farith.b
482
%%DATADIR%%/red/fastmath.b
483
%%DATADIR%%/red/fastmod.b
484
%%DATADIR%%/red/fide.b
485
%%DATADIR%%/red/fide1.b
486
%%DATADIR%%/red/findmagc.b
487
%%DATADIR%%/red/findres.b
488
%%DATADIR%%/red/finitise.b
489
%%DATADIR%%/red/fixes2.b
490
%%DATADIR%%/red/fixsubf.b
491
%%DATADIR%%/red/fmprint.b
492
%%DATADIR%%/red/for88.b
493
%%DATADIR%%/red/forall.b
494
%%DATADIR%%/red/forall4.b
495
%%DATADIR%%/red/forder.b
496
%%DATADIR%%/red/form.b
497
%%DATADIR%%/red/form4.b
498
%%DATADIR%%/red/forstat.b
499
%%DATADIR%%/red/forstat4.b
500
%%DATADIR%%/red/fortpri.b
501
%%DATADIR%%/red/fourdom.b
502
%%DATADIR%%/red/fourplus.b
503
%%DATADIR%%/red/fps.b
504
%%DATADIR%%/red/fracdi.b
505
%%DATADIR%%/red/frames.b
506
%%DATADIR%%/red/froben.b
507
%%DATADIR%%/red/fsimplex.b
508
%%DATADIR%%/red/gauss.b
509
%%DATADIR%%/red/gb.b
510
%%DATADIR%%/red/gbsc.b
511
%%DATADIR%%/red/gcd.b
512
%%DATADIR%%/red/gcref.b
513
%%DATADIR%%/red/general.b
514
%%DATADIR%%/red/genmod.b
515
%%DATADIR%%/red/genparser.b
516
%%DATADIR%%/red/genparserprint.b
517
%%DATADIR%%/red/genpurfn.b
518
%%DATADIR%%/red/gentens.b
519
%%DATADIR%%/red/gentran.b
520
%%DATADIR%%/red/genus.b
521
%%DATADIR%%/red/geoprover.b
522
%%DATADIR%%/red/ghyper.b
523
%%DATADIR%%/red/gint.b
524
%%DATADIR%%/red/glexconv.b
525
%%DATADIR%%/red/glmat.b
526
%%DATADIR%%/red/glsolve.b
527
%%DATADIR%%/red/gnuintfc.b
528
%%DATADIR%%/red/gnupldrv.b
529
%%DATADIR%%/red/gnuplot.b
530
%%DATADIR%%/red/goutput.b
531
%%DATADIR%%/red/gparser.b
532
%%DATADIR%%/red/gramschm.b
533
%%DATADIR%%/red/grassman.b
534
%%DATADIR%%/red/greduo.b
535
%%DATADIR%%/red/grinter2.b
536
%%DATADIR%%/red/grinterf.b
537
%%DATADIR%%/red/groeb.b
538
%%DATADIR%%/red/groebcri.b
539
%%DATADIR%%/red/groebf.b
540
%%DATADIR%%/red/groebfac.b
541
%%DATADIR%%/red/groebidq.b
542
%%DATADIR%%/red/groebman.b
543
%%DATADIR%%/red/groebmes.b
544
%%DATADIR%%/red/groebner.b
545
%%DATADIR%%/red/groebnr2.b
546
%%DATADIR%%/red/groebopt.b
547
%%DATADIR%%/red/groebrst.b
548
%%DATADIR%%/red/groebsea.b
549
%%DATADIR%%/red/groebsor.b
550
%%DATADIR%%/red/groebspa.b
551
%%DATADIR%%/red/groebtra.b
552
%%DATADIR%%/red/groesolv.b
553
%%DATADIR%%/red/groeweak.b
554
%%DATADIR%%/red/guardian.b
555
%%DATADIR%%/red/guardianprint.b
556
%%DATADIR%%/red/guardianschemes.b
557
%%DATADIR%%/red/hacksqrt.b
558
%%DATADIR%%/red/halfangl.b
559
%%DATADIR%%/red/harmonic.b
560
%%DATADIR%%/red/hcvctors.b
561
%%DATADIR%%/red/hdiff.b
562
%%DATADIR%%/red/helpasst.b
563
%%DATADIR%%/red/hephys.b
564
%%DATADIR%%/red/hf.b
565
%%DATADIR%%/red/hggroeb.b
566
%%DATADIR%%/red/hgrsolve.b
567
%%DATADIR%%/red/hilbertp.b
568
%%DATADIR%%/red/hilberts.b
569
%%DATADIR%%/red/hille.b
570
%%DATADIR%%/red/hodge.b
571
%%DATADIR%%/red/homog.b
572
%%DATADIR%%/red/horner.b
573
%%DATADIR%%/red/hsub.b
574
%%DATADIR%%/red/hugo
575
%%DATADIR%%/red/hurwp.b
576
%%DATADIR%%/red/ibalp.b
577
%%DATADIR%%/red/ibalpkapur.b
578
%%DATADIR%%/red/ibalpqsat.b
579
%%DATADIR%%/red/ibasics.b
580
%%DATADIR%%/red/ideals.b
581
%%DATADIR%%/red/idepend.b
582
%%DATADIR%%/red/idexf.b
583
%%DATADIR%%/red/iimet.b
584
%%DATADIR%%/red/imageset.b
585
%%DATADIR%%/red/indices.b
586
%%DATADIR%%/red/indsymm.b
587
%%DATADIR%%/red/indxprin.b
588
%%DATADIR%%/red/ineq.b
589
%%DATADIR%%/red/infix.b
590
%%DATADIR%%/red/inline-defs.dat
591
%%DATADIR%%/red/innerprd.b
592
%%DATADIR%%/red/inspect.b
593
%%DATADIR%%/red/int.b
594
%%DATADIR%%/red/intbasis.b
595
%%DATADIR%%/red/integrator.b
596
%%DATADIR%%/red/inter.b
597
%%DATADIR%%/red/interfac.b
598
%%DATADIR%%/red/interpol.b
599
%%DATADIR%%/red/intf.b
600
%%DATADIR%%/red/intfac.b
601
%%DATADIR%%/red/intfierz.b
602
%%DATADIR%%/red/intrfc.b
603
%%DATADIR%%/red/intro.b
604
%%DATADIR%%/red/inttaylr.b
605
%%DATADIR%%/red/invbase.b
606
%%DATADIR%%/red/invbcomp.b
607
%%DATADIR%%/red/invbint.b
608
%%DATADIR%%/red/invol.b
609
%%DATADIR%%/red/io.b
610
%%DATADIR%%/red/ioto.b
611
%%DATADIR%%/red/ir2om.b
612
%%DATADIR%%/red/isolve.b
613
%%DATADIR%%/red/jhddiff.b
614
%%DATADIR%%/red/jhdriver.b
615
%%DATADIR%%/red/jordan.b
616
%%DATADIR%%/red/jordsymb.b
617
%%DATADIR%%/red/jpatches.b
618
%%DATADIR%%/red/jsymbols.b
619
%%DATADIR%%/red/kernel.b
620
%%DATADIR%%/red/kredelw.b
621
%%DATADIR%%/red/kronf.b
622
%%DATADIR%%/red/kuechl.b
623
%%DATADIR%%/red/lalr.b
624
%%DATADIR%%/red/lamatrix.b
625
%%DATADIR%%/red/laplace.b
626
%%DATADIR%%/red/lf.b
627
%%DATADIR%%/red/libreduce.b
628
%%DATADIR%%/red/lie.b
629
%%DATADIR%%/red/lie1234.b
630
%%DATADIR%%/red/liedf.b
631
%%DATADIR%%/red/liendmc1.b
632
%%DATADIR%%/red/liepde.b
633
%%DATADIR%%/red/lievalfm.b
634
%%DATADIR%%/red/limits.b
635
%%DATADIR%%/red/linalg.b
636
%%DATADIR%%/red/linband.b
637
%%DATADIR%%/red/linineq.b
638
%%DATADIR%%/red/linmodp.b
639
%%DATADIR%%/red/linop.b
640
%%DATADIR%%/red/linrec.b
641
%%DATADIR%%/red/linrel.b
642
%%DATADIR%%/red/liqsimp1.b
643
%%DATADIR%%/red/liqsimp2.b
644
%%DATADIR%%/red/list.b
645
%%DATADIR%%/red/listvecops.b
646
%%DATADIR%%/red/log2atan.b
647
%%DATADIR%%/red/logsort.b
648
%%DATADIR%%/red/loops.b
649
%%DATADIR%%/red/loops88.b
650
%%DATADIR%%/red/lpdo.b
651
%%DATADIR%%/red/lpri.b
652
%%DATADIR%%/red/lspc.b
653
%%DATADIR%%/red/lspfor.b
654
%%DATADIR%%/red/lsppasc.b
655
%%DATADIR%%/red/lsprat.b
656
%%DATADIR%%/red/lto.b
657
%%DATADIR%%/red/ludecom.b
658
%%DATADIR%%/red/makefour.b
659
%%DATADIR%%/red/makevars.b
660
%%DATADIR%%/red/maninp.b
661
%%DATADIR%%/red/map.b
662
%%DATADIR%%/red/map2strn.b
663
%%DATADIR%%/red/matarg.b
664
%%DATADIR%%/red/math.b
665
%%DATADIR%%/red/mathml.b
666
%%DATADIR%%/red/mathmlom.b
667
%%DATADIR%%/red/mathpr.b
668
%%DATADIR%%/red/matop.b
669
%%DATADIR%%/red/matpri.b
670
%%DATADIR%%/red/matproc.b
671
%%DATADIR%%/red/matrext.b
672
%%DATADIR%%/red/matrix.b
673
%%DATADIR%%/red/matrix4.b
674
%%DATADIR%%/red/matsm.b
675
%%DATADIR%%/red/maxmin.b
676
%%DATADIR%%/red/meijerg.b
677
%%DATADIR%%/red/mhensfns.b
678
%%DATADIR%%/red/minlngth.b
679
%%DATADIR%%/red/misc.b
680
%%DATADIR%%/red/mksp.b
681
%%DATADIR%%/red/mma.awk
682
%%DATADIR%%/red/mma.b
683
%%DATADIR%%/red/mml_ir.b
684
%%DATADIR%%/red/mo.b
685
%%DATADIR%%/red/modify.b
686
%%DATADIR%%/red/modlineq.b
687
%%DATADIR%%/red/modpoly.b
688
%%DATADIR%%/red/modroots.b
689
%%DATADIR%%/red/modsolve.b
690
%%DATADIR%%/red/modsqrt.b
691
%%DATADIR%%/red/modsr.b
692
%%DATADIR%%/red/modular.b
693
%%DATADIR%%/red/module.b
694
%%DATADIR%%/red/moid.b
695
%%DATADIR%%/red/mprint.b
696
%%DATADIR%%/red/mri.b
697
%%DATADIR%%/red/mri_ofsf.b
698
%%DATADIR%%/red/mri_pasf.b
699
%%DATADIR%%/red/mriqe.b
700
%%DATADIR%%/red/mrvlimit.b
701
%%DATADIR%%/red/mstruct.b
702
%%DATADIR%%/red/mtables.b
703
%%DATADIR%%/red/multihen.b
704
%%DATADIR%%/red/multroot.b
705
%%DATADIR%%/red/mv.b
706
%%DATADIR%%/red/mvmatch.b
707
%%DATADIR%%/red/nagell.b
708
%%DATADIR%%/red/nbasis.b
709
%%DATADIR%%/red/ncdip.b
710
%%DATADIR%%/red/ncenv.b
711
%%DATADIR%%/red/ncfactor.b
712
%%DATADIR%%/red/ncgroeb.b
713
%%DATADIR%%/red/ncout.b
714
%%DATADIR%%/red/ncpoly.b
715
%%DATADIR%%/red/nestdom.b
716
%%DATADIR%%/red/nestrad.b
717
%%DATADIR%%/red/newtok.b
718
%%DATADIR%%/red/newton.b
719
%%DATADIR%%/red/noncom2.b
720
%%DATADIR%%/red/normform.b
721
%%DATADIR%%/red/nrstroot.b
722
%%DATADIR%%/red/nssimp.b
723
%%DATADIR%%/red/nullsp.b
724
%%DATADIR%%/red/numeric.b
725
%%DATADIR%%/red/numeval.b
726
%%DATADIR%%/red/numfit.b
727
%%DATADIR%%/red/numint.b
728
%%DATADIR%%/red/numsolve.b
729
%%DATADIR%%/red/numsup.b
730
%%DATADIR%%/red/odeintfc.b
731
%%DATADIR%%/red/odelin.b
732
%%DATADIR%%/red/odenon1.b
733
%%DATADIR%%/red/odenonn.b
734
%%DATADIR%%/red/odepatch.b
735
%%DATADIR%%/red/odesolve.b
736
%%DATADIR%%/red/odespcfn.b
737
%%DATADIR%%/red/odetop.b
738
%%DATADIR%%/red/odim.b
739
%%DATADIR%%/red/ofsf.b
740
%%DATADIR%%/red/ofsfanuex.b
741
%%DATADIR%%/red/ofsfbnf.b
742
%%DATADIR%%/red/ofsfcad.b
743
%%DATADIR%%/red/ofsfcadproj.b
744
%%DATADIR%%/red/ofsfdecdeg.b
745
%%DATADIR%%/red/ofsfdet.b
746
%%DATADIR%%/red/ofsfdpep.b
747
%%DATADIR%%/red/ofsfexfr.b
748
%%DATADIR%%/red/ofsfgs.b
749
%%DATADIR%%/red/ofsfhqe.b
750
%%DATADIR%%/red/ofsfic.b
751
%%DATADIR%%/red/ofsflp.b
752
%%DATADIR%%/red/ofsfmisc.b
753
%%DATADIR%%/red/ofsfopt.b
754
%%DATADIR%%/red/ofsfqe.b
755
%%DATADIR%%/red/ofsfsiat.b
756
%%DATADIR%%/red/ofsfsism.b
757
%%DATADIR%%/red/ofsfsmtqe.b
758
%%DATADIR%%/red/ofsftfc.b
759
%%DATADIR%%/red/ofsftrop.b
760
%%DATADIR%%/red/ofsfvsans.b
761
%%DATADIR%%/red/ofsfvsblock.b
762
%%DATADIR%%/red/ofsfvseset.b
763
%%DATADIR%%/red/ofsfvsl.b
764
%%DATADIR%%/red/ofsfvslists.b
765
%%DATADIR%%/red/ofsfvssub.b
766
%%DATADIR%%/red/ofsfxopt.b
767
%%DATADIR%%/red/om2ir.b
768
%%DATADIR%%/red/opertens.b
769
%%DATADIR%%/red/opmtch.b
770
%%DATADIR%%/red/order.b
771
%%DATADIR%%/red/orthovec.b
772
%%DATADIR%%/red/package4.b
773
%%DATADIR%%/red/pade.b
774
%%DATADIR%%/red/paraset.b
775
%%DATADIR%%/red/parray.b
776
%%DATADIR%%/red/parser.b
777
%%DATADIR%%/red/part.b
778
%%DATADIR%%/red/partdf.b
779
%%DATADIR%%/red/partitns.b
780
%%DATADIR%%/red/partitsf.b
781
%%DATADIR%%/red/pasf.b
782
%%DATADIR%%/red/pasfbnf.b
783
%%DATADIR%%/red/pasfmisc.b
784
%%DATADIR%%/red/pasfnf.b
785
%%DATADIR%%/red/pasfqe.b
786
%%DATADIR%%/red/pasfresolve.b
787
%%DATADIR%%/red/pasfsiat.b
788
%%DATADIR%%/red/pasfsism.b
789
%%DATADIR%%/red/pattdefn.b
790
%%DATADIR%%/red/pattperm.b
791
%%DATADIR%%/red/perm1.b
792
%%DATADIR%%/red/perms.b
793
%%DATADIR%%/red/pf.b
794
%%DATADIR%%/red/pfacmult.b
795
%%DATADIR%%/red/pfactor.b
796
%%DATADIR%%/red/pgauss.b
797
%%DATADIR%%/red/pgcond.b
798
%%DATADIR%%/red/pgsm.b
799
%%DATADIR%%/red/physop.b
800
%%DATADIR%%/red/pident.b
801
%%DATADIR%%/red/places.b
802
%%DATADIR%%/red/plot.b
803
%%DATADIR%%/red/plotexp2.b
804
%%DATADIR%%/red/plotexp3.b
805
%%DATADIR%%/red/plotimp2.b
806
%%DATADIR%%/red/plotimp3.b
807
%%DATADIR%%/red/plotnum.b
808
%%DATADIR%%/red/plotsynt.b
809
%%DATADIR%%/red/pltpara.b
810
%%DATADIR%%/red/pm.b
811
%%DATADIR%%/red/pmintrfc.b
812
%%DATADIR%%/red/pmpatch.b
813
%%DATADIR%%/red/pmrules.b
814
%%DATADIR%%/red/polineq.b
815
%%DATADIR%%/red/polrep.b
816
%%DATADIR%%/red/poly.b
817
%%DATADIR%%/red/polydiv.b
818
%%DATADIR%%/red/polyexns.b
819
%%DATADIR%%/red/polyop.b
820
%%DATADIR%%/red/ppsoln.b
821
%%DATADIR%%/red/pre.b
822
%%DATADIR%%/red/precoats.b
823
%%DATADIR%%/red/prep.b
824
%%DATADIR%%/red/pretty.b
825
%%DATADIR%%/red/prime.b
826
%%DATADIR%%/red/primfac.b
827
%%DATADIR%%/red/primitive.b
828
%%DATADIR%%/red/proc.b
829
%%DATADIR%%/red/proc4.b
830
%%DATADIR%%/red/prod.b
831
%%DATADIR%%/red/profile.b
832
%%DATADIR%%/red/prolong.b
833
%%DATADIR%%/red/psl.b
834
%%DATADIR%%/red/pslprolo.b
835
%%DATADIR%%/red/pslrend.b
836
%%DATADIR%%/red/pullback.b
837
%%DATADIR%%/red/pvector.b
838
%%DATADIR%%/red/qepcad.awk
839
%%DATADIR%%/red/qepcad.b
840
%%DATADIR%%/red/qhull.b
841
%%DATADIR%%/red/qqe.b
842
%%DATADIR%%/red/qqe_ofsf.b
843
%%DATADIR%%/red/qqemisc.b
844
%%DATADIR%%/red/qqeqe.b
845
%%DATADIR%%/red/qqeqemisc.b
846
%%DATADIR%%/red/qqesiat.b
847
%%DATADIR%%/red/qqesism.b
848
%%DATADIR%%/red/qqetrans.b
849
%%DATADIR%%/red/qsum.b
850
%%DATADIR%%/red/quartic.b
851
%%DATADIR%%/red/quot.b
852
%%DATADIR%%/red/quotf.b
853
%%DATADIR%%/red/raarith.b
854
%%DATADIR%%/red/raiv.b
855
%%DATADIR%%/red/random.b
856
%%DATADIR%%/red/randpoly.b
857
%%DATADIR%%/red/rank.b
858
%%DATADIR%%/red/ranks.b
859
%%DATADIR%%/red/rankstat.b
860
%%DATADIR%%/red/ranum.b
861
%%DATADIR%%/red/rarcount.b
862
%%DATADIR%%/red/ratalgo.b
863
%%DATADIR%%/red/rataprx.b
864
%%DATADIR%%/red/ratint.b
865
%%DATADIR%%/red/rational.b
866
%%DATADIR%%/red/ratjord.b
867
%%DATADIR%%/red/ratprin.b
868
%%DATADIR%%/red/rcref.b
869
%%DATADIR%%/red/rdelem.b
870
%%DATADIR%%/red/reacteqn.b
871
%%DATADIR%%/red/realroot.b
872
%%DATADIR%%/red/records.b
873
%%DATADIR%%/red/recsimpl.b
874
%%DATADIR%%/red/red.b
875
%%DATADIR%%/red/red2cvit.b
876
%%DATADIR%%/red/reddom.b
877
%%DATADIR%%/red/redfront.b
878
%%DATADIR%%/red/redio.b
879
%%DATADIR%%/red/redlog.b
880
%%DATADIR%%/red/redlsp.b
881
%%DATADIR%%/red/reduce.img
882
%%DATADIR%%/red/reduce4.b
883
%%DATADIR%%/red/reform.b
884
%%DATADIR%%/red/remake.b
885
%%DATADIR%%/red/removecm.b
886
%%DATADIR%%/red/reord.b
887
%%DATADIR%%/red/res.b
888
%%DATADIR%%/red/reset.b
889
%%DATADIR%%/red/residue.b
890
%%DATADIR%%/red/restore.b
891
%%DATADIR%%/red/restrict.b
892
%%DATADIR%%/red/resultnt.b
893
%%DATADIR%%/red/reval.b
894
%%DATADIR%%/red/reval4.b
895
%%DATADIR%%/red/revision.b
896
%%DATADIR%%/red/ring.b
897
%%DATADIR%%/red/rlami.b
898
%%DATADIR%%/red/rlblackbox.b
899
%%DATADIR%%/red/rlblackboxes.b
900
%%DATADIR%%/red/rlcont.b
901
%%DATADIR%%/red/rlfi.b
902
%%DATADIR%%/red/rlhelp.b
903
%%DATADIR%%/red/rlisp.b
904
%%DATADIR%%/red/rlisp88.b
905
%%DATADIR%%/red/rlprint.b
906
%%DATADIR%%/red/rlprovide.b
907
%%DATADIR%%/red/rlservice.b
908
%%DATADIR%%/red/rlservices.b
909
%%DATADIR%%/red/rlsupport.b
910
%%DATADIR%%/red/rltools.b
911
%%DATADIR%%/red/rltype.b
912
%%DATADIR%%/red/rltypes.b
913
%%DATADIR%%/red/rmsubs.b
914
%%DATADIR%%/red/rnelem.b
915
%%DATADIR%%/red/rootaux.b
916
%%DATADIR%%/red/roots.b
917
%%DATADIR%%/red/roots2.b
918
%%DATADIR%%/red/rounded.b
919
%%DATADIR%%/red/rprint.b
920
%%DATADIR%%/red/rprintf.b
921
%%DATADIR%%/red/rsolve.b
922
%%DATADIR%%/red/rsupport.b
923
%%DATADIR%%/red/rtrace.b
924
%%DATADIR%%/red/rubi_parse.b
925
%%DATADIR%%/red/rubi_red.b
926
%%DATADIR%%/red/rubi_rul_s.lap
927
%%DATADIR%%/red/rubi_rules.b
928
%%DATADIR%%/red/rungeku.b
929
%%DATADIR%%/red/rvector.b
930
%%DATADIR%%/red/scope.b
931
%%DATADIR%%/red/scripts.b
932
%%DATADIR%%/red/segmnt.b
933
%%DATADIR%%/red/sets.b
934
%%DATADIR%%/red/sfairy.b
935
%%DATADIR%%/red/sfbdata.b
936
%%DATADIR%%/red/sfbern.b
937
%%DATADIR%%/red/sfbes.b
938
%%DATADIR%%/red/sfbinom.b
939
%%DATADIR%%/red/sfconsts.b
940
%%DATADIR%%/red/sfellip.b
941
%%DATADIR%%/red/sfellipi.b
942
%%DATADIR%%/red/sfgamm.b
943
%%DATADIR%%/red/sfgamma.b
944
%%DATADIR%%/red/sfgen.b
945
%%DATADIR%%/red/sfigamma.b
946
%%DATADIR%%/red/sfint.b
947
%%DATADIR%%/red/sfkummer.b
948
%%DATADIR%%/red/sfother.b
949
%%DATADIR%%/red/sfpolys.b
950
%%DATADIR%%/red/sfpsi.b
951
%%DATADIR%%/red/sfsums.b
952
%%DATADIR%%/red/sfto.b
953
%%DATADIR%%/red/sftoresultant.b
954
%%DATADIR%%/red/showrule.b
955
%%DATADIR%%/red/simp.b
956
%%DATADIR%%/red/simp4.b
957
%%DATADIR%%/red/simpfact.b
958
%%DATADIR%%/red/simplede.b
959
%%DATADIR%%/red/simplex.b
960
%%DATADIR%%/red/simplog.b
961
%%DATADIR%%/red/simpsqrt.b
962
%%DATADIR%%/red/sl2psl.b
963
%%DATADIR%%/red/slfns.b
964
%%DATADIR%%/red/smacro.b
965
%%DATADIR%%/red/smallmod.b
966
%%DATADIR%%/red/smithex.b
967
%%DATADIR%%/red/smithex1.b
968
%%DATADIR%%/red/smlbflot.b
969
%%DATADIR%%/red/smt.b
970
%%DATADIR%%/red/smtread.b
971
%%DATADIR%%/red/solve.b
972
%%DATADIR%%/red/solve1.b
973
%%DATADIR%%/red/solvealg.b
974
%%DATADIR%%/red/solvelnr.b
975
%%DATADIR%%/red/solvetab.b
976
%%DATADIR%%/red/sort.b
977
%%DATADIR%%/red/spaces.b
978
%%DATADIR%%/red/sparse.b
979
%%DATADIR%%/red/sparsmat.b
980
%%DATADIR%%/red/spcfnint.b
981
%%DATADIR%%/red/spchlsky.b
982
%%DATADIR%%/red/spde.b
983
%%DATADIR%%/red/specbess.b
984
%%DATADIR%%/red/specfac.b
985
%%DATADIR%%/red/specfaux.b
986
%%DATADIR%%/red/specfn.b
987
%%DATADIR%%/red/specfn2.b
988
%%DATADIR%%/red/spgrmshm.b
989
%%DATADIR%%/red/splinalg.b
990
%%DATADIR%%/red/spludcmp.b
991
%%DATADIR%%/red/spmateig.b
992
%%DATADIR%%/red/spsvd.b
993
%%DATADIR%%/red/sqfrnorm.b
994
%%DATADIR%%/red/sqprint.b
995
%%DATADIR%%/red/sqrtf.b
996
%%DATADIR%%/red/sstools.b
997
%%DATADIR%%/red/statmisc.b
998
%%DATADIR%%/red/steepstd.b
999
%%DATADIR%%/red/str.b
1000
%%DATADIR%%/red/struct4.b
1001
%%DATADIR%%/red/sub.b
1002
%%DATADIR%%/red/subs2q.b
1003
%%DATADIR%%/red/subs3q.b
1004
%%DATADIR%%/red/subs4q.b
1005
%%DATADIR%%/red/substexp.b
1006
%%DATADIR%%/red/substns.b
1007
%%DATADIR%%/red/sum.b
1008
%%DATADIR%%/red/sum2.b
1009
%%DATADIR%%/red/superv.b
1010
%%DATADIR%%/red/supervf.b
1011
%%DATADIR%%/red/support.b
1012
%%DATADIR%%/red/susy2.b
1013
%%DATADIR%%/red/svd.b
1014
%%DATADIR%%/red/switch.b
1015
%%DATADIR%%/red/switchxt.b
1016
%%DATADIR%%/red/symatvec.b
1017
%%DATADIR%%/red/symaux.b
1018
%%DATADIR%%/red/symcheck.b
1019
%%DATADIR%%/red/symchrep.b
1020
%%DATADIR%%/red/symdata1.b
1021
%%DATADIR%%/red/symdata2.b
1022
%%DATADIR%%/red/symhandl.b
1023
%%DATADIR%%/red/symint.b
1024
%%DATADIR%%/red/symmetry.b
1025
%%DATADIR%%/red/sympatch.b
1026
%%DATADIR%%/red/symwork.b
1027
%%DATADIR%%/red/systems.b
1028
%%DATADIR%%/red/systo.b
1029
%%DATADIR%%/red/table1.b
1030
%%DATADIR%%/red/table2.b
1031
%%DATADIR%%/red/table3.b
1032
%%DATADIR%%/red/tableaux.b
1033
%%DATADIR%%/red/tables.b
1034
%%DATADIR%%/red/tadjoint.b
1035
%%DATADIR%%/red/talp.b
1036
%%DATADIR%%/red/talpbnf.b
1037
%%DATADIR%%/red/talpmisc.b
1038
%%DATADIR%%/red/talpqe.b
1039
%%DATADIR%%/red/talpsiat.b
1040
%%DATADIR%%/red/talpsism.b
1041
%%DATADIR%%/red/taybasic.b
1042
%%DATADIR%%/red/tayconv.b
1043
%%DATADIR%%/red/taydiff.b
1044
%%DATADIR%%/red/tayexpnd.b
1045
%%DATADIR%%/red/tayfns.b
1046
%%DATADIR%%/red/tayfront.b
1047
%%DATADIR%%/red/tayimpl.b
1048
%%DATADIR%%/red/tayintrf.b
1049
%%DATADIR%%/red/tayintro.b
1050
%%DATADIR%%/red/taylor.b
1051
%%DATADIR%%/red/taypart.b
1052
%%DATADIR%%/red/tayprint.b
1053
%%DATADIR%%/red/tayrevrt.b
1054
%%DATADIR%%/red/taysimp.b
1055
%%DATADIR%%/red/taysubst.b
1056
%%DATADIR%%/red/tayutils.b
1057
%%DATADIR%%/red/tdconv.b
1058
%%DATADIR%%/red/templt.b
1059
%%DATADIR%%/red/tensor.b
1060
%%DATADIR%%/red/tensor1.b
1061
%%DATADIR%%/red/tensorio.b
1062
%%DATADIR%%/red/tidysqrt.b
1063
%%DATADIR%%/red/tmprint.b
1064
%%DATADIR%%/red/tok.b
1065
%%DATADIR%%/red/tools.b
1066
%%DATADIR%%/red/tools21.b
1067
%%DATADIR%%/red/torder.b
1068
%%DATADIR%%/red/torsionb.b
1069
%%DATADIR%%/red/tower.b
1070
%%DATADIR%%/red/tps.b
1071
%%DATADIR%%/red/tpscomp.b
1072
%%DATADIR%%/red/tpsconv.b
1073
%%DATADIR%%/red/tpsdom.b
1074
%%DATADIR%%/red/tpseval.b
1075
%%DATADIR%%/red/tpsfns.b
1076
%%DATADIR%%/red/tpsmisc.b
1077
%%DATADIR%%/red/tpsrev.b
1078
%%DATADIR%%/red/tpssum.b
1079
%%DATADIR%%/red/tr_gsmp1.lap
1080
%%DATADIR%%/red/transfns.b
1081
%%DATADIR%%/red/transfrm.b
1082
%%DATADIR%%/red/traverso.b
1083
%%DATADIR%%/red/trcase.b
1084
%%DATADIR%%/red/tri.b
1085
%%DATADIR%%/red/trialdiv.b
1086
%%DATADIR%%/red/triang.b
1087
%%DATADIR%%/red/trigd.b
1088
%%DATADIR%%/red/trigint.b
1089
%%DATADIR%%/red/trigsimp.b
1090
%%DATADIR%%/red/trigsmp1.b
1091
%%DATADIR%%/red/trigsmp2.b
1092
%%DATADIR%%/red/turtle.b
1093
%%DATADIR%%/red/unify.b
1094
%%DATADIR%%/red/unihens.b
1095
%%DATADIR%%/red/utf8.b
1096
%%DATADIR%%/red/utils.b
1097
%%DATADIR%%/red/v3tools.b
1098
%%DATADIR%%/red/vardf.b
1099
%%DATADIR%%/red/vdp2dip.b
1100
%%DATADIR%%/red/vdpcom.b
1101
%%DATADIR%%/red/vecanlys.b
1102
%%DATADIR%%/red/vecpoly.b
1103
%%DATADIR%%/red/vect.b
1104
%%DATADIR%%/red/vectorop.b
1105
%%DATADIR%%/red/wedge.b
1106
%%DATADIR%%/red/weight.b
1107
%%DATADIR%%/red/where.b
1108
%%DATADIR%%/red/wstrass.b
1109
%%DATADIR%%/red/wu.b
1110
%%DATADIR%%/red/xaux.b
1111
%%DATADIR%%/red/xcolor.b
1112
%%DATADIR%%/red/xcrit.b
1113
%%DATADIR%%/red/xexcalc.b
1114
%%DATADIR%%/red/xgroeb.b
1115
%%DATADIR%%/red/xideal.b
1116
%%DATADIR%%/red/xpowers.b
1117
%%DATADIR%%/red/xread.b
1118
%%DATADIR%%/red/xreduct.b
1119
%%DATADIR%%/red/xstorage.b
1120
%%DATADIR%%/red/xvect.b
1121
%%DATADIR%%/red/yylex.b
1122
%%DATADIR%%/red/yyparse.b
1123
%%DATADIR%%/red/zeilberg.b
1124
%%DATADIR%%/red/zfactor.b
1125
%%DATADIR%%/red/zmodule.b
1126
%%DATADIR%%/red/ztrans.b
1127
%%DATADIR%%/red/ztrrul_s.lap
1128
%%DATADIR%%/red/ztrrules.b
1129
@dir red
(-)math/reduce/pkg-plist-psl.i386 (+1133 lines)
Line 0 Link Here
1
bin/redpsl
2
man/man1/redpsl.1.gz
3
%%PORTDOCS%%%%DOCSDIR%%/insidereduce.pdf
4
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf
5
%%PORTDOCS%%%%DOCSDIR%%/primer.pdf
6
%%PORTDOCS%%%%DOCSDIR%%/sl.pdf
7
%%DATADIR%%/psl/386-cmac.b
8
%%DATADIR%%/psl/386-comp.b
9
%%DATADIR%%/psl/386-ext.b
10
%%DATADIR%%/psl/386-lap.b
11
%%DATADIR%%/psl/386-spec.b
12
%%DATADIR%%/psl/addr2id.b
13
%%DATADIR%%/psl/allocators.b
14
%%DATADIR%%/psl/apply-lap.b
15
%%DATADIR%%/psl/arithmetic.b
16
%%DATADIR%%/psl/association.b
17
%%DATADIR%%/psl/autoload-tr.b
18
%%DATADIR%%/psl/autoload.b
19
%%DATADIR%%/psl/backquote.b
20
%%DATADIR%%/psl/backtrace.b
21
%%DATADIR%%/psl/base-io.b
22
%%DATADIR%%/psl/big-faslend.b
23
%%DATADIR%%/psl/big.b
24
%%DATADIR%%/psl/bind-macros.b
25
%%DATADIR%%/psl/binding.b
26
%%DATADIR%%/psl/bpsl
27
%%DATADIR%%/psl/break.b
28
%%DATADIR%%/psl/build.b
29
%%DATADIR%%/psl/c-template.b
30
%%DATADIR%%/psl/carcdr.b
31
%%DATADIR%%/psl/carcdrnil.b
32
%%DATADIR%%/psl/catch-throw.b
33
%%DATADIR%%/psl/char-io.b
34
%%DATADIR%%/psl/char-macro.b
35
%%DATADIR%%/psl/chars.b
36
%%DATADIR%%/psl/clcomp.b
37
%%DATADIR%%/psl/clcomp1.b
38
%%DATADIR%%/psl/comasm.b
39
%%DATADIR%%/psl/common.b
40
%%DATADIR%%/psl/comp-decls.b
41
%%DATADIR%%/psl/compiler.b
42
%%DATADIR%%/psl/compsupport.b
43
%%DATADIR%%/psl/cond-macros.b
44
%%DATADIR%%/psl/cons-mkvect.b
45
%%DATADIR%%/psl/constants.b
46
%%DATADIR%%/psl/cont-error.b
47
%%DATADIR%%/psl/copiers.b
48
%%DATADIR%%/psl/copying-gc.b
49
%%DATADIR%%/psl/datamachine.b
50
%%DATADIR%%/psl/debug.b
51
%%DATADIR%%/psl/def-smacro.b
52
%%DATADIR%%/psl/defconst.b
53
%%DATADIR%%/psl/defmacro.b
54
%%DATADIR%%/psl/defmacro1.b
55
%%DATADIR%%/psl/defmacro2.b
56
%%DATADIR%%/psl/defobject.b
57
%%DATADIR%%/psl/disassemble.b
58
%%DATADIR%%/psl/double.b
59
%%DATADIR%%/psl/double32.b
60
%%DATADIR%%/psl/dskin.b
61
%%DATADIR%%/psl/dumplisp.b
62
%%DATADIR%%/psl/easy-non-sl.b
63
%%DATADIR%%/psl/easy-sl.b
64
%%DATADIR%%/psl/environment.b
65
%%DATADIR%%/psl/equal.b
66
%%DATADIR%%/psl/error-eset.b
67
%%DATADIR%%/psl/error-hand.b
68
%%DATADIR%%/psl/eval-apply.b
69
%%DATADIR%%/psl/eval-when.b
70
%%DATADIR%%/psl/evalhook.b
71
%%DATADIR%%/psl/explode-com.b
72
%%DATADIR%%/psl/f-evectors.b
73
%%DATADIR%%/psl/f-strings.b
74
%%DATADIR%%/psl/f-vectors.b
75
%%DATADIR%%/psl/fasl-decls.b
76
%%DATADIR%%/psl/faslout.b
77
%%DATADIR%%/psl/fast-chars.b
78
%%DATADIR%%/psl/fast-int.b
79
%%DATADIR%%/psl/fast-math.b
80
%%DATADIR%%/psl/fast-vector.b
81
%%DATADIR%%/psl/fc-indirect.b
82
%%DATADIR%%/psl/fcomp.b
83
%%DATADIR%%/psl/find.b
84
%%DATADIR%%/psl/fixup.b
85
%%DATADIR%%/psl/fluid-globl.b
86
%%DATADIR%%/psl/for-macro.b
87
%%DATADIR%%/psl/funct-prims.b
88
%%DATADIR%%/psl/get-options.b
89
%%DATADIR%%/psl/gsort.b
90
%%DATADIR%%/psl/hash-decls.b
91
%%DATADIR%%/psl/hcons.b
92
%%DATADIR%%/psl/helferlein.b
93
%%DATADIR%%/psl/if-system.b
94
%%DATADIR%%/psl/if.b
95
%%DATADIR%%/psl/init-file.b
96
%%DATADIR%%/psl/inum.b
97
%%DATADIR%%/psl/io-data.b
98
%%DATADIR%%/psl/io-decls.b
99
%%DATADIR%%/psl/io-errors.b
100
%%DATADIR%%/psl/io-extens.b
101
%%DATADIR%%/psl/iter-macros.b
102
%%DATADIR%%/psl/knowntocomp.b
103
%%DATADIR%%/psl/l2cdatacon.b
104
%%DATADIR%%/psl/lap-to-asm.b
105
%%DATADIR%%/psl/lap.b
106
%%DATADIR%%/psl/lisp-macros.b
107
%%DATADIR%%/psl/load-psl.b
108
%%DATADIR%%/psl/load.b
109
%%DATADIR%%/psl/loop-macros.b
110
%%DATADIR%%/psl/macroexpand.b
111
%%DATADIR%%/psl/mathlib.b
112
%%DATADIR%%/psl/mbarith.b
113
%%DATADIR%%/psl/merge-sort.b
114
%%DATADIR%%/psl/misc-macros.b
115
%%DATADIR%%/psl/mstruct.b
116
%%DATADIR%%/psl/muls.b
117
%%DATADIR%%/psl/muls32.b
118
%%DATADIR%%/psl/nbarith.b
119
%%DATADIR%%/psl/nbig.b
120
%%DATADIR%%/psl/nbig0.b
121
%%DATADIR%%/psl/nbig30.b
122
%%DATADIR%%/psl/nbig30a.b
123
%%DATADIR%%/psl/nbig32.b
124
%%DATADIR%%/psl/nbig32a.b
125
%%DATADIR%%/psl/nbittab.b
126
%%DATADIR%%/psl/nstruct.b
127
%%DATADIR%%/psl/numeric-ops.b
128
%%DATADIR%%/psl/obj-const.b
129
%%DATADIR%%/psl/obj-dflavor.b
130
%%DATADIR%%/psl/obj-dmethod.b
131
%%DATADIR%%/psl/obj-hash.b
132
%%DATADIR%%/psl/obj-lib.b
133
%%DATADIR%%/psl/obj-send.b
134
%%DATADIR%%/psl/objects.b
135
%%DATADIR%%/psl/objinstance.b
136
%%DATADIR%%/psl/oblist.b
137
%%DATADIR%%/psl/onoff.b
138
%%DATADIR%%/psl/open-close.b
139
%%DATADIR%%/psl/other-io.b
140
%%DATADIR%%/psl/others-sl.b
141
%%DATADIR%%/psl/p1-decls.b
142
%%DATADIR%%/psl/pass-1-lap.b
143
%%DATADIR%%/psl/pass-1.b
144
%%DATADIR%%/psl/pass-2-3.b
145
%%DATADIR%%/psl/pipes.b
146
%%DATADIR%%/psl/pp-file.b
147
%%DATADIR%%/psl/pp-lisp.b
148
%%DATADIR%%/psl/pp.b
149
%%DATADIR%%/psl/printers.b
150
%%DATADIR%%/psl/printf.b
151
%%DATADIR%%/psl/prog-friend.b
152
%%DATADIR%%/psl/prop-list.b
153
%%DATADIR%%/psl/pslcomp.b
154
%%DATADIR%%/psl/pslcompat.b
155
%%DATADIR%%/psl/pthread_util.b
156
%%DATADIR%%/psl/putd-getd.b
157
%%DATADIR%%/psl/putprint.b
158
%%DATADIR%%/psl/pvm.b
159
%%DATADIR%%/psl/qualified-timing.b
160
%%DATADIR%%/psl/rds-wrs.b
161
%%DATADIR%%/psl/read-macros.b
162
%%DATADIR%%/psl/read-utils.b
163
%%DATADIR%%/psl/read.b
164
%%DATADIR%%/psl/read1macros.b
165
%%DATADIR%%/psl/read2macros.b
166
%%DATADIR%%/psl/rprint.b
167
%%DATADIR%%/psl/s-strings.b
168
%%DATADIR%%/psl/s-vectors.b
169
%%DATADIR%%/psl/scan-table.b
170
%%DATADIR%%/psl/sequence.b
171
%%DATADIR%%/psl/set-macros.b
172
%%DATADIR%%/psl/set1-macros.b
173
%%DATADIR%%/psl/set2-macros.b
174
%%DATADIR%%/psl/sets.b
175
%%DATADIR%%/psl/shmem.b
176
%%DATADIR%%/psl/spy.b
177
%%DATADIR%%/psl/stat.b
178
%%DATADIR%%/psl/static-gc-demo.b
179
%%DATADIR%%/psl/static-gc.b
180
%%DATADIR%%/psl/stats.b
181
%%DATADIR%%/psl/step.b
182
%%DATADIR%%/psl/str-input.b
183
%%DATADIR%%/psl/str-search.b
184
%%DATADIR%%/psl/string-gen.b
185
%%DATADIR%%/psl/stringio.b
186
%%DATADIR%%/psl/strings.b
187
%%DATADIR%%/psl/symbol-vals.b
188
%%DATADIR%%/psl/symget.b
189
%%DATADIR%%/psl/sys-consts.b
190
%%DATADIR%%/psl/sys-date.b
191
%%DATADIR%%/psl/sys-dm.b
192
%%DATADIR%%/psl/sys-extras.b
193
%%DATADIR%%/psl/sys-faslin.b
194
%%DATADIR%%/psl/sys-gc.b
195
%%DATADIR%%/psl/sys-io.b
196
%%DATADIR%%/psl/sys-macros.b
197
%%DATADIR%%/psl/syslisp-syn.b
198
%%DATADIR%%/psl/syslisp.b
199
%%DATADIR%%/psl/tags.b
200
%%DATADIR%%/psl/tcl-sys-io.b
201
%%DATADIR%%/psl/timc.b
202
%%DATADIR%%/psl/token-decls.b
203
%%DATADIR%%/psl/token-scan.b
204
%%DATADIR%%/psl/top-loop.b
205
%%DATADIR%%/psl/trap.b
206
%%DATADIR%%/psl/type-conver.b
207
%%DATADIR%%/psl/type-error.b
208
%%DATADIR%%/psl/unix386-asm.b
209
%%DATADIR%%/psl/useful.b
210
%%DATADIR%%/psl/vector-fix.b
211
%%DATADIR%%/psl/vectors.b
212
%%DATADIR%%/psl/vfvect.b
213
%%DATADIR%%/psl/wdeclare.b
214
%%DATADIR%%/psl/wfloat.b
215
%%DATADIR%%/psl/write-float.b
216
%%DATADIR%%/psl/zbig.b
217
%%DATADIR%%/red/_definta.lap
218
%%DATADIR%%/red/_defintb.lap
219
%%DATADIR%%/red/_definte.lap
220
%%DATADIR%%/red/_defintf.lap
221
%%DATADIR%%/red/_definti.lap
222
%%DATADIR%%/red/_defintk.lap
223
%%DATADIR%%/red/_susy2.lap
224
%%DATADIR%%/red/a2dip.b
225
%%DATADIR%%/red/acfsf.b
226
%%DATADIR%%/red/acfsfbnf.b
227
%%DATADIR%%/red/acfsfgs.b
228
%%DATADIR%%/red/acfsfmisc.b
229
%%DATADIR%%/red/acfsfqe.b
230
%%DATADIR%%/red/acfsfsiat.b
231
%%DATADIR%%/red/acfsfsism.b
232
%%DATADIR%%/red/afactor.b
233
%%DATADIR%%/red/alg-form.b
234
%%DATADIR%%/red/alg.b
235
%%DATADIR%%/red/algbool.b
236
%%DATADIR%%/red/algdcl.b
237
%%DATADIR%%/red/algfn.b
238
%%DATADIR%%/red/algint.b
239
%%DATADIR%%/red/allroot.b
240
%%DATADIR%%/red/alphas.b
241
%%DATADIR%%/red/antisubs.b
242
%%DATADIR%%/red/applysym.b
243
%%DATADIR%%/red/approx.b
244
%%DATADIR%%/red/arinv.b
245
%%DATADIR%%/red/arith.b
246
%%DATADIR%%/red/arnum.b
247
%%DATADIR%%/red/array.b
248
%%DATADIR%%/red/assert.b
249
%%DATADIR%%/red/assertcheckfn.b
250
%%DATADIR%%/red/assertproc.b
251
%%DATADIR%%/red/assist.b
252
%%DATADIR%%/red/atensor.b
253
%%DATADIR%%/red/auxitens.b
254
%%DATADIR%%/red/avector.b
255
%%DATADIR%%/red/backtrck.b
256
%%DATADIR%%/red/baglist.b
257
%%DATADIR%%/red/bareiss.b
258
%%DATADIR%%/red/bas.b
259
%%DATADIR%%/red/basis.b
260
%%DATADIR%%/red/bcoeff.b
261
%%DATADIR%%/red/bcsf.b
262
%%DATADIR%%/red/bfauxil.b
263
%%DATADIR%%/red/bfdoer.b
264
%%DATADIR%%/red/bfdoer2.b
265
%%DATADIR%%/red/bfelem.b
266
%%DATADIR%%/red/bibasis.b
267
%%DATADIR%%/red/bibasis_interface.b
268
%%DATADIR%%/red/bibasis_involutive.b
269
%%DATADIR%%/red/bibasis_janet_tree.b
270
%%DATADIR%%/red/bibasis_monom.b
271
%%DATADIR%%/red/bibasis_polynom.b
272
%%DATADIR%%/red/bibasis_qset.b
273
%%DATADIR%%/red/bibasis_triple.b
274
%%DATADIR%%/red/bibasis_tset.b
275
%%DATADIR%%/red/bigmodp.b
276
%%DATADIR%%/red/block.b
277
%%DATADIR%%/red/block4.b
278
%%DATADIR%%/red/boolean.b
279
%%DATADIR%%/red/bootstrap.img
280
%%DATADIR%%/red/bounds.b
281
%%DATADIR%%/red/bquote.b
282
%%DATADIR%%/red/breduce.b
283
%%DATADIR%%/red/buchbg.b
284
%%DATADIR%%/red/cali.b
285
%%DATADIR%%/red/calimat.b
286
%%DATADIR%%/red/camal.b
287
%%DATADIR%%/red/cantens.b
288
%%DATADIR%%/red/cde.b
289
%%DATADIR%%/red/cde_ansatz.b
290
%%DATADIR%%/red/cde_cdcalc.b
291
%%DATADIR%%/red/cde_cdiff.b
292
%%DATADIR%%/red/cde_diffcon.b
293
%%DATADIR%%/red/cde_init.b
294
%%DATADIR%%/red/cde_jetspace.b
295
%%DATADIR%%/red/cde_parametric.b
296
%%DATADIR%%/red/cde_superfun.b
297
%%DATADIR%%/red/cde_tools.b
298
%%DATADIR%%/red/cde_totalder.b
299
%%DATADIR%%/red/cde_varcalc.b
300
%%DATADIR%%/red/cde_vectorfield.b
301
%%DATADIR%%/red/cdiff.b
302
%%DATADIR%%/red/cdiffx.b
303
%%DATADIR%%/red/cedit.b
304
%%DATADIR%%/red/cface.b
305
%%DATADIR%%/red/cgb.b
306
%%DATADIR%%/red/changevr.b
307
%%DATADIR%%/red/charname.b
308
%%DATADIR%%/red/charpol.b
309
%%DATADIR%%/red/chebysh.b
310
%%DATADIR%%/red/checkind.b
311
%%DATADIR%%/red/cholesky.b
312
%%DATADIR%%/red/cl.b
313
%%DATADIR%%/red/clbnf.b
314
%%DATADIR%%/red/clmisc.b
315
%%DATADIR%%/red/clnf.b
316
%%DATADIR%%/red/clprl.b
317
%%DATADIR%%/red/clqe.b
318
%%DATADIR%%/red/clresolv.b
319
%%DATADIR%%/red/clsimpl.b
320
%%DATADIR%%/red/cltab.b
321
%%DATADIR%%/red/coates.b
322
%%DATADIR%%/red/coatesid.b
323
%%DATADIR%%/red/codad1.b
324
%%DATADIR%%/red/codad2.b
325
%%DATADIR%%/red/codctl.b
326
%%DATADIR%%/red/coddec.b
327
%%DATADIR%%/red/coddom.b
328
%%DATADIR%%/red/codgen.b
329
%%DATADIR%%/red/codhrn.b
330
%%DATADIR%%/red/codmat.b
331
%%DATADIR%%/red/codopt.b
332
%%DATADIR%%/red/codpri.b
333
%%DATADIR%%/red/codstr.b
334
%%DATADIR%%/red/coeff.b
335
%%DATADIR%%/red/coeffts.b
336
%%DATADIR%%/red/cofactor.b
337
%%DATADIR%%/red/comfac.b
338
%%DATADIR%%/red/compact.b
339
%%DATADIR%%/red/compactf.b
340
%%DATADIR%%/red/compat.b
341
%%DATADIR%%/red/complx.b
342
%%DATADIR%%/red/complxp.b
343
%%DATADIR%%/red/compopr.b
344
%%DATADIR%%/red/comprd.b
345
%%DATADIR%%/red/condense.b
346
%%DATADIR%%/red/conj.b
347
%%DATADIR%%/red/conlaw.b
348
%%DATADIR%%/red/conlaw0.b
349
%%DATADIR%%/red/conlaw1.b
350
%%DATADIR%%/red/conlaw2.b
351
%%DATADIR%%/red/conlaw3.b
352
%%DATADIR%%/red/conlaw4.b
353
%%DATADIR%%/red/constre.b
354
%%DATADIR%%/red/contact.b
355
%%DATADIR%%/red/contents.b
356
%%DATADIR%%/red/contfr.b
357
%%DATADIR%%/red/contfrac.b
358
%%DATADIR%%/red/control.b
359
%%DATADIR%%/red/contrtns.b
360
%%DATADIR%%/red/convert.b
361
%%DATADIR%%/red/cpxrn.b
362
%%DATADIR%%/red/crack.b
363
%%DATADIR%%/red/crdec.b
364
%%DATADIR%%/red/crdiffelim.b
365
%%DATADIR%%/red/crelem.b
366
%%DATADIR%%/red/crequsol.b
367
%%DATADIR%%/red/crgb.b
368
%%DATADIR%%/red/crgensep.b
369
%%DATADIR%%/red/crhomalg.b
370
%%DATADIR%%/red/crident.b
371
%%DATADIR%%/red/crineq.b
372
%%DATADIR%%/red/crinit.b
373
%%DATADIR%%/red/crint.b
374
%%DATADIR%%/red/crlinalg.b
375
%%DATADIR%%/red/crmain.b
376
%%DATADIR%%/red/crpvm.b
377
%%DATADIR%%/red/crresu.b
378
%%DATADIR%%/red/crsep.b
379
%%DATADIR%%/red/crshort.b
380
%%DATADIR%%/red/crsimp.b
381
%%DATADIR%%/red/crsimpso.b
382
%%DATADIR%%/red/crstart.b
383
%%DATADIR%%/red/crstruc.b
384
%%DATADIR%%/red/crsubsys.b
385
%%DATADIR%%/red/crtrafo.b
386
%%DATADIR%%/red/crunder.b
387
%%DATADIR%%/red/crutil.b
388
%%DATADIR%%/red/csolve.b
389
%%DATADIR%%/red/ctintro.b
390
%%DATADIR%%/red/cvit.b
391
%%DATADIR%%/red/cvitmap.b
392
%%DATADIR%%/red/dcfsf.b
393
%%DATADIR%%/red/dcfsfkacem.b
394
%%DATADIR%%/red/dcfsfmisc.b
395
%%DATADIR%%/red/dcfsfqe.b
396
%%DATADIR%%/red/dcfsfsism.b
397
%%DATADIR%%/red/decompos.b
398
%%DATADIR%%/red/decrep.b
399
%%DATADIR%%/red/defint.b
400
%%DATADIR%%/red/defint0.b
401
%%DATADIR%%/red/definta.b
402
%%DATADIR%%/red/defintb.b
403
%%DATADIR%%/red/defintc.b
404
%%DATADIR%%/red/defintd.b
405
%%DATADIR%%/red/definte.b
406
%%DATADIR%%/red/defintf.b
407
%%DATADIR%%/red/defintg.b
408
%%DATADIR%%/red/definth.b
409
%%DATADIR%%/red/definti.b
410
%%DATADIR%%/red/defintj.b
411
%%DATADIR%%/red/defintk.b
412
%%DATADIR%%/red/defintx.b
413
%%DATADIR%%/red/degform.b
414
%%DATADIR%%/red/degsets.b
415
%%DATADIR%%/red/depend.b
416
%%DATADIR%%/red/desir.b
417
%%DATADIR%%/red/det.b
418
%%DATADIR%%/red/df2q.b
419
%%DATADIR%%/red/dfpart.b
420
%%DATADIR%%/red/dfprin.b
421
%%DATADIR%%/red/diff.b
422
%%DATADIR%%/red/dilog.b
423
%%DATADIR%%/red/dint.b
424
%%DATADIR%%/red/dip2a.b
425
%%DATADIR%%/red/dipoly.b
426
%%DATADIR%%/red/dipoly1.b
427
%%DATADIR%%/red/dipprint.b
428
%%DATADIR%%/red/dipvars.b
429
%%DATADIR%%/red/discret.b
430
%%DATADIR%%/red/disjoin.b
431
%%DATADIR%%/red/distrib.b
432
%%DATADIR%%/red/divide.b
433
%%DATADIR%%/red/dmode.b
434
%%DATADIR%%/red/dmodeop.b
435
%%DATADIR%%/red/dp.b
436
%%DATADIR%%/red/dpmat.b
437
%%DATADIR%%/red/dpoly.b
438
%%DATADIR%%/red/driver.b
439
%%DATADIR%%/red/dummy.b
440
%%DATADIR%%/red/dummy1.b
441
%%DATADIR%%/red/dummy2.b
442
%%DATADIR%%/red/dummycnt.b
443
%%DATADIR%%/red/dvfsf.b
444
%%DATADIR%%/red/dvfsfmisc.b
445
%%DATADIR%%/red/dvfsfqe.b
446
%%DATADIR%%/red/dvfsfsiat.b
447
%%DATADIR%%/red/dvfsfsism.b
448
%%DATADIR%%/red/eds.b
449
%%DATADIR%%/red/edsaux.b
450
%%DATADIR%%/red/edscfrm.b
451
%%DATADIR%%/red/edsequiv.b
452
%%DATADIR%%/red/edseval.b
453
%%DATADIR%%/red/edsexptl.b
454
%%DATADIR%%/red/edsnorml.b
455
%%DATADIR%%/red/edspatch.b
456
%%DATADIR%%/red/edspde.b
457
%%DATADIR%%/red/edssolve.b
458
%%DATADIR%%/red/edsuser.b
459
%%DATADIR%%/red/elem.b
460
%%DATADIR%%/red/element.b
461
%%DATADIR%%/red/entry.b
462
%%DATADIR%%/red/eqn.b
463
%%DATADIR%%/red/evalmaps.b
464
%%DATADIR%%/red/exaux.b
465
%%DATADIR%%/red/excalc.b
466
%%DATADIR%%/red/exdf.b
467
%%DATADIR%%/red/exintro.b
468
%%DATADIR%%/red/exlists.b
469
%%DATADIR%%/red/expon.b
470
%%DATADIR%%/red/expres.b
471
%%DATADIR%%/red/exptchk.b
472
%%DATADIR%%/red/exptf.b
473
%%DATADIR%%/red/expvec.b
474
%%DATADIR%%/red/extops.b
475
%%DATADIR%%/red/extout.b
476
%%DATADIR%%/red/ezgcd.b
477
%%DATADIR%%/red/ezgcdf.b
478
%%DATADIR%%/red/facform.b
479
%%DATADIR%%/red/facmisc.b
480
%%DATADIR%%/red/facmod.b
481
%%DATADIR%%/red/facprim.b
482
%%DATADIR%%/red/facstr.b
483
%%DATADIR%%/red/factor.b
484
%%DATADIR%%/red/facuni.b
485
%%DATADIR%%/red/farith.b
486
%%DATADIR%%/red/fastmath.b
487
%%DATADIR%%/red/fastmod.b
488
%%DATADIR%%/red/fide.b
489
%%DATADIR%%/red/fide1.b
490
%%DATADIR%%/red/findmagc.b
491
%%DATADIR%%/red/findres.b
492
%%DATADIR%%/red/finitise.b
493
%%DATADIR%%/red/fixes2.b
494
%%DATADIR%%/red/fixsubf.b
495
%%DATADIR%%/red/fmprint.b
496
%%DATADIR%%/red/for88.b
497
%%DATADIR%%/red/forall.b
498
%%DATADIR%%/red/forall4.b
499
%%DATADIR%%/red/forder.b
500
%%DATADIR%%/red/form.b
501
%%DATADIR%%/red/form4.b
502
%%DATADIR%%/red/forstat.b
503
%%DATADIR%%/red/forstat4.b
504
%%DATADIR%%/red/fortpri.b
505
%%DATADIR%%/red/fourdom.b
506
%%DATADIR%%/red/fourplus.b
507
%%DATADIR%%/red/fps.b
508
%%DATADIR%%/red/fracdi.b
509
%%DATADIR%%/red/frames.b
510
%%DATADIR%%/red/froben.b
511
%%DATADIR%%/red/fsimplex.b
512
%%DATADIR%%/red/gauss.b
513
%%DATADIR%%/red/gb.b
514
%%DATADIR%%/red/gbsc.b
515
%%DATADIR%%/red/gcd.b
516
%%DATADIR%%/red/gcref.b
517
%%DATADIR%%/red/general.b
518
%%DATADIR%%/red/genmod.b
519
%%DATADIR%%/red/genparser.b
520
%%DATADIR%%/red/genparserprint.b
521
%%DATADIR%%/red/genpurfn.b
522
%%DATADIR%%/red/gentens.b
523
%%DATADIR%%/red/gentran.b
524
%%DATADIR%%/red/genus.b
525
%%DATADIR%%/red/geoprover.b
526
%%DATADIR%%/red/ghyper.b
527
%%DATADIR%%/red/gint.b
528
%%DATADIR%%/red/glexconv.b
529
%%DATADIR%%/red/glmat.b
530
%%DATADIR%%/red/glsolve.b
531
%%DATADIR%%/red/gnuintfc.b
532
%%DATADIR%%/red/gnupldrv.b
533
%%DATADIR%%/red/gnuplot.b
534
%%DATADIR%%/red/goutput.b
535
%%DATADIR%%/red/gparser.b
536
%%DATADIR%%/red/gramschm.b
537
%%DATADIR%%/red/grassman.b
538
%%DATADIR%%/red/greduo.b
539
%%DATADIR%%/red/grinter2.b
540
%%DATADIR%%/red/grinterf.b
541
%%DATADIR%%/red/groeb.b
542
%%DATADIR%%/red/groebcri.b
543
%%DATADIR%%/red/groebf.b
544
%%DATADIR%%/red/groebfac.b
545
%%DATADIR%%/red/groebidq.b
546
%%DATADIR%%/red/groebman.b
547
%%DATADIR%%/red/groebmes.b
548
%%DATADIR%%/red/groebner.b
549
%%DATADIR%%/red/groebnr2.b
550
%%DATADIR%%/red/groebopt.b
551
%%DATADIR%%/red/groebrst.b
552
%%DATADIR%%/red/groebsea.b
553
%%DATADIR%%/red/groebsor.b
554
%%DATADIR%%/red/groebspa.b
555
%%DATADIR%%/red/groebtra.b
556
%%DATADIR%%/red/groesolv.b
557
%%DATADIR%%/red/groeweak.b
558
%%DATADIR%%/red/guardian.b
559
%%DATADIR%%/red/guardianprint.b
560
%%DATADIR%%/red/guardianschemes.b
561
%%DATADIR%%/red/hacksqrt.b
562
%%DATADIR%%/red/halfangl.b
563
%%DATADIR%%/red/harmonic.b
564
%%DATADIR%%/red/hcvctors.b
565
%%DATADIR%%/red/hdiff.b
566
%%DATADIR%%/red/helpasst.b
567
%%DATADIR%%/red/hephys.b
568
%%DATADIR%%/red/hf.b
569
%%DATADIR%%/red/hggroeb.b
570
%%DATADIR%%/red/hgrsolve.b
571
%%DATADIR%%/red/hilbertp.b
572
%%DATADIR%%/red/hilberts.b
573
%%DATADIR%%/red/hille.b
574
%%DATADIR%%/red/hodge.b
575
%%DATADIR%%/red/homog.b
576
%%DATADIR%%/red/horner.b
577
%%DATADIR%%/red/hsub.b
578
%%DATADIR%%/red/hugo
579
%%DATADIR%%/red/hurwp.b
580
%%DATADIR%%/red/ibalp.b
581
%%DATADIR%%/red/ibalpkapur.b
582
%%DATADIR%%/red/ibalpqsat.b
583
%%DATADIR%%/red/ibasics.b
584
%%DATADIR%%/red/ideals.b
585
%%DATADIR%%/red/idepend.b
586
%%DATADIR%%/red/idexf.b
587
%%DATADIR%%/red/iimet.b
588
%%DATADIR%%/red/imageset.b
589
%%DATADIR%%/red/indices.b
590
%%DATADIR%%/red/indsymm.b
591
%%DATADIR%%/red/indxprin.b
592
%%DATADIR%%/red/ineq.b
593
%%DATADIR%%/red/infix.b
594
%%DATADIR%%/red/inline-defs.dat
595
%%DATADIR%%/red/innerprd.b
596
%%DATADIR%%/red/inspect.b
597
%%DATADIR%%/red/int.b
598
%%DATADIR%%/red/intbasis.b
599
%%DATADIR%%/red/integrator.b
600
%%DATADIR%%/red/inter.b
601
%%DATADIR%%/red/interfac.b
602
%%DATADIR%%/red/interpol.b
603
%%DATADIR%%/red/intf.b
604
%%DATADIR%%/red/intfac.b
605
%%DATADIR%%/red/intfierz.b
606
%%DATADIR%%/red/intrfc.b
607
%%DATADIR%%/red/intro.b
608
%%DATADIR%%/red/inttaylr.b
609
%%DATADIR%%/red/invbase.b
610
%%DATADIR%%/red/invbcomp.b
611
%%DATADIR%%/red/invbint.b
612
%%DATADIR%%/red/invol.b
613
%%DATADIR%%/red/io.b
614
%%DATADIR%%/red/ioto.b
615
%%DATADIR%%/red/ir2om.b
616
%%DATADIR%%/red/isolve.b
617
%%DATADIR%%/red/jhddiff.b
618
%%DATADIR%%/red/jhdriver.b
619
%%DATADIR%%/red/jordan.b
620
%%DATADIR%%/red/jordsymb.b
621
%%DATADIR%%/red/jpatches.b
622
%%DATADIR%%/red/jsymbols.b
623
%%DATADIR%%/red/kernel.b
624
%%DATADIR%%/red/kredelw.b
625
%%DATADIR%%/red/kronf.b
626
%%DATADIR%%/red/kuechl.b
627
%%DATADIR%%/red/lalr.b
628
%%DATADIR%%/red/lamatrix.b
629
%%DATADIR%%/red/laplace.b
630
%%DATADIR%%/red/lf.b
631
%%DATADIR%%/red/libreduce.b
632
%%DATADIR%%/red/lie.b
633
%%DATADIR%%/red/lie1234.b
634
%%DATADIR%%/red/liedf.b
635
%%DATADIR%%/red/liendmc1.b
636
%%DATADIR%%/red/liepde.b
637
%%DATADIR%%/red/lievalfm.b
638
%%DATADIR%%/red/limits.b
639
%%DATADIR%%/red/linalg.b
640
%%DATADIR%%/red/linband.b
641
%%DATADIR%%/red/linineq.b
642
%%DATADIR%%/red/linmodp.b
643
%%DATADIR%%/red/linop.b
644
%%DATADIR%%/red/linrec.b
645
%%DATADIR%%/red/linrel.b
646
%%DATADIR%%/red/liqsimp1.b
647
%%DATADIR%%/red/liqsimp2.b
648
%%DATADIR%%/red/list.b
649
%%DATADIR%%/red/listvecops.b
650
%%DATADIR%%/red/log2atan.b
651
%%DATADIR%%/red/logsort.b
652
%%DATADIR%%/red/loops.b
653
%%DATADIR%%/red/loops88.b
654
%%DATADIR%%/red/lpdo.b
655
%%DATADIR%%/red/lpri.b
656
%%DATADIR%%/red/lspc.b
657
%%DATADIR%%/red/lspfor.b
658
%%DATADIR%%/red/lsppasc.b
659
%%DATADIR%%/red/lsprat.b
660
%%DATADIR%%/red/lto.b
661
%%DATADIR%%/red/ludecom.b
662
%%DATADIR%%/red/makefour.b
663
%%DATADIR%%/red/makevars.b
664
%%DATADIR%%/red/maninp.b
665
%%DATADIR%%/red/map.b
666
%%DATADIR%%/red/map2strn.b
667
%%DATADIR%%/red/matarg.b
668
%%DATADIR%%/red/math.b
669
%%DATADIR%%/red/mathml.b
670
%%DATADIR%%/red/mathmlom.b
671
%%DATADIR%%/red/mathpr.b
672
%%DATADIR%%/red/matop.b
673
%%DATADIR%%/red/matpri.b
674
%%DATADIR%%/red/matproc.b
675
%%DATADIR%%/red/matrext.b
676
%%DATADIR%%/red/matrix.b
677
%%DATADIR%%/red/matrix4.b
678
%%DATADIR%%/red/matsm.b
679
%%DATADIR%%/red/maxmin.b
680
%%DATADIR%%/red/meijerg.b
681
%%DATADIR%%/red/mhensfns.b
682
%%DATADIR%%/red/minlngth.b
683
%%DATADIR%%/red/misc.b
684
%%DATADIR%%/red/mksp.b
685
%%DATADIR%%/red/mma.awk
686
%%DATADIR%%/red/mma.b
687
%%DATADIR%%/red/mml_ir.b
688
%%DATADIR%%/red/mo.b
689
%%DATADIR%%/red/modify.b
690
%%DATADIR%%/red/modlineq.b
691
%%DATADIR%%/red/modpoly.b
692
%%DATADIR%%/red/modroots.b
693
%%DATADIR%%/red/modsolve.b
694
%%DATADIR%%/red/modsqrt.b
695
%%DATADIR%%/red/modsr.b
696
%%DATADIR%%/red/modular.b
697
%%DATADIR%%/red/module.b
698
%%DATADIR%%/red/moid.b
699
%%DATADIR%%/red/mprint.b
700
%%DATADIR%%/red/mri.b
701
%%DATADIR%%/red/mri_ofsf.b
702
%%DATADIR%%/red/mri_pasf.b
703
%%DATADIR%%/red/mriqe.b
704
%%DATADIR%%/red/mrvlimit.b
705
%%DATADIR%%/red/mstruct.b
706
%%DATADIR%%/red/mtables.b
707
%%DATADIR%%/red/multihen.b
708
%%DATADIR%%/red/multroot.b
709
%%DATADIR%%/red/mv.b
710
%%DATADIR%%/red/mvmatch.b
711
%%DATADIR%%/red/nagell.b
712
%%DATADIR%%/red/nbasis.b
713
%%DATADIR%%/red/ncdip.b
714
%%DATADIR%%/red/ncenv.b
715
%%DATADIR%%/red/ncfactor.b
716
%%DATADIR%%/red/ncgroeb.b
717
%%DATADIR%%/red/ncout.b
718
%%DATADIR%%/red/ncpoly.b
719
%%DATADIR%%/red/nestdom.b
720
%%DATADIR%%/red/nestrad.b
721
%%DATADIR%%/red/newtok.b
722
%%DATADIR%%/red/newton.b
723
%%DATADIR%%/red/noncom2.b
724
%%DATADIR%%/red/normform.b
725
%%DATADIR%%/red/nrstroot.b
726
%%DATADIR%%/red/nssimp.b
727
%%DATADIR%%/red/nullsp.b
728
%%DATADIR%%/red/numeric.b
729
%%DATADIR%%/red/numeval.b
730
%%DATADIR%%/red/numfit.b
731
%%DATADIR%%/red/numint.b
732
%%DATADIR%%/red/numsolve.b
733
%%DATADIR%%/red/numsup.b
734
%%DATADIR%%/red/odeintfc.b
735
%%DATADIR%%/red/odelin.b
736
%%DATADIR%%/red/odenon1.b
737
%%DATADIR%%/red/odenonn.b
738
%%DATADIR%%/red/odepatch.b
739
%%DATADIR%%/red/odesolve.b
740
%%DATADIR%%/red/odespcfn.b
741
%%DATADIR%%/red/odetop.b
742
%%DATADIR%%/red/odim.b
743
%%DATADIR%%/red/ofsf.b
744
%%DATADIR%%/red/ofsfanuex.b
745
%%DATADIR%%/red/ofsfbnf.b
746
%%DATADIR%%/red/ofsfcad.b
747
%%DATADIR%%/red/ofsfcadproj.b
748
%%DATADIR%%/red/ofsfdecdeg.b
749
%%DATADIR%%/red/ofsfdet.b
750
%%DATADIR%%/red/ofsfdpep.b
751
%%DATADIR%%/red/ofsfexfr.b
752
%%DATADIR%%/red/ofsfgs.b
753
%%DATADIR%%/red/ofsfhqe.b
754
%%DATADIR%%/red/ofsfic.b
755
%%DATADIR%%/red/ofsflp.b
756
%%DATADIR%%/red/ofsfmisc.b
757
%%DATADIR%%/red/ofsfopt.b
758
%%DATADIR%%/red/ofsfqe.b
759
%%DATADIR%%/red/ofsfsiat.b
760
%%DATADIR%%/red/ofsfsism.b
761
%%DATADIR%%/red/ofsfsmtqe.b
762
%%DATADIR%%/red/ofsftfc.b
763
%%DATADIR%%/red/ofsftrop.b
764
%%DATADIR%%/red/ofsfvsans.b
765
%%DATADIR%%/red/ofsfvsblock.b
766
%%DATADIR%%/red/ofsfvseset.b
767
%%DATADIR%%/red/ofsfvsl.b
768
%%DATADIR%%/red/ofsfvslists.b
769
%%DATADIR%%/red/ofsfvssub.b
770
%%DATADIR%%/red/ofsfxopt.b
771
%%DATADIR%%/red/om2ir.b
772
%%DATADIR%%/red/opertens.b
773
%%DATADIR%%/red/opmtch.b
774
%%DATADIR%%/red/order.b
775
%%DATADIR%%/red/orthovec.b
776
%%DATADIR%%/red/package4.b
777
%%DATADIR%%/red/pade.b
778
%%DATADIR%%/red/paraset.b
779
%%DATADIR%%/red/parray.b
780
%%DATADIR%%/red/parser.b
781
%%DATADIR%%/red/part.b
782
%%DATADIR%%/red/partdf.b
783
%%DATADIR%%/red/partitns.b
784
%%DATADIR%%/red/partitsf.b
785
%%DATADIR%%/red/pasf.b
786
%%DATADIR%%/red/pasfbnf.b
787
%%DATADIR%%/red/pasfmisc.b
788
%%DATADIR%%/red/pasfnf.b
789
%%DATADIR%%/red/pasfqe.b
790
%%DATADIR%%/red/pasfresolve.b
791
%%DATADIR%%/red/pasfsiat.b
792
%%DATADIR%%/red/pasfsism.b
793
%%DATADIR%%/red/pattdefn.b
794
%%DATADIR%%/red/pattperm.b
795
%%DATADIR%%/red/perm1.b
796
%%DATADIR%%/red/perms.b
797
%%DATADIR%%/red/pf.b
798
%%DATADIR%%/red/pfacmult.b
799
%%DATADIR%%/red/pfactor.b
800
%%DATADIR%%/red/pgauss.b
801
%%DATADIR%%/red/pgcond.b
802
%%DATADIR%%/red/pgsm.b
803
%%DATADIR%%/red/physop.b
804
%%DATADIR%%/red/pident.b
805
%%DATADIR%%/red/places.b
806
%%DATADIR%%/red/plot.b
807
%%DATADIR%%/red/plotexp2.b
808
%%DATADIR%%/red/plotexp3.b
809
%%DATADIR%%/red/plotimp2.b
810
%%DATADIR%%/red/plotimp3.b
811
%%DATADIR%%/red/plotnum.b
812
%%DATADIR%%/red/plotsynt.b
813
%%DATADIR%%/red/pltpara.b
814
%%DATADIR%%/red/pm.b
815
%%DATADIR%%/red/pmintrfc.b
816
%%DATADIR%%/red/pmpatch.b
817
%%DATADIR%%/red/pmrules.b
818
%%DATADIR%%/red/polineq.b
819
%%DATADIR%%/red/polrep.b
820
%%DATADIR%%/red/poly.b
821
%%DATADIR%%/red/polydiv.b
822
%%DATADIR%%/red/polyexns.b
823
%%DATADIR%%/red/polyop.b
824
%%DATADIR%%/red/ppsoln.b
825
%%DATADIR%%/red/pre.b
826
%%DATADIR%%/red/precoats.b
827
%%DATADIR%%/red/prep.b
828
%%DATADIR%%/red/pretty.b
829
%%DATADIR%%/red/prime.b
830
%%DATADIR%%/red/primfac.b
831
%%DATADIR%%/red/primitive.b
832
%%DATADIR%%/red/proc.b
833
%%DATADIR%%/red/proc4.b
834
%%DATADIR%%/red/prod.b
835
%%DATADIR%%/red/profile.b
836
%%DATADIR%%/red/prolong.b
837
%%DATADIR%%/red/psl.b
838
%%DATADIR%%/red/pslprolo.b
839
%%DATADIR%%/red/pslrend.b
840
%%DATADIR%%/red/pullback.b
841
%%DATADIR%%/red/pvector.b
842
%%DATADIR%%/red/qepcad.awk
843
%%DATADIR%%/red/qepcad.b
844
%%DATADIR%%/red/qhull.b
845
%%DATADIR%%/red/qqe.b
846
%%DATADIR%%/red/qqe_ofsf.b
847
%%DATADIR%%/red/qqemisc.b
848
%%DATADIR%%/red/qqeqe.b
849
%%DATADIR%%/red/qqeqemisc.b
850
%%DATADIR%%/red/qqesiat.b
851
%%DATADIR%%/red/qqesism.b
852
%%DATADIR%%/red/qqetrans.b
853
%%DATADIR%%/red/qsum.b
854
%%DATADIR%%/red/quartic.b
855
%%DATADIR%%/red/quot.b
856
%%DATADIR%%/red/quotf.b
857
%%DATADIR%%/red/raarith.b
858
%%DATADIR%%/red/raiv.b
859
%%DATADIR%%/red/random.b
860
%%DATADIR%%/red/randpoly.b
861
%%DATADIR%%/red/rank.b
862
%%DATADIR%%/red/ranks.b
863
%%DATADIR%%/red/rankstat.b
864
%%DATADIR%%/red/ranum.b
865
%%DATADIR%%/red/rarcount.b
866
%%DATADIR%%/red/ratalgo.b
867
%%DATADIR%%/red/rataprx.b
868
%%DATADIR%%/red/ratint.b
869
%%DATADIR%%/red/rational.b
870
%%DATADIR%%/red/ratjord.b
871
%%DATADIR%%/red/ratprin.b
872
%%DATADIR%%/red/rcref.b
873
%%DATADIR%%/red/rdelem.b
874
%%DATADIR%%/red/reacteqn.b
875
%%DATADIR%%/red/realroot.b
876
%%DATADIR%%/red/records.b
877
%%DATADIR%%/red/recsimpl.b
878
%%DATADIR%%/red/red.b
879
%%DATADIR%%/red/red2cvit.b
880
%%DATADIR%%/red/reddom.b
881
%%DATADIR%%/red/redfront.b
882
%%DATADIR%%/red/redio.b
883
%%DATADIR%%/red/redlog.b
884
%%DATADIR%%/red/redlsp.b
885
%%DATADIR%%/red/reduce.img
886
%%DATADIR%%/red/reduce4.b
887
%%DATADIR%%/red/reform.b
888
%%DATADIR%%/red/remake.b
889
%%DATADIR%%/red/removecm.b
890
%%DATADIR%%/red/reord.b
891
%%DATADIR%%/red/res.b
892
%%DATADIR%%/red/reset.b
893
%%DATADIR%%/red/residue.b
894
%%DATADIR%%/red/restore.b
895
%%DATADIR%%/red/restrict.b
896
%%DATADIR%%/red/resultnt.b
897
%%DATADIR%%/red/reval.b
898
%%DATADIR%%/red/reval4.b
899
%%DATADIR%%/red/revision.b
900
%%DATADIR%%/red/ring.b
901
%%DATADIR%%/red/rlami.b
902
%%DATADIR%%/red/rlblackbox.b
903
%%DATADIR%%/red/rlblackboxes.b
904
%%DATADIR%%/red/rlcont.b
905
%%DATADIR%%/red/rlfi.b
906
%%DATADIR%%/red/rlhelp.b
907
%%DATADIR%%/red/rlisp.b
908
%%DATADIR%%/red/rlisp88.b
909
%%DATADIR%%/red/rlprint.b
910
%%DATADIR%%/red/rlprovide.b
911
%%DATADIR%%/red/rlservice.b
912
%%DATADIR%%/red/rlservices.b
913
%%DATADIR%%/red/rlsupport.b
914
%%DATADIR%%/red/rltools.b
915
%%DATADIR%%/red/rltype.b
916
%%DATADIR%%/red/rltypes.b
917
%%DATADIR%%/red/rmsubs.b
918
%%DATADIR%%/red/rnelem.b
919
%%DATADIR%%/red/rootaux.b
920
%%DATADIR%%/red/roots.b
921
%%DATADIR%%/red/roots2.b
922
%%DATADIR%%/red/rounded.b
923
%%DATADIR%%/red/rprint.b
924
%%DATADIR%%/red/rprintf.b
925
%%DATADIR%%/red/rsolve.b
926
%%DATADIR%%/red/rsupport.b
927
%%DATADIR%%/red/rtrace.b
928
%%DATADIR%%/red/rubi_parse.b
929
%%DATADIR%%/red/rubi_red.b
930
%%DATADIR%%/red/rubi_rul_s.lap
931
%%DATADIR%%/red/rubi_rules.b
932
%%DATADIR%%/red/rungeku.b
933
%%DATADIR%%/red/rvector.b
934
%%DATADIR%%/red/scope.b
935
%%DATADIR%%/red/scripts.b
936
%%DATADIR%%/red/segmnt.b
937
%%DATADIR%%/red/sets.b
938
%%DATADIR%%/red/sfairy.b
939
%%DATADIR%%/red/sfbdata.b
940
%%DATADIR%%/red/sfbern.b
941
%%DATADIR%%/red/sfbes.b
942
%%DATADIR%%/red/sfbinom.b
943
%%DATADIR%%/red/sfconsts.b
944
%%DATADIR%%/red/sfellip.b
945
%%DATADIR%%/red/sfellipi.b
946
%%DATADIR%%/red/sfgamm.b
947
%%DATADIR%%/red/sfgamma.b
948
%%DATADIR%%/red/sfgen.b
949
%%DATADIR%%/red/sfigamma.b
950
%%DATADIR%%/red/sfint.b
951
%%DATADIR%%/red/sfkummer.b
952
%%DATADIR%%/red/sfother.b
953
%%DATADIR%%/red/sfpolys.b
954
%%DATADIR%%/red/sfpsi.b
955
%%DATADIR%%/red/sfsums.b
956
%%DATADIR%%/red/sfto.b
957
%%DATADIR%%/red/sftoresultant.b
958
%%DATADIR%%/red/showrule.b
959
%%DATADIR%%/red/simp.b
960
%%DATADIR%%/red/simp4.b
961
%%DATADIR%%/red/simpfact.b
962
%%DATADIR%%/red/simplede.b
963
%%DATADIR%%/red/simplex.b
964
%%DATADIR%%/red/simplog.b
965
%%DATADIR%%/red/simpsqrt.b
966
%%DATADIR%%/red/sl2psl.b
967
%%DATADIR%%/red/slfns.b
968
%%DATADIR%%/red/smacro.b
969
%%DATADIR%%/red/smallmod.b
970
%%DATADIR%%/red/smithex.b
971
%%DATADIR%%/red/smithex1.b
972
%%DATADIR%%/red/smlbflot.b
973
%%DATADIR%%/red/smt.b
974
%%DATADIR%%/red/smtread.b
975
%%DATADIR%%/red/solve.b
976
%%DATADIR%%/red/solve1.b
977
%%DATADIR%%/red/solvealg.b
978
%%DATADIR%%/red/solvelnr.b
979
%%DATADIR%%/red/solvetab.b
980
%%DATADIR%%/red/sort.b
981
%%DATADIR%%/red/spaces.b
982
%%DATADIR%%/red/sparse.b
983
%%DATADIR%%/red/sparsmat.b
984
%%DATADIR%%/red/spcfnint.b
985
%%DATADIR%%/red/spchlsky.b
986
%%DATADIR%%/red/spde.b
987
%%DATADIR%%/red/specbess.b
988
%%DATADIR%%/red/specfac.b
989
%%DATADIR%%/red/specfaux.b
990
%%DATADIR%%/red/specfn.b
991
%%DATADIR%%/red/specfn2.b
992
%%DATADIR%%/red/spgrmshm.b
993
%%DATADIR%%/red/splinalg.b
994
%%DATADIR%%/red/spludcmp.b
995
%%DATADIR%%/red/spmateig.b
996
%%DATADIR%%/red/spsvd.b
997
%%DATADIR%%/red/sqfrnorm.b
998
%%DATADIR%%/red/sqprint.b
999
%%DATADIR%%/red/sqrtf.b
1000
%%DATADIR%%/red/sstools.b
1001
%%DATADIR%%/red/statmisc.b
1002
%%DATADIR%%/red/steepstd.b
1003
%%DATADIR%%/red/str.b
1004
%%DATADIR%%/red/struct4.b
1005
%%DATADIR%%/red/sub.b
1006
%%DATADIR%%/red/subs2q.b
1007
%%DATADIR%%/red/subs3q.b
1008
%%DATADIR%%/red/subs4q.b
1009
%%DATADIR%%/red/substexp.b
1010
%%DATADIR%%/red/substns.b
1011
%%DATADIR%%/red/sum.b
1012
%%DATADIR%%/red/sum2.b
1013
%%DATADIR%%/red/superv.b
1014
%%DATADIR%%/red/supervf.b
1015
%%DATADIR%%/red/support.b
1016
%%DATADIR%%/red/susy2.b
1017
%%DATADIR%%/red/svd.b
1018
%%DATADIR%%/red/switch.b
1019
%%DATADIR%%/red/switchxt.b
1020
%%DATADIR%%/red/symatvec.b
1021
%%DATADIR%%/red/symaux.b
1022
%%DATADIR%%/red/symcheck.b
1023
%%DATADIR%%/red/symchrep.b
1024
%%DATADIR%%/red/symdata1.b
1025
%%DATADIR%%/red/symdata2.b
1026
%%DATADIR%%/red/symhandl.b
1027
%%DATADIR%%/red/symint.b
1028
%%DATADIR%%/red/symmetry.b
1029
%%DATADIR%%/red/sympatch.b
1030
%%DATADIR%%/red/symwork.b
1031
%%DATADIR%%/red/systems.b
1032
%%DATADIR%%/red/systo.b
1033
%%DATADIR%%/red/table1.b
1034
%%DATADIR%%/red/table2.b
1035
%%DATADIR%%/red/table3.b
1036
%%DATADIR%%/red/tableaux.b
1037
%%DATADIR%%/red/tables.b
1038
%%DATADIR%%/red/tadjoint.b
1039
%%DATADIR%%/red/talp.b
1040
%%DATADIR%%/red/talpbnf.b
1041
%%DATADIR%%/red/talpmisc.b
1042
%%DATADIR%%/red/talpqe.b
1043
%%DATADIR%%/red/talpsiat.b
1044
%%DATADIR%%/red/talpsism.b
1045
%%DATADIR%%/red/taybasic.b
1046
%%DATADIR%%/red/tayconv.b
1047
%%DATADIR%%/red/taydiff.b
1048
%%DATADIR%%/red/tayexpnd.b
1049
%%DATADIR%%/red/tayfns.b
1050
%%DATADIR%%/red/tayfront.b
1051
%%DATADIR%%/red/tayimpl.b
1052
%%DATADIR%%/red/tayintrf.b
1053
%%DATADIR%%/red/tayintro.b
1054
%%DATADIR%%/red/taylor.b
1055
%%DATADIR%%/red/taypart.b
1056
%%DATADIR%%/red/tayprint.b
1057
%%DATADIR%%/red/tayrevrt.b
1058
%%DATADIR%%/red/taysimp.b
1059
%%DATADIR%%/red/taysubst.b
1060
%%DATADIR%%/red/tayutils.b
1061
%%DATADIR%%/red/tdconv.b
1062
%%DATADIR%%/red/templt.b
1063
%%DATADIR%%/red/tensor.b
1064
%%DATADIR%%/red/tensor1.b
1065
%%DATADIR%%/red/tensorio.b
1066
%%DATADIR%%/red/tidysqrt.b
1067
%%DATADIR%%/red/tmprint.b
1068
%%DATADIR%%/red/tok.b
1069
%%DATADIR%%/red/tools.b
1070
%%DATADIR%%/red/tools21.b
1071
%%DATADIR%%/red/torder.b
1072
%%DATADIR%%/red/torsionb.b
1073
%%DATADIR%%/red/tower.b
1074
%%DATADIR%%/red/tps.b
1075
%%DATADIR%%/red/tpscomp.b
1076
%%DATADIR%%/red/tpsconv.b
1077
%%DATADIR%%/red/tpsdom.b
1078
%%DATADIR%%/red/tpseval.b
1079
%%DATADIR%%/red/tpsfns.b
1080
%%DATADIR%%/red/tpsmisc.b
1081
%%DATADIR%%/red/tpsrev.b
1082
%%DATADIR%%/red/tpssum.b
1083
%%DATADIR%%/red/tr_gsmp1.lap
1084
%%DATADIR%%/red/transfns.b
1085
%%DATADIR%%/red/transfrm.b
1086
%%DATADIR%%/red/traverso.b
1087
%%DATADIR%%/red/trcase.b
1088
%%DATADIR%%/red/tri.b
1089
%%DATADIR%%/red/trialdiv.b
1090
%%DATADIR%%/red/triang.b
1091
%%DATADIR%%/red/trigd.b
1092
%%DATADIR%%/red/trigint.b
1093
%%DATADIR%%/red/trigsimp.b
1094
%%DATADIR%%/red/trigsmp1.b
1095
%%DATADIR%%/red/trigsmp2.b
1096
%%DATADIR%%/red/turtle.b
1097
%%DATADIR%%/red/unify.b
1098
%%DATADIR%%/red/unihens.b
1099
%%DATADIR%%/red/utf8.b
1100
%%DATADIR%%/red/utils.b
1101
%%DATADIR%%/red/v3tools.b
1102
%%DATADIR%%/red/vardf.b
1103
%%DATADIR%%/red/vdp2dip.b
1104
%%DATADIR%%/red/vdpcom.b
1105
%%DATADIR%%/red/vecanlys.b
1106
%%DATADIR%%/red/vecpoly.b
1107
%%DATADIR%%/red/vect.b
1108
%%DATADIR%%/red/vectorop.b
1109
%%DATADIR%%/red/wedge.b
1110
%%DATADIR%%/red/weight.b
1111
%%DATADIR%%/red/where.b
1112
%%DATADIR%%/red/wstrass.b
1113
%%DATADIR%%/red/wu.b
1114
%%DATADIR%%/red/xaux.b
1115
%%DATADIR%%/red/xcolor.b
1116
%%DATADIR%%/red/xcrit.b
1117
%%DATADIR%%/red/xexcalc.b
1118
%%DATADIR%%/red/xgroeb.b
1119
%%DATADIR%%/red/xideal.b
1120
%%DATADIR%%/red/xpowers.b
1121
%%DATADIR%%/red/xread.b
1122
%%DATADIR%%/red/xreduct.b
1123
%%DATADIR%%/red/xstorage.b
1124
%%DATADIR%%/red/xvect.b
1125
%%DATADIR%%/red/yylex.b
1126
%%DATADIR%%/red/yyparse.b
1127
%%DATADIR%%/red/zeilberg.b
1128
%%DATADIR%%/red/zfactor.b
1129
%%DATADIR%%/red/zmodule.b
1130
%%DATADIR%%/red/ztrans.b
1131
%%DATADIR%%/red/ztrrul_s.lap
1132
%%DATADIR%%/red/ztrrules.b
1133
@dir red

Return to bug 224234