home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol097 / abstract.097 < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.7 KB  |  45 lines

  1.  
  2.  
  3.             CONTENTS OF VOUME #22
  4.  
  5. 1.  Chuck Weingart, of Chicago has donated some of his efforts again.
  6.     This program started out several years ago as Combine but several
  7.     people have improved upon it and finally Chuck felt motivated 
  8.     enough to polish and rename it. Basically it will combine multiple
  9.     small files into one large file. The method it uses also allows
  10.     it to be used as a Submit replacement.
  11.  
  12.     CCT.COM/ASM/HEX
  13.  
  14. 2.  Steve Oualline, of Fort Worth came up with something different.
  15.     Cross orginally came from the University of Hamburg. It is commented
  16.     in German and came from the Dec-10 environment. Cross will take
  17.     a Pascal program, indent it and produce a cross reference of the
  18.     indented copy. It will also put a line number and some annotations
  19.     on the left side of your file. This very well could be a help in
  20.     debugging since the annotations tell you (by number) were a BEGIN
  21.     is and its END. It also provides a cross-reference file sent to
  22.     IO of your choice.
  23.  
  24.     CROSS.COM/DOC/PAS/SUB        BLOCK.PAS
  25.     INIT.PAS            INSYM.PAS
  26.     SIZE.SRC
  27.  
  28. 3.  John Wilson, of Synapse Assoc, wrote PURGE as an utility for use
  29.     with Pascal/Z and other compilers. It will erase the numerous
  30.     files which are no longer needed after a successful compilation.
  31.     It never erases the COM or PAS but you have choices over other file
  32.     types.  Although John wrote PURGE with the H19 terminal in mind,
  33.     the source is included so that you can patch your own terminal in
  34.     very easily.
  35.  
  36.     PURGE.COM/DOC/MAC        M80LIB00.MAC
  37.     MACRO.LIB            
  38.  
  39. 4.  Bill Jhnsn, of Pueblo,Col needed a floating point package and
  40.     had to settle for writing one himself. He has included a demo
  41.     program to get you started.
  42.  
  43.     FTOSTR.TXT            MATHPACK.COM/PAS
  44.  
  45.