home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d02xx / d0262.lha / Indent / README < prev    next >
Text File  |  1989-10-31  |  1KB  |  26 lines

  1. This is an Amiga port of GNU indent, derived from the BSD version (developed
  2. by the University of California, Berkeley, the University of Illinois, and
  3. Sun Microsystems Inc.).  I made as few changes as possible in porting it to
  4. the Amiga.  These were:
  5.  
  6.   - Applied Ray Toy's System V patches.  These are included in the file
  7.     sysV.patches.
  8.   - Modified xmalloc() (in globs.c) to clear all malloc()'ed memory.
  9.   - Changed args.c to look for .indent.pro in $HOME.indent.pro instead of
  10.     $HOME/.indent.pro (so HOME has to include a trailing slash or colon).
  11.   - Wrote a minimal getenv(), since the one in Lattice C 5.02 is broken.
  12.   - Took out the floating point math in the verbose output.  It was the
  13.     only floating point in the entire program, and certainly not worth
  14.     linking to the math library.
  15.   - kluged around the lack of a stat() function in io.c.
  16.   - ran indent.texinfo through texinfo-buffer to create indent.doc.
  17.  
  18. GNU indent reads the entire file into a contiguous section of memory, so
  19. you do need a bit of free memory to run it.
  20.  
  21. -Dan Riley 
  22.     Internet: riley@tcgould.tn.cornell.edu 
  23.     Usenet:   cornell!batcomputer!riley
  24.     BITNET:   dsr@crnlns
  25.     HEPNET:   lns61::dsr
  26.