Lines Matching full:fixed
55 Fixed August 19, 2014. Revised fix August 2018.
59 Fixed March 12, 2016.
82 fixed mangled awktest.tar (thanks, Arnold), posted all
109 fixed obscure call by value bug in split(a[1],a) reported on
131 removed fixed limit on number of open files; thanks to aleksey
134 fixed day 1 bug that resurrected deleted elements of ARGV when
152 fixed a subtle (and i hope low-probability) overflow error
161 fixed long-standing overflow bug in run.c; many thanks to
164 fixed bug that didn't parse -vd=1 properly; thanks to santiago
172 fixed a long-standing issue with when FS takes effect. a
185 fixed typo in b.c that set tmpvec wrongly. no one had ever
192 fixed memory fault caused by out of order test in setsval.
200 fixed some null pointer refs calling adjbuf.
203 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
207 fixed quotation in b.c; thanks to Hal Pratt and the Princeton Dante
214 removed the obsolete -V argument; fixed --version to print the
217 fixed wording and an outright error in the usage message; thanks to igor
220 fixed a bug in -d that caused core dump if no program followed.
235 core dump on linux with BEGIN {nextfile}, now fixed.
246 fixed infinite loop in parsing, originally found by brian tsang.
261 fixed a couple of overflow problems with ridiculous field numbers:
267 fixed another 25-year-old RE bug, in split. it's another failure
272 fixed a bug in regular expressions that dates (so help me) from 1977;
279 fixed a storage leak in call() that appears to have been there since
285 fixed, thanks to andrey chernov and ruslan ermilov, a bug in lex.c
290 fixed (i think) the long-standing botch that included the beginning of
325 fixed bug that permitted non-terminated RE, as in "awk /x".
345 fixed subtle behavior in field and record splitting: if FS is
373 fixed subtle bug in format that could get core dump. thanks to
415 fixed an appalling bug in gettok: any sequence of digits, +,-, E, e,
419 other 1-character botches, now fixed, include a bare $ and a
426 fixed a bug introduced in august 1997 that caused expressions
431 fixed some nextfile bugs: not handling all cases. thanks to
458 fixed an 8-bit problem in b.c by making several char*'s into
463 finally found and fixed a memory leak in function call; it's
486 fixed-size errbuf array. thanks to ralph corderoy for the
491 fixed bug that caused occasional core dumps with commandline
511 all benign. fixed one incipient bug that showed up on sgi
515 message. also fixed line number error in continuation lines.
531 fixed memory leaks in run.c (call) and tran.c (setfval).
552 fixed a couple of bugs in getrec: could fail to update $0
556 fixed caching bug in makedfa: LRU was actually removing
563 fixed potential bug in readrec: might fail to update record
584 fixed some bugs in sub and gsub when replacement includes \\.
603 removed most fixed-size arrays, though a handful remain, some
608 fields and $0 in fixed-size arrays with arrays that grow on
619 fixed-size arrays and awkward kludges by a fairly uniform mechanism
627 replaced several fixed-size arrays by dynamically-created ones
632 up using the same space. [fixed later]
649 fixed long-standing bug in sub, gsub(/a/, "\\\\&"); thanks to
653 fixed awful bug in new field splitting; didn't get all the places
664 fixed appalling but apparently unimportant bug in parsing octal
710 fixed call to time in run.c (bltin); arg is time_t *.
734 fixed at least one error in gsub that looked at -1-th element
755 fixed yet another subtle self-assignment problem:
805 fixed storage leak in freefa, failing to recover [N]CCL.
812 cranked up some fixed-size arrays in b.c, and added a test for
827 fixed so that in self-assignment like $1=$1, side effects
841 fixed silly bug in hex parsing in hexstr().
844 fixed unchecked array overwrite in relex().
860 fixed sleazy test for integrality in getsval; use modf.
863 fixed sleazy buggy code in lib.c that looked (incorrectly) for
867 fixed the bug on p. 198 in which it couldn't deduce that an
872 fixed horrible bug: types and values were not preserved in
885 AVA fixed the grammar so that ! is uniformly of the same precedence as
897 fixed null pointer dereference bug in main.c: -F[nothing]. sigh.
930 fixed bug: commandline variable assignment has to look like
946 fixed ref-thru-zero bug in environment code in tran.c
969 fixed a really stupid botch in the debugging macro dprintf
971 fixed order of evaluation of commandline assignments to match
997 Fixed bug that caused tempcell list to contain a duplicate.
1019 Fixed bug in call() that failed to recover storage.
1026 Fixed %c: if expr is numeric, use numeric value;
1033 Fixed bug in call() that freed local arrays twice.
1035 Fixed to handle deletion of non-existent array right;
1054 fixed egregious error in toupper/tolower functions.
1076 Fixed lib.c to permit _ in commandline variable names.
1079 main.c fixed to recognize -- as terminator of command-
1099 fixed aprintf, asprintf, format to catch them.