Next | Query returned 26 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2013-09-13 09:45:01 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Update to 1.5.0
  Options -i, -I and all long options were completely removed.
  Option -T was added. For details see the man page.
  Option -v is documented in manpage.
  Fixes for gcc compilation warnings.
  Fixes for compilation with non-empty MAKEOBJDIR.
  Typo fixes in NEW, runcmd.awk and man pages.
   2012-11-10 11:22:15 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Update to 1.4.4
  Fix for bug in removing subdirs in temporary directory.
  Improvements and bug fix in runawk_modules.3
   2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-09-10 01:27:51 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Update to 1.4.3
  runawk:
    - Clean-ups in usage message
    - system(3) is not used anymore for removing temporary directory
  modules:
    - Function print_help() has been moved
      from power_getopt.awk to init_getopt.awk
   2012-08-19 22:33:23 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Update to 1.4.2
  runawk_modules.3 was added where all modules are documented

  Long options are considered deprecated

  -i and -I options were removed

  man pages are included to a distribution tarball,
  so pod2man is not needed for building
   2012-08-09 19:09:17 by John Marino | Files touched by this commit (1)
Log message:
lang/runawk: USE_TOOLS+= pod2man
   2012-07-22 15:01:37 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Update to 1.4.1
  Minor fixes in documentation

  Path to AWK interpreter is detected at build time (not hardcoded
  /usr/bin/awk).  This fixes runawk on, for example, Haiku.

  Clean-ups in build system. mk-configure-0.23.0 is required.
   2012-07-09 14:31:48 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
Pass AWK_PROG=${AWK} to runawk build unconditionally.
This fixes runawk on, for example, Haiku.
++pkgrevision
   2012-03-09 19:58:19 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
clean-ups (adapted for recent mk-configure)
   2011-11-27 19:52:53 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Update to 1.4.0

  exitnow.awk:
    - Fix: exitnow(status) finishes the execution of the script
      without running END sections even if status == 0.

  New module io.awk that includes the following functions:
  is_{file,dir,exec,socket,fifo,blockdev,chardev,symlink},
  file_size and file_type.

  tokenre.awk:
    - Function splitre0() was added that splits $0

  More regression tests were added.

Next | Query returned 26 messages, browsing 11 to 20 | Previous