Lines Matching refs:AWK
25 This file lists all bug fixes, changes, etc., made since the AWK book
156 are available in awk, and they are more likely to work correctly in
165 fixed bug that permitted non-terminated RE, as in "awk /x".
177 reinstated. in theory awk will now do character comparisons
187 this tortuous reading is found in the awk book; behavior now
336 with code kindly provided by Bruce Lilly, awk now parses
414 example: awk 'length($0) > 10'. blush. at least i found it
483 to a "safe" version of awk, but don't rely on it too much. thanks
560 revised filenames: awk.g.y => awkgram.y, awk.lx.l => awklex.l,
582 added dynamically growing strings to awk.lx.l and b.c
627 got rid of core dump with -d; awk -d just prints date.
692 awk -f - reads the program from stdin.
718 changed struct rrow (awk.h) to use long instead of int for lval,
841 Warning: there's no single declaration of malloc, etc., in awk.h