看板 DFBSD_commit 關於我們 聯絡資訊
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