Lines Matching full:fixed
48 Various leaks and use-after-free issues plugged/fixed.
62 Fixed file management memory leak that appears to have been
382 Fixed August 19, 2014. Revised fix August 2018.
386 Fixed March 12, 2016.
409 fixed mangled awktest.tar (thanks, Arnold), posted all
436 fixed obscure call by value bug in split(a[1],a) reported on
458 removed fixed limit on number of open files; thanks to aleksey
461 fixed day 1 bug that resurrected deleted elements of ARGV when
479 fixed a subtle (and i hope low-probability) overflow error
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
499 fixed a long-standing issue with when FS takes effect. a
512 fixed typo in b.c that set tmpvec wrongly. no one had ever
519 fixed memory fault caused by out of order test in setsval.
527 fixed some null pointer refs calling adjbuf.
530 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
534 fixed quotation in b.c; thanks to Hal Pratt and the Princeton Dante
541 removed the obsolete -V argument; fixed --version to print the
544 fixed wording and an outright error in the usage message; thanks to igor
547 fixed a bug in -d that caused core dump if no program followed.
562 core dump on linux with BEGIN {nextfile}, now fixed.
573 fixed infinite loop in parsing, originally found by brian tsang.
588 fixed a couple of overflow problems with ridiculous field numbers:
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;
606 fixed a storage leak in call() that appears to have been there since
612 fixed, thanks to andrey chernov and ruslan ermilov, a bug in lex.c
617 fixed (i think) the long-standing botch that included the beginning of
652 fixed bug that permitted non-terminated RE, as in "awk /x".
672 fixed subtle behavior in field and record splitting: if FS is
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,
746 other 1-character botches, now fixed, include a bare $ and a
753 fixed a bug introduced in august 1997 that caused expressions
758 fixed some nextfile bugs: not handling all cases. thanks to
785 fixed an 8-bit problem in b.c by making several char*'s into
790 finally found and fixed a memory leak in function call; it's
813 fixed-size errbuf array. thanks to ralph corderoy for the
818 fixed bug that caused occasional core dumps with commandline
838 all benign. fixed one incipient bug that showed up on sgi
842 message. also fixed line number error in continuation lines.
858 fixed memory leaks in run.c (call) and tran.c (setfval).
879 fixed a couple of bugs in getrec: could fail to update $0
883 fixed caching bug in makedfa: LRU was actually removing
890 fixed potential bug in readrec: might fail to update record
911 fixed some bugs in sub and gsub when replacement includes \\.
930 removed most fixed-size arrays, though a handful remain, some
935 fields and $0 in fixed-size arrays with arrays that grow on
946 fixed-size arrays and awkward kludges by a fairly uniform mechanism
954 replaced several fixed-size arrays by dynamically-created ones
959 up using the same space. [fixed later]
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
1037 fixed call to time in run.c (bltin); arg is time_t *.
1061 fixed at least one error in gsub that looked at -1-th element
1082 fixed yet another subtle self-assignment problem:
1132 fixed storage leak in freefa, failing to recover [N]CCL.
1139 cranked up some fixed-size arrays in b.c, and added a test for
1154 fixed so that in self-assignment like $1=$1, side effects
1168 fixed silly bug in hex parsing in hexstr().
1171 fixed unchecked array overwrite in relex().
1187 fixed sleazy test for integrality in getsval; use modf.
1190 fixed sleazy buggy code in lib.c that looked (incorrectly) for
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
1212 AVA fixed the grammar so that ! is uniformly of the same precedence as
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
1296 fixed a really stupid botch in the debugging macro dprintf
1298 fixed order of evaluation of commandline assignments to match
1324 Fixed bug that caused tempcell list to contain a duplicate.
1346 Fixed bug in call() that failed to recover storage.
1353 Fixed %c: if expr is numeric, use numeric value;
1360 Fixed bug in call() that freed local arrays twice.
1362 Fixed to handle deletion of non-existent array right;
1381 fixed egregious error in toupper/tolower functions.
1403 Fixed lib.c to permit _ in commandline variable names.
1406 main.c fixed to recognize -- as terminator of command-
1426 fixed aprintf, asprintf, format to catch them.