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 21 15:28:55 UTC 2007
Modified Files:
wip/runawk: Makefile distinfo
Log Message:
updated to the latest upstream release
NEWS:
FIXED: return code of execvp is not analysed, i.e. when running
an interpreter fails, runawk silently exits with zero exit status.
Now it fails with exit status 1 and print an error to stderr.
stdin filename defaults to "/dev/stdin"
ROOT variable in Makefile has been renamed
to more commonly used PREFIX
realloc(2) is not used anymore. arrays[ARRAY_SZ] are used now.
AWK and STDIN_FILENAME variables are removed from Makefile.
Use CPPFLAGS for changing defaults.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/runawk/distinfo
cvs -z3 rdiff -u -r1.2 -r1.3 wip/runawk/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/runawk/distinfo?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/runawk/Makefile?r1=1.2&r2=1.3
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: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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