Next | Query returned 16 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2013-08-15 08:32:06 by OBATA Akio | Files touched by this commit (12)
Log message:
Revbump after updating lang/lua to 5.2.2.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2011-10-09 12:02:48 by Aleksey Cheusov | Files touched by this commit (43)
Log message:
Update my email
   2011-03-17 00:14:55 by Thomas Klausner | Files touched by this commit (1)
Log message:
Update HOMEPAGE and MASTER_SITES per Aleksey Cheusov in PR 44729.
Improve COMMENT while here.
   2009-10-31 05:03:52 by Min Sik Kim | Files touched by this commit (2)
Log message:
Update lua-alt-getopt to 0.7.0.

Patch provided by Aleksey Cheusov in PR 42195.

Changes:

  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.
   2009-08-02 21:49:16 by Min Sik Kim | Files touched by this commit (4) | Imported package
Log message:
Import lua-alt-getopt-0.6.0 from pkgsrc-wip.  Packaged by Aleksey Cheusov.

lua_altgetopt is a module for Lua programming language
for processing application's arguments the same way
BSD/GNU getopt_long(3) functions do.

Main features and goals:
1) compatibility to SUS "Utility Syntax Guidelines"
http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html#tag_12_02
guidelines 3-13.
2) This module is for plain Lua
2) No extra dependencies
3) No hooks, no functional tricks ;-)
4) Support for long options, e.g. compatibility with getopt_long(3) C
function
   present in *BSD and GNU libc.
5) Long options may optionally have one-char synonym or other long synonym
6) Strict error checking (checks for an incorrect use of options)
7) alt_getopt.lua is a Lua module.


Next | Query returned 16 messages, browsing 11 to 20 | previous