Lines Matching refs:fixed
32 fixed memory fault caused by out of order test in setsval.
40 fixed some null pointer refs calling adjbuf.
43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
47 fixed quotation in b.c; thanks to Hal Pratt and the Princeton Dante
54 removed the obsolete -V argument; fixed --version to print the
57 fixed wording and an outright error in the usage message; thanks to igor
60 fixed a bug in -d that caused core dump if no program followed.
75 core dump on linux with BEGIN {nextfile}, now fixed.
86 fixed infinite loop in parsing, originally found by brian tsang.
101 fixed a couple of overflow problems with ridiculous field numbers:
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;
119 fixed a storage leak in call() that appears to have been there since
125 fixed, thanks to andrey chernov and ruslan ermilov, a bug in lex.c
130 fixed (i think) the long-standing botch that included the beginning of
165 fixed bug that permitted non-terminated RE, as in "awk /x".
185 fixed subtle behavior in field and record splitting: if FS is
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,
259 other 1-character botches, now fixed, include a bare $ and a
266 fixed a bug introduced in august 1997 that caused expressions
271 fixed some nextfile bugs: not handling all cases. thanks to
298 fixed an 8-bit problem in b.c by making several char*'s into
303 finally found and fixed a memory leak in function call; it's
326 fixed-size errbuf array. thanks to ralph corderoy for the
331 fixed bug that caused occasional core dumps with commandline
351 all benign. fixed one incipient bug that showed up on sgi
355 message. also fixed line number error in continuation lines.
371 fixed memory leaks in run.c (call) and tran.c (setfval).
392 fixed a couple of bugs in getrec: could fail to update $0
396 fixed caching bug in makedfa: LRU was actually removing
403 fixed potential bug in readrec: might fail to update record
422 fixed some bugs in sub and gsub when replacement includes \\.
441 removed most fixed-size arrays, though a handful remain, some
446 fields and $0 in fixed-size arrays with arrays that grow on
457 fixed-size arrays and awkward kludges by a fairly uniform mechanism
465 replaced several fixed-size arrays by dynamically-created ones
470 up using the same space. [fixed later]
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
548 fixed call to time in run.c (bltin); arg is time_t *.
572 fixed at least one error in gsub that looked at -1-th element
593 fixed yet another subtle self-assignment problem:
643 fixed storage leak in freefa, failing to recover [N]CCL.
650 cranked up some fixed-size arrays in b.c, and added a test for
665 fixed so that in self-assignment like $1=$1, side effects
679 fixed silly bug in hex parsing in hexstr().
682 fixed unchecked array overwrite in relex().
698 fixed sleazy test for integrality in getsval; use modf.
701 fixed sleazy buggy code in lib.c that looked (incorrectly) for
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
723 AVA fixed the grammar so that ! is uniformly of the same precedence as
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
807 fixed a really stupid botch in the debugging macro dprintf
809 fixed order of evaluation of commandline assignments to match
892 fixed egregious error in toupper/tolower functions.
917 main.c fixed to recognize -- as terminator of command-
937 fixed aprintf, asprintf, format to catch them.