home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 186_01 / makerevs.doc < prev    next >
Text File  |  1985-08-21  |  896b  |  36 lines

  1. REVISIONS TO MAKE.COM
  2.  
  3. Code by Allen Holub and James Pritchett
  4.  
  5.  
  6. Version 1.0 -- 10/28/85
  7.  
  8. -- Adaptation of A. Holub's MK (for MS-DOS) for CP/M-80 and BDS C.
  9. -- Added command line options, and default disk macro.  
  10. -- Other slight changes to program structure.
  11.  
  12.  
  13. Version 1.1 -- 12/06/85
  14.  
  15. -- Added support of user areas in file searching.
  16. -- Added default user area macro.  Added macro() function for
  17.    future expansion of macros.
  18. -- Added code to handle public files (a la Plu*Perfect) properly.
  19. -- Added code to allow nested SUBMITS.
  20. -- Used a linked-list stack instead of an array to store batched
  21.    commands, thus allowing unlimited number of batched commands
  22.    and simplifying some code.
  23.  
  24.  
  25. James Pritchett
  26. 275 Bleecker St., Apt. 1
  27. New York, NY  10014
  28. (212) 989-1865
  29. December 6, 1985
  30.  
  31. 
  32.  a:bdscio.h
  33.  
  34.  
  35. #
  36. # The target "dmake.com" is for compiling MAKE.COM wit