diff options
author | alm <alm@FreeBSD.org> | 1994-05-31 18:58:00 +0000 |
---|---|---|
committer | alm <alm@FreeBSD.org> | 1994-05-31 18:58:00 +0000 |
commit | 842f15f2ef8548ac028e96b6e4f421688d6d3297 (patch) | |
tree | 4b0a23cb9e9eab54646ae7dfc4c2e52c735ca6c4 /gnu/usr.bin/awk/LIMITATIONS | |
parent | 6c64af0e2d4d377ecd907495a2315c094390af53 (diff) | |
download | FreeBSD-src-842f15f2ef8548ac028e96b6e4f421688d6d3297.zip FreeBSD-src-842f15f2ef8548ac028e96b6e4f421688d6d3297.tar.gz |
Call fpsetmask(3) so awk doesn't dump core on FP exceptions.
Upgrade to version 2.15.5
Diffstat (limited to 'gnu/usr.bin/awk/LIMITATIONS')
-rw-r--r-- | gnu/usr.bin/awk/LIMITATIONS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/awk/LIMITATIONS b/gnu/usr.bin/awk/LIMITATIONS index 5877197..64eab85 100644 --- a/gnu/usr.bin/awk/LIMITATIONS +++ b/gnu/usr.bin/awk/LIMITATIONS @@ -12,3 +12,5 @@ Characters in a character class: 2^(# of bits per byte) # of pipe redirections: min(# of processes per user, # of open files) double-precision floating point Length of source line: unlimited +Number of input records in one file: MAX_LONG +Number of input records total: MAX_LONG |