home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / gawk213s.lzh / GAWK213S / LIMITATI.ONS < prev    next >
Text File  |  1993-07-29  |  665b  |  17 lines

  1. This file describes limits of gawk on a Unix system (although it
  2. is variable even then).  Non-Unix systems may have other limits.
  3. All cases below where MAX_SHORT is specified will be increased
  4. to MAX_INT in a future release.
  5.  
  6. # of fields in a record:  MAX_INT
  7. Length of input record:  MAX_SHORT 
  8. Length of output record:  unlimited
  9. Size of a field:  MAX_SHORT 
  10. Size of a printf string:  MAX_SHORT 
  11. Size of a literal string:  MAX_SHORT 
  12. Characters in a character class:  2^(# of bits per byte)
  13. # of file redirections:  unlimited
  14. # of pipe redirections:  min(# of processes per user, # of open files)
  15. double-precision floating point
  16. Length of source line:  unlimited
  17.