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

Lines Matching full:some

40 	fixed some null pointer refs calling adjbuf.
50 removed some no-effect asserts in run.c.
77 removed some #ifdef's in run.c and lex.c that appear to no
97 smaller size, and i think that's right. added some assertions to b.c
116 this one but for providing a fix, in some of the most mysterious
172 added some parens to isblank, in another attempt to make things
192 rolled back -- programs like x = 1.2 don't work in some locales,
217 added some tests for null pointers to debugging printf's, which
271 fixed some nextfile bugs: not handling all cases. thanks to
289 band-aid in b.c (member()), and some (uschar) casts to head
321 in case stdin, etc., are not constants; some compilers care.
338 Bruce also provided some helpful test cases.
342 easier to compile with C++. Added some casts on malloc
344 ltype int to long in struct rrow to reduce some 64-bit
349 removed some horrible pointer-int casting in b.c and elsewhere
388 by me, and it appears that under some circumstances the
422 fixed some bugs in sub and gsub when replacement includes \\.
441 removed most fixed-size arrays, though a handful remain, some
445 with some trepidation, replaced the ancient code that managed
447 demand. there is still some tension between trying to make this
466 in run.c; added overflow tests to some previously unchecked cases.
508 cleaned up some declarations so gcc -Wall is now almost silent.
514 s/aprintf/awkprint, s/asprintf/awksprintf/ to avoid some name clashes
523 added some latin-1 tests to the regression, but i'm not confident;
525 pointing out some others that do care.
542 some awful behaviors.)
545 replaced uchar by uschar everywhere; apparently some compilers
552 (thanks to nelson beebe for pointing out some of these problems.)
568 initialized Cells in setsymtab more carefully; some fields
602 cosmetic changes: increased sizes of some arrays,
603 reworded some error messages.
618 cleaned up some error messages; "out of space" now means
650 cranked up some fixed-size arrays in b.c, and added a test for
706 argument was an array in some contexts. replaced the error
711 some kinds of self-assignment. (in assign().)
724 unary + and -. This renders illegal some constructs like !x=y, which
732 Added a bunch of tests to T.re and T.sub to verify some of this.
790 added some missing ansi printf conversion letters: %i %X %E %G.
814 removed some code that permitted -F (space) fieldseparator,
839 Catches some more commandline errors in main.
840 Removed redundant decl of modf in run.c (confuses some compilers).
899 performance bug in b.c/cgoto(): not freeing some sets of states.