# CLIP file for dbf package.
# 
# [ ] In info2cover, check project file problems as fixed in addlonglat.
#
# [ ] Bug to do with date item widths.
#     If the info file has a date defined as 8 10 D, writing to ascii with
#     default args gives a "YYYYMMDD " formatted date, but the structure
#     file is listed as 8 8 D.  This leaves two extra bytes that throws
#     everything off by two after the date field.  This is only a problem
#     the with fixed width format
#
# [ ] Add an argument to info2ascii for a logical expression, eg,
#     info2ascii cercdbase cercak.dat cercak.def where STATE = 'AK'
#
# [ ] Ascii2info strips leading and trailing spaces from type C fields
#     when creating delimited files.  Fixed width does not.  Question is:
#     Is this a good thing?  Maybe I should make it not do this.
#
# [ ] Make a full blown NT release, ie, with the amls too.
#

install.c	!Installer program for NT release.
install.ini	!Install data for NT installer.

releasent	!NT Release maker perl script.


Makefile	!For WinNT/9x & Cygnus.
copyout		!Copies some stuff out to WinNT/9x format.
killexes.bat	!Deletes all targets made by the makefile to force re-biuld.
refreshhelps	!Refreshes in-line help in all pgms.  Called by growversion.
growversion	!Updates version and release date.  Calls refreshhelps!
release		!Makes a release.
release-dos	!Makes a WinNT/9x release.
release-tests	!Makes releases of the test suites.
dbf2info.html	!Web page for /svr1c/region10/www and earth1/~/region10/www.
moved.html	!Moved notice. Copy to same place software tars are kept.
dbfinstall	!Install script.
dbfinstall.help	!Install script help file.
tinstall	!Sub-section of dbfinstall for testing.
install.aml	!LOCAL install.aml to install one module, or everything.
UNIX-install	!Installs UNIX level utilities in $UTILHOME.
UNIX-uninstall	!Uninstalls UNIX level utilities from $UTILHOME.
d:/rdeardor/lib/c/clip		!Main C clip file.
d:/rdeardor/lib/c/infox/CLIP	!C info routines.
d:/rdeardor/lib/c/dbf/CLIP	!C dbf routines.
d:/rdeardor/lib/c/map/CLIP	!C map routines.
d:/rdeardor/lib/c/misc/CLIP	!C misc routines.
#
# Released files.
#
PROBLEMS	!Problems and solutions.
README		!Overview, install instructions.
README.NT	!NT experimental release notes.
CHANGES		!Change log for the whole release.
TODO		!To do list.
rbdpaths.h	!Released copy.  Link to /usr/include copy.
dbf2info.aml	!AML driver.  Installed in atool/arc.
info2dbf.aml	!  "
info2ascii.aml	!  "
ascii2info.aml	!  "
dbflook.aml	!  "
dbflist.aml	!  "
dbfitems.aml	!  "
infodir.aml	!  "
info2cover.aml	!Main AML.  Installed in atool/arc.
dbf2cover.aml	!  "
checkprj.aml	!Secondary AML.  Installed in utilpath.  Part of info2cover.
makeprjdef.aml	!  "
dbflook.c	!Main C program.  Installed as UNIX commands.
dbflist.c	!  "
dbfitems.c	!  "
dbf2info.c	!  "
info2dbf.c	!  "
info2ascii.c	!  "
ascii2info.c	!  "
infodir.c	!  "
infolook.c	!  "
infoitems.c	!  "
infolist.c	!  "
infodel.c	!  "
makecoocoo.c	!Secondary C pgm.  Src not installed anywhere.  For info2cover.
makegencoo.c	!  "
dbf2info.help	!Help files.
info2dbf.help	!  "
info2ascii.help	!  "
ascii2info.help	!  "
info2cover.help	!  "
dbf2cover.help	!  "
dbflook.help	!  "
dbflist.help	!  "
dbfitems.help	!  "
infolook.help	!  "
infoitems.help	!  "
infolist.help	!  "
infodir.help	!  "
infodel.help	!  "
#
# Other local unreleased C programs, testers, utilities, etc.
#
swaptest.c	!For testing byte swap on the local system.
dbftouch.c	!Used by dbftest testers.  NOT part of verify.
refreshhelp.c	!Refreshes the help section of a C or AML program.
#
# Tests.
#
testunix/CLIP	!UNIX level test suite.
testdos/CLIP	!DOS (actually WinNT/9x command) level test suite.
testarc/CLIP	!ARC/INFO level test suite.
testnumdec/CLIP	!Tests number of decimals on coord
tests/CLIP	!Little single program testers.
#
# Pre-compiled release readmes
#
D:/rdeardor/util/releases/dbf-5.7.DGUX.readme
D:/rdeardor/util/releases/dbf-5.5.IRIX.readme
D:/rdeardor/util/releases/dbf-5.5.OSF.readme
D:/rdeardor/util/releases/dbf-5.5.AIX.readme
D:/rdeardor/util/releases/dbf-5.5.SUNOS.readme
D:/rdeardor/util/releases/dbf-5.5.SOLARIS.readme
