bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

limitations clarification request


From: Ed Morton
Subject: limitations clarification request
Date: Sun, 7 Jun 2020 16:01:25 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1

In the documentation section at https://www.gnu.org/software/gawk/manual/html_node/Implementation-Limitations.html we see some definitions including:

   Item Limit
   Length of input record                                 MAX_INT
   Size of a field MAX_INT
   Size of a literal string MAX_INT
   Size of a printf string MAX_INT

Could we have the updated to say what the units are for each:

   Item Limit
   Length of input record in foo                      MAX_INT
   Size of a field in foo MAX_INT
   Size of a literal string  in foo                        MAX_INT
   Size of a printf string  in foo                        MAX_INT

where "foo" is "bytes" or "characters" or whatever is correct for each and could you also explain there what "Size" means if it's different from "Length" or use the same term for all of them?

    Ed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]