git: awk(1): Increase input field separator width.
Stathis Kamperis
beket at crater.dragonflybsd.org
Mon Feb 8 13:00:11 PST 2010
commit b3449fb0ee51aab9d29b00a3a239a7d9c3cc2b99
Author: Stathis Kamperis <beket at dragonflybsd.org>
Date: Mon Feb 8 22:49:44 2010 +0200
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().
Summary of changes:
usr.bin/awk/patches/lib.c.patch | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 usr.bin/awk/patches/lib.c.patch
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b3449fb0ee51aab9d29b00a3a239a7d9c3cc2b99
--
DragonFly BSD source repository
More information about the Commits
mailing list