Commit graph

9 commits

Author SHA1 Message Date
Aleksey Cheusov
8779cd7d0c fixed: two pkglint warnings 2007-11-02 22:12:45 +00:00
Aleksey Cheusov
1c2565780b update to the recent version 0.8.1
FIXED: default stdin file should be /std/stdin, not /dev/stderr (typo)
2007-10-24 12:50:30 +00:00
Aleksey Cheusov
5f599382e7 clean-ups 2007-10-21 16:02:35 +00:00
Aleksey Cheusov
bec9b22f40 WARFLAGS is set to empty string for non-gcc compilers 2007-10-21 15:43:12 +00:00
Aleksey Cheusov
2e97093cad DESTDIR support 2007-10-21 15:38:30 +00:00
Aleksey Cheusov
f87f992bbd use upstream target "install" 2007-10-21 15:34:58 +00:00
Aleksey Cheusov
11cd28cb3e updated to the latest upstream release
NEWS:

   FIXED: return code of execvp is not analysed, i.e. when running
   an interpreter fails, runawk silently exits with zero exit status.
   Now it fails with exit status 1 and print an error to stderr.

   stdin filename defaults to "/dev/stdin"

   ROOT variable in Makefile has been renamed
   to more commonly used PREFIX

   realloc(2) is not used anymore. arrays[ARRAY_SZ] are used now.

   AWK and STDIN_FILENAME variables are removed from Makefile.
   Use CPPFLAGS for changing defaults.
2007-10-21 15:28:55 +00:00
Aleksey Cheusov
5f96570778 STDIN_FILENAME=/dev/stdin is added to MAKE_FLAGS 2007-10-14 19:01:23 +00:00
Aleksey Cheusov
31ef93efe0 runawk - Small wrapper for AWK interpreter that implements modules for AWK 2007-09-29 11:21:07 +00:00