DragonFly BSD
DragonFly commits List (threaded) for 2010-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: awk(1): Increase input field separator width.


From: Stathis Kamperis <beket@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Feb 2010 12:58:58 -0800 (PST)

commit b3449fb0ee51aab9d29b00a3a239a7d9c3cc2b99
Author: Stathis Kamperis <beket@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]