From a16f65c7d117419bd266c28a1901ef129a337569 Mon Sep 17 00:00:00 2001 From: svn2git Date: Sun, 1 May 1994 00:00:00 -0800 Subject: Release FreeBSD 1.1 This commit was manufactured to restore the state of the 1.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- gnu/usr.bin/awk/LIMITATIONS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gnu/usr.bin/awk/LIMITATIONS (limited to 'gnu/usr.bin/awk/LIMITATIONS') 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 -- cgit v1.2.3