diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-06-18 04:22:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-06-18 04:22:21 +0000 |
| commit | b76095a4307cc94ec7cd722853f9b032e45e6ea4 (patch) | |
| tree | 890f91d43eec35dc2f71a54410491f6503ca5b38 /gnu/usr.bin/awk/LIMITATIONS | |
| parent | 7c434002a4e47486e9a2d7b2f32b1ddf42d37e2a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/awk/LIMITATIONS')
| -rw-r--r-- | gnu/usr.bin/awk/LIMITATIONS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/awk/LIMITATIONS b/gnu/usr.bin/awk/LIMITATIONS new file mode 100644 index 000000000000..5877197aeb55 --- /dev/null +++ b/gnu/usr.bin/awk/LIMITATIONS @@ -0,0 +1,14 @@ +This file describes limits of gawk on a Unix system (although it +is variable even then). Non-Unix systems may have other limits. + +# of fields in a record: MAX_INT +Length of input record: MAX_INT +Length of output record: unlimited +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) +double-precision floating point +Length of source line: unlimited |
