summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog')
-rw-r--r--Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog60
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog b/Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog
new file mode 100644
index 00000000000..caf91e665f8
--- /dev/null
+++ b/Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog
@@ -0,0 +1,60 @@
+2009-10-18 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile, NEWS:
+ version -> 0.7.0
+ Release notes in NEWS
+
+ * alt_getopt.lua, tests/test.out:
+ Do not use error() for exiting, use os.exit() instead
+
+ * alt_getopt, tests/test.out, tests/test.sh:
+ Additional regression tests/examples
+
+ * alt_getopt.lua, tests/test.out:
+ POSIX getopt("xo:") accepts './app -xoVVV' and './app -xo VVV'
+ treating them as './app -x -o VVV'. Now Lua alt_getopt does the same.
+
+2009-04-26 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile, NEWS, alt_getopt.lua:
+ version -> 0.6.0
+ NEWS: release notes
+ s/2008/2009/
+
+ * alt_getopt.lua:
+ Minor clean-ups and improvements suggested by Leo P.:
+ - package.seeall is removed
+ - gmatch instead of loop
+ - others
+
+2009-01-12 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile:
+ renamed tarball to lua-alt-getopt
+ version -> 0.5.0
+
+2009-01-11 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile:
+ version -> 0.4.0
+
+ * alt_getopt.lua, tests/test.out, tests/test.sh:
+ os.exit --> error
+
+ * README, alt_getopt.lua:
+ README added
+ minor code clean-ups
+
+2009-01-10 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile: PROJECTNAME is set
+
+ * tests/_test.res:
+ removed
+
+ * Makefile, alt_getopt, alt_getopt.lua, tests/_test.res, tests/test.out, tests/test.sh:
+ Imported sources
+
+ * Makefile, alt_getopt, alt_getopt.lua, tests/_test.res, tests/test.out, tests/test.sh:
+ New file.
+