pkgsrc-wip/runawk
Aleksey Cheusov 04bbc19bdc updated to version 0.14.1
======================================================================
  Version 0.14.1, by Aleksey Cheusov, Sat, 19 Jul 2008 22:53:45 +0300

    FIXED: The following code doesn't work with runawk-0.14.0
        runawk -e '
        #use "anymodule.awk"

        <ANY_CODE_HERE>
        '

        This code requires a creation of the temporary file that was
        removed in runawk-0.14.0. Now temporary file is created using
        mkstemp(3).

        Regression tests are created for testing.

  ======================================================================
  Version 0.14.0, by Aleksey Cheusov, Sat, 12 Jul 2008 17:29:22 +0300

    Temporary file is not needed anymore for -e option.

    FIXED: #env didn't work under Linux/glibc.

    FIXED: compilation error under FreeBSD.

    Lots of new regression tests. Code clean-ups.
    fgetln is not required anymore. No hacks about it.

    If error happens while processing a #directive,
    a correct line number is output
2008-07-19 20:47:38 +00:00
..
DESCR
distinfo updated to version 0.14.1 2008-07-19 20:47:38 +00:00
Makefile updated to version 0.14.1 2008-07-19 20:47:38 +00:00
PLIST updated to the latest upstream release 0.12.0 2008-03-03 21:59:31 +00:00