pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/runawk
Module Name: pkgsrc
Committed By: cheusov
Date: Sun Nov 27 18:52:53 UTC 2011
Modified Files:
pkgsrc/lang/runawk: Makefile PLIST distinfo
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/runawk/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/runawk/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/runawk/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index