awk(1): Increase input field separator width.
commitb3449fb0ee51aab9d29b00a3a239a7d9c3cc2b99
authorStathis Kamperis <beket@dragonflybsd.org>
Mon, 8 Feb 2010 20:49:44 +0000 (8 22:49 +0200)
committerStathis Kamperis <beket@dragonflybsd.org>
Mon, 8 Feb 2010 20:54:00 +0000 (8 22:54 +0200)
treec7abe0af5431e36bf11c544871bb16f76a2aa63e
parentb4d4af8883f70a5e9ce662c733cb54ad27fb6704
awk(1): Increase input field separator width.

POSIX allows -F to be an extended regular expression.
The current width of 10 chars just isn't enough.

FreeBSD changed it to 100. NetBSD has an initial value of 16,
dynamically resizable via malloc().
usr.bin/awk/patches/lib.c.patch [new file with mode: 0644]