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:
RevisionActionfile
1.6modifypkgsrc/lang/runawk/Makefile
1.2modifypkgsrc/lang/runawk/PLIST
1.3modifypkgsrc/lang/runawk/distinfo