diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:04:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:04:45 +0300 |
commit | dbd583bd2b8a6dd40c622875a4e197360cb5aba7 (patch) | |
tree | d9fb7b6595cb44fefb4e32d70af9ac6d057af14a /LIMITATIONS | |
parent | b8c608200919aa3f7b3fef289a7bece2d2961412 (diff) | |
download | egawk-dbd583bd2b8a6dd40c622875a4e197360cb5aba7.tar.gz egawk-dbd583bd2b8a6dd40c622875a4e197360cb5aba7.tar.bz2 egawk-dbd583bd2b8a6dd40c622875a4e197360cb5aba7.zip |
Move to 2.13.3 (from 2.13.tar.gz - sigh).
Diffstat (limited to 'LIMITATIONS')
-rw-r--r-- | LIMITATIONS | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/LIMITATIONS b/LIMITATIONS index 8184c87a..5877197a 100644 --- a/LIMITATIONS +++ b/LIMITATIONS @@ -1,14 +1,12 @@ This file describes limits of gawk on a Unix system (although it is variable even then). Non-Unix systems may have other limits. -All cases below where MAX_SHORT is specified will be increased -to MAX_INT in a future release. # of fields in a record: MAX_INT -Length of input record: MAX_SHORT +Length of input record: MAX_INT Length of output record: unlimited -Size of a field: MAX_SHORT -Size of a printf string: MAX_SHORT -Size of a literal string: MAX_SHORT +Size of a field: MAX_INT +Size of a printf string: MAX_INT +Size of a literal string: MAX_INT Characters in a character class: 2^(# of bits per byte) # of file redirections: unlimited # of pipe redirections: min(# of processes per user, # of open files) |