MANIFEST for td_lib-20100705, version t20100705
--------------------------------------------------------------------------------
MANIFEST                        this file
COPYING                         restrictions on copying/using this software
README                          read-me file for this directory
aclocal.m4                      local autoconf macros
config.guess                    configure utility-script
config.sub                      configure utility-script
config_h.in                     autoconf template for include/config.h
configure                       generated configure script
configure.in                    autoconf script for td_lib
descrip.mms                     top-level MMS script for this library on VMS
install-sh                      install-script
makefile.in                     template for generated top-level makefile
td_make.in                      autoconf template for support/td_lib.mk
include                         subdirectory
include/.vilerc                 macro to use in ifdef'ing td_ext.h for autoconf
include/Makefile                make-file for CM_TOOLS common interface directory
include/cmv_defs.h              definitions for CmVision wrappers
include/config.hin              template for include/td_config.h
include/deltree.h               delta-tree function interface
include/dyn_str.h               dynamic-strings interface
include/headers                 list of headers, for install/deinstall
include/llib-ltd                template for lint-library
include/port2vms.h              interface for vms-porting functions
include/ptypes.h                principal include-file for TD_LIB
include/rcsdefs.h               interface for rcs functions
include/sccsdefs.h              interface for sccs functions
include/td_btree.h              interface of btree.c
include/td_curse.h              interface for curses functions
include/td_ext.h                external function definitions used by TD_LIB and related applications
include/td_lib.h                interface of common TD_LIB functions
include/td_local.h              include-file that includes all of the features in TD_LIB
include/td_qsort.h              interface for 'qsort()'
include/td_regex.h              interface for regular expression functions
include/td_scomp.h              interface for source-compare functions
include/td_sheet.h              interface for spreadsheet (CSV) functions
include/vms_dirs.h              VMS unix-style directory-interface definitions
package/debian                  subdirectory
package/debian/changelog        debian build script
package/debian/compat           debian build script
package/debian/control          debian build script
package/debian/copyright        debian build script
package/debian/docs             debian build script
package/debian/rules            debian build script
package/debian/source           subdirectory
package/debian/source/format    debian build script
package/debian                  subdirectory
package/debian/watch            debian build script
package                         subdirectory
package/td_lib.spec             rpm build script for td_lib
src/cm_funcs                    subdirectory
src/cm_funcs/cmv_dir.c          lookup CmVision directory & file paths
src/cm_funcs/cmv_last.c         lookup file's current version in CmVision
src/cm_funcs/cutoff.c           SCCS-style cutoff date parsing
src/cm_funcs/cvslast.c          lookup CVS info
src/cm_funcs/descrip.mms        MMS file for the TD_LIB/SRC/CM_FUNCS directory
src/cm_funcs/lastrev.c          combines calls for RCS/SCCS/CMVision last-revision lookup
src/cm_funcs/makefile.in        template for src/cm_funcs/makefile
src/cm_funcs/modules            src/cm_funcs modules
src/cm_funcs/newzone.c          set new timezone
src/cm_funcs/next_ver.c         next-version computation
src/cm_funcs/packdate.c         pack numbers to make UNIX date
src/cm_funcs/prcslast.c         scan for last PRCS date & version
src/cm_funcs/rcs_dir.c          returns name of RCS-directory
src/cm_funcs/rcsargpr.c         parse argument-pairs of working/archive files
src/cm_funcs/rcsdebug.c         encapsulates $RCS_DEBUG variable
src/cm_funcs/rcsedit.c          edit RCS archive-file
src/cm_funcs/rcskeys.c          decode RCS keywords
src/cm_funcs/rcslast.c          scan for last RCS date & version
src/cm_funcs/rcsload.c          load delta-tree for an RCS file
src/cm_funcs/rcslocks.c         RCS lock-parsing
src/cm_funcs/rcsname.c          derive RCS working/archive filenames
src/cm_funcs/rcspath.c          RCS utility to pathname
src/cm_funcs/rcsperm.c          directory-level RCS permissions
src/cm_funcs/rcssymbs.c         RCS symbols-parsing
src/cm_funcs/rcstemp.c          create temp-file for setuid operations
src/cm_funcs/rcstime.c          encapsulates how to encode/decode archive-times
src/cm_funcs/samebr.c           compares two RCS versions to see if they are from the same branch or trunk
src/cm_funcs/sccs_dir.c         returns name of SCCS directory
src/cm_funcs/sccsdbug.c         encapsulate SCCS_DEBUG environment variable
src/cm_funcs/sccslast.c         scan for last SCCS date & version
src/cm_funcs/sccsname.c         SCCS working/archive name translation (like 'rcsname.c').
src/cm_funcs/sccspath.c         encapsulates knowledge of sccs-path
src/cm_funcs/svn_last.c         wrapper for SVN status
src/cm_funcs/vcs_file.c         encapsulates name of directory-level RCS permissions file
src/cm_funcs/vercmp.c           compare version-strings
src/compare                     subdirectory
src/compare/btree.c             lookup/create nodes in binary-tree
src/compare/cmpqsort.c          default-comparison for 'qsort()'
src/compare/descrip.mms         mms file for td_lib/src/compare
src/compare/diffload.c          load delta-tree from difference of files
src/compare/m2comp.c            Miller/Myers difference algorithm
src/compare/modules             src/compare modules
src/compare/scomp.c             simple difference algorithm
src/curses                      subdirectory
src/curses/addchnst.c           compatibility for 'waddchnstr()' function
src/curses/beep.c               sound audible alarm
src/curses/blip.c               write 1 character to screen, bypassing curses
src/curses/cmdch.c              command-character decoder
src/curses/descrip.mms          mms file for td_lib/src/curses
src/curses/dumpchr.c            dump screen character to file
src/curses/dumptty.c            dumps termio settings to a file, for debugging
src/curses/dumpwin.c            dump curses window to file
src/curses/erasechr.c           returns erase-char value
src/curses/getmaxx.c            workaround for HPUX curses, which has no getmaxx(), etc.
src/curses/is_xterm.c           return true if terminal is xterm
src/curses/killchar.c           returns kill-char value
src/curses/lnextchr.c           returns value of literal-next character
src/curses/logch.c              abstracts log-character encode/decode for 'ded'; put here so I can use it
src/curses/modules              src/curses modules
src/curses/on_winch.c           catch SIGWINCH and invoke display refresh procedures
src/curses/padedit.c            opens an edit-pad (or xterm) on a file
src/curses/rawgets.c            read a string via curses in raw mode (allow edits)
src/curses/rawterm.c            set terminal to raw (cooked) mode
src/curses/resizwin.c           change size of curses window
src/curses/savewin.c            save/unsave curses window
src/curses/scr_size.c           obtain screen-size
src/curses/viewfile.c           portable (curses) wrapper for padedit
src/curses/win2file.c           dump curses window to file
src/curses/wrepaint.c           repaint window w/o clearing it, if possible
src/curses/wresize.c            basic algorithm for resizing a curses-window.
src                             subdirectory
src/descrip.mms                 VMS build script for td_lib/src
src/makefile.end                trailer for src/makefile
src/makefile.in                 src/makefile template
src/memory                      subdirectory
src/memory/descrip.mms          mms file for td_lib/src/memory
src/memory/doalloc.c            wrapper for malloc/realloc/free (checks pointers)
src/memory/memmove.c            fallback for 'memmove()'
src/memory/modules              src/memory modules
src/memory/stralloc.c           portable replacement for 'strdup()'
src/memory/txtalloc.c           maintain dictionary of string "constants"
src/memory/vecalloc.c           allocate an array
src/memory/vecedit.c            edits vectors of text a la 'diff -n'
src/memory/veclen.c             computes length of a vector
src/pathname                    subdirectory
src/pathname/abspath.c          convert path to absolute form
src/pathname/acc_mode.c         shows mode-argument for 'access()' in readable-form
src/pathname/add2fnam.c         add suffix to a filename
src/pathname/arg2file.c         write an argv-style (null-terminated vector of pointers to strings) to a file
src/pathname/copyback.c         copy file back from a temp-file
src/pathname/denode.c           strip leading node-name from path
src/pathname/descrip.mms        mms file for td_lib/src/pathname
src/pathname/dlettree.c         delete-tree code for VMS/unix
src/pathname/dotname.c          test for "." or ".." names
src/pathname/editfile.c         VMS/unix edit tree-of-files
src/pathname/edittree.c         VMS/unix edit-tree-of-files
src/pathname/file2arg.c         load a text-file to memory in 'argv[]' format, returning the number of lines
src/pathname/file2mem.c         code from 'file2argv.c' which loads a file to blob-string in memory
src/pathname/fileblox.c         computes # of blocks used by a file
src/pathname/filecopy.c         copy a file
src/pathname/filesize.c         returns filesize, in bytes
src/pathname/fleaf.c            file-leaf (cf pathleaf)
src/pathname/fleaf14.c          truncates leaf of path to 14-chars
src/pathname/fp2argv.c          file-pointer to argv-list
src/pathname/ftype.c            finds filename's suffix
src/pathname/ftype2.c           finds filename's suffix (style 2)
src/pathname/is_spath.c         tests a pathname to see if it is a subpath of the other (i.e., one is a
src/pathname/istextfl.c         tests a file to see if it is normal text vs binary
src/pathname/mem2file.c         write a blob-string from memory to a file
src/pathname/modechar.c         translate file-mode (binary) to character
src/pathname/modules            src/pathname modules
src/pathname/name2s.c           convert filename to printable string
src/pathname/pathcat.c          concatenate directory & filename
src/pathname/pathcmp.c          compare pathnames, for sorting
src/pathname/pathhead.c         obtain parent directory-name from path
src/pathname/pathleaf.c         obtain basename (leaf) from pathname
src/pathname/relpath.c          converts absolute-pathname to relative
src/pathname/samehead.c         compare pathname prefix/head
src/pathname/sameleaf.c         compare ends of pathnames
src/pathname/stat_dir.c         stat, ensure path is directory
src/pathname/stat_fil.c         stat, ensure path is file
src/pathname/track_wd.c         tracks working directory for baseline, rcsput, rcsget utilities
src/pathname/trimpath.c         trim excess punctuation from a standard unix-style pathname (cf: abspath)
src/pathname/trnstree.c         translate (producing new output-files) tree-of-files
src/pathname/walktree.c         walk directory-tree, performing function
src/pathname/which.c            locate file in $PATH
src/port2vms                    subdirectory
src/port2vms/descrip.mms        mms file for td_lib/src/port2vms
src/port2vms/dir2path.c         VMS directory/pathname conversion
src/port2vms/modules            src/port2vms modules
src/port2vms/name2vms.c         convert unix filename to VMS format
src/port2vms/path2dir.c         convert VMS pathname to directory
src/port2vms/path2vms.c         convert unix pathname (directory!) to VMS format
src/port2vms/rmsio.c            VMS equivalent to system-level (open, close, read, write) unix I/O
src/port2vms/time2vms.c         convert unix time to VMS format
src/port2vms/uid2s.c            convert VMS uid/gid to string (cf: code in CM_TOOLS)
src/port2vms/utimes.c           VMS hack to provide unix-compatible 'utimes()' function.
src/port2vms/vms2name.c         convert VMS filename to unix format
src/port2vms/vms_dirs.c         VMS hack to provide unix-style directory access
src/port2vms/vms_pthc.c         VAX/VMS version of 'pathcat()'
src/port2vms/vms_rpth.c         computes relative pathname for VAX/VMS paths
src/port2vms/vms_wild.c         tests a filename for vms-wildcards
src/port2vms/zone2vms.c         compute timezone adjustment for VMS/unix time conversion
src/process                     subdirectory
src/process/bldarg.c            build argc+argv array from string
src/process/catarg.c            concatenate argument (cf: bldarg)
src/process/catchall.c          catch all signals
src/process/descrip.mms         mms file for td_lib/src/process
src/process/egress.c            test like 'access()' for effective user
src/process/execute.c           portable 'system()' call
src/process/failed.c            fatal-error exit, normally in main-program
src/process/for_admn.c          mirror of 'for_user()', runs a function as the effective user
src/process/for_user.c          carry out function for set-uid user
src/process/gethome.c           get $HOME path
src/process/getopt.c            'getopt()', for systems that don't have it
src/process/getuser.c           get user name
src/process/in_group.c          test if a group is in the user's access-group list
src/process/interact.c          tests if a process is running interactively by attempting to open /dev/tty
src/process/makeargv.c          make quick (nonstandard) argv-list list from a string
src/process/modules             src/process modules
src/process/revert.c            reset/disable setuid mode
src/process/savesuid.c          tests for save-uid ability in setuid code
src/process/shoarg.c            shows arguments built with 'catarg()'
src/process/showuids.c          shows uid+gid, for traces
src/process/usercopy.c          copy file for set-uid user
src/process/userprot.c          set file protection for set-uid user
src/process/walkback.c          generate a walkback (apollo, or systems with core/adb)
src/sheet                       subdirectory
src/sheet/count_ss.c            counts fields in in-memory spreadsheet
src/sheet/descrip.mms           mms file for td_lib/src/sheet
src/sheet/field_of.c            'get_field_of()' from 'hist2ileaf.c'
src/sheet/modules               src/sheet modules
src/sheet/ss_field.c            insert/extract data in "spreadsheet" table
src/string                      subdirectory
src/string/descrip.mms          mms file for td_lib/src/string
src/string/dftenv.c             returns 'getenv()' with a default (non-null) value
src/string/dotcmp.c             compare dot-separated strings
src/string/dyn_app.c            append to a dynamic-string
src/string/dyn_appc.c           appends a single char to a dynamic-string
src/string/dyn_cata.c           dyn-string interface to 'catarg()'
src/string/dyn_copy.c           copy ordinary string to DYN string
src/string/dyn_str.c            module for managing dynamic-strings
src/string/lsbycols.c           list an array of character strings by columns
src/string/ltostr.c             convert 'long' to a string
src/string/modules              src/string modules
src/string/strbcmp.c            compare two strings ignoring blanks a la "diff -b"
src/string/strclean.c           "clean" string, removes unnecessary blanks
src/string/strcount.c           counts instances of a char in a string
src/string/strerror.c           replacement for 'strerror()'
src/string/strtrim.c            trim trailing whitespace from a string
src/string/strucmp.c            compare two strings ignoring case
src/string/strucpy.c            copy string, uppercasing it
src/string/strwcmp.c            wildcard string-comparator
src                             subdirectory
src/sub_vars.in                 preamble for subdirectory makefiles
src/td_defns.mk                 definitions for makefiles in subdirectories of td_lib/src
src/td_defns.mms                common mms definitions for subdirectories
src/td_rules.mk                 rules for makefiles in subdirectories of td_lib/src
src/td_rules.mms                common rules for td_lib/src subdirectories
src/unix                        subdirectory
src/unix/descrip.mms            mms file for td_lib/src/unix
src/unix/gid2s.c                convert group-id to string
src/unix/modules                src/unix modules
src/unix/s2gid.c                convert string to group-id
src/unix/s2uid.c                convert string to user-id
src/unix/setmtime.c             set mtime/atime of a file
src/unix/uid2s.c                convert user-id to string
support                         subdirectory
support/Makefile                makefile for td_lib/support
support/ins_hdr                 script to install header files
support/ins_mak                 script to install td_lib.mk
support/lib_top.mms             same as STANDARD_RULES, save that we generate lib-directory, rather than bin
support/linkopts.opt            default link-options file for PORTUNIX
support/prog_top.mms            VMS MMS include-file defining standard (module-level) rules.
support/rem_hdr                 script to deinstall headers
support/selflink.sh             script needed to simplify versioning of this directory-tree
support/td_lib.mms              VMS MMS include-file defining PORTUNIX library-rules
support/td_progs.mms            VMS MMS include-file defining program-generation rules above PORTUNIX
test                            subdirectory
test/README                     description of td_lib/test
test/cm_funcs                   subdirectory
test/cm_funcs/cmv_dir.ref       reference for 'cmv_dir'
test/cm_funcs/cmv_dir.sh        test-script for cmv_dir
test/cm_funcs/cmv_last.ref      reference for 'cmv_last'
test/cm_funcs/cmv_last.sh       test-script for cmv_last
test/cm_funcs/cutoff.ref        reference for 'dotcmp'
test/cm_funcs/cutoff.sh         test-script for cutoff
test/cm_funcs/modules           test/cm_funcs modules
test/cm_funcs/newzone.ref       test result for newzone.sh
test/cm_funcs/newzone.sh        test-script for newzone
test/cm_funcs/packdate.ref      test result for packdate.sh
test/cm_funcs/packdate.sh       test-script for packdate
test/cm_funcs/rcsargpr.ref      test-result
test/cm_funcs/rcsargpr.sh       test-script for rcsargpr
test/cm_funcs/rcsload.ref       reference for 'rcsload.sh'
test/cm_funcs/rcsload.sh        test-script for rcsload
test/cm_funcs/rcsname.ref       test result
test/cm_funcs/rcsname.sh        test-script for rcsname
test/cm_funcs/run_test.sh       general test-script: td_lib/test/cm_funcs
test/cm_funcs/samebr.ref        reference for samebr test
test/cm_funcs/samebr.sh         test-script for samebr
test/cm_funcs/sccsname.ref      reference for sccsname test
test/cm_funcs/sccsname.sh       test-script for sccsname
test/cm_funcs/vcs_file.ref      test-result for vcs_file
test/cm_funcs/vcs_file.sh       test-script for vcs_file
test/cm_funcs/vercmp.ref        reference for vercmp test
test/cm_funcs/vercmp.sh         test-script for vercmp
test/compare                    subdirectory
test/compare/Makefile           makefile for td_lib/test/compare
test/compare/diffload.ref       test result
test/compare/diffload.sh        =============================================================================
test/compare/m2comp.ref         reference for 'm2comp.sh'
test/compare/m2comp.sh          test-script for 'm2comp'
test/compare/run_test.sh        general test-script
test/compare/scomp.ref          reference for 'scomp.sh'
test/compare/scomp.sh           test-script for 'scomp'
test/compare/test_cmp.c         test-driver for scomp/mcomp modules
test/curses                     subdirectory
test/curses/modules             test/curses modules
test/curses/padedit.ref         reference for 'padedit'
test/curses/padedit.sh          test-script for 'padedit'
test/curses/rawgets.ref         reference for 'rawgets'
test/curses/rawgets.sh          test-script for 'rawgets'
test/curses/run_test.sh         general test script
test/curses/scr_size.ref        reference for 'scr_size'
test/curses/scr_size.sh         test-script for 'scr_size'
test                            subdirectory
test/descrip.mms                =============================================================================
test/dummy.txt                  test-file #1
test/dummy2.txt                 test-file
test/dummy3.txt                 short test-case for 'rcsload'
test/dummy4.txt                 long test-case for 'rcsload'
test/makefile.end               test/makefile trailer
test/makefile.in                test/makefile template
test/memory                     subdirectory
test/memory/doalloc.ref         reference for 'doalloc'
test/memory/doalloc.sh          test-script for 'doalloc'
test/memory/modules             test/memory modules
test/memory/run_test.sh         general test script
test/memory/txtalloc.ref        reference for 'txtalloc'
test/memory/txtalloc.sh         test-script for 'txtalloc'
test/memory/vecedit.ref         reference for 'vecedit'
test/memory/vecedit.sh          test-script for 'vecedit'
test/pathname                   subdirectory
test/pathname/abspath.ref       reference for 'abspath'
test/pathname/abspath.sh        test-script for 'abspath'
test/pathname/dlettree.ref      reference for deletetree
test/pathname/dlettree.sh       test script for deletetree
test/pathname/editfile.ref      reference for editfile
test/pathname/editfile.sh       test script for editfile
test/pathname/edittree.ref      reference for edittree
test/pathname/edittree.sh       test script for edittree
test/pathname/file2arg.ref      reference for 'file2arg'
test/pathname/file2arg.sh       test-script for 'file2arg'
test/pathname/file2mem.ref      reference for 'file2mem'
test/pathname/file2mem.sh       test-script for 'file2mem'
test/pathname/fileblox.ref      reference for 'fileblox'
test/pathname/fileblox.sh       test-script for 'fileblox'
test/pathname/filecopy.ref      reference for 'filecopy'
test/pathname/filecopy.sh       test-script for 'filecopy'
test/pathname/fp2argv.ref       reference for 'fp2argv'
test/pathname/fp2argv.sh        test-script for 'fp2argv'
test/pathname/modules           test/pathname modules
test/pathname/name2s.ref        reference for 'name2s'
test/pathname/name2s.sh         test-script for 'name2s'
test/pathname/pathcmp.ref       reference for 'pathcmp'
test/pathname/pathcmp.sh        test-script for 'pathcmp'
test/pathname/pathhead.ref      reference for 'pathhead'
test/pathname/pathhead.sh       test-script for 'pathhead'
test/pathname/pathleaf.ref      reference for 'pathleaf'
test/pathname/pathleaf.sh       test-script for 'pathleaf'
test/pathname/relpath.ref       reference for 'relpath'
test/pathname/relpath.sh        test-script for 'relpath'
test/pathname/run_test.sh       general test script
test/pathname/sameleaf.ref      reference for 'sameleaf'
test/pathname/sameleaf.sh       test-script for 'sameleaf'
test/pathname/trimpath.ref      reference for 'trimpath'
test/pathname/trimpath.sh       test-script for 'trimpath'
test/pathname/trnstree.ref      reference for 'trnstree'
test/pathname/trnstree.sh       test-script for 'trnstree'
test/pathname/walktree.ref      reference for 'walktree'
test/pathname/walktree.sh       test-script for 'walktree'
test/pathname/which.ref         reference for 'which'
test/pathname/which.sh          test-script for 'which'
test/port2dos                   subdirectory
test/port2dos/Makefile          makefile for td_lib/test/port2dos
test/port2dos/run_test.sh       general test script
test/port2vms                   subdirectory
test/port2vms/README            description of test/port2vms
test/port2vms/descrip.mms       VMS build-script for test/port2vms
test/port2vms/dir2path.ref      reference for 'dir2path'
test/port2vms/dir2path.sh       test script for dir2path
test/port2vms/modules           test/port2vms modules
test/port2vms/name2vms.ref      reference for 'name2vms'
test/port2vms/name2vms.sh       test-script for name2vms
test/port2vms/path2dir.ref      reference for 'path2dir'
test/port2vms/path2dir.sh       test-script for path2dir
test/port2vms/path2vms.ref      reference for 'path2vms'
test/port2vms/path2vms.sh       test script for path2vms
test/port2vms/run_test.sh       general test-script
test/port2vms/vms2name.ref      reference for vms2name
test/port2vms/vms2name.sh       test-script for vms2name
test/port2vms/vms_pthc.ref      reference for 'vms_pthc'
test/port2vms/vms_pthc.sh       test-script for 'vms_pthc'
test/port2vms/vms_rpth.ref      reference for 'vms_rpth'
test/port2vms/vms_rpth.sh       test-script for 'vms_rpth'
test/port2vms/vms_wild.ref      reference for 'vms_wild'
test/port2vms/vms_wild.sh       test-script for 'vms_wild'
test/port2vms/zone2vms.ref      reference for zone2vms
test/port2vms/zone2vms.sh       test script for zone2vms
test/process                    subdirectory
test/process/execute.ref        reference for 'execute'
test/process/execute.sh         test-script for 'execute'
test/process/failed.ref         reference for 'failed'
test/process/failed.sh          test-script for 'failed'
test/process/gethome.ref        reference for 'gethome'
test/process/gethome.sh         test-script for 'gethome'
test/process/makeargv.ref       reference for 'makeargv'
test/process/makeargv.sh        test-script for 'makeargv'
test/process/modules            test/process modules
test/process/run_test.sh        general test script
test/process/usercopy.ref       reference for 'usercopy'
test/process/usercopy.sh        test-script for 'usercopy'
test/process/walkback.ref       reference (apollo only) for walkback
test/process/walkback.sh        test script for walkback
test/sheet                      subdirectory
test/sheet/Makefile             makefile for td_lib/test/sheet
test/sheet/run_test.sh          general test script
test/string                     subdirectory
test/string/dotcmp.ref          reference for 'dotcmp'
test/string/dotcmp.sh           test-script for 'dotcmp'
test/string/lsbycols.ref        reference for 'lsbycols'
test/string/lsbycols.sh         test-script for 'lsbycols'
test/string/ltostr.ref          reference for 'ltostr' 
test/string/ltostr.sh           test-script for 'ltostr'
test/string/modules             test/string modules
test/string/run_test.sh         general test script
test/string/strbcmp.ref         reference for 'strbcmp'
test/string/strbcmp.sh          test-script for 'strbcmp'
test/string/strucmp.ref         reference for 'strucmp'
test/string/strucmp.sh          test-script for 'strucmp'
test/string/strwcmp.ref         reference for 'strwcmp'
test/string/strwcmp.sh          test-script for 'strwcmp'
test                            subdirectory
test/sub_vars.in                prefix for test/*/makefile
test/td_defns.mk                common definitions for test subdirectories
test/td_defns.mms               test/descrip.mms definitions
test/td_rules.mk                common rules for test subdirectories
test/td_rules.mms               test/descrip.mms rules
test/unix                       subdirectory
test/unix/gid2s.ref             reference for 'gid2s'
test/unix/gid2s.sh              test-script for 'gid2s'
test/unix/modules               test/unix modules
test/unix/run_test.sh           general test script
test/unix/s2uid.ref             reference for 's2uid'
test/unix/s2uid.sh              test-script for 's2uid'
test/unix/uid2s.ref             reference for 'uid2s'
test/unix/uid2s.sh              test-script for 'uid2s'
