Home | History | Annotate | Download | only in nawk-20071023

Lines Matching refs:bug

25 This file lists all bug fixes, changes, etc., made since the AWK book
43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
60 fixed a bug in -d that caused core dump if no program followed.
107 fixed another 25-year-old RE bug, in split. it's another failure
112 fixed a bug in regular expressions that dates (so help me) from 1977;
125 fixed, thanks to andrey chernov and ruslan ermilov, a bug in lex.c
165 fixed bug that permitted non-terminated RE, as in "awk /x".
213 fixed subtle bug in format that could get core dump. thanks to
255 fixed an appalling bug in gettok: any sequence of digits, +,-, E, e,
266 fixed a bug introduced in august 1997 that caused expressions
300 Santiago Vila <sanvila@unex.es> for the bug report.
327 impetus, and for pointing out a string termination bug in
331 fixed bug that caused occasional core dumps with commandline
351 all benign. fixed one incipient bug that showed up on sgi
396 fixed caching bug in makedfa: LRU was actually removing
400 great bug reports.
403 fixed potential bug in readrec: might fail to update record
411 subtle silent bug in lex.c: if the program ended with a number
487 fixed long-standing bug in sub, gsub(/a/, "\\\\&"); thanks to
491 fixed awful bug in new field splitting; didn't get all the places
502 fixed appalling but apparently unimportant bug in parsing octal
679 fixed silly bug in hex parsing in hexstr().
705 fixed the bug on p. 198 in which it couldn't deduce that an
710 fixed horrible bug: types and values were not preserved in
735 fixed null pointer dereference bug in main.c: -F[nothing]. sigh.
768 fixed bug: commandline variable assignment has to look like
784 fixed ref-thru-zero bug in environment code in tran.c
835 Fixed bug that caused tempcell list to contain a duplicate.
857 Fixed bug in call() that failed to recover storage.
871 Fixed bug in call() that freed local arrays twice.
899 performance bug in b.c/cgoto(): not freeing some sets of states.