runawk-0.10.0 is released.
Sources are available at http://sourceforge.net/projects/runawk
I need feedback or any type of reaction from you, dear awkers ;)
Major changes from runawk-0.9.0:
ADDED: The environment variable RUNAWK_AWKPROG overrides
the default awk interpreter which is set at compile time.
Documentation updated accordingly.
FIXED: unsafe use of strdup(3)
I've copied MIT License text to code from www.opensource.org.
Do you see any difference?
ADDED: new trivial module pow.awk that implements function "pow"
fix: MKMAN and MKCATPAGES make's standard variables are checked
during installation
In order to build runawk not in a directory you can either build
it like this (standard way)
cd /src/dir; make all install MAKEOBJDIR=/obj/dir
or like this
cd /obj/dir; make -f /src/dir/Makefile all install
optional config.h is #included if you need it
other minor fixes and improvements both in code and documentation
--
Best regards, Aleksey Cheusov.