Share

Wrapper for AWK providing modules

File Release Notes and Changelog

Release Name: runawk-0.8.0

Notes:
 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.


Changes: * NEWS: notes about 0.8.0 release * Makefile: ${INSTALL} is used for installing instead of 'cp' removed: AWK and STDIN_FILENAME variables. Change CPPFLAGS if you want to change the defaults * runawk.c: stdin file defaults to /dev/stdin * runawk.c: version 0.8.0 * fgetln.c: fgetln -> my_fgetln * runawk.c: realloc(2) is not used anymore * runawk.c: runawk.c * Makefile: STDIN_FILENAME defaults to /dev/stdin * Makefile: ROOT renamed to PREFIX