| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/texlive-doc/support/lua-alt-getopt/ |
Upload File : |
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.