pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/runawk



Module name:    wip
Committed by:   cheusov
Date:           Sun Oct 19 10:15:56 UTC 2008

Modified Files:
        wip/runawk: Makefile distinfo

Log Message:

update to 0.14.3

 Major changes:

   The following code fails with nawk (seen on NetBSD)
                  runawk -e ' { print "123" } ' /dev/null
     It says
                  /usr/bin/awk: can't open file --
                   source line number 7
     This happens because nawk treats `--' after program as a generic file.

   fixed: compilation bug under FreeBSD (WARNS=4 -> warning -> error)
   caused by comparison of signed with unsigned

   More verbose output when stat(filename) failed

   modules/str2regexp.awk: adapted to buggy MAWK


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.11 -r1.12 wip/runawk/distinfo
cvs -z3 rdiff -u -r1.29 -r1.30 wip/runawk/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/runawk/distinfo?r1=1.11&r2=1.12
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/runawk/Makefile?r1=1.29&r2=1.30

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index