Path to this page:
Subject: CVS commit: pkgsrc/lang/runawk
From: Aleksey Cheusov
Date: 2011-11-27 19:52:53
Message id: 20111127185254.25A7E175DD@cvs.netbsd.org
Log Message:
Update to 1.4.0
exitnow.awk:
- Fix: exitnow(status) finishes the execution of the script
without running END sections even if status == 0.
New module io.awk that includes the following functions:
is_{file,dir,exec,socket,fifo,blockdev,chardev,symlink},
file_size and file_type.
tokenre.awk:
- Function splitre0() was added that splits $0
More regression tests were added.
Files: