Lines Matching full:some

52 	Memory leak when assigning a string to some of the built-in
69 standing warnings had been made fatal and some fatal errors went
249 enum and simplify some of the related code. Thanks
256 From Arnold Robbins, apply some cleanups in the test suite.
307 Extract awktest.tar into testdir directory. Add some very
367 for YYSTYPE_IS_DEFINED. It was harmless but some gcc settings
374 Added some casts to silence warnings on debugging printfs.
414 Updated some broken tests (beebe.tar, T.lilly)
527 fixed some null pointer refs calling adjbuf.
537 removed some no-effect asserts in run.c.
564 removed some #ifdef's in run.c and lex.c that appear to no
584 smaller size, and i think that's right. added some assertions to b.c
603 this one but for providing a fix, in some of the most mysterious
659 added some parens to isblank, in another attempt to make things
679 rolled back -- programs like x = 1.2 don't work in some locales,
704 added some tests for null pointers to debugging printf's, which
758 fixed some nextfile bugs: not handling all cases. thanks to
776 band-aid in b.c (member()), and some (uschar) casts to head
808 in case stdin, etc., are not constants; some compilers care.
825 Bruce also provided some helpful test cases.
829 easier to compile with C++. Added some casts on malloc
831 ltype int to long in struct rrow to reduce some 64-bit
836 removed some horrible pointer-int casting in b.c and elsewhere
875 by me, and it appears that under some circumstances the
911 fixed some bugs in sub and gsub when replacement includes \\.
930 removed most fixed-size arrays, though a handful remain, some
934 with some trepidation, replaced the ancient code that managed
936 demand. there is still some tension between trying to make this
955 in run.c; added overflow tests to some previously unchecked cases.
997 cleaned up some declarations so gcc -Wall is now almost silent.
1003 s/aprintf/awkprint, s/asprintf/awksprintf/ to avoid some name clashes
1012 added some latin-1 tests to the regression, but i'm not confident;
1014 pointing out some others that do care.
1031 some awful behaviors.)
1034 replaced uchar by uschar everywhere; apparently some compilers
1041 (thanks to nelson beebe for pointing out some of these problems.)
1057 initialized Cells in setsymtab more carefully; some fields
1091 cosmetic changes: increased sizes of some arrays,
1092 reworded some error messages.
1107 cleaned up some error messages; "out of space" now means
1139 cranked up some fixed-size arrays in b.c, and added a test for
1195 argument was an array in some contexts. replaced the error
1200 some kinds of self-assignment. (in assign().)
1213 unary + and -. This renders illegal some constructs like !x=y, which
1221 Added a bunch of tests to T.re and T.sub to verify some of this.
1279 added some missing ansi printf conversion letters: %i %X %E %G.
1303 removed some code that permitted -F (space) fieldseparator,
1328 Catches some more commandline errors in main.
1329 Removed redundant decl of modf in run.c (confuses some compilers).
1388 performance bug in b.c/cgoto(): not freeing some sets of states.