home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / util2src / utilsrc.txt < prev   
Encoding:
Text File  |  1994-03-03  |  3.6 KB  |  76 lines

  1. #==============================================================================
  2. # utilsrc.txt - List of source files for BookMaster
  3. #               Directory name: util (DOS version)
  4. #
  5. # (C) Copyright IBM Corporation, 1991.  All rights reserved.   Brian E. Yoder
  6. #
  7. # This list file is designed to be processed by the 'list2bm' utility program
  8. # that is contained in the list2bm.c file in this directory.  To create a
  9. # BookMaster-ready document that contains the source code in this directory,
  10. # run one of the following commands:
  11. #
  12. #      (aix):        list2bm utilsrc.txt | aix2dos >utilsrc.script
  13. #
  14. #      (dos, os/2):  list2bm utilsrc.txt utilsrc.scr
  15. #
  16. # Revision History:
  17. # 11/08/91 - Lastest version.
  18. #==============================================================================
  19.  
  20. #------------------------------------------------------------------------------
  21. # Title page
  22. #------------------------------------------------------------------------------
  23.  
  24. -title  "util Source Code (DOS)"
  25. -author "Brian E. Yoder"
  26. -date   "November 8, 1991"
  27.  
  28. #------------------------------------------------------------------------------
  29. # Body of the output document
  30. #------------------------------------------------------------------------------
  31.  
  32. -section "Makefile and Listfiles"
  33. makefile                            # Primary makefile
  34. utilsrc.txt                         # This list file!
  35.  
  36. -section "Command Files"
  37. mkbm.bat                            # Invoke list2bm utility
  38. save.bat                            # Save key files to diskette via BCOPY
  39.  
  40. -section "Header Files"
  41. util.h                              # Header for util.lib library subroutines
  42. regexp.h                            # Used only when compiling rxpm.c
  43. bmtbl.h                             # Used by bmtbl utility
  44.  
  45. -section "Library Subroutines"
  46. crcfile.c                           # Get CRC and length of a file
  47. cfaccess.c                          # Configuration (text) file subroutines
  48. ffind.c                             # findfirst/findnext subroutines
  49. futil.c                             # Misc. file utility subroutines
  50. lbuf.c                              # Buffered line input (like fgets)
  51. rxpm.c                              # Regular expression and pattern-matching
  52. speclist.c                          # File spec list processing
  53. text2bm.c                           # Convert text to BookMaster symbols
  54.  
  55. -section "Utility Program Source Code"
  56. bmtbl.c                             # Build BookMaster table definition
  57. ccp.c                               # Conditional copy
  58. crc.c                               # CRC generation
  59. crcchk.c                            # CRC generation and checking
  60. ccmt.c                              # C comment checker
  61. cdx.bat                             # Change directory (invokes cdir.exe)
  62. cdir.c                              # Change directory
  63. chmod.c                             # Change file mode (attributes)
  64. grep.c                              # Get regular expression and print
  65. list2bm.c                           # Store files in BookMaster format
  66. ls.c                                # List directory
  67. t2bm.c                              # Convert a file to BookMaster format
  68.  
  69. -section "Test Programs"
  70. args.c                              # Just used to get my DOS feet wet again!
  71. cfdmp.c                             # Test subroutines in cfaccess.c
  72. cf.txt                              # Sample configuration file for cfdmp
  73. ftest.c                             # Test various file utilities
  74. pmt.c                               # Test pattern-matching in rxpm.c
  75. tlbuf.c                             # Test for lbuf.c functions
  76.