Commit graph

6 commits

Author SHA1 Message Date
cheusov
807ec7e03a Update to 1.5.1 (build failure on Hurd was fixed) 2014-07-13 16:27:03 +00:00
cheusov
a5671ba7b3 Update to 1.4.4
Fix for bug in removing subdirs in temporary directory.
  Improvements and bug fix in runawk_modules.3
2012-11-10 11:22:15 +00:00
cheusov
82f1f9c356 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-19 20:33:23 +00:00
cheusov
40eb4d9981 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-22 13:01:37 +00:00
cheusov
9c55ad60b1 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.
2011-11-27 18:52:53 +00:00
drochner
37c07faa0e add runawk-1.3.1, an AWK wrapper that provides support for modules, from
Aleksey Cheusov per pkgsrc-wip
2011-01-20 21:42:51 +00:00