pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/42195 CVS commit: pkgsrc/devel/lua-alt-getopt
The following reply was made to PR pkg/42195; it has been noted by GNATS.
From: Min Sik Kim <minskim%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/42195 CVS commit: pkgsrc/devel/lua-alt-getopt
Date: Sat, 31 Oct 2009 04:03:52 +0000
Module Name: pkgsrc
Committed By: minskim
Date: Sat Oct 31 04:03:52 UTC 2009
Modified Files:
pkgsrc/devel/lua-alt-getopt: Makefile distinfo
Log Message:
Update lua-alt-getopt to 0.7.0.
Patch provided by Aleksey Cheusov in PR 42195.
Changes:
FIX: POSIX getopt("xo:") accepts './app -xoVVV' and './app -xo VVV'
treating them as './app -x -o VVV'.
Now Lua alt_getopt does the same.
Additional regression tests/examples
error() function is not used for exiting anymore.
os.exit() is used instead.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/lua-alt-getopt/Makefile \
pkgsrc/devel/lua-alt-getopt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index