home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / program / indnt16b.zoo / readme.st < prev   
Text File  |  1992-08-25  |  1KB  |  33 lines

  1. * Tue Aug 25 13:14:46 1992
  2.  
  3. This is my port of GNU indent 1.6 to the Atari ST. This version is
  4. currently compiled with GCC 2.2.2 and J.R.Bammi's libs and headers at
  5. patchlevel 83. There are only 2 changes, which I made.
  6.  
  7. - I setup the code to discard all '\r' characters on input. (See the
  8.   #ifdef'd atarist places in `io.c') Since the output is written with
  9.   stdio functions (fprintf, putc, ...) the output file depends on the
  10.   setting of the UNIXMODE environment variable, whether it contains '\r'
  11.   characters or not.
  12.  
  13. - I modified `backup.c' to make _relativly_sure_, that the backup file
  14.   name stays in the TOS 8+3 name space. Normally the '~' character is
  15.   appended to the extension to form the backup file name. In case the
  16.   extension has already 3 characters, the last one is replaced with
  17.   '~' (<name>.ext ==> <name>.ex~). See the #ifdef'd atarist places in
  18.   `backup.c'. 
  19.  
  20. --
  21. MfG/Regards
  22.  
  23.      /====                          Siemens Nixdorf Informationssysteme AG
  24.     /   Ridderbusch         / ,    Heinz Nixdorf Ring
  25.    /                       /./    4790 Paderborn, West Germany
  26.   /=== /,== ,===/  /,==,  //     
  27.  /    //   /   /  //   / / \    NERV:ridderbusch.pad
  28. /    /     `==/\ /    / /   \  BTX:0525467066-0001
  29.  
  30. Email: ridderbusch.pad@sni-usa.com  (America (North & South))
  31.        ridderbusch.pad@sni.de       (Rest of world)
  32.        Frank_Ridderbusch@pb.maus.de (MausNet)
  33.