Release notes for libmawk 0.9.3 There are three main improvements in this release. First: "include" command is extended so that it can avoid loading awk sources twice. This allows building reusable awk libraries. Second: three awk libs that are installed among with libmawk and can be included in any of the scripts: - lib_array: print, pack and unpack arrays; packed array fits in a string - lib_ascii: convert a character to ascii number - lib_rand: reproducible, protable pseudo random numbers, independet seeds Finally, scconfig has been added to autodetect system feature and configure/generate Makefiles. It has been tested on Linux, Minix and NetBSD.