Environment variable RUNAWK_KEEPTMP was introduced. If it set,
temporary files are kept. This is useful for debugging.
io.awk:file_size was fixed (its behaviour depended on FS value)
AWK_PROGS used for testing is now settable from environment.
A few typos in runawk_modules.3 were fixed.
Thanks to Andrew Shadura!
Options -i, -I and all long options were completely removed.
Option -T was added. For details see the man page.
Option -v is documented in manpage.
Fixes for gcc compilation warnings.
Fixes for compilation with non-empty MAKEOBJDIR.
Typo fixes in NEW, runcmd.awk and man pages.
runawk:
- Clean-ups in usage message
- system(3) is not used anymore for removing temporary directory
modules:
- Function print_help() has been moved
from power_getopt.awk to init_getopt.awk
runawk_modules.3 was added where all modules are documented
Long options are considered deprecated
-i and -I options were removed
man pages are included to a distribution tarball,
so pod2man is not needed for building
Minor fixes in documentation
Path to AWK interpreter is detected at build time (not hardcoded
/usr/bin/awk). This fixes runawk on, for example, Haiku.
Clean-ups in build system. mk-configure-0.23.0 is required.
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.