home *** CD-ROM | disk | FTP | other *** search
- #==============================================================================
- # utilsrc.txt - List of source files for BookMaster
- # Directory name: util (DOS version)
- #
- # (C) Copyright IBM Corporation, 1991. All rights reserved. Brian E. Yoder
- #
- # This list file is designed to be processed by the 'list2bm' utility program
- # that is contained in the list2bm.c file in this directory. To create a
- # BookMaster-ready document that contains the source code in this directory,
- # run one of the following commands:
- #
- # (aix): list2bm utilsrc.txt | aix2dos >utilsrc.script
- #
- # (dos, os/2): list2bm utilsrc.txt utilsrc.scr
- #
- # Revision History:
- # 11/08/91 - Lastest version.
- #==============================================================================
-
- #------------------------------------------------------------------------------
- # Title page
- #------------------------------------------------------------------------------
-
- -title "util Source Code (DOS)"
- -author "Brian E. Yoder"
- -date "November 8, 1991"
-
- #------------------------------------------------------------------------------
- # Body of the output document
- #------------------------------------------------------------------------------
-
- -section "Makefile and Listfiles"
- makefile # Primary makefile
- utilsrc.txt # This list file!
-
- -section "Command Files"
- mkbm.bat # Invoke list2bm utility
- save.bat # Save key files to diskette via BCOPY
-
- -section "Header Files"
- util.h # Header for util.lib library subroutines
- regexp.h # Used only when compiling rxpm.c
- bmtbl.h # Used by bmtbl utility
-
- -section "Library Subroutines"
- crcfile.c # Get CRC and length of a file
- cfaccess.c # Configuration (text) file subroutines
- ffind.c # findfirst/findnext subroutines
- futil.c # Misc. file utility subroutines
- lbuf.c # Buffered line input (like fgets)
- rxpm.c # Regular expression and pattern-matching
- speclist.c # File spec list processing
- text2bm.c # Convert text to BookMaster symbols
-
- -section "Utility Program Source Code"
- bmtbl.c # Build BookMaster table definition
- ccp.c # Conditional copy
- crc.c # CRC generation
- crcchk.c # CRC generation and checking
- ccmt.c # C comment checker
- cdx.bat # Change directory (invokes cdir.exe)
- cdir.c # Change directory
- chmod.c # Change file mode (attributes)
- grep.c # Get regular expression and print
- list2bm.c # Store files in BookMaster format
- ls.c # List directory
- t2bm.c # Convert a file to BookMaster format
-
- -section "Test Programs"
- args.c # Just used to get my DOS feet wet again!
- cfdmp.c # Test subroutines in cfaccess.c
- cf.txt # Sample configuration file for cfdmp
- ftest.c # Test various file utilities
- pmt.c # Test pattern-matching in rxpm.c
- tlbuf.c # Test for lbuf.c functions