Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  9 May 2005 09:39:44 -0700 (PDT)
From:      Linh Pham <question+fbsdports@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80828: Unbreak port: lang/linux-j and update to 504b
Message-ID:  <20050509163944.EAAD245021@q.closedsrc.org>
Resent-Message-ID: <200505091640.j49Ge55m048984@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         80828
>Category:       ports
>Synopsis:       Unbreak port: lang/linux-j and update to 504b
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 09 16:40:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 5.4-RELEASE FreeBSD 5.4-RELEASE #11: Fri May 6 13:07:34 PDT 2005 question@q.internal.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Update the port to 504b and mark it as unbroken.
>How-To-Repeat:
>Fix:

--- linux-j.diff begins here ---
diff -ruN /usr/ports/lang/linux-j/Makefile linux-j/Makefile
--- /usr/ports/lang/linux-j/Makefile	Fri May  6 16:28:45 2005
+++ linux-j/Makefile	Mon May  9 08:41:01 2005
@@ -6,18 +6,15 @@
 #
 
 PORTNAME=	linux-j
-PORTVERSION=	502a
-PORTREVISION=	2
+PORTVERSION=	504b
 CATEGORIES=	lang linux
 MASTER_SITES=	http://www.jsoftware.com/download/
-DISTNAME=	j${PORTVERSION}_linux
+DISTNAME=	j${PORTVERSION}_linux32
 DIST_SUBDIR=    ${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A general purpose programming language
 
-BROKEN=		Unfetchable
-
 USE_LINUX?=	yes
 USE_JAVA=	1.3+
 
@@ -34,12 +31,12 @@
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/jconsole ${PREFIX}/bin
 	@${INSTALL_SCRIPT} ${WRKSRC}/jw ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/j502a/system/extras/help/man/${MAN1} ${PREFIX}/man/man1
+	@${INSTALL_MAN} ${WRKSRC}/j504/system/extras/help/man/${MAN1} ${PREFIX}/man/man1
 	@${MKDIR} ${PREFIX}/lib/j
-	@cd ${WRKSRC}/j502a && \
-		${TAR} -cf - system user profile.ijs readme.txt j.jar | \
+	@cd ${WRKSRC}/j504 && \
+		${TAR} -cf - system user profile.ijs j.jar | \
 			${TAR} -xf - -C ${PREFIX}/lib/j
-	@${INSTALL_PROGRAM} ${WRKSRC}/j502a/jconsole ${PREFIX}/lib/j/jconsole
+	@${INSTALL_PROGRAM} ${WRKSRC}/j504/jconsole ${PREFIX}/lib/j/jconsole
 	@brandelf -t Linux ${PREFIX}/lib/j/jconsole
 
 post-install:
diff -ruN /usr/ports/lang/linux-j/distinfo linux-j/distinfo
--- /usr/ports/lang/linux-j/distinfo	Tue Mar 30 19:09:08 2004
+++ linux-j/distinfo	Mon May  9 08:42:35 2005
@@ -1,2 +1,2 @@
-MD5 (linux-j/502a/j502a_linux.tar.gz) = 440e2f0bc58c4b8ff8350794c727fc23
-SIZE (linux-j/502a/j502a_linux.tar.gz) = 2971440
+MD5 (linux-j/504b/j504b_linux32.tar.gz) = 02e629d102b9aeabad6bb3f2e80acae5
+SIZE (linux-j/504b/j504b_linux32.tar.gz) = 3495772
diff -ruN /usr/ports/lang/linux-j/files/patch-j502a::profile.ijs linux-j/files/patch-j502a::profile.ijs
--- /usr/ports/lang/linux-j/files/patch-j502a::profile.ijs	Sun Aug 17 23:00:22 2003
+++ linux-j/files/patch-j502a::profile.ijs	Wed Dec 31 16:00:00 1969
@@ -1,13 +0,0 @@
---- j502a/profile.ijs.orig	Sun Aug 10 17:53:22 2003
-+++ j502a/profile.ijs	Sun Aug 10 17:58:55 2003
-@@ -60,8 +60,8 @@
- prf=. PROFILE {.~ PROFILE i: sep
- add=. prf,sep,'addons'
- sys=. prf,sep,'system'
--tmp=. prf,sep,'temp'
--usr=. prf,sep,'user'
-+tmp=. (2!:5'HOME'),sep,'J/user'
-+usr=. (2!:5'HOME'),sep,'J/user'
- cfg=. usr,sep,'config'
- ids=. ;: 'profile system addons temp user config'
- SYSTEMFOLDERS_j_=: ids ,. prf;sys;add;tmp;usr;cfg
diff -ruN /usr/ports/lang/linux-j/files/patch-j504::profile.ijs linux-j/files/patch-j504::profile.ijs
--- /usr/ports/lang/linux-j/files/patch-j504::profile.ijs	Wed Dec 31 16:00:00 1969
+++ linux-j/files/patch-j504::profile.ijs	Mon May  9 08:45:47 2005
@@ -0,0 +1,13 @@
+--- j504/profile.ijs.orig	Sun Aug 10 17:53:22 2003
++++ j504/profile.ijs	Sun Aug 10 17:58:55 2003
+@@ -60,8 +60,8 @@
+ prf=. PROFILE {.~ PROFILE i: sep
+ add=. prf,sep,'addons'
+ sys=. prf,sep,'system'
+-tmp=. prf,sep,'temp'
+-usr=. prf,sep,'user'
++tmp=. (2!:5'HOME'),sep,'J/user'
++usr=. (2!:5'HOME'),sep,'J/user'
+ cfg=. usr,sep,'config'
+ ids=. ;: 'profile system addons temp user config'
+ SYSTEMFOLDERS_j_=: ids ,. prf;sys;add;tmp;usr;cfg
diff -ruN /usr/ports/lang/linux-j/pkg-plist linux-j/pkg-plist
--- /usr/ports/lang/linux-j/pkg-plist	Sun Aug 17 23:00:21 2003
+++ linux-j/pkg-plist	Mon May  9 09:21:57 2005
@@ -2,1567 +2,1694 @@
 bin/jw
 lib/j/j.jar
 lib/j/jconsole
-lib/j/profile.ijs
-lib/j/readme.txt
-lib/j/system/classes/classes.txt
-lib/j/system/classes/dict/dict.txt
-lib/j/system/classes/dict/dictdemo.ijs
-lib/j/system/classes/dict/jndict.ijs
-lib/j/system/classes/dict/jwdict.ijs
-lib/j/system/classes/dict/jzdict.ijs
-lib/j/system/classes/dir/jdirs.ijs
-lib/j/system/classes/graph/graph.ijs
-lib/j/system/classes/graph/jzgraph.ijs
-lib/j/system/classes/grid/jfgrid.ijs
-lib/j/system/classes/grid/jfreport.ijs
-lib/j/system/classes/grid/jsgrid.ijs
-lib/j/system/classes/grid/jtable.ijs
-lib/j/system/classes/grid/jtgrid.ijs
-lib/j/system/classes/grid/jvgrid.ijs
-lib/j/system/classes/grid/jwatch.ijs
-lib/j/system/classes/grid/jwgrid.ijs
-lib/j/system/classes/grid/jzgrid.ijs
-lib/j/system/classes/input/jfiletype.ijs
-lib/j/system/classes/input/jinput.ijs
-lib/j/system/classes/input/jpick.ijs
-lib/j/system/classes/input/jpwd.ijs
-lib/j/system/classes/input/jselect.ijs
-lib/j/system/classes/opengl/jzopengl.ijs
-lib/j/system/classes/opengl/opengl.ijs
-lib/j/system/classes/pbc/pbc.ijs
-lib/j/system/classes/pbc/pbcx.ijs
-lib/j/system/classes/plot/jzplot.ijs
-lib/j/system/classes/plot/plot.ijs
-lib/j/system/classes/plot/plotdefs.ijs
-lib/j/system/classes/socket/jserver.ijs
-lib/j/system/classes/socket/jtelnet.ijs
-lib/j/system/classes/template/base.ijs
-lib/j/system/classes/template/class.ijs
-lib/j/system/classes/template/empty.ijs
-lib/j/system/classes/view/jsview.ijs
-lib/j/system/classes/view/jview.ijs
-lib/j/system/classes/view/viewmat.ijs
-lib/j/system/examples/data/58csom.dat
-lib/j/system/examples/data/80csom.dat
-lib/j/system/examples/data/actables.ijf
-lib/j/system/examples/data/addr.dbf
-lib/j/system/examples/data/cities.dat
-lib/j/system/examples/data/country.ijs
-lib/j/system/examples/data/data.txt
-lib/j/system/examples/data/datename.ijs
-lib/j/system/examples/data/dept.dbf
-lib/j/system/examples/data/dm0396.txt
-lib/j/system/examples/data/emp.dbf
-lib/j/system/examples/data/emp.dbt
-lib/j/system/examples/data/emp.inf
-lib/j/system/examples/data/empdept.ndx
-lib/j/system/examples/data/emphire.ndx
-lib/j/system/examples/data/emplname.ndx
-lib/j/system/examples/data/expense.xls
-lib/j/system/examples/data/globe.ico
-lib/j/system/examples/data/isitbar8.bmp
-lib/j/system/examples/data/j.bmp
-lib/j/system/examples/data/j.ico
-lib/j/system/examples/data/jb.ico
-lib/j/system/examples/data/jblob.mdb
-lib/j/system/examples/data/jbw.bmp
-lib/j/system/examples/data/jdata.mdb
-lib/j/system/examples/data/jdata.xls
-lib/j/system/examples/data/jdll.h
-lib/j/system/examples/data/jr.ico
-lib/j/system/examples/data/jr4.rtf
-lib/j/system/examples/data/jy.ico
-lib/j/system/examples/data/loc.dbf
-lib/j/system/examples/data/loc.inf
-lib/j/system/examples/data/messier.xls
-lib/j/system/examples/data/orders.prn
-lib/j/system/examples/data/rtf.txt
-lib/j/system/examples/data/sales.dat
-lib/j/system/examples/data/stdtbar.bmp
-lib/j/system/examples/data/table.dat
-lib/j/system/examples/data/tdat2.prn
-lib/j/system/examples/data/tdata.csv
-lib/j/system/examples/data/tdata.dat
-lib/j/system/examples/data/tdata.dbf
-lib/j/system/examples/data/tdata.prn
-lib/j/system/examples/data/toolbar.bmp
-lib/j/system/examples/data/toolbar.gif
-lib/j/system/examples/dde/client1.ijs
-lib/j/system/examples/dde/client2.ijs
-lib/j/system/examples/dde/dde.txt
-lib/j/system/examples/dde/jdialog.frm
-lib/j/system/examples/dde/jdialog.frx
-lib/j/system/examples/dde/jmodule.bas
-lib/j/system/examples/demo/allout.ijs
-lib/j/system/examples/demo/citycalc.ijs
-lib/j/system/examples/demo/citydemo.ijs
-lib/j/system/examples/demo/citywp.ijs
-lib/j/system/examples/demo/control1.ijs
-lib/j/system/examples/demo/control2.ijs
-lib/j/system/examples/demo/control3.ijs
-lib/j/system/examples/demo/controls.ijs
-lib/j/system/examples/demo/days.ijs
-lib/j/system/examples/demo/editfile.ijs
-lib/j/system/examples/demo/events.ijs
-lib/j/system/examples/demo/mouse.ijs
-lib/j/system/examples/demo/name.ijs
-lib/j/system/examples/demo/rtf.ijs
-lib/j/system/examples/demo/runtime.ico
-lib/j/system/examples/demo/runtime.ijs
-lib/j/system/examples/dll/dll.txt
-lib/j/system/examples/dll/jdll.ijs
-lib/j/system/examples/dllwrite/dlltest.cpp
-lib/j/system/examples/dllwrite/dlltest.def
-lib/j/system/examples/dllwrite/dlltest.dll
-lib/j/system/examples/dllwrite/dlltest.dsp
-lib/j/system/examples/dllwrite/dlltest.dsw
-lib/j/system/examples/dllwrite/dlltest.ncb
-lib/j/system/examples/dllwrite/dlltest.opt
-lib/j/system/examples/graphics/gnuplot/gnuplot.txt
-lib/j/system/examples/graphics/gnuplot/gpdemo.ijs
-lib/j/system/examples/graphics/graphics.txt
-lib/j/system/examples/graphics/isigraph/eigenpic.ijs
-lib/j/system/examples/graphics/isigraph/enigma.ijs
-lib/j/system/examples/graphics/isigraph/evolute1.ijs
-lib/j/system/examples/graphics/isigraph/evolute2.ijs
-lib/j/system/examples/graphics/isigraph/frieze1.ijs
-lib/j/system/examples/graphics/isigraph/ifs1.ijs
-lib/j/system/examples/graphics/isigraph/ifs2.ijs
-lib/j/system/examples/graphics/isigraph/iscolor.ijs
-lib/j/system/examples/graphics/isigraph/isdemo.ijs
-lib/j/system/examples/graphics/isigraph/isdemrun.ijs
-lib/j/system/examples/graphics/isigraph/isedit.ijs
-lib/j/system/examples/graphics/isigraph/isigraph.txt
-lib/j/system/examples/graphics/isigraph/isview.ijs
-lib/j/system/examples/graphics/isigraph/koch.ijs
-lib/j/system/examples/graphics/isigraph/paint.ijs
-lib/j/system/examples/graphics/isigraph/plasma1.ijs
-lib/j/system/examples/graphics/isigraph/polygon.ijs
-lib/j/system/examples/graphics/isigraph/polyhedr.ijs
-lib/j/system/examples/graphics/isigraph/pousse.ijs
-lib/j/system/examples/graphics/isigraph/power.ijs
-lib/j/system/examples/graphics/isigraph/siercar1.ijs
-lib/j/system/examples/graphics/isigraph/siercar2.ijs
-lib/j/system/examples/graphics/isigraph/siertri1.ijs
-lib/j/system/examples/graphics/isigraph/siertri2.ijs
-lib/j/system/examples/graphics/isigraph/siertri3.ijs
-lib/j/system/examples/graphics/isigraph/siertri4.ijs
-lib/j/system/examples/graphics/isigraph/sines.ijs
-lib/j/system/examples/graphics/isigraph/smesser.ijs
-lib/j/system/examples/graphics/isigraph/spinner.ijs
-lib/j/system/examples/graphics/isigraph/spirals.ijs
-lib/j/system/examples/graphics/isigraph/title.ijs
-lib/j/system/examples/graphics/misc/solid.ijs
-lib/j/system/examples/graphics/opengl/demo/basic1.ijs
-lib/j/system/examples/graphics/opengl/demo/basic2.ijs
-lib/j/system/examples/graphics/opengl/demo/basic3.ijs
-lib/j/system/examples/graphics/opengl/demo/basic4.ijs
-lib/j/system/examples/graphics/opengl/demo/basic5.ijs
-lib/j/system/examples/graphics/opengl/demo/boys.ijs
-lib/j/system/examples/graphics/opengl/demo/braid.ijs
-lib/j/system/examples/graphics/opengl/demo/bucky.ijs
-lib/j/system/examples/graphics/opengl/demo/colored.ijs
-lib/j/system/examples/graphics/opengl/demo/crosscap.ijs
-lib/j/system/examples/graphics/opengl/demo/cups.ijs
-lib/j/system/examples/graphics/opengl/demo/demo.txt
-lib/j/system/examples/graphics/opengl/demo/dini.ijs
-lib/j/system/examples/graphics/opengl/demo/drum.ijs
-lib/j/system/examples/graphics/opengl/demo/ennepers.ijs
-lib/j/system/examples/graphics/opengl/demo/frmount.ijs
-lib/j/system/examples/graphics/opengl/demo/gldemo.ijs
-lib/j/system/examples/graphics/opengl/demo/gldemrun.ijs
-lib/j/system/examples/graphics/opengl/demo/gledit.ijs
-lib/j/system/examples/graphics/opengl/demo/glview.ijs
-lib/j/system/examples/graphics/opengl/demo/helix.ijs
-lib/j/system/examples/graphics/opengl/demo/hypara.ijs
-lib/j/system/examples/graphics/opengl/demo/intsect1.ijs
-lib/j/system/examples/graphics/opengl/demo/jbox.ijs
-lib/j/system/examples/graphics/opengl/demo/klein.ijs
-lib/j/system/examples/graphics/opengl/demo/kuen.ijs
-lib/j/system/examples/graphics/opengl/demo/lissajou.ijs
-lib/j/system/examples/graphics/opengl/demo/maeder.ijs
-lib/j/system/examples/graphics/opengl/demo/model.ijs
-lib/j/system/examples/graphics/opengl/demo/moebius.ijs
-lib/j/system/examples/graphics/opengl/demo/roman.ijs
-lib/j/system/examples/graphics/opengl/demo/seashell.ijs
-lib/j/system/examples/graphics/opengl/demo/sellipse.ijs
-lib/j/system/examples/graphics/opengl/demo/soccer.ijs
-lib/j/system/examples/graphics/opengl/demo/solar.ijs
-lib/j/system/examples/graphics/opengl/demo/tank.ijs
-lib/j/system/examples/graphics/opengl/demo/teapot.ijs
-lib/j/system/examples/graphics/opengl/demo/textb1.ijs
-lib/j/system/examples/graphics/opengl/demo/title.ijs
-lib/j/system/examples/graphics/opengl/demo/torus.ijs
-lib/j/system/examples/graphics/opengl/demo/trefoil.ijs
-lib/j/system/examples/graphics/opengl/demo/triangle.ijs
-lib/j/system/examples/graphics/opengl/demo/umbtorus.ijs
-lib/j/system/examples/graphics/opengl/demo/whitney.ijs
-lib/j/system/examples/graphics/opengl/lab/lab.txt
-lib/j/system/examples/graphics/opengl/lab/ogl1.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl10.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl11.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl12.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl2.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl3.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl4.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl5.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl6.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl7.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl8.ijs
-lib/j/system/examples/graphics/opengl/lab/ogl9.ijs
-lib/j/system/examples/graphics/opengl/lab/oglprint.ijs
-lib/j/system/examples/graphics/opengl/opengl.txt
-lib/j/system/examples/graphics/opengl/simple/bitmap.ijs
-lib/j/system/examples/graphics/opengl/simple/blend.ijs
-lib/j/system/examples/graphics/opengl/simple/cube.ijs
-lib/j/system/examples/graphics/opengl/simple/curve.ijs
-lib/j/system/examples/graphics/opengl/simple/fog.ijs
-lib/j/system/examples/graphics/opengl/simple/font.ijs
-lib/j/system/examples/graphics/opengl/simple/font3d.ijs
-lib/j/system/examples/graphics/opengl/simple/gldemos.ijs
-lib/j/system/examples/graphics/opengl/simple/lookat.ijs
-lib/j/system/examples/graphics/opengl/simple/nurbs.ijs
-lib/j/system/examples/graphics/opengl/simple/pick.ijs
-lib/j/system/examples/graphics/opengl/simple/pickcube.ijs
-lib/j/system/examples/graphics/opengl/simple/red.ijs
-lib/j/system/examples/graphics/opengl/simple/redlit.ijs
-lib/j/system/examples/graphics/opengl/simple/select.ijs
-lib/j/system/examples/graphics/opengl/simple/simple.txt
-lib/j/system/examples/graphics/opengl/simple/sphere.ijs
-lib/j/system/examples/graphics/opengl/simple/surface.ijs
-lib/j/system/examples/graphics/opengl/simple/texture.ijs
-lib/j/system/examples/graphics/opengl/simple/wire.ijs
-lib/j/system/examples/graphics/plot/pledit.ijs
-lib/j/system/examples/graphics/plot/plexam.ijs
-lib/j/system/examples/graphics/plot/plot.txt
-lib/j/system/examples/graphics/plot/plotdemo.ijs
-lib/j/system/examples/graphics/plot/plotrun.ijs
-lib/j/system/examples/graphics/plot/plview.ijs
-lib/j/system/examples/graphics/plot/view3d.ijs
-lib/j/system/examples/java/image/image.dsp
-lib/j/system/examples/java/image/image.dsw
-lib/j/system/examples/java/image/image.html
-lib/j/system/examples/java/image/image.java
-lib/j/system/examples/java/jcalc/jcalc.dsp
-lib/j/system/examples/java/jcalc/jcalc.dsw
-lib/j/system/examples/java/jcalc/jcalc.html
-lib/j/system/examples/java/jcalc/jcalc.java
-lib/j/system/examples/java/jstest/ja.bat
-lib/j/system/examples/java/jstest/jstest.dsp
-lib/j/system/examples/java/jstest/jstest.dsw
-lib/j/system/examples/java/jstest/jstest.java
-lib/j/system/examples/java/jstest/jv.bat
-lib/j/system/examples/java/nyse/nyse.dsp
-lib/j/system/examples/java/nyse/nyse.dsw
-lib/j/system/examples/java/nyse/nyse.html
-lib/j/system/examples/java/nyse/nyse.java
-lib/j/system/examples/odbc/access.ijs
-lib/j/system/examples/odbc/dbase.ijs
-lib/j/system/examples/odbc/excel.ijs
-lib/j/system/examples/odbc/odbc.txt
-lib/j/system/examples/odbc/text.ijs
-lib/j/system/examples/ole/cpp/jclient/jcl.cpp
-lib/j/system/examples/ole/cpp/jclient/jcl.h
-lib/j/system/examples/ole/cpp/jclient/jcl.mak
-lib/j/system/examples/ole/cpp/jclient/jcl.odl
-lib/j/system/examples/ole/cpp/jclient/jcl.rc
-lib/j/system/examples/ole/cpp/jclient/jcl.reg
-lib/j/system/examples/ole/cpp/jclient/jcldoc.cpp
-lib/j/system/examples/ole/cpp/jclient/jcldoc.h
-lib/j/system/examples/ole/cpp/jclient/jclview.cpp
-lib/j/system/examples/ole/cpp/jclient/jclview.h
-lib/j/system/examples/ole/cpp/jclient/jdllodl.h
-lib/j/system/examples/ole/cpp/jclient/jexeodl.h
-lib/j/system/examples/ole/cpp/jclient/jsvr.cpp
-lib/j/system/examples/ole/cpp/jclient/jsvr.h
-lib/j/system/examples/ole/cpp/jclient/mainfrm.cpp
-lib/j/system/examples/ole/cpp/jclient/mainfrm.h
-lib/j/system/examples/ole/cpp/jclient/readme.txt
-lib/j/system/examples/ole/cpp/jclient/res/jcl.ico
-lib/j/system/examples/ole/cpp/jclient/res/jcl.rc2
-lib/j/system/examples/ole/cpp/jclient/res/jcldoc.ico
-lib/j/system/examples/ole/cpp/jclient/res/toolbar.bmp
-lib/j/system/examples/ole/cpp/jclient/resource.h
-lib/j/system/examples/ole/cpp/jclient/stdafx.cpp
-lib/j/system/examples/ole/cpp/jclient/stdafx.h
-lib/j/system/examples/ole/excel/excel.txt
-lib/j/system/examples/ole/excel/jdemo.xls
-lib/j/system/examples/ole/excel/jmacros.xls
-lib/j/system/examples/ole/excel/jsrvdemo.xls
-lib/j/system/examples/ole/excel/jsutil.txt
-lib/j/system/examples/ole/excel/xldemo.ijs
-lib/j/system/examples/ole/excel/xlutil.ijs
-lib/j/system/examples/ole/ole.txt
-lib/j/system/examples/ole/vb/about.frm
-lib/j/system/examples/ole/vb/cities.exe
-lib/j/system/examples/ole/vb/cities.frm
-lib/j/system/examples/ole/vb/cities.vbp
-lib/j/system/examples/ole/vb/cities.vbw
-lib/j/system/examples/ole/vb/jole.bas
-lib/j/system/examples/ole/vb/jsrv1.exe
-lib/j/system/examples/ole/vb/jsrv1.frm
-lib/j/system/examples/ole/vb/jsrv1.vbp
-lib/j/system/examples/ole/vb/jsrv1.vbw
-lib/j/system/examples/ole/vb/view.frm
-lib/j/system/examples/phrases/phra1.ijs
-lib/j/system/examples/phrases/phra10.ijs
-lib/j/system/examples/phrases/phra11.ijs
-lib/j/system/examples/phrases/phra12.ijs
-lib/j/system/examples/phrases/phra13.ijs
-lib/j/system/examples/phrases/phra14.ijs
-lib/j/system/examples/phrases/phra15.ijs
-lib/j/system/examples/phrases/phra2.ijs
-lib/j/system/examples/phrases/phra3.ijs
-lib/j/system/examples/phrases/phra4.ijs
-lib/j/system/examples/phrases/phra5.ijs
-lib/j/system/examples/phrases/phra6.ijs
-lib/j/system/examples/phrases/phra7.ijs
-lib/j/system/examples/phrases/phra8.ijs
-lib/j/system/examples/phrases/phra9.ijs
-lib/j/system/examples/phrases/phrb10.ijs
-lib/j/system/examples/phrases/phrb11.ijs
-lib/j/system/examples/phrases/phrb13.ijs
-lib/j/system/examples/phrases/phrb14.ijs
-lib/j/system/examples/phrases/phrb15.ijs
-lib/j/system/examples/phrases/phrb2.ijs
-lib/j/system/examples/phrases/phrb3.ijs
-lib/j/system/examples/phrases/phrb4.ijs
-lib/j/system/examples/phrases/phrb5.ijs
-lib/j/system/examples/phrases/phrb6.ijs
-lib/j/system/examples/phrases/phrb7.ijs
-lib/j/system/examples/phrases/phrb8.ijs
-lib/j/system/examples/phrases/phrb9.ijs
-lib/j/system/examples/phrases/phrc1.ijs
-lib/j/system/examples/phrases/phrc10.ijs
-lib/j/system/examples/phrases/phrc11.ijs
-lib/j/system/examples/phrases/phrc13.ijs
-lib/j/system/examples/phrases/phrc2.ijs
-lib/j/system/examples/phrases/phrc4.ijs
-lib/j/system/examples/phrases/phrc5.ijs
-lib/j/system/examples/phrases/phrc6.ijs
-lib/j/system/examples/phrases/phrc7.ijs
-lib/j/system/examples/phrases/phrc8.ijs
-lib/j/system/examples/phrases/phrc9.ijs
-lib/j/system/examples/phrases/phrd1.ijs
-lib/j/system/examples/phrases/phrd10.ijs
-lib/j/system/examples/phrases/phrd2.ijs
-lib/j/system/examples/phrases/phrd8.ijs
-lib/j/system/examples/phrases/phrd9.ijs
-lib/j/system/examples/phrases/phre10.ijs
-lib/j/system/examples/phrases/phre2.ijs
-lib/j/system/examples/phrases/phre8.ijs
-lib/j/system/examples/phrases/phre9.ijs
-lib/j/system/examples/phrases/phrf10.ijs
-lib/j/system/examples/phrases/phrf2.ijs
-lib/j/system/examples/phrases/phrf9.ijs
-lib/j/system/examples/phrases/phrg2.ijs
-lib/j/system/examples/phrases/phrh2.ijs
-lib/j/system/examples/print/alice.txt
-lib/j/system/examples/print/jeltz.txt
-lib/j/system/examples/print/labdemo.ijs
-lib/j/system/examples/print/print.txt
-lib/j/system/examples/runtime/bldrt.bat
-lib/j/system/examples/runtime/compress.exe
-lib/j/system/examples/runtime/jrt.ico
-lib/j/system/examples/runtime/jrt.ijs
-lib/j/system/examples/runtime/setup.cmd
-lib/j/system/examples/socket/client.ijs
-lib/j/system/examples/socket/clifns.ijs
-lib/j/system/examples/socket/server.ijs
-lib/j/system/examples/socket/serverw.ijs
-lib/j/system/examples/socket/servfns.ijs
-lib/j/system/examples/socket/servfnsw.ijs
-lib/j/system/examples/socket/socket.txt
-lib/j/system/examples/socket/socklab.ijs
-lib/j/system/extras/config/colordef.ijs
-lib/j/system/extras/config/colorsmp.ijs
-lib/j/system/extras/config/config.txt
-lib/j/system/extras/config/pubschms.ijs
-lib/j/system/extras/config/scripts.ijs
-lib/j/system/extras/config/stdcfg.ijs
-lib/j/system/extras/help/box.jpg
-lib/j/system/extras/help/camn/camn.htm
-lib/j/system/extras/help/camn/camnimgs/00.gif
-lib/j/system/extras/help/camn/camnimgs/01.gif
-lib/j/system/extras/help/camn/camnimgs/02.gif
-lib/j/system/extras/help/camn/camnimgs/03.gif
-lib/j/system/extras/help/camn/camnimgs/04.gif
-lib/j/system/extras/help/camn/camnimgs/05.gif
-lib/j/system/extras/help/camn/camnimgs/06.gif
-lib/j/system/extras/help/camn/camnimgs/07.gif
-lib/j/system/extras/help/camn/camnimgs/08.gif
-lib/j/system/extras/help/camn/camnimgs/09.gif
-lib/j/system/extras/help/camn/camnimgs/1.gif
-lib/j/system/extras/help/camn/camnimgs/10.gif
-lib/j/system/extras/help/camn/camnimgs/11.gif
-lib/j/system/extras/help/camn/camnimgs/12.gif
-lib/j/system/extras/help/camn/camnimgs/13.gif
-lib/j/system/extras/help/camn/camnimgs/14.gif
-lib/j/system/extras/help/camn/camnimgs/15.gif
-lib/j/system/extras/help/camn/camnimgs/16.gif
-lib/j/system/extras/help/camn/camnimgs/17.gif
-lib/j/system/extras/help/camn/camnimgs/18.gif
-lib/j/system/extras/help/camn/camnimgs/19.gif
-lib/j/system/extras/help/camn/camnimgs/20.gif
-lib/j/system/extras/help/camn/camnimgs/21.gif
-lib/j/system/extras/help/camn/camnimgs/22.gif
-lib/j/system/extras/help/camn/camnimgs/23.gif
-lib/j/system/extras/help/camn/camnimgs/24.gif
-lib/j/system/extras/help/camn/camnimgs/25.gif
-lib/j/system/extras/help/camn/camnimgs/26.gif
-lib/j/system/extras/help/camn/camnimgs/27.gif
-lib/j/system/extras/help/dictionary/ack.htm
-lib/j/system/extras/help/dictionary/cassert.htm
-lib/j/system/extras/help/dictionary/cbreak.htm
-lib/j/system/extras/help/dictionary/ccont.htm
-lib/j/system/extras/help/dictionary/cfor.htm
-lib/j/system/extras/help/dictionary/cgoto.htm
-lib/j/system/extras/help/dictionary/cif.htm
-lib/j/system/extras/help/dictionary/contents.htm
-lib/j/system/extras/help/dictionary/cret.htm
-lib/j/system/extras/help/dictionary/csel.htm
-lib/j/system/extras/help/dictionary/cthrow.htm
-lib/j/system/extras/help/dictionary/ctrl.htm
-lib/j/system/extras/help/dictionary/ctry.htm
-lib/j/system/extras/help/dictionary/cwhile.htm
-lib/j/system/extras/help/dictionary/d000.htm
-lib/j/system/extras/help/dictionary/d001.htm
-lib/j/system/extras/help/dictionary/d010.htm
-lib/j/system/extras/help/dictionary/d011.htm
-lib/j/system/extras/help/dictionary/d012.htm
-lib/j/system/extras/help/dictionary/d020.htm
-lib/j/system/extras/help/dictionary/d021.htm
-lib/j/system/extras/help/dictionary/d022.htm
-lib/j/system/extras/help/dictionary/d030.htm
-lib/j/system/extras/help/dictionary/d031.htm
-lib/j/system/extras/help/dictionary/d032.htm
-lib/j/system/extras/help/dictionary/d100.htm
-lib/j/system/extras/help/dictionary/d101.htm
-lib/j/system/extras/help/dictionary/d102.htm
-lib/j/system/extras/help/dictionary/d110.htm
-lib/j/system/extras/help/dictionary/d111.htm
-lib/j/system/extras/help/dictionary/d112.htm
-lib/j/system/extras/help/dictionary/d120.htm
-lib/j/system/extras/help/dictionary/d121.htm
-lib/j/system/extras/help/dictionary/d122.htm
-lib/j/system/extras/help/dictionary/d130.htm
-lib/j/system/extras/help/dictionary/d131.htm
-lib/j/system/extras/help/dictionary/d132.htm
-lib/j/system/extras/help/dictionary/d200.htm
-lib/j/system/extras/help/dictionary/d201.htm
-lib/j/system/extras/help/dictionary/d202n.htm
-lib/j/system/extras/help/dictionary/d202v.htm
-lib/j/system/extras/help/dictionary/d210.htm
-lib/j/system/extras/help/dictionary/d211.htm
-lib/j/system/extras/help/dictionary/d212.htm
-lib/j/system/extras/help/dictionary/d220n.htm
-lib/j/system/extras/help/dictionary/d220v.htm
-lib/j/system/extras/help/dictionary/d221.htm
-lib/j/system/extras/help/dictionary/d222.htm
-lib/j/system/extras/help/dictionary/d230.htm
-lib/j/system/extras/help/dictionary/d231.htm
-lib/j/system/extras/help/dictionary/d232.htm
-lib/j/system/extras/help/dictionary/d300.htm
-lib/j/system/extras/help/dictionary/d301.htm
-lib/j/system/extras/help/dictionary/d310n.htm
-lib/j/system/extras/help/dictionary/d310v.htm
-lib/j/system/extras/help/dictionary/d311.htm
-lib/j/system/extras/help/dictionary/d312.htm
-lib/j/system/extras/help/dictionary/d320.htm
-lib/j/system/extras/help/dictionary/d321.htm
-lib/j/system/extras/help/dictionary/d322.htm
-lib/j/system/extras/help/dictionary/d330.htm
-lib/j/system/extras/help/dictionary/d331.htm
-lib/j/system/extras/help/dictionary/d332.htm
-lib/j/system/extras/help/dictionary/d400.htm
-lib/j/system/extras/help/dictionary/d401.htm
-lib/j/system/extras/help/dictionary/d402.htm
-lib/j/system/extras/help/dictionary/d410.htm
-lib/j/system/extras/help/dictionary/d411.htm
-lib/j/system/extras/help/dictionary/d412.htm
-lib/j/system/extras/help/dictionary/d420.htm
-lib/j/system/extras/help/dictionary/d421.htm
-lib/j/system/extras/help/dictionary/d422.htm
-lib/j/system/extras/help/dictionary/d430.htm
-lib/j/system/extras/help/dictionary/d431.htm
-lib/j/system/extras/help/dictionary/d432.htm
-lib/j/system/extras/help/dictionary/d500.htm
-lib/j/system/extras/help/dictionary/d502.htm
-lib/j/system/extras/help/dictionary/d520.htm
-lib/j/system/extras/help/dictionary/d521.htm
-lib/j/system/extras/help/dictionary/d522.htm
-lib/j/system/extras/help/dictionary/d523.htm
-lib/j/system/extras/help/dictionary/d530n.htm
-lib/j/system/extras/help/dictionary/d530v.htm
-lib/j/system/extras/help/dictionary/d531.htm
-lib/j/system/extras/help/dictionary/d532.htm
-lib/j/system/extras/help/dictionary/d600n.htm
-lib/j/system/extras/help/dictionary/d600v.htm
-lib/j/system/extras/help/dictionary/d600xv.htm
-lib/j/system/extras/help/dictionary/d601.htm
-lib/j/system/extras/help/dictionary/d602.htm
-lib/j/system/extras/help/dictionary/d610.htm
-lib/j/system/extras/help/dictionary/d612.htm
-lib/j/system/extras/help/dictionary/d620.htm
-lib/j/system/extras/help/dictionary/d621.htm
-lib/j/system/extras/help/dictionary/d622.htm
-lib/j/system/extras/help/dictionary/d630n.htm
-lib/j/system/extras/help/dictionary/d630v.htm
-lib/j/system/extras/help/dictionary/d631.htm
-lib/j/system/extras/help/dictionary/d631c.htm
-lib/j/system/extras/help/dictionary/d632.htm
-lib/j/system/extras/help/dictionary/d640.htm
-lib/j/system/extras/help/dictionary/dacapdot.htm
-lib/j/system/extras/help/dictionary/dadot.htm
-lib/j/system/extras/help/dictionary/dbdotn.htm
-lib/j/system/extras/help/dictionary/dbdotu.htm
-lib/j/system/extras/help/dictionary/dccapdot.htm
-lib/j/system/extras/help/dictionary/dcons.htm
-lib/j/system/extras/help/dictionary/dconsf.htm
-lib/j/system/extras/help/dictionary/ddcapco.htm
-lib/j/system/extras/help/dictionary/ddcapdot.htm
-lib/j/system/extras/help/dictionary/dddot.htm
-lib/j/system/extras/help/dictionary/decapdot.htm
-lib/j/system/extras/help/dictionary/dedot.htm
-lib/j/system/extras/help/dictionary/dfdot.htm
-lib/j/system/extras/help/dictionary/dhcapdot.htm
-lib/j/system/extras/help/dictionary/dico.htm
-lib/j/system/extras/help/dictionary/dict.htm
-lib/j/system/extras/help/dictionary/dict1.htm
-lib/j/system/extras/help/dictionary/dict2.htm
-lib/j/system/extras/help/dictionary/dict3.htm
-lib/j/system/extras/help/dictionary/dicta.htm
-lib/j/system/extras/help/dictionary/dictb.htm
-lib/j/system/extras/help/dictionary/dictc.htm
-lib/j/system/extras/help/dictionary/dictd.htm
-lib/j/system/extras/help/dictionary/dicte.htm
-lib/j/system/extras/help/dictionary/dictf.htm
-lib/j/system/extras/help/dictionary/dictg.htm
-lib/j/system/extras/help/dictionary/dicth.htm
-lib/j/system/extras/help/dictionary/dicti.htm
-lib/j/system/extras/help/dictionary/dictionary_pages
-lib/j/system/extras/help/dictionary/dictj.htm
-lib/j/system/extras/help/dictionary/didot.htm
-lib/j/system/extras/help/dictionary/djdot.htm
-lib/j/system/extras/help/dictionary/dlcapco.htm
-lib/j/system/extras/help/dictionary/dlcapdot.htm
-lib/j/system/extras/help/dictionary/dmdot.htm
-lib/j/system/extras/help/dictionary/dnb.htm
-lib/j/system/extras/help/dictionary/dodot.htm
-lib/j/system/extras/help/dictionary/dpco.htm
-lib/j/system/extras/help/dictionary/dpdot.htm
-lib/j/system/extras/help/dictionary/dpdotdot.htm
-lib/j/system/extras/help/dictionary/dqco.htm
-lib/j/system/extras/help/dictionary/drdot.htm
-lib/j/system/extras/help/dictionary/dscapco.htm
-lib/j/system/extras/help/dictionary/dsco.htm
-lib/j/system/extras/help/dictionary/dtcapdot.htm
-lib/j/system/extras/help/dictionary/dtco.htm
-lib/j/system/extras/help/dictionary/dtdotm.htm
-lib/j/system/extras/help/dictionary/dtdotu.htm
-lib/j/system/extras/help/dictionary/duco.htm
-lib/j/system/extras/help/dictionary/dudot.htm
-lib/j/system/extras/help/dictionary/dx000.htm
-lib/j/system/extras/help/dictionary/dx001.htm
-lib/j/system/extras/help/dictionary/dx002.htm
-lib/j/system/extras/help/dictionary/dx003.htm
-lib/j/system/extras/help/dictionary/dx004.htm
-lib/j/system/extras/help/dictionary/dx005.htm
-lib/j/system/extras/help/dictionary/dx006.htm
-lib/j/system/extras/help/dictionary/dx007.htm
-lib/j/system/extras/help/dictionary/dx009.htm
-lib/j/system/extras/help/dictionary/dx011.htm
-lib/j/system/extras/help/dictionary/dx013.htm
-lib/j/system/extras/help/dictionary/dx015.htm
-lib/j/system/extras/help/dictionary/dx018.htm
-lib/j/system/extras/help/dictionary/dx128.htm
-lib/j/system/extras/help/dictionary/dxco.htm
-lib/j/system/extras/help/dictionary/dxdot.htm
-lib/j/system/extras/help/dictionary/intro.htm
-lib/j/system/extras/help/dictionary/intro01.htm
-lib/j/system/extras/help/dictionary/intro02.htm
-lib/j/system/extras/help/dictionary/intro03.htm
-lib/j/system/extras/help/dictionary/intro04.htm
-lib/j/system/extras/help/dictionary/intro05.htm
-lib/j/system/extras/help/dictionary/intro06.htm
-lib/j/system/extras/help/dictionary/intro07.htm
-lib/j/system/extras/help/dictionary/intro08.htm
-lib/j/system/extras/help/dictionary/intro09.htm
-lib/j/system/extras/help/dictionary/intro10.htm
-lib/j/system/extras/help/dictionary/intro11.htm
-lib/j/system/extras/help/dictionary/intro12.htm
-lib/j/system/extras/help/dictionary/intro13.htm
-lib/j/system/extras/help/dictionary/intro14.htm
-lib/j/system/extras/help/dictionary/intro15.htm
-lib/j/system/extras/help/dictionary/intro16.htm
-lib/j/system/extras/help/dictionary/intro17.htm
-lib/j/system/extras/help/dictionary/intro18.htm
-lib/j/system/extras/help/dictionary/intro19.htm
-lib/j/system/extras/help/dictionary/intro20.htm
-lib/j/system/extras/help/dictionary/intro21.htm
-lib/j/system/extras/help/dictionary/intro22.htm
-lib/j/system/extras/help/dictionary/intro23.htm
-lib/j/system/extras/help/dictionary/intro24.htm
-lib/j/system/extras/help/dictionary/intro25.htm
-lib/j/system/extras/help/dictionary/intro26.htm
-lib/j/system/extras/help/dictionary/intro27.htm
-lib/j/system/extras/help/dictionary/intro28.htm
-lib/j/system/extras/help/dictionary/intro29.htm
-lib/j/system/extras/help/dictionary/jdoc.css
-lib/j/system/extras/help/dictionary/limits.htm
-lib/j/system/extras/help/dictionary/ref.htm
-lib/j/system/extras/help/dictionary/samp.htm
-lib/j/system/extras/help/dictionary/samp01.htm
-lib/j/system/extras/help/dictionary/samp02.htm
-lib/j/system/extras/help/dictionary/samp03.htm
-lib/j/system/extras/help/dictionary/samp04.htm
-lib/j/system/extras/help/dictionary/samp05.htm
-lib/j/system/extras/help/dictionary/samp06.htm
-lib/j/system/extras/help/dictionary/samp07.htm
-lib/j/system/extras/help/dictionary/samp08.htm
-lib/j/system/extras/help/dictionary/samp09.htm
-lib/j/system/extras/help/dictionary/samp10.htm
-lib/j/system/extras/help/dictionary/samp11.htm
-lib/j/system/extras/help/dictionary/samp12.htm
-lib/j/system/extras/help/dictionary/samp13.htm
-lib/j/system/extras/help/dictionary/samp14.htm
-lib/j/system/extras/help/dictionary/samp15.htm
-lib/j/system/extras/help/dictionary/samp16.htm
-lib/j/system/extras/help/dictionary/samp17.htm
-lib/j/system/extras/help/dictionary/samp18.htm
-lib/j/system/extras/help/dictionary/samp19.htm
-lib/j/system/extras/help/dictionary/samp20.htm
-lib/j/system/extras/help/dictionary/samp21.htm
-lib/j/system/extras/help/dictionary/samp22.htm
-lib/j/system/extras/help/dictionary/samp23.htm
-lib/j/system/extras/help/dictionary/samp24.htm
-lib/j/system/extras/help/dictionary/samp25.htm
-lib/j/system/extras/help/dictionary/samp26.htm
-lib/j/system/extras/help/dictionary/samp27.htm
-lib/j/system/extras/help/dictionary/samp28.htm
-lib/j/system/extras/help/dictionary/special.htm
-lib/j/system/extras/help/dictionary/title.htm
-lib/j/system/extras/help/dictionary/vocabul.htm
-lib/j/system/extras/help/dictionary/xmain.htm
-lib/j/system/extras/help/index.htm
-lib/j/system/extras/help/index/a.htm
-lib/j/system/extras/help/index/b.htm
-lib/j/system/extras/help/index/c.htm
-lib/j/system/extras/help/index/d.htm
-lib/j/system/extras/help/index/e.htm
-lib/j/system/extras/help/index/f.htm
-lib/j/system/extras/help/index/g.htm
-lib/j/system/extras/help/index/h.htm
-lib/j/system/extras/help/index/i.htm
-lib/j/system/extras/help/index/j.htm
-lib/j/system/extras/help/index/k.htm
-lib/j/system/extras/help/index/l.htm
-lib/j/system/extras/help/index/m.htm
-lib/j/system/extras/help/index/n.htm
-lib/j/system/extras/help/index/o.htm
-lib/j/system/extras/help/index/p.htm
-lib/j/system/extras/help/index/q.htm
-lib/j/system/extras/help/index/r.htm
-lib/j/system/extras/help/index/s.htm
-lib/j/system/extras/help/index/t.htm
-lib/j/system/extras/help/index/u.htm
-lib/j/system/extras/help/index/v.htm
-lib/j/system/extras/help/index/w.htm
-lib/j/system/extras/help/index/x.htm
-lib/j/system/extras/help/index/y.htm
-lib/j/system/extras/help/index/z.htm
-lib/j/system/extras/help/jdoc.css
-lib/j/system/extras/help/jforc/_.htm
-lib/j/system/extras/help/jforc/a_first_look_at_j_programs.htm
-lib/j/system/extras/help/jforc/applied_mathematics_in_j.htm
-lib/j/system/extras/help/jforc/boxing_(structures).htm
-lib/j/system/extras/help/jforc/boxing_structures.htm
-lib/j/system/extras/help/jforc/calling_a_dll_under_windows.htm
-lib/j/system/extras/help/jforc/compound_verbs.htm
-lib/j/system/extras/help/jforc/contents.htm
-lib/j/system/extras/help/jforc/continuing_to_write_in_j.htm
-lib/j/system/extras/help/jforc/control_structures.htm
-lib/j/system/extras/help/jforc/declarations.htm
-lib/j/system/extras/help/jforc/elementary_mathematics_in_j.htm
-lib/j/system/extras/help/jforc/empty_operands.htm
-lib/j/system/extras/help/jforc/error_messages.htm
-lib/j/system/extras/help/jforc/explicit-to-tacit_converter.htm
-lib/j/system/extras/help/jforc/first_look_at_forks.htm
-lib/j/system/extras/help/jforc/foreword.htm
-lib/j/system/extras/help/jforc/forks_hooks_and_compound_adv.htm
-lib/j/system/extras/help/jforc/glossary.htm
-lib/j/system/extras/help/jforc/input_and_output.htm
-lib/j/system/extras/help/jforc/introduction.htm
-lib/j/system/extras/help/jforc/jforcprogrammers_files/editdata.mso
-lib/j/system/extras/help/jforc/jforcprogrammers_files/filelist.xml
-lib/j/system/extras/help/jforc/jforcprogrammers_files/header.htm
-lib/j/system/extras/help/jforc/jforcprogrammers_files/image001.png
-lib/j/system/extras/help/jforc/jforcprogrammers_files/image002.jpg
-lib/j/system/extras/help/jforc/jforcprogrammers_files/image003.wmz
-lib/j/system/extras/help/jforc/jforcprogrammers_files/image004.gif
-lib/j/system/extras/help/jforc/jforcprogrammers_files/image005.wmz
-lib/j/system/extras/help/jforc/jforcprogrammers_files/image006.gif
-lib/j/system/extras/help/jforc/jforcprogrammers_files/oledata.mso
-lib/j/system/extras/help/jforc/loopless_code_iiadverbs__and.htm
-lib/j/system/extras/help/jforc/loopless_code_iiiadverbs__an.htm
-lib/j/system/extras/help/jforc/loopless_code_iv.htm
-lib/j/system/extras/help/jforc/loopless_code_iverbs_have_ra.htm
-lib/j/system/extras/help/jforc/loopless_code_vi.htm
-lib/j/system/extras/help/jforc/loopless_code_vpartitions.htm
-lib/j/system/extras/help/jforc/modifying_an_array_m.htm
-lib/j/system/extras/help/jforc/modifying_an_array_m}.htm
-lib/j/system/extras/help/jforc/modular_code.htm
-lib/j/system/extras/help/jforc/more_verbs.htm
-lib/j/system/extras/help/jforc/more_verbs_for_boxes.htm
-lib/j/system/extras/help/jforc/odds_and_ends.htm
-lib/j/system/extras/help/jforc/parsing_and_execution_i.htm
-lib/j/system/extras/help/jforc/parsing_and_execution_ii.htm
-lib/j/system/extras/help/jforc/performance_measurement__tip.htm
-lib/j/system/extras/help/jforc/preliminaries.htm
-lib/j/system/extras/help/jforc/programming_in_j.htm
-lib/j/system/extras/help/jforc/readable_tacit_definitions.htm
-lib/j/system/extras/help/jforc/socket_programming.htm
-lib/j/system/extras/help/jforc/starting_to_write_in_j.htm
-lib/j/system/extras/help/jforc/stylesheet.htm
-lib/j/system/extras/help/jforc/tacit_programming.htm
-lib/j/system/extras/help/jforc/tacit_programs.htm
-lib/j/system/extras/help/jforc/u_1_uv_and_u_v.htm
-lib/j/system/extras/help/jforc/valedictory.htm
-lib/j/system/extras/help/jforc/verb-definition_revisited.htm
-lib/j/system/extras/help/jforc/verbs_for_arithmetic.htm
-lib/j/system/extras/help/jforc/when_programs_are_data.htm
-lib/j/system/extras/help/jforc/writing_your_own_modifiers.htm
-lib/j/system/extras/help/learning/01.htm
-lib/j/system/extras/help/learning/02.htm
-lib/j/system/extras/help/learning/03.htm
-lib/j/system/extras/help/learning/04.htm
-lib/j/system/extras/help/learning/05.htm
-lib/j/system/extras/help/learning/06.htm
-lib/j/system/extras/help/learning/07.htm
-lib/j/system/extras/help/learning/08.htm
-lib/j/system/extras/help/learning/09.htm
-lib/j/system/extras/help/learning/10.htm
-lib/j/system/extras/help/learning/11.htm
-lib/j/system/extras/help/learning/12.htm
-lib/j/system/extras/help/learning/13.htm
-lib/j/system/extras/help/learning/14.htm
-lib/j/system/extras/help/learning/15.htm
-lib/j/system/extras/help/learning/16.htm
-lib/j/system/extras/help/learning/17.htm
-lib/j/system/extras/help/learning/18.htm
-lib/j/system/extras/help/learning/19.htm
-lib/j/system/extras/help/learning/20.htm
-lib/j/system/extras/help/learning/21.htm
-lib/j/system/extras/help/learning/22.htm
-lib/j/system/extras/help/learning/24.htm
-lib/j/system/extras/help/learning/25.htm
-lib/j/system/extras/help/learning/26.htm
-lib/j/system/extras/help/learning/27.htm
-lib/j/system/extras/help/learning/28.htm
-lib/j/system/extras/help/learning/31.htm
-lib/j/system/extras/help/learning/31a.ijs
-lib/j/system/extras/help/learning/book.htm
-lib/j/system/extras/help/learning/diag01.gif
-lib/j/system/extras/help/learning/diag02.gif
-lib/j/system/extras/help/learning/diag03.gif
-lib/j/system/extras/help/learning/diag04.gif
-lib/j/system/extras/help/learning/diag05.gif
-lib/j/system/extras/help/learning/diag06.gif
-lib/j/system/extras/help/learning/diag07.gif
-lib/j/system/extras/help/learning/diag08.gif
-lib/j/system/extras/help/learning/diag09.gif
-lib/j/system/extras/help/man/jconsole.1
-lib/j/system/extras/help/phrases/adverbs_conjunctions.htm
-lib/j/system/extras/help/phrases/ambivalent_functions.htm
-lib/j/system/extras/help/phrases/approximation.htm
-lib/j/system/extras/help/phrases/arithmetic.htm
-lib/j/system/extras/help/phrases/bond_curry.htm
-lib/j/system/extras/help/phrases/box.jpg
-lib/j/system/extras/help/phrases/case_statements.htm
-lib/j/system/extras/help/phrases/character.htm
-lib/j/system/extras/help/phrases/complex_numbers.htm
-lib/j/system/extras/help/phrases/contents.htm
-lib/j/system/extras/help/phrases/conventions.htm
-lib/j/system/extras/help/phrases/date_time.htm
-lib/j/system/extras/help/phrases/duality.htm
-lib/j/system/extras/help/phrases/e_pluribus_unum.htm
-lib/j/system/extras/help/phrases/execution_time_space.htm
-lib/j/system/extras/help/phrases/explicit_def.htm
-lib/j/system/extras/help/phrases/finance.htm
-lib/j/system/extras/help/phrases/function_tables.htm
-lib/j/system/extras/help/phrases/geometry.htm
-lib/j/system/extras/help/phrases/gerunds.htm
-lib/j/system/extras/help/phrases/grading.htm
-lib/j/system/extras/help/phrases/grids.htm
-lib/j/system/extras/help/phrases/hooks.htm
-lib/j/system/extras/help/phrases/indexing.htm
-lib/j/system/extras/help/phrases/inside_boxes.htm
-lib/j/system/extras/help/phrases/intervals.htm
-lib/j/system/extras/help/phrases/inverse.htm
-lib/j/system/extras/help/phrases/js.gif
-lib/j/system/extras/help/phrases/linear_vector_func.htm
-lib/j/system/extras/help/phrases/locales_loading_sf.htm
-lib/j/system/extras/help/phrases/locate_select.htm
-lib/j/system/extras/help/phrases/math_stats.htm
-lib/j/system/extras/help/phrases/matrix_algebra.htm
-lib/j/system/extras/help/phrases/merge_amend.htm
-lib/j/system/extras/help/phrases/miscellaneous.htm
-lib/j/system/extras/help/phrases/numbers_counting.htm
-lib/j/system/extras/help/phrases/parity_symmetry.htm
-lib/j/system/extras/help/phrases/partition.htm
-lib/j/system/extras/help/phrases/permutations.htm
-lib/j/system/extras/help/phrases/phrases_pages
-lib/j/system/extras/help/phrases/plotting.htm
-lib/j/system/extras/help/phrases/polynomials_rational.htm
-lib/j/system/extras/help/phrases/quadrature_simpson.htm
-lib/j/system/extras/help/phrases/random_numbers.htm
-lib/j/system/extras/help/phrases/rank.htm
-lib/j/system/extras/help/phrases/rank_class.htm
-lib/j/system/extras/help/phrases/references.htm
-lib/j/system/extras/help/phrases/representations.htm
-lib/j/system/extras/help/phrases/rotate_reflect.htm
-lib/j/system/extras/help/phrases/sorting.htm
-lib/j/system/extras/help/phrases/special_matrices.htm
-lib/j/system/extras/help/phrases/specimens.htm
-lib/j/system/extras/help/phrases/structural.htm
-lib/j/system/extras/help/phrases/sums_means.htm
-lib/j/system/extras/help/phrases/test.htm
-lib/j/system/extras/help/phrases/title.htm
-lib/j/system/extras/help/phrases/trans_functions.htm
-lib/j/system/extras/help/phrases/transformations.htm
-lib/j/system/extras/help/phrases/type_change.htm
-lib/j/system/extras/help/phrases/verb_trains.htm
-lib/j/system/extras/help/primer/adverb.htm
-lib/j/system/extras/help/primer/agreement.htm
-lib/j/system/extras/help/primer/alphabet.htm
-lib/j/system/extras/help/primer/ambivalence.htm
-lib/j/system/extras/help/primer/amend.htm
-lib/j/system/extras/help/primer/array.htm
-lib/j/system/extras/help/primer/atom.htm
-lib/j/system/extras/help/primer/axis.htm
-lib/j/system/extras/help/primer/basic_list_adding.htm
-lib/j/system/extras/help/primer/box_monad.htm
-lib/j/system/extras/help/primer/cfgui0.gif
-lib/j/system/extras/help/primer/cfgui1.gif
-lib/j/system/extras/help/primer/checkpoint_a.htm
-lib/j/system/extras/help/primer/checkpoint_b.htm
-lib/j/system/extras/help/primer/checkpoint_c.htm
-lib/j/system/extras/help/primer/checkpoint_d.htm
-lib/j/system/extras/help/primer/checkpoint_e.htm
-lib/j/system/extras/help/primer/checkpoint_f.htm
-lib/j/system/extras/help/primer/comment.htm
-lib/j/system/extras/help/primer/comparative.htm
-lib/j/system/extras/help/primer/component_files.htm
-lib/j/system/extras/help/primer/conjunction.htm
-lib/j/system/extras/help/primer/contents.htm
-lib/j/system/extras/help/primer/control_structure.htm
-lib/j/system/extras/help/primer/cut.htm
-lib/j/system/extras/help/primer/data_processing.htm
-lib/j/system/extras/help/primer/debug_error.htm
-lib/j/system/extras/help/primer/debug_global.htm
-lib/j/system/extras/help/primer/debug_verb.htm
-lib/j/system/extras/help/primer/design.gif
-lib/j/system/extras/help/primer/dictionary.htm
-lib/j/system/extras/help/primer/dyad.htm
-lib/j/system/extras/help/primer/each.htm
-lib/j/system/extras/help/primer/empty_array.htm
-lib/j/system/extras/help/primer/end.htm
-lib/j/system/extras/help/primer/environment.htm
-lib/j/system/extras/help/primer/error.htm
-lib/j/system/extras/help/primer/experiment.htm
-lib/j/system/extras/help/primer/explicit_tacit_trans.htm
-lib/j/system/extras/help/primer/files.htm
-lib/j/system/extras/help/primer/foreign.htm
-lib/j/system/extras/help/primer/fork.htm
-lib/j/system/extras/help/primer/formedit.gif
-lib/j/system/extras/help/primer/frame_and_cell.htm
-lib/j/system/extras/help/primer/from_boxed_indexes.htm
-lib/j/system/extras/help/primer/from_dyad.htm
-lib/j/system/extras/help/primer/from_scattered_index.htm
-lib/j/system/extras/help/primer/get_started.htm
-lib/j/system/extras/help/primer/global.htm
-lib/j/system/extras/help/primer/gui.htm
-lib/j/system/extras/help/primer/gui2.htm
-lib/j/system/extras/help/primer/gui2form.gif
-lib/j/system/extras/help/primer/hook.htm
-lib/j/system/extras/help/primer/how_to_use.htm
-lib/j/system/extras/help/primer/inexact_numbers.htm
-lib/j/system/extras/help/primer/insert_adverb.htm
-lib/j/system/extras/help/primer/item.htm
-lib/j/system/extras/help/primer/j_list_adding.htm
-lib/j/system/extras/help/primer/js.gif
-lib/j/system/extras/help/primer/k_cell.htm
-lib/j/system/extras/help/primer/link_dyad.htm
-lib/j/system/extras/help/primer/list.htm
-lib/j/system/extras/help/primer/local.htm
-lib/j/system/extras/help/primer/locale.htm
-lib/j/system/extras/help/primer/monad.htm
-lib/j/system/extras/help/primer/monad_dyad_def.htm
-lib/j/system/extras/help/primer/more_primitives.htm
-lib/j/system/extras/help/primer/name.htm
-lib/j/system/extras/help/primer/negative_number.htm
-lib/j/system/extras/help/primer/noun.htm
-lib/j/system/extras/help/primer/number.htm
-lib/j/system/extras/help/primer/numeric_constant.htm
-lib/j/system/extras/help/primer/online.htm
-lib/j/system/extras/help/primer/open_monad.htm
-lib/j/system/extras/help/primer/order_ex_adverbs_conjunc.htm
-lib/j/system/extras/help/primer/order_of_eval.htm
-lib/j/system/extras/help/primer/parentheses.htm
-lib/j/system/extras/help/primer/phrases.htm
-lib/j/system/extras/help/primer/plot.gif
-lib/j/system/extras/help/primer/plot.htm
-lib/j/system/extras/help/primer/plot2.gif
-lib/j/system/extras/help/primer/plot3.gif
-lib/j/system/extras/help/primer/plot_locale.htm
-lib/j/system/extras/help/primer/precedence.htm
-lib/j/system/extras/help/primer/primer_pages
-lib/j/system/extras/help/primer/primitive.htm
-lib/j/system/extras/help/primer/print_precision.htm
-lib/j/system/extras/help/primer/purpose.htm
-lib/j/system/extras/help/primer/rank.htm
-lib/j/system/extras/help/primer/rank_conjunction.htm
-lib/j/system/extras/help/primer/result_shape.htm
-lib/j/system/extras/help/primer/script_file.htm
-lib/j/system/extras/help/primer/script_load.htm
-lib/j/system/extras/help/primer/select_without_from.htm
-lib/j/system/extras/help/primer/sentence.htm
-lib/j/system/extras/help/primer/shape.htm
-lib/j/system/extras/help/primer/single_atom_array.htm
-lib/j/system/extras/help/primer/space.htm
-lib/j/system/extras/help/primer/standard_profile.htm
-lib/j/system/extras/help/primer/start_here.htm
-lib/j/system/extras/help/primer/started1.gif
-lib/j/system/extras/help/primer/started2.gif
-lib/j/system/extras/help/primer/string.htm
-lib/j/system/extras/help/primer/table.htm
-lib/j/system/extras/help/primer/table_adverb.htm
-lib/j/system/extras/help/primer/tacit_definition.htm
-lib/j/system/extras/help/primer/terminology.htm
-lib/j/system/extras/help/primer/title.htm
-lib/j/system/extras/help/primer/tolerance.htm
-lib/j/system/extras/help/primer/verb.htm
-lib/j/system/extras/help/primer/verb_arguments.htm
-lib/j/system/extras/help/primer/verb_definition.htm
-lib/j/system/extras/help/primer/verb_rank.htm
-lib/j/system/extras/help/primer/vocabulary.htm
-lib/j/system/extras/help/primer/when_not_same.htm
-lib/j/system/extras/help/primer/when_same.htm
-lib/j/system/extras/help/primer/where_to_go.htm
-lib/j/system/extras/help/primer/why_j.htm
-lib/j/system/extras/help/primer/word.htm
-lib/j/system/extras/help/primer/word_formation.htm
-lib/j/system/extras/help/primer/your_background.htm
-lib/j/system/extras/help/primer/z_locale.htm
-lib/j/system/extras/help/release/18x3.htm
-lib/j/system/extras/help/release/5x7.htm
-lib/j/system/extras/help/release/6x.htm
-lib/j/system/extras/help/release/7x5.htm
-lib/j/system/extras/help/release/9x32.htm
-lib/j/system/extras/help/release/9x34.htm
-lib/j/system/extras/help/release/9x36.htm
-lib/j/system/extras/help/release/9x38.htm
-lib/j/system/extras/help/release/9x40.htm
-lib/j/system/extras/help/release/9x6.htm
-lib/j/system/extras/help/release/adot.htm
-lib/j/system/extras/help/release/agenda.htm
-lib/j/system/extras/help/release/apply.htm
-lib/j/system/extras/help/release/assert.htm
-lib/j/system/extras/help/release/bdot.htm
-lib/j/system/extras/help/release/binrep.htm
-lib/j/system/extras/help/release/bond.htm
-lib/j/system/extras/help/release/brep.htm
-lib/j/system/extras/help/release/ccapdot.htm
-lib/j/system/extras/help/release/cdot.htm
-lib/j/system/extras/help/release/circle.htm
-lib/j/system/extras/help/release/compsc.htm
-lib/j/system/extras/help/release/contents.htm
-lib/j/system/extras/help/release/cut.htm
-lib/j/system/extras/help/release/cut0.htm
-lib/j/system/extras/help/release/cut0inf.htm
-lib/j/system/extras/help/release/cutbox.htm
-lib/j/system/extras/help/release/cutinf.htm
-lib/j/system/extras/help/release/cutsp.htm
-lib/j/system/extras/help/release/cwd.htm
-lib/j/system/extras/help/release/debug.htm
-lib/j/system/extras/help/release/det.htm
-lib/j/system/extras/help/release/dict.htm
-lib/j/system/extras/help/release/dualc.htm
-lib/j/system/extras/help/release/edotsp.htm
-lib/j/system/extras/help/release/eqins.htm
-lib/j/system/extras/help/release/errcap.htm
-lib/j/system/extras/help/release/errmsg.htm
-lib/j/system/extras/help/release/errnum.htm
-lib/j/system/extras/help/release/expand.htm
-lib/j/system/extras/help/release/fromsp.htm
-lib/j/system/extras/help/release/gcdrat.htm
-lib/j/system/extras/help/release/grade.htm
-lib/j/system/extras/help/release/gradesp.htm
-lib/j/system/extras/help/release/greduce.htm
-lib/j/system/extras/help/release/head.htm
-lib/j/system/extras/help/release/hkravel.htm
-lib/j/system/extras/help/release/iamend.htm
-lib/j/system/extras/help/release/idot.htm
-lib/j/system/extras/help/release/idot1.htm
-lib/j/system/extras/help/release/idotsp.htm
-lib/j/system/extras/help/release/index0.htm
-lib/j/system/extras/help/release/infix2.htm
-lib/j/system/extras/help/release/infixc.htm
-lib/j/system/extras/help/release/key.htm
-lib/j/system/extras/help/release/keysp.htm
-lib/j/system/extras/help/release/lesssp.htm
-lib/j/system/extras/help/release/locale.htm
-lib/j/system/extras/help/release/mbx.htm
-lib/j/system/extras/help/release/noncpat.htm
-lib/j/system/extras/help/release/nsievesp.htm
-lib/j/system/extras/help/release/nubsp.htm
-lib/j/system/extras/help/release/odom.htm
-lib/j/system/extras/help/release/pdotdot.htm
-lib/j/system/extras/help/release/plussp.htm
-lib/j/system/extras/help/release/pm.htm
-lib/j/system/extras/help/release/profile.htm
-lib/j/system/extras/help/release/prompt.htm
-lib/j/system/extras/help/release/rank.htm
-lib/j/system/extras/help/release/reducesp.htm
-lib/j/system/extras/help/release/release_pages
-lib/j/system/extras/help/release/repsp.htm
-lib/j/system/extras/help/release/rev.htm
-lib/j/system/extras/help/release/sco.htm
-lib/j/system/extras/help/release/shapex.htm
-lib/j/system/extras/help/release/slashcat.htm
-lib/j/system/extras/help/release/sort.htm
-lib/j/system/extras/help/release/space.htm
-lib/j/system/extras/help/release/sploc.htm
-lib/j/system/extras/help/release/status.htm
-lib/j/system/extras/help/release/stitchsl.htm
-lib/j/system/extras/help/release/throw.htm
-lib/j/system/extras/help/release/title.htm
-lib/j/system/extras/help/release/trace.htm
-lib/j/system/extras/help/release/try.htm
-lib/j/system/extras/help/release/uco.htm
-lib/j/system/extras/help/release/where.htm
-lib/j/system/extras/help/user/about.htm
-lib/j/system/extras/help/user/acc_keys.htm
-lib/j/system/extras/help/user/build_apps.htm
-lib/j/system/extras/help/user/call_procedure.htm
-lib/j/system/extras/help/user/calling_jdll.htm
-lib/j/system/extras/help/user/cd_domain_error.htm
-lib/j/system/extras/help/user/child_classes.htm
-lib/j/system/extras/help/user/child_controls.htm
-lib/j/system/extras/help/user/comm_protocol.htm
-lib/j/system/extras/help/user/common_dialogs.htm
-lib/j/system/extras/help/user/component_files.htm
-lib/j/system/extras/help/user/connect_data_source.htm
-lib/j/system/extras/help/user/connection_statement_handles.htm
-lib/j/system/extras/help/user/contents.htm
-lib/j/system/extras/help/user/control.htm
-lib/j/system/extras/help/user/controll_session_man.htm
-lib/j/system/extras/help/user/create_new_file.htm
-lib/j/system/extras/help/user/data_driver.htm
-lib/j/system/extras/help/user/dde.htm
-lib/j/system/extras/help/user/dde_conversations.htm
-lib/j/system/extras/help/user/dde_examples.htm
-lib/j/system/extras/help/user/dde_overview.htm
-lib/j/system/extras/help/user/debug.htm
-lib/j/system/extras/help/user/debug_commands.htm
-lib/j/system/extras/help/user/debug_stops.htm
-lib/j/system/extras/help/user/debug_verbs.htm
-lib/j/system/extras/help/user/debug_watch.htm
-lib/j/system/extras/help/user/debugs.htm
-lib/j/system/extras/help/user/demo.htm
-lib/j/system/extras/help/user/design.htm
-lib/j/system/extras/help/user/devenv.htm
-lib/j/system/extras/help/user/dir_layout.htm
-lib/j/system/extras/help/user/directory_match.htm
-lib/j/system/extras/help/user/dirpaths.htm
-lib/j/system/extras/help/user/dlls.htm
-lib/j/system/extras/help/user/enter_info.htm
-lib/j/system/extras/help/user/event_handlers.htm
-lib/j/system/extras/help/user/exec_window.htm
-lib/j/system/extras/help/user/find_in_files.htm
-lib/j/system/extras/help/user/fonts.htm
-lib/j/system/extras/help/user/fontspec.htm
-lib/j/system/extras/help/user/form_editor_code.htm
-lib/j/system/extras/help/user/form_editor_defaults.htm
-lib/j/system/extras/help/user/form_editor_menu.htm
-lib/j/system/extras/help/user/form_editor_overview.htm
-lib/j/system/extras/help/user/form_editor_run.htm
-lib/j/system/extras/help/user/form_editor_statusbar.htm
-lib/j/system/extras/help/user/form_editor_tab_order.htm
-lib/j/system/extras/help/user/form_editor_toolbar.htm
-lib/j/system/extras/help/user/form_locales.htm
-lib/j/system/extras/help/user/formedit.htm
-lib/j/system/extras/help/user/g13_commands.htm
-lib/j/system/extras/help/user/gl2_commands.htm
-lib/j/system/extras/help/user/grid.htm
-lib/j/system/extras/help/user/grid_ctrl_actions.htm
-lib/j/system/extras/help/user/grid_ctrl_classes.htm
-lib/j/system/extras/help/user/grid_ctrl_methods.htm
-lib/j/system/extras/help/user/grid_ctrl_overview.htm
-lib/j/system/extras/help/user/grid_ctrl_prop.htm
-lib/j/system/extras/help/user/hints.htm
-lib/j/system/extras/help/user/input_log.htm
-lib/j/system/extras/help/user/installing_odbc.htm
-lib/j/system/extras/help/user/isigraph_events.htm
-lib/j/system/extras/help/user/j_commands_events.htm
-lib/j/system/extras/help/user/j_java_applets.htm
-lib/j/system/extras/help/user/j_ole_auto_server.htm
-lib/j/system/extras/help/user/j_ole_client.htm
-lib/j/system/extras/help/user/java.htm
-lib/j/system/extras/help/user/java_classpath.htm
-lib/j/system/extras/help/user/java_examples.htm
-lib/j/system/extras/help/user/java_jserver_class.htm
-lib/j/system/extras/help/user/java_overview.htm
-lib/j/system/extras/help/user/java_security.htm
-lib/j/system/extras/help/user/jul.htm
-lib/j/system/extras/help/user/keyboard.htm
-lib/j/system/extras/help/user/keyed_files.htm
-lib/j/system/extras/help/user/lab_author.htm
-lib/j/system/extras/help/user/lab_header.htm
-lib/j/system/extras/help/user/lab_sections.htm
-lib/j/system/extras/help/user/lab_system_overview.htm
-lib/j/system/extras/help/user/labs.htm
-lib/j/system/extras/help/user/libraries.htm
-lib/j/system/extras/help/user/listing_data_sources.htm
-lib/j/system/extras/help/user/location_size.htm
-lib/j/system/extras/help/user/locked_scripts.htm
-lib/j/system/extras/help/user/mac_start.htm
-lib/j/system/extras/help/user/mailjul.htm
-lib/j/system/extras/help/user/mapping_mode.htm
-lib/j/system/extras/help/user/memory_management.htm
-lib/j/system/extras/help/user/menu_commands.htm
-lib/j/system/extras/help/user/menus.htm
-lib/j/system/extras/help/user/mouse.htm
-lib/j/system/extras/help/user/movement_keys.htm
-lib/j/system/extras/help/user/new_control.htm
-lib/j/system/extras/help/user/odbc.htm
-lib/j/system/extras/help/user/odbc_error_messages.htm
-lib/j/system/extras/help/user/odbc_overview.htm
-lib/j/system/extras/help/user/oldwin.htm
-lib/j/system/extras/help/user/ole_examples.htm
-lib/j/system/extras/help/user/ole_ocx_overview.htm
-lib/j/system/extras/help/user/oleocx.htm
-lib/j/system/extras/help/user/opengl.htm
-lib/j/system/extras/help/user/opengl_printing.htm
-lib/j/system/extras/help/user/opengl_viewing.htm
-lib/j/system/extras/help/user/other_message_handlers.htm
-lib/j/system/extras/help/user/ownerdraw.htm
-lib/j/system/extras/help/user/parent.htm
-lib/j/system/extras/help/user/parent_windows.htm
-lib/j/system/extras/help/user/patterns.htm
-lib/j/system/extras/help/user/pd_verb.htm
-lib/j/system/extras/help/user/plot.htm
-lib/j/system/extras/help/user/plot_class.htm
-lib/j/system/extras/help/user/plot_colors.htm
-lib/j/system/extras/help/user/plot_commands.htm
-lib/j/system/extras/help/user/plot_data.htm
-lib/j/system/extras/help/user/plot_options.htm
-lib/j/system/extras/help/user/plot_overview.htm
-lib/j/system/extras/help/user/plot_types.htm
-lib/j/system/extras/help/user/plot_verb.htm
-lib/j/system/extras/help/user/printing.htm
-lib/j/system/extras/help/user/product.htm
-lib/j/system/extras/help/user/products.htm
-lib/j/system/extras/help/user/program_access.htm
-lib/j/system/extras/help/user/project_conven.htm
-lib/j/system/extras/help/user/project_file.htm
-lib/j/system/extras/help/user/project_man.htm
-lib/j/system/extras/help/user/project_man_tabs.htm
-lib/j/system/extras/help/user/project_overview.htm
-lib/j/system/extras/help/user/projects.htm
-lib/j/system/extras/help/user/protocol.htm
-lib/j/system/extras/help/user/reg_expressions.htm
-lib/j/system/extras/help/user/regex.htm
-lib/j/system/extras/help/user/relhigh.htm
-lib/j/system/extras/help/user/rich_text.htm
-lib/j/system/extras/help/user/richedit_control.htm
-lib/j/system/extras/help/user/running_labs.htm
-lib/j/system/extras/help/user/rxcopyright.htm
-lib/j/system/extras/help/user/script_bmp.htm
-lib/j/system/extras/help/user/script_colib.htm
-lib/j/system/extras/help/user/script_color16.htm
-lib/j/system/extras/help/user/script_colortab.htm
-lib/j/system/extras/help/user/script_compare.htm
-lib/j/system/extras/help/user/script_convert.htm
-lib/j/system/extras/help/user/script_coutil.htm
-lib/j/system/extras/help/user/script_csv.htm
-lib/j/system/extras/help/user/script_dates.htm
-lib/j/system/extras/help/user/script_dd.htm
-lib/j/system/extras/help/user/script_debug.htm
-lib/j/system/extras/help/user/script_dir.htm
-lib/j/system/extras/help/user/script_dll.htm
-lib/j/system/extras/help/user/script_files.htm
-lib/j/system/extras/help/user/script_format.htm
-lib/j/system/extras/help/user/script_graph.htm
-lib/j/system/extras/help/user/script_isigraph.htm
-lib/j/system/extras/help/user/script_jfiles.htm
-lib/j/system/extras/help/user/script_jmf.htm
-lib/j/system/extras/help/user/script_jselect.htm
-lib/j/system/extras/help/user/script_keyfiles.htm
-lib/j/system/extras/help/user/script_kfiles.htm
-lib/j/system/extras/help/user/script_menu.htm
-lib/j/system/extras/help/user/script_misc.htm
-lib/j/system/extras/help/user/script_myutil.htm
-lib/j/system/extras/help/user/script_nfiles.htm
-lib/j/system/extras/help/user/script_numeric.htm
-lib/j/system/extras/help/user/script_pack.htm
-lib/j/system/extras/help/user/script_parts.htm
-lib/j/system/extras/help/user/script_plot.htm
-lib/j/system/extras/help/user/script_print.htm
-lib/j/system/extras/help/user/script_publish.htm
-lib/j/system/extras/help/user/script_random.htm
-lib/j/system/extras/help/user/script_regex.htm
-lib/j/system/extras/help/user/script_rgb.htm
-lib/j/system/extras/help/user/script_socket.htm
-lib/j/system/extras/help/user/script_statdist.htm
-lib/j/system/extras/help/user/script_statfns.htm
-lib/j/system/extras/help/user/script_stdlib.htm
-lib/j/system/extras/help/user/script_strings.htm
-lib/j/system/extras/help/user/script_sysenv.htm
-lib/j/system/extras/help/user/script_text.htm
-lib/j/system/extras/help/user/script_trig.htm
-lib/j/system/extras/help/user/script_validate.htm
-lib/j/system/extras/help/user/script_viewmat.htm
-lib/j/system/extras/help/user/script_winapi.htm
-lib/j/system/extras/help/user/script_winlib.htm
-lib/j/system/extras/help/user/script_write.htm
-lib/j/system/extras/help/user/scriptdoc.htm
-lib/j/system/extras/help/user/scriptwindow.htm
-lib/j/system/extras/help/user/select_and_read_data.htm
-lib/j/system/extras/help/user/server_client.htm
-lib/j/system/extras/help/user/sesm.htm
-lib/j/system/extras/help/user/session_manager.htm
-lib/j/system/extras/help/user/socket_driver.htm
-lib/j/system/extras/help/user/socket_utilities.htm
-lib/j/system/extras/help/user/sockets.htm
-lib/j/system/extras/help/user/sql.htm
-lib/j/system/extras/help/user/sql_elements.htm
-lib/j/system/extras/help/user/sql_reserved_words.htm
-lib/j/system/extras/help/user/sql_statements.htm
-lib/j/system/extras/help/user/start.htm
-lib/j/system/extras/help/user/status_bar.htm
-lib/j/system/extras/help/user/support.htm
-lib/j/system/extras/help/user/sys_classes.htm
-lib/j/system/extras/help/user/sys_events.htm
-lib/j/system/extras/help/user/sys_examples.htm
-lib/j/system/extras/help/user/sys_extras.htm
-lib/j/system/extras/help/user/sys_lista.htm
-lib/j/system/extras/help/user/sys_lists.htm
-lib/j/system/extras/help/user/sys_main.htm
-lib/j/system/extras/help/user/sys_packages.htm
-lib/j/system/extras/help/user/sys_scripts.htm
-lib/j/system/extras/help/user/tab_control.htm
-lib/j/system/extras/help/user/tab_cursor_keys.htm
-lib/j/system/extras/help/user/technotes.htm
-lib/j/system/extras/help/user/temp.htm
-lib/j/system/extras/help/user/title.htm
-lib/j/system/extras/help/user/tutorial_ole_client_excel.htm
-lib/j/system/extras/help/user/tutorial_ole_server_excel.htm
-lib/j/system/extras/help/user/update_records.htm
-lib/j/system/extras/help/user/user.htm
-lib/j/system/extras/help/user/user_pages
-lib/j/system/extras/help/user/utilities.htm
-lib/j/system/extras/help/user/verbs.htm
-lib/j/system/extras/help/user/wait.htm
-lib/j/system/extras/help/user/warranty.htm
-lib/j/system/extras/help/user/wd.htm
-lib/j/system/extras/help/user/wd_commands.htm
-lib/j/system/extras/help/user/wdhandler.htm
-lib/j/system/extras/help/user/win_ctrl_menus.htm
-lib/j/system/extras/help/user/win_ctrl_overview.htm
-lib/j/system/extras/help/user/win_ctrl_statusbar.htm
-lib/j/system/extras/help/user/win_ctrl_toolbar.htm
-lib/j/system/extras/help/user/win_driver_cmd_ref_overview.htm
-lib/j/system/extras/help/user/win_driver_overview.htm
-lib/j/system/extras/help/user/winctrl.htm
-lib/j/system/extras/help/user/window_forms.htm
-lib/j/system/extras/help/user/windrive.htm
-lib/j/system/extras/java/classes/isi/jserver/jserver.class
-lib/j/system/extras/java/classes/isi/jserver/jsnmms.dll
-lib/j/system/extras/java/classes/isi/jserver/jsnmns.dll
-lib/j/system/extras/java/classes/jstest.class
-lib/j/system/extras/java/classes/nyse.class
-lib/j/system/extras/labs/general/ballclck.ijt
-lib/j/system/extras/labs/general/circuittheoryi.ijt
-lib/j/system/extras/labs/general/circuittheoryii.ijt
-lib/j/system/extras/labs/general/fuzzy.ijt
-lib/j/system/extras/labs/graphics/fractals.ijt
-lib/j/system/extras/labs/graphics/graphut.ijt
-lib/j/system/extras/labs/graphics/opengl.ijt
-lib/j/system/extras/labs/graphics/openglut.ijt
-lib/j/system/extras/labs/graphics/plot.ijt
-lib/j/system/extras/labs/labdir.ijs
-lib/j/system/extras/labs/labintro.txt
-lib/j/system/extras/labs/labs.txt
-lib/j/system/extras/labs/language/display.ijt
-lib/j/system/extras/labs/language/intro.ijt
-lib/j/system/extras/labs/language/j.ijt
-lib/j/system/extras/labs/language/jtaste1.ijt
-lib/j/system/extras/labs/language/jtaste2.ijt
-lib/j/system/extras/labs/language/locales.ijt
-lib/j/system/extras/labs/language/monad.ijt
-lib/j/system/extras/labs/language/oop.ijt
-lib/j/system/extras/labs/language/sparse.ijt
-lib/j/system/extras/labs/livetexts/arithmetic.ijt
-lib/j/system/extras/labs/livetexts/candg.ijt
-lib/j/system/extras/labs/livetexts/coleman.ijt
-lib/j/system/extras/labs/livetexts/finitemath.ijt
-lib/j/system/extras/labs/livetexts/grade8-7.ijt
-lib/j/system/extras/labs/livetexts/linearalgebra.ijt
-lib/j/system/extras/labs/math/area.ijt
-lib/j/system/extras/labs/math/averages.ijt
-lib/j/system/extras/labs/math/bestfit.ijt
-lib/j/system/extras/labs/math/bincoefs.ijt
-lib/j/system/extras/labs/math/catalan.ijt
-lib/j/system/extras/labs/math/families.ijt
-lib/j/system/extras/labs/math/fntab.ijt
-lib/j/system/extras/labs/math/frame.ijt
-lib/j/system/extras/labs/math/iter.ijt
-lib/j/system/extras/labs/math/mathroot.ijt
-lib/j/system/extras/labs/math/polynom.ijt
-lib/j/system/extras/labs/math/pythag3.ijt
-lib/j/system/extras/labs/math/rot.ijt
-lib/j/system/extras/labs/math/shapley.ijt
-lib/j/system/extras/labs/math/spiral.ijt
-lib/j/system/extras/labs/math/tables.ijt
-lib/j/system/extras/labs/math/teachersaide.ijt
-lib/j/system/extras/labs/math/volume.ijt
-lib/j/system/extras/labs/personal/personal.txt
-lib/j/system/extras/labs/system/apps.ijt
-lib/j/system/extras/labs/system/author.ijt
-lib/j/system/extras/labs/system/callback.ijt
-lib/j/system/extras/labs/system/debug.ijt
-lib/j/system/extras/labs/system/dllwin32.ijt
-lib/j/system/extras/labs/system/dllwrite.ijt
-lib/j/system/extras/labs/system/files.ijt
-lib/j/system/extras/labs/system/formedit.ijt
-lib/j/system/extras/labs/system/grid.ijt
-lib/j/system/extras/labs/system/gridexam.ijt
-lib/j/system/extras/labs/system/gridlow.ijt
-lib/j/system/extras/labs/system/lapack.ijt
-lib/j/system/extras/labs/system/mapfile.ijt
-lib/j/system/extras/labs/system/mappeddb.ijs
-lib/j/system/extras/labs/system/mappeddb.ijt
-lib/j/system/extras/labs/system/odbcblob.ijt
-lib/j/system/extras/labs/system/odbcint.ijt
-lib/j/system/extras/labs/system/odbcinv.ijt
-lib/j/system/extras/labs/system/odbcsap.ijt
-lib/j/system/extras/labs/system/pm.ijt
-lib/j/system/extras/labs/system/printer.ijt
-lib/j/system/extras/labs/system/printf.ijt
-lib/j/system/extras/labs/system/printutl.ijt
-lib/j/system/extras/labs/system/regbuild.ijt
-lib/j/system/extras/labs/system/regex.ijt
-lib/j/system/extras/labs/system/sockcli.ijt
-lib/j/system/extras/labs/system/sockinet.ijt
-lib/j/system/extras/labs/system/sockserv.ijt
-lib/j/system/extras/migrate/gl2.ijs
-lib/j/system/extras/migrate/gl3.ijs
-lib/j/system/extras/migrate/paths.ijs
-lib/j/system/extras/migrate/socket.ijs
-lib/j/system/extras/util/autocode.ijs
-lib/j/system/extras/util/boot.ijs
-lib/j/system/extras/util/browser.ijs
-lib/j/system/extras/util/cfgfns.ijs
-lib/j/system/extras/util/cfguser.ijs
-lib/j/system/extras/util/configur.ijs
-lib/j/system/extras/util/dbtbar.bmp
-lib/j/system/extras/util/debugs.ijs
-lib/j/system/extras/util/demos.ijs
-lib/j/system/extras/util/dirmatch.ijs
-lib/j/system/extras/util/edit.ijs
-lib/j/system/extras/util/fif.ijs
-lib/j/system/extras/util/fiw.ijs
-lib/j/system/extras/util/formedit.ijs
-lib/j/system/extras/util/forms.ijs
-lib/j/system/extras/util/help.ijs
-lib/j/system/extras/util/helpndx.ijs
-lib/j/system/extras/util/jadecon.ijs
-lib/j/system/extras/util/jadefull.ijs
-lib/j/system/extras/util/jijs.ijs
-lib/j/system/extras/util/jpm.ijs
-lib/j/system/extras/util/jul.ijl
-lib/j/system/extras/util/lab.ijs
-lib/j/system/extras/util/lauthor.ijs
-lib/j/system/extras/util/newuser.ijs
-lib/j/system/extras/util/pp.ijs
-lib/j/system/extras/util/project.ijs
-lib/j/system/extras/util/scripdoc.ijs
-lib/j/system/extras/util/testogl.ijs
-lib/j/system/extras/util/util.txt
-lib/j/system/extras/util/wizard.ijs
-lib/j/system/main/colib.ijs
-lib/j/system/main/compare.ijs
-lib/j/system/main/conlib.ijs
-lib/j/system/main/convert.ijs
-lib/j/system/main/coutil.ijs
-lib/j/system/main/dates.ijs
-lib/j/system/main/dd.ijs
-lib/j/system/main/debug.ijs
+lib/j/system/main/myutil.ijs
+lib/j/system/main/defs/netdefs_win32.ijs
+lib/j/system/main/defs/netdefs_win32_64.ijs
+lib/j/system/main/defs/hostdefs_darwin.ijs
 lib/j/system/main/defs/build/build
+lib/j/system/main/defs/build/sym2ijs.ijs
+lib/j/system/main/defs/build/netdefs.c
 lib/j/system/main/defs/build/hostdefs.c
 lib/j/system/main/defs/build/hostdefs.sym
-lib/j/system/main/defs/build/netdefs.c
 lib/j/system/main/defs/build/netdefs.sym
-lib/j/system/main/defs/build/sym2ijs.ijs
-lib/j/system/main/defs/hostdefs_aix.ijs
-lib/j/system/main/defs/hostdefs_darwin.ijs
+lib/j/system/main/defs/netdefs_darwin.ijs
 lib/j/system/main/defs/hostdefs_linux.ijs
-lib/j/system/main/defs/hostdefs_sunos.ijs
-lib/j/system/main/defs/hostdefs_win32.ijs
+lib/j/system/main/defs/hostdefs_linux_64.ijs
 lib/j/system/main/defs/netdefs_aix.ijs
-lib/j/system/main/defs/netdefs_darwin.ijs
+lib/j/system/main/defs/netdefs_linux_64.ijs
+lib/j/system/main/defs/hostdefs_aix.ijs
+lib/j/system/main/defs/hostdefs_sunos.ijs
 lib/j/system/main/defs/netdefs_linux.ijs
+lib/j/system/main/defs/hostdefs_win32.ijs
 lib/j/system/main/defs/netdefs_sunos.ijs
-lib/j/system/main/defs/netdefs_win32.ijs
-lib/j/system/main/dir.ijs
-lib/j/system/main/dll.ijs
-lib/j/system/main/files.ijs
-lib/j/system/main/format.ijs
-lib/j/system/main/gl2.ijs
-lib/j/system/main/gl3.ijs
+lib/j/system/main/defs/hostdefs_win32_64.ijs
 lib/j/system/main/jmf.ijs
-lib/j/system/main/libpath.ijs
-lib/j/system/main/misc.ijs
-lib/j/system/main/myutil.ijs
-lib/j/system/main/numeric.ijs
-lib/j/system/main/pack.ijs
-lib/j/system/main/parts.ijs
-lib/j/system/main/printf.ijs
-lib/j/system/main/regex.ijs
-lib/j/system/main/socket.ijs
-lib/j/system/main/stdlib.ijs
-lib/j/system/main/strings.ijs
-lib/j/system/main/sysenv.ijs
-lib/j/system/main/text.ijs
-lib/j/system/main/trig.ijs
-lib/j/system/main/validate.ijs
-lib/j/system/main/winlib.ijs
-lib/j/system/packages/autocode/grid.ijs
-lib/j/system/packages/color/cfmt.ijs
-lib/j/system/packages/color/cfmtfns.ijs
-lib/j/system/packages/color/color.txt
-lib/j/system/packages/color/color16.ijs
-lib/j/system/packages/color/colortab.ijs
-lib/j/system/packages/color/ns216.ijs
-lib/j/system/packages/color/ntcolor.ijs
-lib/j/system/packages/color/rgb.ijs
-lib/j/system/packages/color/wdcolor.ijs
-lib/j/system/packages/color/xwin.ijs
-lib/j/system/packages/dde/dde.txt
-lib/j/system/packages/dde/server1.ijs
-lib/j/system/packages/dde/server2.ijs
-lib/j/system/packages/files/bigfiles.ijs
-lib/j/system/packages/files/csv.ijs
-lib/j/system/packages/files/dbase.ijs
-lib/j/system/packages/files/files.txt
-lib/j/system/packages/files/jfiles.ijs
-lib/j/system/packages/files/jfiles.txt
-lib/j/system/packages/files/keyfiles.ijs
-lib/j/system/packages/files/keyfiles.txt
-lib/j/system/packages/files/kfiles.ijs
-lib/j/system/packages/files/kfiles.txt
-lib/j/system/packages/files/nfiles.ijs
-lib/j/system/packages/finance/actfns.ijs
-lib/j/system/packages/finance/actutil.ijs
-lib/j/system/packages/finance/finance.txt
-lib/j/system/packages/finance/interest.ijs
-lib/j/system/packages/forms/baseform.ijs
-lib/j/system/packages/forms/empty.ijs
-lib/j/system/packages/forms/forms.txt
-lib/j/system/packages/forms/wizard.ijs
-lib/j/system/packages/graphics/bmp.ijs
-lib/j/system/packages/graphics/gnuplot.ijs
-lib/j/system/packages/graphics/gnuplot.txt
-lib/j/system/packages/graphics/graphics.txt
-lib/j/system/packages/graphics/isigraph.ijs
-lib/j/system/packages/graphics/view2.ijs
-lib/j/system/packages/graphics/vkeys.ijs
-lib/j/system/packages/math/bigpi.ijs
-lib/j/system/packages/math/brent.ijs
-lib/j/system/packages/math/contfrac.ijs
-lib/j/system/packages/math/det.ijs
-lib/j/system/packages/math/fermat.ijs
-lib/j/system/packages/math/gcd.ijs
-lib/j/system/packages/math/integer.ijs
-lib/j/system/packages/math/integrat.ijs
-lib/j/system/packages/math/jacobi.ijs
-lib/j/system/packages/math/legendre.ijs
+lib/j/system/main/files.ijs
+lib/j/system/main/libpath.ijs
+lib/j/system/main/trig.ijs
+lib/j/system/main/dir.ijs
+lib/j/system/main/parts.ijs
+lib/j/system/main/compare.ijs
+lib/j/system/main/dll.ijs
+lib/j/system/main/pack.ijs
+lib/j/system/main/debug.ijs
+lib/j/system/main/sysenv.ijs
+lib/j/system/main/conlib.ijs
+lib/j/system/main/dates.ijs
+lib/j/system/main/map.ijs
+lib/j/system/main/stdlib.ijs
+lib/j/system/main/text.ijs
+lib/j/system/main/dd.ijs
+lib/j/system/main/numeric.ijs
+lib/j/system/main/gl2.ijs
+lib/j/system/main/gl3.ijs
+lib/j/system/main/strings.ijs
+lib/j/system/main/format.ijs
+lib/j/system/main/socket.ijs
+lib/j/system/main/misc.ijs
+lib/j/system/main/coutil.ijs
+lib/j/system/main/regex.ijs
+lib/j/system/main/printf.ijs
+lib/j/system/main/convert.ijs
+lib/j/system/main/validate.ijs
+lib/j/system/main/version_lib.txt
+lib/j/system/main/winlib.ijs
+lib/j/system/main/colib.ijs
+lib/j/system/packages/dde/dde.txt
+lib/j/system/packages/dde/server1.ijs
+lib/j/system/packages/dde/server2.ijs
+lib/j/system/packages/ocx/ocx.txt
+lib/j/system/packages/ocx/ocxutil.ijs
+lib/j/system/packages/publish/publish.ijs
+lib/j/system/packages/publish/publish.txt
+lib/j/system/packages/publish/web.ijs
 lib/j/system/packages/math/linear.ijs
-lib/j/system/packages/math/makemat.ijs
-lib/j/system/packages/math/matfacto.ijs
-lib/j/system/packages/math/math.txt
-lib/j/system/packages/math/mathutil.ijs
-lib/j/system/packages/math/matutil.ijs
-lib/j/system/packages/math/mean.ijs
-lib/j/system/packages/math/numbers.ijs
-lib/j/system/packages/math/pollard.ijs
-lib/j/system/packages/math/poly.ijs
 lib/j/system/packages/math/primutil.ijs
 lib/j/system/packages/math/quatern.ijs
+lib/j/system/packages/math/det.ijs
+lib/j/system/packages/math/legendre.ijs
+lib/j/system/packages/math/bigpi.ijs
 lib/j/system/packages/math/rsa.ijs
-lib/j/system/packages/math/simplex.ijs
+lib/j/system/packages/math/matfacto.ijs
+lib/j/system/packages/math/poly.ijs
+lib/j/system/packages/math/brent.ijs
 lib/j/system/packages/math/simplexnr.ijs
+lib/j/system/packages/math/integrat.ijs
+lib/j/system/packages/math/integer.ijs
 lib/j/system/packages/math/spline.ijs
+lib/j/system/packages/math/gcd.ijs
 lib/j/system/packages/math/svd.ijs
-lib/j/system/packages/misc/base64.ijs
-lib/j/system/packages/misc/border.ijs
-lib/j/system/packages/misc/datefmt.ijs
-lib/j/system/packages/misc/display.ijs
+lib/j/system/packages/math/math.txt
+lib/j/system/packages/math/pollard.ijs
+lib/j/system/packages/math/matutil.ijs
+lib/j/system/packages/math/simplex.ijs
+lib/j/system/packages/math/makemat.ijs
+lib/j/system/packages/math/mathutil.ijs
+lib/j/system/packages/math/mean.ijs
+lib/j/system/packages/math/jacobi.ijs
+lib/j/system/packages/math/contfrac.ijs
+lib/j/system/packages/math/fermat.ijs
+lib/j/system/packages/math/numbers.ijs
 lib/j/system/packages/misc/evolute.ijs
-lib/j/system/packages/misc/fgh.ijs
-lib/j/system/packages/misc/fields.ijs
-lib/j/system/packages/misc/fndef.ijs
+lib/j/system/packages/misc/telecom.ijs
+lib/j/system/packages/misc/jforc.ijs
+lib/j/system/packages/misc/jturtle.ijs
+lib/j/system/packages/misc/html.ijs
 lib/j/system/packages/misc/fndisplay.ijs
+lib/j/system/packages/misc/fields.ijs
+lib/j/system/packages/misc/display.ijs
 lib/j/system/packages/misc/font.ijs
-lib/j/system/packages/misc/globals.ijs
-lib/j/system/packages/misc/html.ijs
-lib/j/system/packages/misc/ieee64.ijs
-lib/j/system/packages/misc/jforc.ijs
+lib/j/system/packages/misc/border.ijs
+lib/j/system/packages/misc/fgh.ijs
+lib/j/system/packages/misc/xenos.ijs
+lib/j/system/packages/misc/base64.ijs
+lib/j/system/packages/misc/vocab.ijs
+lib/j/system/packages/misc/datefmt.ijs
 lib/j/system/packages/misc/misc.txt
+lib/j/system/packages/misc/guid.ijs
+lib/j/system/packages/misc/vkeyshow.ijs
+lib/j/system/packages/misc/task.ijs
 lib/j/system/packages/misc/primitiv.ijs
-lib/j/system/packages/misc/rtfview.ijs
-lib/j/system/packages/misc/telecom.ijs
+lib/j/system/packages/misc/fndef.ijs
 lib/j/system/packages/misc/trace.ijs
-lib/j/system/packages/misc/vkeyshow.ijs
-lib/j/system/packages/misc/vocab.ijs
-lib/j/system/packages/misc/xenos.ijs
-lib/j/system/packages/ocx/ocx.txt
-lib/j/system/packages/ocx/ocxutil.ijs
+lib/j/system/packages/misc/globals.ijs
+lib/j/system/packages/misc/ieee64.ijs
+lib/j/system/packages/misc/rtfview.ijs
 lib/j/system/packages/odbc/odbc.ijs
+lib/j/system/packages/color/colortab.ijs
+lib/j/system/packages/color/color.txt
+lib/j/system/packages/color/rgb.ijs
+lib/j/system/packages/color/cfmt.ijs
+lib/j/system/packages/color/wdcolor.ijs
+lib/j/system/packages/color/xwin.ijs
+lib/j/system/packages/color/color16.ijs
+lib/j/system/packages/color/ns216.ijs
+lib/j/system/packages/color/ntcolor.ijs
+lib/j/system/packages/color/cfmtfns.ijs
+lib/j/system/packages/files/files.txt
+lib/j/system/packages/files/csv.ijs
+lib/j/system/packages/files/kfiles.ijs
+lib/j/system/packages/files/kfiles.txt
+lib/j/system/packages/files/keyfiles.ijs
+lib/j/system/packages/files/keyfiles.txt
+lib/j/system/packages/files/dbase.ijs
+lib/j/system/packages/files/bigfiles.ijs
+lib/j/system/packages/files/nfiles.ijs
+lib/j/system/packages/files/jfiles.ijs
+lib/j/system/packages/files/jfiles.txt
+lib/j/system/packages/forms/forms.txt
+lib/j/system/packages/forms/empty.ijs
+lib/j/system/packages/forms/wizard.ijs
+lib/j/system/packages/forms/baseform.ijs
+lib/j/system/packages/graphics/gnuplot.ijs
+lib/j/system/packages/graphics/gnuplot.txt
+lib/j/system/packages/graphics/view2.ijs
+lib/j/system/packages/graphics/isigraph.ijs
+lib/j/system/packages/graphics/vkeys.ijs
+lib/j/system/packages/graphics/graphics.txt
+lib/j/system/packages/graphics/bmp.ijs
+lib/j/system/packages/print/write.ijs
+lib/j/system/packages/print/printfns.txt
 lib/j/system/packages/print/label.ijs
+lib/j/system/packages/print/writefns.txt
+lib/j/system/packages/print/printn.ijs
 lib/j/system/packages/print/print.ijs
 lib/j/system/packages/print/print.txt
-lib/j/system/packages/print/printfns.txt
-lib/j/system/packages/print/printn.ijs
-lib/j/system/packages/print/write.ijs
-lib/j/system/packages/print/writefns.txt
-lib/j/system/packages/publish/publish.ijs
-lib/j/system/packages/publish/publish.txt
-lib/j/system/packages/publish/web.ijs
-lib/j/system/packages/regex/regbuild.ijs
 lib/j/system/packages/regex/regdemo.ijs
+lib/j/system/packages/regex/regbuild.ijs
+lib/j/system/packages/regex/regjbld.ijs
 lib/j/system/packages/regex/regex.txt
 lib/j/system/packages/regex/regj.ijs
-lib/j/system/packages/regex/regjbld.ijs
 lib/j/system/packages/stats/random.ijs
 lib/j/system/packages/stats/statdist.ijs
 lib/j/system/packages/stats/statfns.ijs
 lib/j/system/packages/stats/stats.ijs
 lib/j/system/packages/stats/stats.txt
-lib/j/system/packages/winapi/dirbrowse.ijs
-lib/j/system/packages/winapi/mapi.ijs
+lib/j/system/packages/autocode/grid.ijs
+lib/j/system/packages/finance/finance.txt
+lib/j/system/packages/finance/actutil.ijs
+lib/j/system/packages/finance/interest.ijs
+lib/j/system/packages/finance/actfns.ijs
 lib/j/system/packages/winapi/menu.ijs
-lib/j/system/packages/winapi/menudemo.ijs
-lib/j/system/packages/winapi/registry.ijs
+lib/j/system/packages/winapi/wdmsg.ijs
+lib/j/system/packages/winapi/dirbrowse.ijs
 lib/j/system/packages/winapi/win32api.dat
+lib/j/system/packages/winapi/menudemo.ijs
 lib/j/system/packages/winapi/winapi.ijs
+lib/j/system/packages/winapi/mapi.ijs
 lib/j/system/packages/winapi/winconst.dat
-lib/j/user/classes/classes.txt
-lib/j/user/config/config.txt
+lib/j/system/packages/winapi/registry.ijs
+lib/j/system/extras/help/man/editrc.5
+lib/j/system/extras/help/man/jconsole.1
+lib/j/system/extras/help/camn/camn.htm
+lib/j/system/extras/help/camn/camnimgs/1.gif
+lib/j/system/extras/help/camn/camnimgs/00.gif
+lib/j/system/extras/help/camn/camnimgs/01.gif
+lib/j/system/extras/help/camn/camnimgs/02.gif
+lib/j/system/extras/help/camn/camnimgs/03.gif
+lib/j/system/extras/help/camn/camnimgs/04.gif
+lib/j/system/extras/help/camn/camnimgs/05.gif
+lib/j/system/extras/help/camn/camnimgs/06.gif
+lib/j/system/extras/help/camn/camnimgs/07.gif
+lib/j/system/extras/help/camn/camnimgs/08.gif
+lib/j/system/extras/help/camn/camnimgs/09.gif
+lib/j/system/extras/help/camn/camnimgs/10.gif
+lib/j/system/extras/help/camn/camnimgs/11.gif
+lib/j/system/extras/help/camn/camnimgs/12.gif
+lib/j/system/extras/help/camn/camnimgs/13.gif
+lib/j/system/extras/help/camn/camnimgs/14.gif
+lib/j/system/extras/help/camn/camnimgs/15.gif
+lib/j/system/extras/help/camn/camnimgs/16.gif
+lib/j/system/extras/help/camn/camnimgs/17.gif
+lib/j/system/extras/help/camn/camnimgs/18.gif
+lib/j/system/extras/help/camn/camnimgs/19.gif
+lib/j/system/extras/help/camn/camnimgs/20.gif
+lib/j/system/extras/help/camn/camnimgs/21.gif
+lib/j/system/extras/help/camn/camnimgs/22.gif
+lib/j/system/extras/help/camn/camnimgs/23.gif
+lib/j/system/extras/help/camn/camnimgs/24.gif
+lib/j/system/extras/help/camn/camnimgs/25.gif
+lib/j/system/extras/help/camn/camnimgs/26.gif
+lib/j/system/extras/help/camn/camnimgs/27.gif
+lib/j/system/extras/help/pcre/pcre.html
+lib/j/system/extras/help/pcre/pcreperform.html
+lib/j/system/extras/help/pcre/pcrepartial.html
+lib/j/system/extras/help/pcre/pcre_study.html
+lib/j/system/extras/help/pcre/pcre_get_named_substring.html
+lib/j/system/extras/help/pcre/pcreapi.html
+lib/j/system/extras/help/pcre/pcre_copy_substring.html
+lib/j/system/extras/help/pcre/pcre_maketables.html
+lib/j/system/extras/help/pcre/pcrecompat.html
+lib/j/system/extras/help/pcre/pcre_info.html
+lib/j/system/extras/help/pcre/index.html
+lib/j/system/extras/help/pcre/pcre_get_stringnumber.html
+lib/j/system/extras/help/pcre/pcre_get_substring_list.html
+lib/j/system/extras/help/pcre/pcre_free_substring.html
+lib/j/system/extras/help/pcre/pcre_fullinfo.html
+lib/j/system/extras/help/pcre/pcrecallout.html
+lib/j/system/extras/help/pcre/pcretest.html
+lib/j/system/extras/help/pcre/pcreprecompile.html
+lib/j/system/extras/help/pcre/pcrepattern.html
+lib/j/system/extras/help/pcre/pcre_config.html
+lib/j/system/extras/help/pcre/pcre_version.html
+lib/j/system/extras/help/pcre/pcreposix.html
+lib/j/system/extras/help/pcre/pcrebuild.html
+lib/j/system/extras/help/pcre/pcre_exec.html
+lib/j/system/extras/help/pcre/pcre_get_substring.html
+lib/j/system/extras/help/pcre/pcresample.html
+lib/j/system/extras/help/pcre/pcre_free_substring_list.html
+lib/j/system/extras/help/pcre/pcregrep.html
+lib/j/system/extras/help/pcre/pcre_copy_named_substring.html
+lib/j/system/extras/help/pcre/pcre_compile.html
+lib/j/system/extras/help/user/product.htm
+lib/j/system/extras/help/user/regex_patterns.htm
+lib/j/system/extras/help/user/dde.htm
+lib/j/system/extras/help/user/form_editor_toolbar.htm
+lib/j/system/extras/help/user/script_numeric.htm
+lib/j/system/extras/help/user/script_text.htm
+lib/j/system/extras/help/user/keyboard.htm
+lib/j/system/extras/help/user/files.htm
+lib/j/system/extras/help/user/gnuplot.htm
+lib/j/system/extras/help/user/sys_packages.htm
+lib/j/system/extras/help/user/grid_ctrl_classes.htm
+lib/j/system/extras/help/user/script_strings.htm
+lib/j/system/extras/help/user/project_file.htm
+lib/j/system/extras/help/user/lab_author.htm
+lib/j/system/extras/help/user/script_dd.htm
+lib/j/system/extras/help/user/window_forms.htm
+lib/j/system/extras/help/user/products.htm
+lib/j/system/extras/help/user/mouse.htm
+lib/j/system/extras/help/user/plot_data.htm
+lib/j/system/extras/help/user/jul.htm
+lib/j/system/extras/help/user/mapping_mode.htm
+lib/j/system/extras/help/user/script_keyfiles.htm
+lib/j/system/extras/help/user/script_map.htm
+lib/j/system/extras/help/user/input_log.htm
+lib/j/system/extras/help/user/script_debug.htm
+lib/j/system/extras/help/user/win_ctrl_toolbar.htm
+lib/j/system/extras/help/user/fonts.htm
+lib/j/system/extras/help/user/movement_keys.htm
+lib/j/system/extras/help/user/script_nfiles.htm
+lib/j/system/extras/help/user/script_publish.htm
+lib/j/system/extras/help/user/script_jfiles.htm
+lib/j/system/extras/help/user/script_statdist.htm
+lib/j/system/extras/help/user/plot_types.htm
+lib/j/system/extras/help/user/relhigh.htm
+lib/j/system/extras/help/user/menus.htm
+lib/j/system/extras/help/user/cmdline.htm
+lib/j/system/extras/help/user/script_dates.htm
+lib/j/system/extras/help/user/stdin_stdout.htm
+lib/j/system/extras/help/user/regex_demo.htm
+lib/j/system/extras/help/user/technotes.htm
+lib/j/system/extras/help/user/script_winlib.htm
+lib/j/system/extras/help/user/plot_source.htm
+lib/j/system/extras/help/user/form_editor_run.htm
+lib/j/system/extras/help/user/plot_changes.htm
+lib/j/system/extras/help/user/win_driver_cmd_ref_overview.htm
+lib/j/system/extras/help/user/libchanges.htm
+lib/j/system/extras/help/user/plot_commands.htm
+lib/j/system/extras/help/user/parent.htm
+lib/j/system/extras/help/user/ole_examples.htm
+lib/j/system/extras/help/user/support.htm
+lib/j/system/extras/help/user/other_message_handlers.htm
+lib/j/system/extras/help/user/tutorial_ole_client_excel.htm
+lib/j/system/extras/help/user/oldwin.htm
+lib/j/system/extras/help/user/script_viewmat.htm
+lib/j/system/extras/help/user/data_driver.htm
+lib/j/system/extras/help/user/windrive.htm
+lib/j/system/extras/help/user/debug_verbs.htm
+lib/j/system/extras/help/user/grid.htm
+lib/j/system/extras/help/user/emacs.htm
+lib/j/system/extras/help/user/script_myutil.htm
+lib/j/system/extras/help/user/new_control.htm
+lib/j/system/extras/help/user/script_misc.htm
+lib/j/system/extras/help/user/debug.htm
+lib/j/system/extras/help/user/temp.htm
+lib/j/system/extras/help/user/script_jselect.htm
+lib/j/system/extras/help/user/plot_multi.htm
+lib/j/system/extras/help/user/select_and_read_data.htm
+lib/j/system/extras/help/user/sys_lista.htm
+lib/j/system/extras/help/user/sys_extras.htm
+lib/j/system/extras/help/user/plot_options.htm
+lib/j/system/extras/help/user/sys_lists.htm
+lib/j/system/extras/help/user/script_random.htm
+lib/j/system/extras/help/user/ole_ocx_overview.htm
+lib/j/system/extras/help/user/overview.htm
+lib/j/system/extras/help/user/grid_ctrl_methods.htm
+lib/j/system/extras/help/user/directory_match.htm
+lib/j/system/extras/help/user/debug_stops.htm
+lib/j/system/extras/help/user/debug_commands.htm
+lib/j/system/extras/help/user/win_ctrl_overview.htm
+lib/j/system/extras/help/user/j64files.htm
+lib/j/system/extras/help/user/ownerdraw.htm
+lib/j/system/extras/help/user/title.htm
+lib/j/system/extras/help/user/dde_overview.htm
+lib/j/system/extras/help/user/locked_scripts.htm
+lib/j/system/extras/help/user/script_kfiles.htm
+lib/j/system/extras/help/user/acc_keys.htm
+lib/j/system/extras/help/user/form_editor_defaults.htm
+lib/j/system/extras/help/user/script_task.htm
+lib/j/system/extras/help/user/sql.htm
+lib/j/system/extras/help/user/opengl_printing.htm
+lib/j/system/extras/help/user/plot_text.htm
+lib/j/system/extras/help/user/sys_main.htm
+lib/j/system/extras/help/user/plot_colors.htm
+lib/j/system/extras/help/user/previous.htm
+lib/j/system/extras/help/user/script_convert.htm
+lib/j/system/extras/help/user/j_commands_events.htm
+lib/j/system/extras/help/user/odbc_error_messages.htm
+lib/j/system/extras/help/user/call_procedure.htm
+lib/j/system/extras/help/user/gl2_commands.htm
+lib/j/system/extras/help/user/child_classes.htm
+lib/j/system/extras/help/user/redicon.htm
+lib/j/system/extras/help/user/wait.htm
+lib/j/system/extras/help/user/grid_ctrl_prop.htm
+lib/j/system/extras/help/user/regex_expressions.htm
+lib/j/system/extras/help/user/sql_elements.htm
+lib/j/system/extras/help/user/parent_windows.htm
+lib/j/system/extras/help/user/wd_commands.htm
+lib/j/system/extras/help/user/libraries.htm
+lib/j/system/extras/help/user/printing.htm
+lib/j/system/extras/help/user/session_manager.htm
+lib/j/system/extras/help/user/script_bigfiles.htm
+lib/j/system/extras/help/user/script_graph.htm
+lib/j/system/extras/help/user/lab_header.htm
+lib/j/system/extras/help/user/regex_utilities.htm
+lib/j/system/extras/help/user/isigraph_events.htm
+lib/j/system/extras/help/user/g13_commands.htm
+lib/j/system/extras/help/user/installing_odbc.htm
+lib/j/system/extras/help/user/design.htm
+lib/j/system/extras/help/user/plot_verb.htm
+lib/j/system/extras/help/user/connection_statement_handles.htm
+lib/j/system/extras/help/user/form_editor_overview.htm
+lib/j/system/extras/help/user/script_sysenv.htm
+lib/j/system/extras/help/user/plot_class.htm
+lib/j/system/extras/help/user/protocol.htm
+lib/j/system/extras/help/user/control.htm
+lib/j/system/extras/help/user/listing_data_sources.htm
+lib/j/system/extras/help/user/form_editor_statusbar.htm
+lib/j/system/extras/help/user/child_controls.htm
+lib/j/system/extras/help/user/script_stdlib.htm
+lib/j/system/extras/help/user/script_plot.htm
+lib/j/system/extras/help/user/project_links.htm
+lib/j/system/extras/help/user/build_apps.htm
+lib/j/system/extras/help/user/script_isigraph.htm
+lib/j/system/extras/help/user/oleocx.htm
+lib/j/system/extras/help/user/enter_info.htm
+lib/j/system/extras/help/user/script_gnuplot.htm
+lib/j/system/extras/help/user/form_editor_menu.htm
+lib/j/system/extras/help/user/plot_layout.htm
+lib/j/system/extras/help/user/sys_scripts.htm
+lib/j/system/extras/help/user/sys_examples.htm
+lib/j/system/extras/help/user/event_handlers.htm
+lib/j/system/extras/help/user/regex_verbs.htm
+lib/j/system/extras/help/user/connect_data_source.htm
+lib/j/system/extras/help/user/user_pages
+lib/j/system/extras/help/user/calling_jdll.htm
+lib/j/system/extras/help/user/menu_commands.htm
+lib/j/system/extras/help/user/form_locales.htm
+lib/j/system/extras/help/user/dde_examples.htm
+lib/j/system/extras/help/user/dlls.htm
+lib/j/system/extras/help/user/socket_utilities.htm
+lib/j/system/extras/help/user/script_menu.htm
+lib/j/system/extras/help/user/lab_system_overview.htm
+lib/j/system/extras/help/user/rich_text.htm
+lib/j/system/extras/help/user/comm_protocol.htm
+lib/j/system/extras/help/user/sockets.htm
+lib/j/system/extras/help/user/tutorial_ole_server_excel.htm
+lib/j/system/extras/help/user/script_bmp.htm
+lib/j/system/extras/help/user/script_compare.htm
+lib/j/system/extras/help/user/script_winapi.htm
+lib/j/system/extras/help/user/win_driver_overview.htm
+lib/j/system/extras/help/user/win_ctrl_statusbar.htm
+lib/j/system/extras/help/user/labs.htm
+lib/j/system/extras/help/user/hints.htm
+lib/j/system/extras/help/user/odbc_overview.htm
+lib/j/system/extras/help/user/about.htm
+lib/j/system/extras/help/user/scriptwindow.htm
+lib/j/system/extras/help/user/script_regex.htm
+lib/j/system/extras/help/user/grid_ctrl_actions.htm
+lib/j/system/extras/help/user/debug_watch.htm
+lib/j/system/extras/help/user/project_snapshot.htm
+lib/j/system/extras/help/user/tab_cursor_keys.htm
+lib/j/system/extras/help/user/wd.htm
+lib/j/system/extras/help/user/regex_copyright.htm
+lib/j/system/extras/help/user/netbsd.htm
+lib/j/system/extras/help/user/plot_yaxes.htm
+lib/j/system/extras/help/user/component_files.htm
+lib/j/system/extras/help/user/project_conven.htm
+lib/j/system/extras/help/user/libsource.htm
+lib/j/system/extras/help/user/controll_session_man.htm
+lib/j/system/extras/help/user/formedit.htm
+lib/j/system/extras/help/user/script_trig.htm
+lib/j/system/extras/help/user/winctrl.htm
+lib/j/system/extras/help/user/sys_classes.htm
+lib/j/system/extras/help/user/j_ole_client.htm
+lib/j/system/extras/help/user/richedit_control.htm
+lib/j/system/extras/help/user/sesm.htm
+lib/j/system/extras/help/user/interrupt.htm
+lib/j/system/extras/help/user/sys_events.htm
+lib/j/system/extras/help/user/dir_layout.htm
+lib/j/system/extras/help/user/memory_management.htm
+lib/j/system/extras/help/user/location_size.htm
+lib/j/system/extras/help/user/context.htm
+lib/j/system/extras/help/user/create_new_file.htm
+lib/j/system/extras/help/user/socket_driver.htm
+lib/j/system/extras/help/user/program_access.htm
+lib/j/system/extras/help/user/start.htm
+lib/j/system/extras/help/user/project_man_tabs.htm
+lib/j/system/extras/help/user/form_editor_tab_order.htm
+lib/j/system/extras/help/user/plot_outputs.htm
+lib/j/system/extras/help/user/sql_statements.htm
+lib/j/system/extras/help/user/common_dialogs.htm
+lib/j/system/extras/help/user/script_pack.htm
+lib/j/system/extras/help/user/dde_conversations.htm
+lib/j/system/extras/help/user/script_colib.htm
+lib/j/system/extras/help/user/dirpaths.htm
+lib/j/system/extras/help/user/devenv.htm
+lib/j/system/extras/help/user/script_jmf.htm
+lib/j/system/extras/help/user/user.htm
+lib/j/system/extras/help/user/start_tech.htm
+lib/j/system/extras/help/user/script_format.htm
+lib/j/system/extras/help/user/script_print.htm
+lib/j/system/extras/help/user/script_validate.htm
+lib/j/system/extras/help/user/script_socket.htm
+lib/j/system/extras/help/user/opengl.htm
+lib/j/system/extras/help/user/projects.htm
+lib/j/system/extras/help/user/regex.htm
+lib/j/system/extras/help/user/hashbang.htm
+lib/j/system/extras/help/user/keyed_files.htm
+lib/j/system/extras/help/user/cd_domain_error.htm
+lib/j/system/extras/help/user/fontspec.htm
+lib/j/system/extras/help/user/script_write.htm
+lib/j/system/extras/help/user/titlebar.htm
+lib/j/system/extras/help/user/running_labs.htm
+lib/j/system/extras/help/user/win_ctrl_menus.htm
+lib/j/system/extras/help/user/tab_control.htm
+lib/j/system/extras/help/user/odbc.htm
+lib/j/system/extras/help/user/opengl_viewing.htm
+lib/j/system/extras/help/user/script_files.htm
+lib/j/system/extras/help/user/script_csv.htm
+lib/j/system/extras/help/user/script_rgb.htm
+lib/j/system/extras/help/user/sql_reserved_words.htm
+lib/j/system/extras/help/user/script_dir.htm
+lib/j/system/extras/help/user/status_bar.htm
+lib/j/system/extras/help/user/start_errors.htm
+lib/j/system/extras/help/user/script_statfns.htm
+lib/j/system/extras/help/user/plot_fonts.htm
+lib/j/system/extras/help/user/jserver.htm
+lib/j/system/extras/help/user/project_man.htm
+lib/j/system/extras/help/user/form_editor_code.htm
+lib/j/system/extras/help/user/warranty.htm
+lib/j/system/extras/help/user/script_dll.htm
+lib/j/system/extras/help/user/plot.htm
+lib/j/system/extras/help/user/script_colortab.htm
+lib/j/system/extras/help/user/exec_window.htm
+lib/j/system/extras/help/user/bsd.htm
+lib/j/system/extras/help/user/plot_keys.htm
+lib/j/system/extras/help/user/pd_verb.htm
+lib/j/system/extras/help/user/scriptdoc.htm
+lib/j/system/extras/help/user/update_records.htm
+lib/j/system/extras/help/user/plot_subshape.htm
+lib/j/system/extras/help/user/script_color16.htm
+lib/j/system/extras/help/user/debugs.htm
+lib/j/system/extras/help/user/find_in_files.htm
+lib/j/system/extras/help/user/script_parts.htm
+lib/j/system/extras/help/user/lab_sections.htm
+lib/j/system/extras/help/user/grid_ctrl_overview.htm
+lib/j/system/extras/help/user/script_coutil.htm
+lib/j/system/extras/help/user/contents.htm
+lib/j/system/extras/help/user/server_client.htm
+lib/j/system/extras/help/user/wdhandler.htm
+lib/j/system/extras/help/user/j_ole_auto_server.htm
+lib/j/system/extras/help/jdoc.css
+lib/j/system/extras/help/release/eqins.htm
+lib/j/system/extras/help/release/edot504.htm
+lib/j/system/extras/help/release/nubsieve.htm
+lib/j/system/extras/help/release/det.htm
+lib/j/system/extras/help/release/odom.htm
+lib/j/system/extras/help/release/dict.htm
+lib/j/system/extras/help/release/random.htm
+lib/j/system/extras/help/release/key.htm
+lib/j/system/extras/help/release/agenda.htm
+lib/j/system/extras/help/release/3x4.htm
+lib/j/system/extras/help/release/circle.htm
+lib/j/system/extras/help/release/nsievesp.htm
+lib/j/system/extras/help/release/128x3.htm
+lib/j/system/extras/help/release/lesssp.htm
+lib/j/system/extras/help/release/rev.htm
+lib/j/system/extras/help/release/cutinf.htm
+lib/j/system/extras/help/release/cutbox.htm
+lib/j/system/extras/help/release/cut.htm
+lib/j/system/extras/help/release/cwd.htm
+lib/j/system/extras/help/release/infix2.htm
+lib/j/system/extras/help/release/infixavg.htm
+lib/j/system/extras/help/release/matinv.htm
+lib/j/system/extras/help/release/ranking.htm
+lib/j/system/extras/help/release/exec504.htm
+lib/j/system/extras/help/release/shapex.htm
+lib/j/system/extras/help/release/slashcat.htm
+lib/j/system/extras/help/release/space.htm
+lib/j/system/extras/help/release/apply.htm
+lib/j/system/extras/help/release/sort.htm
+lib/j/system/extras/help/release/infixc.htm
+lib/j/system/extras/help/release/pdt504.htm
+lib/j/system/extras/help/release/brep.htm
+lib/j/system/extras/help/release/sco.htm
+lib/j/system/extras/help/release/j64.htm
+lib/j/system/extras/help/release/sscan.htm
+lib/j/system/extras/help/release/prompt.htm
+lib/j/system/extras/help/release/debug.htm
+lib/j/system/extras/help/release/cut0inf.htm
+lib/j/system/extras/help/release/iamend.htm
+lib/j/system/extras/help/release/dist.htm
+lib/j/system/extras/help/release/gcdrat.htm
+lib/j/system/extras/help/release/bdot.htm
+lib/j/system/extras/help/release/reducesp.htm
+lib/j/system/extras/help/release/idot1.htm
+lib/j/system/extras/help/release/mbx.htm
+lib/j/system/extras/help/release/title.htm
+lib/j/system/extras/help/release/where.htm
+lib/j/system/extras/help/release/repsp.htm
+lib/j/system/extras/help/release/plussp.htm
+lib/j/system/extras/help/release/fncall.htm
+lib/j/system/extras/help/release/eps.htm
+lib/j/system/extras/help/release/errmsg.htm
+lib/j/system/extras/help/release/razefrom.htm
+lib/j/system/extras/help/release/index0.htm
+lib/j/system/extras/help/release/cut0.htm
+lib/j/system/extras/help/release/assert.htm
+lib/j/system/extras/help/release/18x3.htm
+lib/j/system/extras/help/release/apip.htm
+lib/j/system/extras/help/release/release_pages
+lib/j/system/extras/help/release/5x7.htm
+lib/j/system/extras/help/release/locale.htm
+lib/j/system/extras/help/release/compsc.htm
+lib/j/system/extras/help/release/insert.htm
+lib/j/system/extras/help/release/gradesp.htm
+lib/j/system/extras/help/release/key503.htm
+lib/j/system/extras/help/release/key504.htm
+lib/j/system/extras/help/release/idotsp.htm
+lib/j/system/extras/help/release/edotsp.htm
+lib/j/system/extras/help/release/stitchsl.htm
+lib/j/system/extras/help/release/grade.htm
+lib/j/system/extras/help/release/binrep.htm
+lib/j/system/extras/help/release/less.htm
+lib/j/system/extras/help/release/idot.htm
+lib/j/system/extras/help/release/compsc1.htm
+lib/j/system/extras/help/release/rank.htm
+lib/j/system/extras/help/release/uco.htm
+lib/j/system/extras/help/release/throw.htm
+lib/j/system/extras/help/release/fsm.htm
+lib/j/system/extras/help/release/errnum.htm
+lib/j/system/extras/help/release/profile.htm
+lib/j/system/extras/help/release/9x32.htm
+lib/j/system/extras/help/release/9x34.htm
+lib/j/system/extras/help/release/9x36.htm
+lib/j/system/extras/help/release/try.htm
+lib/j/system/extras/help/release/9x37.htm
+lib/j/system/extras/help/release/9x38.htm
+lib/j/system/extras/help/release/9x40.htm
+lib/j/system/extras/help/release/keysp.htm
+lib/j/system/extras/help/release/idotfit0.htm
+lib/j/system/extras/help/release/nubsp.htm
+lib/j/system/extras/help/release/hkravel.htm
+lib/j/system/extras/help/release/powopb.htm
+lib/j/system/extras/help/release/pm.htm
+lib/j/system/extras/help/release/cut503.htm
+lib/j/system/extras/help/release/cut504.htm
+lib/j/system/extras/help/release/dualc.htm
+lib/j/system/extras/help/release/7x5.htm
+lib/j/system/extras/help/release/errcap.htm
+lib/j/system/extras/help/release/fdot.htm
+lib/j/system/extras/help/release/nub.htm
+lib/j/system/extras/help/release/adot.htm
+lib/j/system/extras/help/release/infixfin.htm
+lib/j/system/extras/help/release/fromsp.htm
+lib/j/system/extras/help/release/inf0.htm
+lib/j/system/extras/help/release/ccapdot.htm
+lib/j/system/extras/help/release/fmt504.htm
+lib/j/system/extras/help/release/expand.htm
+lib/j/system/extras/help/release/pdotdot.htm
+lib/j/system/extras/help/release/ifb.htm
+lib/j/system/extras/help/release/greduce.htm
+lib/j/system/extras/help/release/idotmaxmin.htm
+lib/j/system/extras/help/release/head.htm
+lib/j/system/extras/help/release/indexof.htm
+lib/j/system/extras/help/release/6x.htm
+lib/j/system/extras/help/release/status.htm
+lib/j/system/extras/help/release/bond.htm
+lib/j/system/extras/help/release/cdot.htm
+lib/j/system/extras/help/release/sploc.htm
+lib/j/system/extras/help/release/qco.htm
+lib/j/system/extras/help/release/noncpat.htm
+lib/j/system/extras/help/release/trace.htm
+lib/j/system/extras/help/release/cutsp.htm
+lib/j/system/extras/help/release/error.htm
+lib/j/system/extras/help/release/9x6.htm
+lib/j/system/extras/help/release/contents.htm
+lib/j/system/extras/help/release/idot504.htm
+lib/j/system/extras/help/release/midot.htm
+lib/j/system/extras/help/index/a.htm
+lib/j/system/extras/help/index/b.htm
+lib/j/system/extras/help/index/c.htm
+lib/j/system/extras/help/index/d.htm
+lib/j/system/extras/help/index/e.htm
+lib/j/system/extras/help/index/f.htm
+lib/j/system/extras/help/index/g.htm
+lib/j/system/extras/help/index/h.htm
+lib/j/system/extras/help/index/i.htm
+lib/j/system/extras/help/index/j.htm
+lib/j/system/extras/help/index/k.htm
+lib/j/system/extras/help/index/l.htm
+lib/j/system/extras/help/index/m.htm
+lib/j/system/extras/help/index/n.htm
+lib/j/system/extras/help/index/o.htm
+lib/j/system/extras/help/index/p.htm
+lib/j/system/extras/help/index/q.htm
+lib/j/system/extras/help/index/r.htm
+lib/j/system/extras/help/index/s.htm
+lib/j/system/extras/help/index/t.htm
+lib/j/system/extras/help/index/u.htm
+lib/j/system/extras/help/index/v.htm
+lib/j/system/extras/help/index/w.htm
+lib/j/system/extras/help/index/x.htm
+lib/j/system/extras/help/index/y.htm
+lib/j/system/extras/help/index/z.htm
+lib/j/system/extras/help/jforc/a_first_look_at_j_programs.htm
+lib/j/system/extras/help/jforc/empty_operands.htm
+lib/j/system/extras/help/jforc/more_verbs.htm
+lib/j/system/extras/help/jforc/calling_a_dll_under_windows.htm
+lib/j/system/extras/help/jforc/u_1_uv_and_u_v.htm
+lib/j/system/extras/help/jforc/_.htm
+lib/j/system/extras/help/jforc/tacit_programs.htm
+lib/j/system/extras/help/jforc/stylesheet.htm
+lib/j/system/extras/help/jforc/error_messages.htm
+lib/j/system/extras/help/jforc/loopless_code_iv.htm
+lib/j/system/extras/help/jforc/first_look_at_forks.htm
+lib/j/system/extras/help/jforc/continuing_to_write_in_j.htm
+lib/j/system/extras/help/jforc/introduction.htm
+lib/j/system/extras/help/jforc/valedictory.htm
+lib/j/system/extras/help/jforc/verb-definition_revisited.htm
+lib/j/system/extras/help/jforc/glossary.htm
+lib/j/system/extras/help/jforc/loopless_code_vi.htm
+lib/j/system/extras/help/jforc/compound_verbs.htm
+lib/j/system/extras/help/jforc/socket_programming.htm
+lib/j/system/extras/help/jforc/modular_code.htm
+lib/j/system/extras/help/jforc/more_verbs_for_boxes.htm
+lib/j/system/extras/help/jforc/loopless_code_viisequential_.htm
+lib/j/system/extras/help/jforc/tacit_programming.htm
+lib/j/system/extras/help/jforc/odds_and_ends.htm
+lib/j/system/extras/help/jforc/control_structures.htm
+lib/j/system/extras/help/jforc/loopless_code_iiadverbs__and.htm
+lib/j/system/extras/help/jforc/verbs_for_arithmetic.htm
+lib/j/system/extras/help/jforc/programming_in_j.htm
+lib/j/system/extras/help/jforc/jforcprogrammers_files/filelist.xml
+lib/j/system/extras/help/jforc/jforcprogrammers_files/editdata.mso
+lib/j/system/extras/help/jforc/jforcprogrammers_files/oledata.mso
+lib/j/system/extras/help/jforc/jforcprogrammers_files/image001.png
+lib/j/system/extras/help/jforc/jforcprogrammers_files/image002.jpg
+lib/j/system/extras/help/jforc/jforcprogrammers_files/image003.wmz
+lib/j/system/extras/help/jforc/jforcprogrammers_files/image004.gif
+lib/j/system/extras/help/jforc/jforcprogrammers_files/image005.wmz
+lib/j/system/extras/help/jforc/jforcprogrammers_files/image006.gif
+lib/j/system/extras/help/jforc/jforcprogrammers_files/header.htm
+lib/j/system/extras/help/jforc/elementary_mathematics_in_j.htm
+lib/j/system/extras/help/jforc/boxing_structures.htm
+lib/j/system/extras/help/jforc/loopless_code_iiiadverbs__an.htm
+lib/j/system/extras/help/jforc/loopless_code_vpartitions.htm
+lib/j/system/extras/help/jforc/foreword.htm
+lib/j/system/extras/help/jforc/starting_to_write_in_j.htm
+lib/j/system/extras/help/jforc/applied_mathematics_in_j.htm
+lib/j/system/extras/help/jforc/parsing_and_execution_i.htm
+lib/j/system/extras/help/jforc/preliminaries.htm
+lib/j/system/extras/help/jforc/forks_hooks_and_compound_adv.htm
+lib/j/system/extras/help/jforc/common_mistakes.htm
+lib/j/system/extras/help/jforc/parsing_and_execution_ii.htm
+lib/j/system/extras/help/jforc/loopless_code_iverbs_have_ra.htm
+lib/j/system/extras/help/jforc/declarations.htm
+lib/j/system/extras/help/jforc/writing_your_own_modifiers.htm
+lib/j/system/extras/help/jforc/readable_tacit_definitions.htm
+lib/j/system/extras/help/jforc/when_programs_are_data.htm
+lib/j/system/extras/help/jforc/explicit-to-tacit_converter.htm
+lib/j/system/extras/help/jforc/modifying_an_array_m.htm
+lib/j/system/extras/help/jforc/input_and_output.htm
+lib/j/system/extras/help/jforc/contents.htm
+lib/j/system/extras/help/jforc/performance_measurement__tip.htm
+lib/j/system/extras/help/learning/91a.ijs
+lib/j/system/extras/help/learning/kwic.htm
+lib/j/system/extras/help/learning/01.htm
+lib/j/system/extras/help/learning/02.htm
+lib/j/system/extras/help/learning/03.htm
+lib/j/system/extras/help/learning/04.htm
+lib/j/system/extras/help/learning/05.htm
+lib/j/system/extras/help/learning/06.htm
+lib/j/system/extras/help/learning/07.htm
+lib/j/system/extras/help/learning/08.htm
+lib/j/system/extras/help/learning/09.htm
+lib/j/system/extras/help/learning/10.htm
+lib/j/system/extras/help/learning/11.htm
+lib/j/system/extras/help/learning/12.htm
+lib/j/system/extras/help/learning/13.htm
+lib/j/system/extras/help/learning/14.htm
+lib/j/system/extras/help/learning/15.htm
+lib/j/system/extras/help/learning/16.htm
+lib/j/system/extras/help/learning/17.htm
+lib/j/system/extras/help/learning/18.htm
+lib/j/system/extras/help/learning/19.htm
+lib/j/system/extras/help/learning/20.htm
+lib/j/system/extras/help/learning/21.htm
+lib/j/system/extras/help/learning/22.htm
+lib/j/system/extras/help/learning/23.htm
+lib/j/system/extras/help/learning/24.htm
+lib/j/system/extras/help/learning/25.htm
+lib/j/system/extras/help/learning/26.htm
+lib/j/system/extras/help/learning/27.htm
+lib/j/system/extras/help/learning/28.htm
+lib/j/system/extras/help/learning/29.htm
+lib/j/system/extras/help/learning/diag01.gif
+lib/j/system/extras/help/learning/91.htm
+lib/j/system/extras/help/learning/diag02.gif
+lib/j/system/extras/help/learning/92.htm
+lib/j/system/extras/help/learning/diag03.gif
+lib/j/system/extras/help/learning/diag04.gif
+lib/j/system/extras/help/learning/diag05.gif
+lib/j/system/extras/help/learning/diag06.gif
+lib/j/system/extras/help/learning/diag07.gif
+lib/j/system/extras/help/learning/diag08.gif
+lib/j/system/extras/help/learning/diag09.gif
+lib/j/system/extras/help/learning/book.htm
+lib/j/system/extras/help/version_hlp.txt
+lib/j/system/extras/help/index.htm
+lib/j/system/extras/help/primer/ambivalence.htm
+lib/j/system/extras/help/primer/why_j.htm
+lib/j/system/extras/help/primer/word_formation.htm
+lib/j/system/extras/help/primer/order_ex_adverbs_conjunc.htm
+lib/j/system/extras/help/primer/atom.htm
+lib/j/system/extras/help/primer/files.htm
+lib/j/system/extras/help/primer/link_dyad.htm
+lib/j/system/extras/help/primer/list.htm
+lib/j/system/extras/help/primer/inexact_numbers.htm
+lib/j/system/extras/help/primer/comparative.htm
+lib/j/system/extras/help/primer/terminology.htm
+lib/j/system/extras/help/primer/cut.htm
+lib/j/system/extras/help/primer/purpose.htm
+lib/j/system/extras/help/primer/verb_definition.htm
+lib/j/system/extras/help/primer/noun.htm
+lib/j/system/extras/help/primer/online.htm
+lib/j/system/extras/help/primer/plot_locale.htm
+lib/j/system/extras/help/primer/checkpoint_a.htm
+lib/j/system/extras/help/primer/checkpoint_b.htm
+lib/j/system/extras/help/primer/checkpoint_c.htm
+lib/j/system/extras/help/primer/checkpoint_d.htm
+lib/j/system/extras/help/primer/checkpoint_e.htm
+lib/j/system/extras/help/primer/checkpoint_f.htm
+lib/j/system/extras/help/primer/space.htm
+lib/j/system/extras/help/primer/plot2.gif
+lib/j/system/extras/help/primer/plot3.gif
+lib/j/system/extras/help/primer/phrases.htm
+lib/j/system/extras/help/primer/basic_list_adding.htm
+lib/j/system/extras/help/primer/standard_profile.htm
+lib/j/system/extras/help/primer/parentheses.htm
+lib/j/system/extras/help/primer/cfgui0.gif
+lib/j/system/extras/help/primer/cfgui1.gif
+lib/j/system/extras/help/primer/from_dyad.htm
+lib/j/system/extras/help/primer/tolerance.htm
+lib/j/system/extras/help/primer/dictionary.htm
+lib/j/system/extras/help/primer/script_load.htm
+lib/j/system/extras/help/primer/gui2form.gif
+lib/j/system/extras/help/primer/where_to_go.htm
+lib/j/system/extras/help/primer/end.htm
+lib/j/system/extras/help/primer/fork.htm
+lib/j/system/extras/help/primer/j_list_adding.htm
+lib/j/system/extras/help/primer/title.htm
+lib/j/system/extras/help/primer/negative_number.htm
+lib/j/system/extras/help/primer/dyad.htm
+lib/j/system/extras/help/primer/verb_arguments.htm
+lib/j/system/extras/help/primer/when_same.htm
+lib/j/system/extras/help/primer/locale.htm
+lib/j/system/extras/help/primer/string.htm
+lib/j/system/extras/help/primer/select_without_from.htm
+lib/j/system/extras/help/primer/box_monad.htm
+lib/j/system/extras/help/primer/rank_conjunction.htm
+lib/j/system/extras/help/primer/number.htm
+lib/j/system/extras/help/primer/monad_dyad_def.htm
+lib/j/system/extras/help/primer/shape.htm
+lib/j/system/extras/help/primer/hook.htm
+lib/j/system/extras/help/primer/from_boxed_indexes.htm
+lib/j/system/extras/help/primer/experiment.htm
+lib/j/system/extras/help/primer/order_of_eval.htm
+lib/j/system/extras/help/primer/each.htm
+lib/j/system/extras/help/primer/design.gif
+lib/j/system/extras/help/primer/rank.htm
+lib/j/system/extras/help/primer/debug_error.htm
+lib/j/system/extras/help/primer/verb.htm
+lib/j/system/extras/help/primer/array.htm
+lib/j/system/extras/help/primer/adverb.htm
+lib/j/system/extras/help/primer/data_processing.htm
+lib/j/system/extras/help/primer/axis.htm
+lib/j/system/extras/help/primer/open_monad.htm
+lib/j/system/extras/help/primer/js.gif
+lib/j/system/extras/help/primer/empty_array.htm
+lib/j/system/extras/help/primer/k_cell.htm
+lib/j/system/extras/help/primer/agreement.htm
+lib/j/system/extras/help/primer/environment.htm
+lib/j/system/extras/help/primer/word.htm
+lib/j/system/extras/help/primer/frame_and_cell.htm
+lib/j/system/extras/help/primer/when_not_same.htm
+lib/j/system/extras/help/primer/result_shape.htm
+lib/j/system/extras/help/primer/primitive.htm
+lib/j/system/extras/help/primer/debug_global.htm
+lib/j/system/extras/help/primer/single_atom_array.htm
+lib/j/system/extras/help/primer/gui2.htm
+lib/j/system/extras/help/primer/numeric_constant.htm
+lib/j/system/extras/help/primer/vocabulary.htm
+lib/j/system/extras/help/primer/sentence.htm
+lib/j/system/extras/help/primer/global.htm
+lib/j/system/extras/help/primer/foreign.htm
+lib/j/system/extras/help/primer/tacit_definition.htm
+lib/j/system/extras/help/primer/debug_verb.htm
+lib/j/system/extras/help/primer/local.htm
+lib/j/system/extras/help/primer/item.htm
+lib/j/system/extras/help/primer/amend.htm
+lib/j/system/extras/help/primer/gui.htm
+lib/j/system/extras/help/primer/insert_adverb.htm
+lib/j/system/extras/help/primer/verb_rank.htm
+lib/j/system/extras/help/primer/component_files.htm
+lib/j/system/extras/help/primer/formedit.gif
+lib/j/system/extras/help/primer/your_background.htm
+lib/j/system/extras/help/primer/z_locale.htm
+lib/j/system/extras/help/primer/start_here.htm
+lib/j/system/extras/help/primer/comment.htm
+lib/j/system/extras/help/primer/conjunction.htm
+lib/j/system/extras/help/primer/more_primitives.htm
+lib/j/system/extras/help/primer/monad.htm
+lib/j/system/extras/help/primer/explicit_tacit_trans.htm
+lib/j/system/extras/help/primer/alphabet.htm
+lib/j/system/extras/help/primer/started1.gif
+lib/j/system/extras/help/primer/started2.gif
+lib/j/system/extras/help/primer/from_scattered_index.htm
+lib/j/system/extras/help/primer/how_to_use.htm
+lib/j/system/extras/help/primer/plot.gif
+lib/j/system/extras/help/primer/plot.htm
+lib/j/system/extras/help/primer/get_started.htm
+lib/j/system/extras/help/primer/table_adverb.htm
+lib/j/system/extras/help/primer/table.htm
+lib/j/system/extras/help/primer/control_structure.htm
+lib/j/system/extras/help/primer/error.htm
+lib/j/system/extras/help/primer/primer_pages
+lib/j/system/extras/help/primer/contents.htm
+lib/j/system/extras/help/primer/print_precision.htm
+lib/j/system/extras/help/primer/script_file.htm
+lib/j/system/extras/help/primer/precedence.htm
+lib/j/system/extras/help/primer/name.htm
+lib/j/system/extras/help/dictionary/d000.htm
+lib/j/system/extras/help/dictionary/d001.htm
+lib/j/system/extras/help/dictionary/d010.htm
+lib/j/system/extras/help/dictionary/d011.htm
+lib/j/system/extras/help/dictionary/d600xv.htm
+lib/j/system/extras/help/dictionary/d012.htm
+lib/j/system/extras/help/dictionary/d020.htm
+lib/j/system/extras/help/dictionary/d021.htm
+lib/j/system/extras/help/dictionary/d022.htm
+lib/j/system/extras/help/dictionary/d030.htm
+lib/j/system/extras/help/dictionary/d031.htm
+lib/j/system/extras/help/dictionary/d032.htm
+lib/j/system/extras/help/dictionary/dico.htm
+lib/j/system/extras/help/dictionary/jdoc.css
+lib/j/system/extras/help/dictionary/d310n.htm
+lib/j/system/extras/help/dictionary/dict.htm
+lib/j/system/extras/help/dictionary/intro.htm
+lib/j/system/extras/help/dictionary/d310v.htm
+lib/j/system/extras/help/dictionary/ref.htm
+lib/j/system/extras/help/dictionary/dpco.htm
+lib/j/system/extras/help/dictionary/samp.htm
+lib/j/system/extras/help/dictionary/dfdot.htm
+lib/j/system/extras/help/dictionary/dtdotm.htm
+lib/j/system/extras/help/dictionary/dtdotu.htm
+lib/j/system/extras/help/dictionary/dadot.htm
+lib/j/system/extras/help/dictionary/foo.x
+lib/j/system/extras/help/dictionary/dudot.htm
+lib/j/system/extras/help/dictionary/d630n.htm
+lib/j/system/extras/help/dictionary/d631c.htm
+lib/j/system/extras/help/dictionary/d100.htm
+lib/j/system/extras/help/dictionary/d101.htm
+lib/j/system/extras/help/dictionary/d102.htm
+lib/j/system/extras/help/dictionary/dnb.htm
+lib/j/system/extras/help/dictionary/d630v.htm
+lib/j/system/extras/help/dictionary/dtcapdot.htm
+lib/j/system/extras/help/dictionary/dpdot.htm
+lib/j/system/extras/help/dictionary/d110.htm
+lib/j/system/extras/help/dictionary/d111.htm
+lib/j/system/extras/help/dictionary/d112.htm
+lib/j/system/extras/help/dictionary/d120.htm
+lib/j/system/extras/help/dictionary/d121.htm
+lib/j/system/extras/help/dictionary/d122.htm
+lib/j/system/extras/help/dictionary/dicapdot.htm
+lib/j/system/extras/help/dictionary/cfor.htm
+lib/j/system/extras/help/dictionary/d130.htm
+lib/j/system/extras/help/dictionary/d131.htm
+lib/j/system/extras/help/dictionary/d132.htm
+lib/j/system/extras/help/dictionary/dscapco.htm
+lib/j/system/extras/help/dictionary/xmain.htm
+lib/j/system/extras/help/dictionary/dqco.htm
+lib/j/system/extras/help/dictionary/decapdot.htm
+lib/j/system/extras/help/dictionary/limits.htm
+lib/j/system/extras/help/dictionary/dxco.htm
+lib/j/system/extras/help/dictionary/ctrl.htm
+lib/j/system/extras/help/dictionary/dmdot.htm
+lib/j/system/extras/help/dictionary/cbreak.htm
+lib/j/system/extras/help/dictionary/ctry.htm
+lib/j/system/extras/help/dictionary/dacapdot.htm
+lib/j/system/extras/help/dictionary/d200.htm
+lib/j/system/extras/help/dictionary/d201.htm
+lib/j/system/extras/help/dictionary/d210.htm
+lib/j/system/extras/help/dictionary/d211.htm
+lib/j/system/extras/help/dictionary/d212.htm
+lib/j/system/extras/help/dictionary/ccont.htm
+lib/j/system/extras/help/dictionary/d221.htm
+lib/j/system/extras/help/dictionary/d222.htm
+lib/j/system/extras/help/dictionary/d230.htm
+lib/j/system/extras/help/dictionary/dictionary_pages
+lib/j/system/extras/help/dictionary/d231.htm
+lib/j/system/extras/help/dictionary/d232.htm
+lib/j/system/extras/help/dictionary/title.htm
+lib/j/system/extras/help/dictionary/d202n.htm
+lib/j/system/extras/help/dictionary/drdot.htm
+lib/j/system/extras/help/dictionary/ack.htm
+lib/j/system/extras/help/dictionary/d202v.htm
+lib/j/system/extras/help/dictionary/dlcapco.htm
+lib/j/system/extras/help/dictionary/ddcapco.htm
+lib/j/system/extras/help/dictionary/dlcapdot.htm
+lib/j/system/extras/help/dictionary/d300.htm
+lib/j/system/extras/help/dictionary/d301.htm
+lib/j/system/extras/help/dictionary/dx000.htm
+lib/j/system/extras/help/dictionary/dx001.htm
+lib/j/system/extras/help/dictionary/dx002.htm
+lib/j/system/extras/help/dictionary/dx003.htm
+lib/j/system/extras/help/dictionary/dx004.htm
+lib/j/system/extras/help/dictionary/dhcapdot.htm
+lib/j/system/extras/help/dictionary/dx005.htm
+lib/j/system/extras/help/dictionary/dx006.htm
+lib/j/system/extras/help/dictionary/dx007.htm
+lib/j/system/extras/help/dictionary/dx009.htm
+lib/j/system/extras/help/dictionary/vocabul.htm
+lib/j/system/extras/help/dictionary/d311.htm
+lib/j/system/extras/help/dictionary/d312.htm
+lib/j/system/extras/help/dictionary/dx011.htm
+lib/j/system/extras/help/dictionary/dx013.htm
+lib/j/system/extras/help/dictionary/dx015.htm
+lib/j/system/extras/help/dictionary/dodot.htm
+lib/j/system/extras/help/dictionary/dx018.htm
+lib/j/system/extras/help/dictionary/d320.htm
+lib/j/system/extras/help/dictionary/d321.htm
+lib/j/system/extras/help/dictionary/d322.htm
+lib/j/system/extras/help/dictionary/djdot.htm
+lib/j/system/extras/help/dictionary/d330.htm
+lib/j/system/extras/help/dictionary/d331.htm
+lib/j/system/extras/help/dictionary/d332.htm
+lib/j/system/extras/help/dictionary/dedot.htm
+lib/j/system/extras/help/dictionary/ddcapdot.htm
+lib/j/system/extras/help/dictionary/d202n.htm.old
+lib/j/system/extras/help/dictionary/dsco.htm
+lib/j/system/extras/help/dictionary/cassert.htm
+lib/j/system/extras/help/dictionary/d530n.htm
+lib/j/system/extras/help/dictionary/d530v.htm
+lib/j/system/extras/help/dictionary/samp01.htm
+lib/j/system/extras/help/dictionary/samp02.htm
+lib/j/system/extras/help/dictionary/samp03.htm
+lib/j/system/extras/help/dictionary/samp04.htm
+lib/j/system/extras/help/dictionary/samp05.htm
+lib/j/system/extras/help/dictionary/samp06.htm
+lib/j/system/extras/help/dictionary/samp07.htm
+lib/j/system/extras/help/dictionary/samp08.htm
+lib/j/system/extras/help/dictionary/samp09.htm
+lib/j/system/extras/help/dictionary/samp10.htm
+lib/j/system/extras/help/dictionary/samp11.htm
+lib/j/system/extras/help/dictionary/samp12.htm
+lib/j/system/extras/help/dictionary/samp13.htm
+lib/j/system/extras/help/dictionary/samp14.htm
+lib/j/system/extras/help/dictionary/samp15.htm
+lib/j/system/extras/help/dictionary/d400.htm
+lib/j/system/extras/help/dictionary/samp16.htm
+lib/j/system/extras/help/dictionary/d401.htm
+lib/j/system/extras/help/dictionary/samp17.htm
+lib/j/system/extras/help/dictionary/d402.htm
+lib/j/system/extras/help/dictionary/samp18.htm
+lib/j/system/extras/help/dictionary/samp19.htm
+lib/j/system/extras/help/dictionary/samp20.htm
+lib/j/system/extras/help/dictionary/samp21.htm
+lib/j/system/extras/help/dictionary/samp22.htm
+lib/j/system/extras/help/dictionary/samp23.htm
+lib/j/system/extras/help/dictionary/samp24.htm
+lib/j/system/extras/help/dictionary/samp25.htm
+lib/j/system/extras/help/dictionary/d410.htm
+lib/j/system/extras/help/dictionary/samp26.htm
+lib/j/system/extras/help/dictionary/d411.htm
+lib/j/system/extras/help/dictionary/samp27.htm
+lib/j/system/extras/help/dictionary/d412.htm
+lib/j/system/extras/help/dictionary/samp28.htm
+lib/j/system/extras/help/dictionary/d220n.htm
+lib/j/system/extras/help/dictionary/d420.htm
+lib/j/system/extras/help/dictionary/d421.htm
+lib/j/system/extras/help/dictionary/d422.htm
+lib/j/system/extras/help/dictionary/d220v.htm
+lib/j/system/extras/help/dictionary/cthrow.htm
+lib/j/system/extras/help/dictionary/dx128.htm
+lib/j/system/extras/help/dictionary/d430.htm
+lib/j/system/extras/help/dictionary/d431.htm
+lib/j/system/extras/help/dictionary/d432.htm
+lib/j/system/extras/help/dictionary/errors.htm
+lib/j/system/extras/help/dictionary/special.htm
+lib/j/system/extras/help/dictionary/dtco.htm
+lib/j/system/extras/help/dictionary/intro01.htm
+lib/j/system/extras/help/dictionary/intro02.htm
+lib/j/system/extras/help/dictionary/intro03.htm
+lib/j/system/extras/help/dictionary/intro04.htm
+lib/j/system/extras/help/dictionary/intro05.htm
+lib/j/system/extras/help/dictionary/intro06.htm
+lib/j/system/extras/help/dictionary/intro07.htm
+lib/j/system/extras/help/dictionary/intro08.htm
+lib/j/system/extras/help/dictionary/intro09.htm
+lib/j/system/extras/help/dictionary/intro10.htm
+lib/j/system/extras/help/dictionary/intro11.htm
+lib/j/system/extras/help/dictionary/intro12.htm
+lib/j/system/extras/help/dictionary/intro13.htm
+lib/j/system/extras/help/dictionary/intro14.htm
+lib/j/system/extras/help/dictionary/intro15.htm
+lib/j/system/extras/help/dictionary/intro16.htm
+lib/j/system/extras/help/dictionary/intro17.htm
+lib/j/system/extras/help/dictionary/intro18.htm
+lib/j/system/extras/help/dictionary/intro19.htm
+lib/j/system/extras/help/dictionary/intro20.htm
+lib/j/system/extras/help/dictionary/intro21.htm
+lib/j/system/extras/help/dictionary/intro22.htm
+lib/j/system/extras/help/dictionary/intro23.htm
+lib/j/system/extras/help/dictionary/intro24.htm
+lib/j/system/extras/help/dictionary/intro25.htm
+lib/j/system/extras/help/dictionary/intro26.htm
+lib/j/system/extras/help/dictionary/intro27.htm
+lib/j/system/extras/help/dictionary/intro28.htm
+lib/j/system/extras/help/dictionary/intro29.htm
+lib/j/system/extras/help/dictionary/d600n.htm
+lib/j/system/extras/help/dictionary/d600v.htm
+lib/j/system/extras/help/dictionary/dict1.htm
+lib/j/system/extras/help/dictionary/dict2.htm
+lib/j/system/extras/help/dictionary/dict3.htm
+lib/j/system/extras/help/dictionary/d500.htm
+lib/j/system/extras/help/dictionary/d502.htm
+lib/j/system/extras/help/dictionary/dconsf.htm
+lib/j/system/extras/help/dictionary/d520.htm
+lib/j/system/extras/help/dictionary/d521.htm
+lib/j/system/extras/help/dictionary/dccapdot.htm
+lib/j/system/extras/help/dictionary/d522.htm
+lib/j/system/extras/help/dictionary/d523.htm
+lib/j/system/extras/help/dictionary/dbdotn.htm
+lib/j/system/extras/help/dictionary/d531.htm
+lib/j/system/extras/help/dictionary/d532.htm
+lib/j/system/extras/help/dictionary/cgoto.htm
+lib/j/system/extras/help/dictionary/dicta.htm
+lib/j/system/extras/help/dictionary/dbdotu.htm
+lib/j/system/extras/help/dictionary/dictb.htm
+lib/j/system/extras/help/dictionary/dictc.htm
+lib/j/system/extras/help/dictionary/dictd.htm
+lib/j/system/extras/help/dictionary/dicte.htm
+lib/j/system/extras/help/dictionary/dictf.htm
+lib/j/system/extras/help/dictionary/dictg.htm
+lib/j/system/extras/help/dictionary/dicth.htm
+lib/j/system/extras/help/dictionary/dicti.htm
+lib/j/system/extras/help/dictionary/dictj.htm
+lib/j/system/extras/help/dictionary/dpdotdot.htm
+lib/j/system/extras/help/dictionary/cret.htm
+lib/j/system/extras/help/dictionary/duco.htm
+lib/j/system/extras/help/dictionary/d601.htm
+lib/j/system/extras/help/dictionary/d602.htm
+lib/j/system/extras/help/dictionary/didot.htm
+lib/j/system/extras/help/dictionary/dcons.htm
+lib/j/system/extras/help/dictionary/d610.htm
+lib/j/system/extras/help/dictionary/d612.htm
+lib/j/system/extras/help/dictionary/dddot.htm
+lib/j/system/extras/help/dictionary/d620.htm
+lib/j/system/extras/help/dictionary/d621.htm
+lib/j/system/extras/help/dictionary/d622.htm
+lib/j/system/extras/help/dictionary/d631.htm
+lib/j/system/extras/help/dictionary/d632.htm
+lib/j/system/extras/help/dictionary/d640.htm
+lib/j/system/extras/help/dictionary/dxdot.htm
+lib/j/system/extras/help/dictionary/csel.htm
+lib/j/system/extras/help/dictionary/cif.htm
+lib/j/system/extras/help/dictionary/cwhile.htm
+lib/j/system/extras/help/dictionary/contents.htm
+lib/j/system/extras/help/phrases/merge_amend.htm
+lib/j/system/extras/help/phrases/finance.htm
+lib/j/system/extras/help/phrases/explicit_def.htm
+lib/j/system/extras/help/phrases/parity_symmetry.htm
+lib/j/system/extras/help/phrases/geometry.htm
+lib/j/system/extras/help/phrases/random_numbers.htm
+lib/j/system/extras/help/phrases/math_stats.htm
+lib/j/system/extras/help/phrases/case_statements.htm
+lib/j/system/extras/help/phrases/intervals.htm
+lib/j/system/extras/help/phrases/plotting.htm
+lib/j/system/extras/help/phrases/special_matrices.htm
+lib/j/system/extras/help/phrases/adverbs_conjunctions.htm
+lib/j/system/extras/help/phrases/sorting.htm
+lib/j/system/extras/help/phrases/gerunds.htm
+lib/j/system/extras/help/phrases/bond_curry.htm
+lib/j/system/extras/help/phrases/hooks.htm
+lib/j/system/extras/help/phrases/locate_select.htm
+lib/j/system/extras/help/phrases/complex_numbers.htm
+lib/j/system/extras/help/phrases/inverse.htm
+lib/j/system/extras/help/phrases/duality.htm
+lib/j/system/extras/help/phrases/title.htm
+lib/j/system/extras/help/phrases/sums_means.htm
+lib/j/system/extras/help/phrases/test.htm
+lib/j/system/extras/help/phrases/numbers_counting.htm
+lib/j/system/extras/help/phrases/locales_loading_sf.htm
+lib/j/system/extras/help/phrases/date_time.htm
+lib/j/system/extras/help/phrases/phrases_pages
+lib/j/system/extras/help/phrases/indexing.htm
+lib/j/system/extras/help/phrases/partition.htm
+lib/j/system/extras/help/phrases/linear_vector_func.htm
+lib/j/system/extras/help/phrases/rank.htm
+lib/j/system/extras/help/phrases/execution_time_space.htm
+lib/j/system/extras/help/phrases/miscellaneous.htm
+lib/j/system/extras/help/phrases/transformations.htm
+lib/j/system/extras/help/phrases/type_change.htm
+lib/j/system/extras/help/phrases/references.htm
+lib/j/system/extras/help/phrases/grids.htm
+lib/j/system/extras/help/phrases/matrix_algebra.htm
+lib/j/system/extras/help/phrases/rank_class.htm
+lib/j/system/extras/help/phrases/structural.htm
+lib/j/system/extras/help/phrases/permutations.htm
+lib/j/system/extras/help/phrases/function_tables.htm
+lib/j/system/extras/help/phrases/specimens.htm
+lib/j/system/extras/help/phrases/arithmetic.htm
+lib/j/system/extras/help/phrases/approximation.htm
+lib/j/system/extras/help/phrases/polynomials_rational.htm
+lib/j/system/extras/help/phrases/inside_boxes.htm
+lib/j/system/extras/help/phrases/e_pluribus_unum.htm
+lib/j/system/extras/help/phrases/ambivalent_functions.htm
+lib/j/system/extras/help/phrases/conventions.htm
+lib/j/system/extras/help/phrases/character.htm
+lib/j/system/extras/help/phrases/rotate_reflect.htm
+lib/j/system/extras/help/phrases/representations.htm
+lib/j/system/extras/help/phrases/grading.htm
+lib/j/system/extras/help/phrases/verb_trains.htm
+lib/j/system/extras/help/phrases/trans_functions.htm
+lib/j/system/extras/help/phrases/contents.htm
+lib/j/system/extras/help/phrases/quadrature_simpson.htm
+lib/j/system/extras/help/box.jpg
+lib/j/system/extras/labs/math/frame.ijt
+lib/j/system/extras/labs/math/catalan.ijt
+lib/j/system/extras/labs/math/groups.ijt
+lib/j/system/extras/labs/math/fntab.ijt
+lib/j/system/extras/labs/math/pythag3.ijt
+lib/j/system/extras/labs/math/bincoefs.ijt
+lib/j/system/extras/labs/math/rot.ijt
+lib/j/system/extras/labs/math/polynom.ijt
+lib/j/system/extras/labs/math/volume.ijt
+lib/j/system/extras/labs/math/mathroot.ijt
+lib/j/system/extras/labs/math/bestfit.ijt
+lib/j/system/extras/labs/math/tables.ijt
+lib/j/system/extras/labs/math/area.ijt
+lib/j/system/extras/labs/math/families.ijt
+lib/j/system/extras/labs/math/shapley.ijt
+lib/j/system/extras/labs/math/iter.ijt
+lib/j/system/extras/labs/math/averages.ijt
+lib/j/system/extras/labs/math/spiral.ijt
+lib/j/system/extras/labs/math/teachersaide.ijt
+lib/j/system/extras/labs/math/symmetric.ijt
+lib/j/system/extras/labs/graphics/openglut.ijt
+lib/j/system/extras/labs/graphics/graphut.ijt
+lib/j/system/extras/labs/graphics/fractals.ijt
+lib/j/system/extras/labs/graphics/viewmat.ijt
+lib/j/system/extras/labs/graphics/opengl.ijt
+lib/j/system/extras/labs/graphics/plot.ijt
+lib/j/system/extras/labs/labdir.ijs
+lib/j/system/extras/labs/general/queens_and_knights.ijt
+lib/j/system/extras/labs/general/jturtleuser.ijt
+lib/j/system/extras/labs/general/towerofhanoi.ijt
+lib/j/system/extras/labs/general/fuzzy.ijt
+lib/j/system/extras/labs/general/ballclck.ijt
+lib/j/system/extras/labs/general/circuittheoryii.ijt
+lib/j/system/extras/labs/general/huffman.ijt
+lib/j/system/extras/labs/general/circuittheoryi.ijt
+lib/j/system/extras/labs/general/seqmachine.ijt
+lib/j/system/extras/labs/labintro.txt
+lib/j/system/extras/labs/labs.txt
+lib/j/system/extras/labs/system/files.ijt
+lib/j/system/extras/labs/system/client_server.ijt
+lib/j/system/extras/labs/system/lapack.ijt
+lib/j/system/extras/labs/system/dllwrite.ijt
+lib/j/system/extras/labs/system/grid.ijt
+lib/j/system/extras/labs/system/sockcli.ijt
+lib/j/system/extras/labs/system/odbcint.ijt
+lib/j/system/extras/labs/system/odbcinv.ijt
+lib/j/system/extras/labs/system/debug.ijt
+lib/j/system/extras/labs/system/gridexam.ijt
+lib/j/system/extras/labs/system/printutl.ijt
+lib/j/system/extras/labs/system/odbcblob.ijt
+lib/j/system/extras/labs/system/taskbar.ijt
+lib/j/system/extras/labs/system/mappeddb.ijs
+lib/j/system/extras/labs/system/mappeddb.ijt
+lib/j/system/extras/labs/system/sockserv.ijt
+lib/j/system/extras/labs/system/printer.ijt
+lib/j/system/extras/labs/system/apps.ijt
+lib/j/system/extras/labs/system/sockinet.ijt
+lib/j/system/extras/labs/system/regbuild.ijt
+lib/j/system/extras/labs/system/author.ijt
+lib/j/system/extras/labs/system/dllwin32.ijt
+lib/j/system/extras/labs/system/odbcsap.ijt
+lib/j/system/extras/labs/system/callback.ijt
+lib/j/system/extras/labs/system/pm.ijt
+lib/j/system/extras/labs/system/special_searches.ijt
+lib/j/system/extras/labs/system/formedit.ijt
+lib/j/system/extras/labs/system/mapfile.ijt
+lib/j/system/extras/labs/system/regex.ijt
+lib/j/system/extras/labs/system/printf.ijt
+lib/j/system/extras/labs/system/gridlow.ijt
+lib/j/system/extras/labs/language/intro.ijt
+lib/j/system/extras/labs/language/jtaste1.ijt
+lib/j/system/extras/labs/language/jtaste2.ijt
+lib/j/system/extras/labs/language/j.ijt
+lib/j/system/extras/labs/language/sparse.ijt
+lib/j/system/extras/labs/language/display.ijt
+lib/j/system/extras/labs/language/locales.ijt
+lib/j/system/extras/labs/language/oop.ijt
+lib/j/system/extras/labs/language/monad.ijt
+lib/j/system/extras/labs/livetexts/linearalgebra.ijt
+lib/j/system/extras/labs/livetexts/grade8-7.ijt
+lib/j/system/extras/labs/livetexts/coleman.ijt
+lib/j/system/extras/labs/livetexts/finitemath.ijt
+lib/j/system/extras/labs/livetexts/arithmetic.ijt
+lib/j/system/extras/labs/livetexts/candg.ijt
+lib/j/system/extras/labs/personal/personal.txt
+lib/j/system/extras/util/jpm.ijs
+lib/j/system/extras/util/jul.ijl
+lib/j/system/extras/util/lab.ijs
+lib/j/system/extras/util/cfgfns.ijs
+lib/j/system/extras/util/scripdoc.ijs
+lib/j/system/extras/util/project.ijs
+lib/j/system/extras/util/jadecon.ijs
+lib/j/system/extras/util/dbtbar.bmp
+lib/j/system/extras/util/lauthor.ijs
+lib/j/system/extras/util/configur.ijs
+lib/j/system/extras/util/fif.ijs
+lib/j/system/extras/util/autocode.ijs
+lib/j/system/extras/util/fiw.ijs
+lib/j/system/extras/util/helpndx.ijs
+lib/j/system/extras/util/forms.ijs
+lib/j/system/extras/util/pp.ijs
+lib/j/system/extras/util/wizard.ijs
+lib/j/system/extras/util/formedit.ijs
+lib/j/system/extras/util/jijs.ijs
+lib/j/system/extras/util/demos.ijs
+lib/j/system/extras/util/testogl.ijs
+lib/j/system/extras/util/jadefull.ijs
+lib/j/system/extras/util/boot.ijs
+lib/j/system/extras/util/dirmatch.ijs
+lib/j/system/extras/util/cfguser.ijs
+lib/j/system/extras/util/minijx.ijs
+lib/j/system/extras/util/newuser.ijs
+lib/j/system/extras/util/help.ijs
+lib/j/system/extras/util/util.txt
+lib/j/system/extras/util/debugs.ijs
+lib/j/system/extras/util/browser.ijs
+lib/j/system/extras/migrate/paths.ijs
+lib/j/system/extras/migrate/gl2.ijs
+lib/j/system/extras/migrate/gl3.ijs
+lib/j/system/extras/migrate/socket.ijs
+lib/j/system/extras/config/colorsmp.ijs
+lib/j/system/extras/config/config.txt
+lib/j/system/extras/config/pubschms.ijs
+lib/j/system/extras/config/scripts.ijs
+lib/j/system/extras/config/colordef.ijs
+lib/j/system/extras/config/stdcfg.ijs
+lib/j/system/examples/dde/dde.txt
+lib/j/system/examples/dde/client1.ijs
+lib/j/system/examples/dde/client2.ijs
+lib/j/system/examples/dde/jmodule.bas
+lib/j/system/examples/dde/jdialog.frm
+lib/j/system/examples/dde/jdialog.frx
+lib/j/system/examples/dll/jdll.ijs
+lib/j/system/examples/dll/dll.txt
+lib/j/system/examples/ole/vb/cities.exe
+lib/j/system/examples/ole/vb/cities.frm
+lib/j/system/examples/ole/vb/cities.vbp
+lib/j/system/examples/ole/vb/cities.vbw
+lib/j/system/examples/ole/vb/jsrv1.exe
+lib/j/system/examples/ole/vb/jsrv1.frm
+lib/j/system/examples/ole/vb/jsrv1.vbp
+lib/j/system/examples/ole/vb/jsrv1.vbw
+lib/j/system/examples/ole/vb/call.exe
+lib/j/system/examples/ole/vb/call.frm
+lib/j/system/examples/ole/vb/call.vbp
+lib/j/system/examples/ole/vb/call.vbw
+lib/j/system/examples/ole/vb/jole.bas
+lib/j/system/examples/ole/vb/about.frm
+lib/j/system/examples/ole/vb/view.frm
+lib/j/system/examples/ole/cpp/jclient/res/toolbar.bmp
+lib/j/system/examples/ole/cpp/jclient/res/jcl.ico
+lib/j/system/examples/ole/cpp/jclient/res/jcl.rc2
+lib/j/system/examples/ole/cpp/jclient/res/jcldoc.ico
+lib/j/system/examples/ole/cpp/jclient/resource.h
+lib/j/system/examples/ole/cpp/jclient/jcl.h
+lib/j/system/examples/ole/cpp/jclient/mainfrm.cpp
+lib/j/system/examples/ole/cpp/jclient/jclview.cpp
+lib/j/system/examples/ole/cpp/jclient/jsvr.cpp
+lib/j/system/examples/ole/cpp/jclient/jdllodl.h
+lib/j/system/examples/ole/cpp/jclient/jcl.rc
+lib/j/system/examples/ole/cpp/jclient/readme.txt
+lib/j/system/examples/ole/cpp/jclient/jsvr.h
+lib/j/system/examples/ole/cpp/jclient/jexeodl.h
+lib/j/system/examples/ole/cpp/jclient/stdafx.cpp
+lib/j/system/examples/ole/cpp/jclient/stdafx.h
+lib/j/system/examples/ole/cpp/jclient/jcldoc.h
+lib/j/system/examples/ole/cpp/jclient/jcl.cpp
+lib/j/system/examples/ole/cpp/jclient/jcl.mak
+lib/j/system/examples/ole/cpp/jclient/jcl.odl
+lib/j/system/examples/ole/cpp/jclient/jcl.reg
+lib/j/system/examples/ole/cpp/jclient/mainfrm.h
+lib/j/system/examples/ole/cpp/jclient/jcldoc.cpp
+lib/j/system/examples/ole/cpp/jclient/jclview.h
+lib/j/system/examples/ole/excel/xlextract.ijs
+lib/j/system/examples/ole/excel/excel.txt
+lib/j/system/examples/ole/excel/xlutil.ijs
+lib/j/system/examples/ole/excel/jdemo.txt
+lib/j/system/examples/ole/excel/jmacros.txt
+lib/j/system/examples/ole/excel/jsrvdemo.txt
+lib/j/system/examples/ole/excel/jsutil.txt
+lib/j/system/examples/ole/excel/xldemo.ijs
+lib/j/system/examples/ole/ole.txt
+lib/j/system/examples/data/jr4.rtf
+lib/j/system/examples/data/emplname.ndx
+lib/j/system/examples/data/dm0396.txt
+lib/j/system/examples/data/cities.dat
+lib/j/system/examples/data/datename.ijs
+lib/j/system/examples/data/data.txt
+lib/j/system/examples/data/toolbar.bmp
+lib/j/system/examples/data/toolbar.gif
+lib/j/system/examples/data/j.bmp
+lib/j/system/examples/data/j.ico
+lib/j/system/examples/data/emphire.ndx
+lib/j/system/examples/data/empdept.ndx
+lib/j/system/examples/data/orders.prn
+lib/j/system/examples/data/jblob.mdb
+lib/j/system/examples/data/country.ijs
+lib/j/system/examples/data/rtf.txt
+lib/j/system/examples/data/actables.ijf
+lib/j/system/examples/data/emp.dbf
+lib/j/system/examples/data/emp.dbt
+lib/j/system/examples/data/emp.inf
+lib/j/system/examples/data/messier.xls
+lib/j/system/examples/data/stdtbar.bmp
+lib/j/system/examples/data/loc.dbf
+lib/j/system/examples/data/loc.inf
+lib/j/system/examples/data/isitbar8.bmp
+lib/j/system/examples/data/toucan.bmp
+lib/j/system/examples/data/jb.ico
+lib/j/system/examples/data/jdll.h
+lib/j/system/examples/data/jr.ico
+lib/j/system/examples/data/jy.ico
+lib/j/system/examples/data/addr.dbf
+lib/j/system/examples/data/58csom.dat
+lib/j/system/examples/data/tdat2.prn
+lib/j/system/examples/data/dept.dbf
+lib/j/system/examples/data/tdata.dbf
+lib/j/system/examples/data/tdata.dat
+lib/j/system/examples/data/tdata.csv
+lib/j/system/examples/data/tdata.prn
+lib/j/system/examples/data/sales.dat
+lib/j/system/examples/data/globe.ico
+lib/j/system/examples/data/jbox.bmp
+lib/j/system/examples/data/80csom.dat
+lib/j/system/examples/data/jbw.bmp
+lib/j/system/examples/data/jdata.mdb
+lib/j/system/examples/data/jdata.xls
+lib/j/system/examples/data/table.dat
+lib/j/system/examples/data/expense.xls
+lib/j/system/examples/demo/mouse.ijs
+lib/j/system/examples/demo/days.ijs
+lib/j/system/examples/demo/rtf.ijs
+lib/j/system/examples/demo/allout.ijs
+lib/j/system/examples/demo/editfile.ijs
+lib/j/system/examples/demo/citywp.ijs
+lib/j/system/examples/demo/runtime.ico
+lib/j/system/examples/demo/runtime.ijs
+lib/j/system/examples/demo/citycalc.ijs
+lib/j/system/examples/demo/control1.ijs
+lib/j/system/examples/demo/control2.ijs
+lib/j/system/examples/demo/control3.ijs
+lib/j/system/examples/demo/controls.ijs
+lib/j/system/examples/demo/events.ijs
+lib/j/system/examples/demo/citydemo.ijs
+lib/j/system/examples/demo/name.ijs
+lib/j/system/examples/odbc/excel.ijs
+lib/j/system/examples/odbc/dbase.ijs
+lib/j/system/examples/odbc/text.ijs
+lib/j/system/examples/odbc/access.ijs
+lib/j/system/examples/odbc/odbc.txt
+lib/j/system/examples/games/solitaire/options.ijs
+lib/j/system/examples/games/solitaire/main.ijs
+lib/j/system/examples/games/solitaire/record.txt
+lib/j/system/examples/games/solitaire/cards.j31
+lib/j/system/examples/games/solitaire/about.ijs
+lib/j/system/examples/games/solitaire/used.ijs
+lib/j/system/examples/games/solitaire/win.ijs
+lib/j/system/examples/graphics/plot/plexam.ijs
+lib/j/system/examples/graphics/plot/view3d.ijs
+lib/j/system/examples/graphics/plot/plview.ijs
+lib/j/system/examples/graphics/plot/pledit.ijs
+lib/j/system/examples/graphics/plot/pldata.ijs
+lib/j/system/examples/graphics/plot/plotrun.ijs
+lib/j/system/examples/graphics/plot/plot.txt
+lib/j/system/examples/graphics/plot/plotdemo.ijs
+lib/j/system/examples/graphics/isigraph/smesser.ijs
+lib/j/system/examples/graphics/isigraph/power.ijs
+lib/j/system/examples/graphics/isigraph/pousse.ijs
+lib/j/system/examples/graphics/isigraph/evolute1.ijs
+lib/j/system/examples/graphics/isigraph/evolute2.ijs
+lib/j/system/examples/graphics/isigraph/koch.ijs
+lib/j/system/examples/graphics/isigraph/solid.ijs
+lib/j/system/examples/graphics/isigraph/polygon.ijs
+lib/j/system/examples/graphics/isigraph/isdemo.ijs
+lib/j/system/examples/graphics/isigraph/siercar1.ijs
+lib/j/system/examples/graphics/isigraph/siercar2.ijs
+lib/j/system/examples/graphics/isigraph/plasma1.ijs
+lib/j/system/examples/graphics/isigraph/spinner.ijs
+lib/j/system/examples/graphics/isigraph/title.ijs
+lib/j/system/examples/graphics/isigraph/polyhedr.ijs
+lib/j/system/examples/graphics/isigraph/enigma.ijs
+lib/j/system/examples/graphics/isigraph/isview.ijs
+lib/j/system/examples/graphics/isigraph/frieze1.ijs
+lib/j/system/examples/graphics/isigraph/isedit.ijs
+lib/j/system/examples/graphics/isigraph/isigraph.txt
+lib/j/system/examples/graphics/isigraph/paint.ijs
+lib/j/system/examples/graphics/isigraph/isdemrun.ijs
+lib/j/system/examples/graphics/isigraph/ifs1.ijs
+lib/j/system/examples/graphics/isigraph/ifs2.ijs
+lib/j/system/examples/graphics/isigraph/sines.ijs
+lib/j/system/examples/graphics/isigraph/iscolor.ijs
+lib/j/system/examples/graphics/isigraph/siertri1.ijs
+lib/j/system/examples/graphics/isigraph/siertri2.ijs
+lib/j/system/examples/graphics/isigraph/siertri3.ijs
+lib/j/system/examples/graphics/isigraph/siertri4.ijs
+lib/j/system/examples/graphics/isigraph/eigenpic.ijs
+lib/j/system/examples/graphics/isigraph/spirals.ijs
+lib/j/system/examples/graphics/opengl/lab/lab.txt
+lib/j/system/examples/graphics/opengl/lab/ogl10.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl11.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl12.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl1.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl2.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl3.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl4.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl5.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl6.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl7.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl8.ijs
+lib/j/system/examples/graphics/opengl/lab/ogl9.ijs
+lib/j/system/examples/graphics/opengl/lab/oglprint.ijs
+lib/j/system/examples/graphics/opengl/demo/kuen.ijs
+lib/j/system/examples/graphics/opengl/demo/boys.ijs
+lib/j/system/examples/graphics/opengl/demo/solar.ijs
+lib/j/system/examples/graphics/opengl/demo/gledit.ijs
+lib/j/system/examples/graphics/opengl/demo/hypara.ijs
+lib/j/system/examples/graphics/opengl/demo/colored.ijs
+lib/j/system/examples/graphics/opengl/demo/ennepers.ijs
+lib/j/system/examples/graphics/opengl/demo/dini.ijs
+lib/j/system/examples/graphics/opengl/demo/intsect1.ijs
+lib/j/system/examples/graphics/opengl/demo/maeder.ijs
+lib/j/system/examples/graphics/opengl/demo/lissajou.ijs
+lib/j/system/examples/graphics/opengl/demo/crosscap.ijs
+lib/j/system/examples/graphics/opengl/demo/title.ijs
+lib/j/system/examples/graphics/opengl/demo/frmount.ijs
+lib/j/system/examples/graphics/opengl/demo/sellipse.ijs
+lib/j/system/examples/graphics/opengl/demo/cups.ijs
+lib/j/system/examples/graphics/opengl/demo/seashell.ijs
+lib/j/system/examples/graphics/opengl/demo/soccer.ijs
+lib/j/system/examples/graphics/opengl/demo/model.ijs
+lib/j/system/examples/graphics/opengl/demo/gldemrun.ijs
+lib/j/system/examples/graphics/opengl/demo/triangle.ijs
+lib/j/system/examples/graphics/opengl/demo/umbtorus.ijs
+lib/j/system/examples/graphics/opengl/demo/basic1.ijs
+lib/j/system/examples/graphics/opengl/demo/basic2.ijs
+lib/j/system/examples/graphics/opengl/demo/basic3.ijs
+lib/j/system/examples/graphics/opengl/demo/basic4.ijs
+lib/j/system/examples/graphics/opengl/demo/basic5.ijs
+lib/j/system/examples/graphics/opengl/demo/demo.txt
+lib/j/system/examples/graphics/opengl/demo/drum.ijs
+lib/j/system/examples/graphics/opengl/demo/roman.ijs
+lib/j/system/examples/graphics/opengl/demo/gldemo.ijs
+lib/j/system/examples/graphics/opengl/demo/trefoil.ijs
+lib/j/system/examples/graphics/opengl/demo/braid.ijs
+lib/j/system/examples/graphics/opengl/demo/tank.ijs
+lib/j/system/examples/graphics/opengl/demo/klein.ijs
+lib/j/system/examples/graphics/opengl/demo/moebius.ijs
+lib/j/system/examples/graphics/opengl/demo/torus.ijs
+lib/j/system/examples/graphics/opengl/demo/jbox.ijs
+lib/j/system/examples/graphics/opengl/demo/bucky.ijs
+lib/j/system/examples/graphics/opengl/demo/teapot.ijs
+lib/j/system/examples/graphics/opengl/demo/whitney.ijs
+lib/j/system/examples/graphics/opengl/demo/helix.ijs
+lib/j/system/examples/graphics/opengl/demo/glview.ijs
+lib/j/system/examples/graphics/opengl/demo/textb1.ijs
+lib/j/system/examples/graphics/opengl/simple/surface.ijs
+lib/j/system/examples/graphics/opengl/simple/red.ijs
+lib/j/system/examples/graphics/opengl/simple/pickcube.ijs
+lib/j/system/examples/graphics/opengl/simple/fog2.ijs
+lib/j/system/examples/graphics/opengl/simple/cube.ijs
+lib/j/system/examples/graphics/opengl/simple/gldemos.ijs
+lib/j/system/examples/graphics/opengl/simple/font.ijs
+lib/j/system/examples/graphics/opengl/simple/pick.ijs
+lib/j/system/examples/graphics/opengl/simple/bitmap.ijs
+lib/j/system/examples/graphics/opengl/simple/select.ijs
+lib/j/system/examples/graphics/opengl/simple/redlit.ijs
+lib/j/system/examples/graphics/opengl/simple/fog.ijs
+lib/j/system/examples/graphics/opengl/simple/font3d.ijs
+lib/j/system/examples/graphics/opengl/simple/sphere.ijs
+lib/j/system/examples/graphics/opengl/simple/blend.ijs
+lib/j/system/examples/graphics/opengl/simple/texture.ijs
+lib/j/system/examples/graphics/opengl/simple/wire.ijs
+lib/j/system/examples/graphics/opengl/simple/curve.ijs
+lib/j/system/examples/graphics/opengl/simple/nurbs.ijs
+lib/j/system/examples/graphics/opengl/simple/lookat.ijs
+lib/j/system/examples/graphics/opengl/simple/simple.txt
+lib/j/system/examples/graphics/opengl/opengl.txt
+lib/j/system/examples/graphics/gnuplot/gpdemo.ijs
+lib/j/system/examples/graphics/gnuplot/gnuplot.txt
+lib/j/system/examples/graphics/graphics.txt
+lib/j/system/examples/print/jeltz.txt
+lib/j/system/examples/print/labdemo.ijs
+lib/j/system/examples/print/alice.txt
+lib/j/system/examples/print/prints.txt
+lib/j/system/examples/runtime/jrt.ico
+lib/j/system/examples/runtime/jrt.ijs
+lib/j/system/examples/runtime/setup.cmd
+lib/j/system/examples/runtime/bldrt.bat
+lib/j/system/examples/runtime/compress.exe
+lib/j/system/examples/dllwrite/dlltest.def
+lib/j/system/examples/dllwrite/dlltest.cpp
+lib/j/system/examples/dllwrite/dlltest.dll
+lib/j/system/examples/dllwrite/dlltest.dsp
+lib/j/system/examples/dllwrite/dlltest.dsw
+lib/j/system/examples/dllwrite/dlltest.ncb
+lib/j/system/examples/dllwrite/dlltest.opt
+lib/j/system/examples/socket/socklab.ijs
+lib/j/system/examples/socket/serverw.ijs
+lib/j/system/examples/socket/servfns.ijs
+lib/j/system/examples/socket/server.ijs
+lib/j/system/examples/socket/socket.txt
+lib/j/system/examples/socket/servfnsw.ijs
+lib/j/system/examples/socket/client.ijs
+lib/j/system/examples/socket/clifns.ijs
+lib/j/system/examples/winapi/hidesess.ijs
+lib/j/system/examples/winapi/viewer.ico
+lib/j/system/examples/winapi/viewer.ijs
+lib/j/system/examples/phrases/phrc1.ijs
+lib/j/system/examples/phrases/phrc2.ijs
+lib/j/system/examples/phrases/phrc13.ijs
+lib/j/system/examples/phrases/phrc4.ijs
+lib/j/system/examples/phrases/phrc5.ijs
+lib/j/system/examples/phrases/phrc6.ijs
+lib/j/system/examples/phrases/phrc7.ijs
+lib/j/system/examples/phrases/phrc8.ijs
+lib/j/system/examples/phrases/phrc9.ijs
+lib/j/system/examples/phrases/phrd1.ijs
+lib/j/system/examples/phrases/phrd2.ijs
+lib/j/system/examples/phrases/phrd8.ijs
+lib/j/system/examples/phrases/phrd9.ijs
+lib/j/system/examples/phrases/phre2.ijs
+lib/j/system/examples/phrases/phre8.ijs
+lib/j/system/examples/phrases/phre9.ijs
+lib/j/system/examples/phrases/phrf2.ijs
+lib/j/system/examples/phrases/phrf9.ijs
+lib/j/system/examples/phrases/phrg2.ijs
+lib/j/system/examples/phrases/phrh2.ijs
+lib/j/system/examples/phrases/phrd10.ijs
+lib/j/system/examples/phrases/phre10.ijs
+lib/j/system/examples/phrases/phrf10.ijs
+lib/j/system/examples/phrases/phra10.ijs
+lib/j/system/examples/phrases/phra11.ijs
+lib/j/system/examples/phrases/phra12.ijs
+lib/j/system/examples/phrases/phra13.ijs
+lib/j/system/examples/phrases/phra14.ijs
+lib/j/system/examples/phrases/phra15.ijs
+lib/j/system/examples/phrases/phrb10.ijs
+lib/j/system/examples/phrases/phrb11.ijs
+lib/j/system/examples/phrases/phrb13.ijs
+lib/j/system/examples/phrases/phrb14.ijs
+lib/j/system/examples/phrases/phrb15.ijs
+lib/j/system/examples/phrases/phra1.ijs
+lib/j/system/examples/phrases/phra2.ijs
+lib/j/system/examples/phrases/phra3.ijs
+lib/j/system/examples/phrases/phra4.ijs
+lib/j/system/examples/phrases/phra5.ijs
+lib/j/system/examples/phrases/phra6.ijs
+lib/j/system/examples/phrases/phra7.ijs
+lib/j/system/examples/phrases/phra8.ijs
+lib/j/system/examples/phrases/phra9.ijs
+lib/j/system/examples/phrases/phrb2.ijs
+lib/j/system/examples/phrases/phrb3.ijs
+lib/j/system/examples/phrases/phrb4.ijs
+lib/j/system/examples/phrases/phrb5.ijs
+lib/j/system/examples/phrases/phrb6.ijs
+lib/j/system/examples/phrases/phrb7.ijs
+lib/j/system/examples/phrases/phrb8.ijs
+lib/j/system/examples/phrases/phrb9.ijs
+lib/j/system/examples/phrases/phrc10.ijs
+lib/j/system/examples/phrases/phrc11.ijs
+lib/j/system/classes/cs/jsss_demo.ijs
+lib/j/system/classes/cs/jssc.ijs
+lib/j/system/classes/cs/jsss.ijs
+lib/j/system/classes/dir/jdirs.ijs
+lib/j/system/classes/pbc/pbcx.ijs
+lib/j/system/classes/pbc/pbc.ijs
+lib/j/system/classes/dict/dict.txt
+lib/j/system/classes/dict/jwdict.ijs
+lib/j/system/classes/dict/jzdict.ijs
+lib/j/system/classes/dict/dictdemo.ijs
+lib/j/system/classes/dict/jndict.ijs
+lib/j/system/classes/grid/jwatch.ijs
+lib/j/system/classes/grid/jzgrid.ijs
+lib/j/system/classes/grid/jsgrid.ijs
+lib/j/system/classes/grid/jwgrid.ijs
+lib/j/system/classes/grid/jfreport.ijs
+lib/j/system/classes/grid/jfgrid.ijs
+lib/j/system/classes/grid/jtgrid.ijs
+lib/j/system/classes/grid/jtable.ijs
+lib/j/system/classes/grid/jvgrid.ijs
+lib/j/system/classes/plot/jzplot.ijs
+lib/j/system/classes/plot/plotdefs.ijs
+lib/j/system/classes/plot/plot.ijs
+lib/j/system/classes/view/viewmat.ijs
+lib/j/system/classes/view/jview.ijs
+lib/j/system/classes/view/jsview.ijs
+lib/j/system/classes/graph/graph.ijs
+lib/j/system/classes/graph/jzgraph.ijs
+lib/j/system/classes/input/jpick.ijs
+lib/j/system/classes/input/jfiletype.ijs
+lib/j/system/classes/input/jinput.ijs
+lib/j/system/classes/input/jselect.ijs
+lib/j/system/classes/input/jpwd.ijs
+lib/j/system/classes/template/empty.ijs
+lib/j/system/classes/template/class.ijs
+lib/j/system/classes/template/base.ijs
+lib/j/system/classes/browse/jbrowse.ijs
+lib/j/system/classes/opengl/jzopengl.ijs
+lib/j/system/classes/opengl/opengl.ijs
+lib/j/system/classes/socket/jtelnet.ijs
+lib/j/system/classes/socket/jserver.ijs
+lib/j/system/classes/winapi/notify.ijs
+lib/j/system/classes/classes.txt
 lib/j/user/labs/labs.txt
+lib/j/user/config/config.txt
 lib/j/user/projects/projects.txt
 lib/j/user/user.txt
+lib/j/user/classes/classes.txt
+lib/j/profile.ijs
+@dirrm lib/j/system/classes/browse
+@dirrm lib/j/system/classes/cs
 @dirrm lib/j/system/classes/dict
 @dirrm lib/j/system/classes/dir
 @dirrm lib/j/system/classes/graph
@@ -1574,14 +1701,17 @@
 @dirrm lib/j/system/classes/socket
 @dirrm lib/j/system/classes/template
 @dirrm lib/j/system/classes/view
+@dirrm lib/j/system/classes/winapi
 @dirrm lib/j/system/classes
 @dirrm lib/j/system/examples/data
+@dirrm lib/j/system/examples/dde
 @dirrm lib/j/system/examples/demo
 @dirrm lib/j/system/examples/dll
 @dirrm lib/j/system/examples/dllwrite
+@dirrm lib/j/system/examples/games/solitaire
+@dirrm lib/j/system/examples/games
 @dirrm lib/j/system/examples/graphics/gnuplot
 @dirrm lib/j/system/examples/graphics/isigraph
-@dirrm lib/j/system/examples/graphics/misc
 @dirrm lib/j/system/examples/graphics/opengl/demo
 @dirrm lib/j/system/examples/graphics/opengl/lab
 @dirrm lib/j/system/examples/graphics/opengl/simple
@@ -1589,24 +1719,34 @@
 @dirrm lib/j/system/examples/graphics/plot
 @dirrm lib/j/system/examples/graphics
 @dirrm lib/j/system/examples/odbc
-@dirrm lib/j/system/examples/ole/excel
-@dirrm lib/j/system/examples/ole/vb
 @dirrm lib/j/system/examples/ole/cpp/jclient/res
 @dirrm lib/j/system/examples/ole/cpp/jclient
 @dirrm lib/j/system/examples/ole/cpp
+@dirrm lib/j/system/examples/ole/excel
+@dirrm lib/j/system/examples/ole/vb
 @dirrm lib/j/system/examples/ole
 @dirrm lib/j/system/examples/phrases
 @dirrm lib/j/system/examples/print
-@dirrm lib/j/system/examples/socket
 @dirrm lib/j/system/examples/runtime
-@dirrm lib/j/system/examples/java/nyse
-@dirrm lib/j/system/examples/java/jstest
-@dirrm lib/j/system/examples/java/jcalc
-@dirrm lib/j/system/examples/java/image
-@dirrm lib/j/system/examples/java
-@dirrm lib/j/system/examples/dde
+@dirrm lib/j/system/examples/socket
+@dirrm lib/j/system/examples/winapi
 @dirrm lib/j/system/examples
 @dirrm lib/j/system/extras/config
+@dirrm lib/j/system/extras/help/camn/camnimgs
+@dirrm lib/j/system/extras/help/camn
+@dirrm lib/j/system/extras/help/dictionary
+@dirrm lib/j/system/extras/help/help_index
+@dirrm lib/j/system/extras/help/index
+@dirrm lib/j/system/extras/help/jforc/jforcprogrammers_files
+@dirrm lib/j/system/extras/help/jforc
+@dirrm lib/j/system/extras/help/learning
+@dirrm lib/j/system/extras/help/man
+@dirrm lib/j/system/extras/help/pcre
+@dirrm lib/j/system/extras/help/phrases
+@dirrm lib/j/system/extras/help/primer
+@dirrm lib/j/system/extras/help/release
+@dirrm lib/j/system/extras/help/user
+@dirrm lib/j/system/extras/help
 @dirrm lib/j/system/extras/labs/general
 @dirrm lib/j/system/extras/labs/graphics
 @dirrm lib/j/system/extras/labs/language
@@ -1617,23 +1757,6 @@
 @dirrm lib/j/system/extras/labs
 @dirrm lib/j/system/extras/migrate
 @dirrm lib/j/system/extras/util
-@dirrm lib/j/system/extras/help/man
-@dirrm lib/j/system/extras/help/jforc/jforcprogrammers_files
-@dirrm lib/j/system/extras/help/jforc
-@dirrm lib/j/system/extras/help/user
-@dirrm lib/j/system/extras/help/release
-@dirrm lib/j/system/extras/help/primer
-@dirrm lib/j/system/extras/help/phrases
-@dirrm lib/j/system/extras/help/learning
-@dirrm lib/j/system/extras/help/index
-@dirrm lib/j/system/extras/help/dictionary
-@dirrm lib/j/system/extras/help/camn/camnimgs
-@dirrm lib/j/system/extras/help/camn
-@dirrm lib/j/system/extras/help
-@dirrm lib/j/system/extras/java/classes/isi/jserver
-@dirrm lib/j/system/extras/java/classes/isi
-@dirrm lib/j/system/extras/java/classes
-@dirrm lib/j/system/extras/java
 @dirrm lib/j/system/extras
 @dirrm lib/j/system/main/defs/build
 @dirrm lib/j/system/main/defs
--- linux-j.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050509163944.EAAD245021>