Subject: CVS commit: wip/runawk
From: Aleksey Cheusov
Date: 2008-07-19 22:47:38
Message id: E1KKJLN-0004EB-HB@sc8-pr-cvs1.sourceforge.net

Log Message:

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

Files:
RevisionActionfile
1.27modifywip/runawk/Makefile
1.10modifywip/runawk/distinfo