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.
|
2011-10-09 14:28:05 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 1.3.2
Internal arrays are relocated automatically.
This fixes use of runawk(1) in combination with xargs(1), e.g.
cat files.txt | xargs runawk -e '...'
|
2011-10-09 12:02:48 by Aleksey Cheusov | Files touched by this commit (43) |
Log message:
Update my email
|
2011-09-04 20:21:27 by Aleksey Cheusov | Files touched by this commit (7) |
Log message:
For all packages based on mk-configure "configure" target is provided.
This fixes parallel builds.
|
2011-05-09 21:21:45 by Aleksey Cheusov | Files touched by this commit (1) | |
Log message:
update description
|
2011-05-02 14:52:43 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Avoid using /usr/bin/env. Bump PKGREVISION.
|
2011-01-20 22:42:51 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
add runawk-1.3.1, an AWK wrapper that provides support for modules, from
Aleksey Cheusov per pkgsrc-wip
|