Path to this page:
Subject: CVS commit: wip/runawk
From: Aleksey Cheusov
Date: 2008-01-23 21:02:54
Message id: E1JHloT-0003tC-QO@sc8-pr-cvs1.sourceforge.net
Log Message:
Upgraded to the latest upstream release 0.10.0.
Major changes:
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
Files: