summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/lua-alt-getopt/NEWS
diff options
context:
space:
mode:
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