pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-alt-getopt



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