2008-03-30 01:21:35 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: fixed: pkglint warning |
2008-03-29 23:20:08 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: fix: more INSTALLATION_DIRS (DESTDIR) |
2008-03-04 17:35:03 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: WARNS=4 is too high: bug found with gcc-4.1.2 under Linux |
2008-03-04 00:20:50 by Aleksey Cheusov | Files touched by this commit (2) | |
Log message: updated to runawk-0.12.1 (fix alt_assert.awk) |
2008-03-03 22:59:31 by Aleksey Cheusov | Files touched by this commit (3) | |
Log message: updated to the latest upstream release 0.12.0 For news - see NEWS file. |
2008-02-10 18:37:25 by Tobias Nygren | Files touched by this commit (2) |
Log message: Revert my previous change. |
2008-02-07 14:48:35 by Tobias Nygren | Files touched by this commit (3) |
Log message: Needs GNU nroff to generate catpages. |
2008-02-05 11:13:08 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: USE_BSD_MAKEFILE=yes |
2008-02-01 20:44:00 by Aleksey Cheusov | Files touched by this commit (2) | |
Log message: update to the latest upstream release 0.10.1 FIXED: If AWK interpreter segfaults or killed by any other signal, runawk exits with exit status 0. Affected runawk versions: all. Now this is fixed and runawk exits with exit status 128+SIGNAL just like many shells. EXIT STATUS section has been added to the manual page. |
2008-01-23 21:02:54 by Aleksey Cheusov | Files touched by this commit (1) | |
Log message: Upgraded to the latest upstream release 0.10.0. Major changes: ADDED: The environment variable RUNAWK_AWKPROG overrides the default awk interpreter which is set at compile time. Documentation updated accordingly. FIXED: unsafe use of strdup(3) I've copied MIT License text to code from www.opensource.org. Do you see any difference? ADDED: new trivial module pow.awk that implements function "pow" fix: MKMAN and MKCATPAGES make's standard variables are checked during installation In order to build runawk not in a directory you can either build it like this (standard way) cd /src/dir; make all install MAKEOBJDIR=/obj/dir or like this cd /obj/dir; make -f /src/dir/Makefile all install optional config.h is #included if you need it other minor fixes and improvements both in code and documentation |