Lines Matching full:added
111 gawk. (Found a gawk bug while we're at it.) Added a torture
230 the fix. New test T.concat added to the test suite.
288 expressions, further to the support for them in strings added on
334 Added very simplistic support for cross-compiling in the
340 Added support for POSIX-standard interval expressions (a.k.a.
366 Added test in maketab.c to prevent generating a proctab entry
374 Added some casts to silence warnings on debugging printfs.
406 Also added Arnold's tests for these to awktest.tar as T.arnold.
426 added ,NULL initializer to static Cells in run.c; not really
433 added __attribute__((__noreturn__)) to a couple of lines in
455 added checks to new -v code that permits -vnospace; thanks to
468 added #ifdef for isblank.
560 added -version and --version options.
584 smaller size, and i think that's right. added some assertions to b.c
659 added some parens to isblank, in another attempt to make things
704 added some tests for null pointers to debugging printf's, which
729 added a makefile.win to make it easier to build on windows.
733 added support for posix character class names like [:digit:],
759 arnold robbins for pointing this out. new regressions added.
791 been there since functions were added ~1983. thanks to
794 added test in envinit to catch environment "variables" with
798 added test in defn() to catch function foo(foo), which
803 added *bp in gettok in lex.c; appears possible to exit function
807 added function stdinit() to run to initialize files[] array,
829 easier to compile with C++. Added some casts on malloc
866 added a few (int) casts to silence useless compiler warnings.
869 added proctab.c to the bundle output; one less thing
872 added calls to _popen and _pclose to the win95 stub for
895 added -V to print version number and die.
955 in run.c; added overflow tests to some previously unchecked cases.
963 added \r to \n as input line separator for programs, not data.
969 added a "-safe" argument that disables file output (print >,
1012 added some latin-1 tests to the regression, but i'm not confident;
1024 added nextfile, as in gawk: causes immediate advance to next
1071 added dynamically growing strings to awk.lx.l and b.c
1094 added CONVFMT as in posix (just replaced OFMT in getsval)
1104 added -mr N and -mf N options: more record and fields.
1119 added explicit check for /dev/std(in,out,err) in redirection.
1122 added (file/pipe) builtin. hard to test satisfactorily.
1139 cranked up some fixed-size arrays in b.c, and added a test for
1218 Added \x to regular expressions (already in strings).
1221 Added a bunch of tests to T.re and T.sub to verify some of this.
1247 added a bunch of casts to the code to tell the truth about
1248 char * vs. unsigned char *, a right royal pain. added a
1267 added -v x=1 y=2 ... for immediate commandline variable assignment;
1279 added some missing ansi printf conversion letters: %i %X %E %G.
1318 Added \a ("alert"), \v (vertical tab), \xhhh (hexadecimal),
1334 Added a bit of code to error printing to avoid printing nulls.
1357 Added a few more checks for running out of malloc.
1416 Reluctantly added toupper and tolower functions.