summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/lua-alt-getopt/NEWS
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-27 17:31:54 +0000
committerKarl Berry <karl@freefriends.org>2010-02-27 17:31:54 +0000
commitcad9c7b7552dabd8248a903fa699d4764cb05723 (patch)
treee3cdc5411e8ffef074304e6e6df84ccf6d90311f /Master/texmf-dist/doc/support/lua-alt-getopt/NEWS
parentf156b9f9622bbc52d6d48f41cc9e7910cdcd8039 (diff)
new package lua-alt-getopt 0.7.0 (26feb10)
git-svn-id: svn://tug.org/texlive/trunk@17228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/lua-alt-getopt/NEWS')
-rw-r--r--Master/texmf-dist/doc/support/lua-alt-getopt/NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/lua-alt-getopt/NEWS b/Master/texmf-dist/doc/support/lua-alt-getopt/NEWS
new file mode 100644
index 00000000000..64195baf227
--- /dev/null
+++ b/Master/texmf-dist/doc/support/lua-alt-getopt/NEWS
@@ -0,0 +1,23 @@
+======================================================================
+Version 0.7.0, by Aleksey Cheusov, Sun, 18 Oct 2009 14:17:28 +0300
+
+ 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.
+
+======================================================================
+Version 0.6.0, by Aleksey Cheusov, Sun, 26 Apr 2009 19:52:38 +0300
+
+ FIXED: global variable 'optind'. Now it is local.
+ Minor improvements and code clean-ups.
+ Thanks to Leo P. <shell slact net> for all this.
+
+======================================================================
+Version 0.5.0, by Aleksey Cheusov
+
+ First publicly available release