Lines Matching full:bug
25 This file lists all bug fixes, changes, etc., made since the AWK book
57 Historic bug: command-line "name=value" assignment had been
104 Fix a decision bug with trailing stuff in lib.c:is_valid_number
111 gawk. (Found a gawk bug while we're at it.) Added a torture
227 Fix a bug in the concatenation of two string constants into
234 Fix a bug whereby a{0,3} could match four a's. Thanks to
395 bug. There are interactions with the old and new value of OFS as well.
436 fixed obscure call by value bug in split(a[1],a) reported on
461 fixed day 1 bug that resurrected deleted elements of ARGV when
488 fixed long-standing overflow bug in run.c; many thanks to
491 fixed bug that didn't parse -vd=1 properly; thanks to santiago
530 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
547 fixed a bug in -d that caused core dump if no program followed.
594 fixed another 25-year-old RE bug, in split. it's another failure
599 fixed a bug in regular expressions that dates (so help me) from 1977;
612 fixed, thanks to andrey chernov and ruslan ermilov, a bug in lex.c
652 fixed bug that permitted non-terminated RE, as in "awk /x".
700 fixed subtle bug in format that could get core dump. thanks to
742 fixed an appalling bug in gettok: any sequence of digits, +,-, E, e,
753 fixed a bug introduced in august 1997 that caused expressions
787 Santiago Vila <sanvila@unex.es> for the bug report.
814 impetus, and for pointing out a string termination bug in
818 fixed bug that caused occasional core dumps with commandline
838 all benign. fixed one incipient bug that showed up on sgi
883 fixed caching bug in makedfa: LRU was actually removing
887 great bug reports.
890 fixed potential bug in readrec: might fail to update record
900 subtle silent bug in lex.c: if the program ended with a number
976 fixed long-standing bug in sub, gsub(/a/, "\\\\&"); thanks to
980 fixed awful bug in new field splitting; didn't get all the places
991 fixed appalling but apparently unimportant bug in parsing octal
1168 fixed silly bug in hex parsing in hexstr().
1194 fixed the bug on p. 198 in which it couldn't deduce that an
1199 fixed horrible bug: types and values were not preserved in
1224 fixed null pointer dereference bug in main.c: -F[nothing]. sigh.
1257 fixed bug: commandline variable assignment has to look like
1273 fixed ref-thru-zero bug in environment code in tran.c
1324 Fixed bug that caused tempcell list to contain a duplicate.
1346 Fixed bug in call() that failed to recover storage.
1360 Fixed bug in call() that freed local arrays twice.
1388 performance bug in b.c/cgoto(): not freeing some sets of states.