HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/texlive/texmf-dist/doc/support/lua-alt-getopt/ChangeLog
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.