home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 278.lha / GnuSed / README.amiga < prev    next >
Text File  |  1989-08-08  |  1KB  |  34 lines

  1. Changes made for the Amiga version:
  2.  
  3.   - added in definitions for memset, memcpy
  4.   - added in correct include files
  5.   - included alloca and getopt distributed with GnuGrep
  6.   - wrote BSD-like opendir, readdir, and closedir for the Amiga
  7.     (see dir.c, dir.h)
  8.   - wrote memchr, and rewrote memmove and panic
  9.  
  10. If a memory exhausted error occurs, don't worry. (Be happy.)
  11. This version of sed uses the Manx heapmem routines. These routines
  12. pre-allocate a fixed size chunk of memory to deal out in the
  13. individual malloc and realloc calls. If you want to increase the
  14. size of this chunk, there is a global variable called _Heapsize,
  15. which is set in main() in sed.c. Currently, it is set at 80K.
  16. You may change it to be bigger (or smaller), but I found that
  17. 80K was about right. This means, of course, that GnuSed requires
  18. 120-150K of memory or so to run, with the 80K being a contiguous block.
  19.  
  20. This is still GNU code, and as such, it conforms to the GNU
  21. public license. (see the comment at the beginning of grep.c)
  22. Any problems with the Amiga version, please send them to me at:
  23.  
  24. Edwin Hoogerbeets
  25. Usenet: ehoogerbeets@rose.waterloo.edu (watmath!watrose!ehoogerbeets) or
  26.         edwin@watcsc.waterloo.edu
  27. CIS:    72647,3675 (any time at all)
  28.  
  29.  
  30. Send any problems inherent in the source to:
  31.  
  32. hack@wheaties.ai.mit.edu
  33.  
  34.