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