Lines Matching full:changed
73 and arnold robbins, changed srand() to return the previous
101 changed the name getline() to awkgetline() to avoid yet another
295 right if CONVFMT is changed; by then the STR attribute of the
320 changed types in posix chars structure to quiet solaris cc.
377 changed HAT to NCHARS-2. thanks again to santiago vila.
379 changed maketab.c to ignore apparently out of range definitions
427 changed true/false to True/False in run.c to make it
429 and realloc to be honest about casts; ditto. changed
450 changed isnumber to is_number to avoid the problem caused by
525 recompilation when awkgram.y is changed but symbols are not.
581 changed field-splitting to conform to posix definition: fields are
685 changed error() to print line number as %d, not %g.
707 changed rehash so that if it runs out, it just returns;
770 changed for (i in array) to access elements in sorted order.
800 changed NCHARS to 256 to handle 8-bit characters in strings
804 changed struct rrow (awk.h) to use long instead of int for lval,
857 changed number of arguments to functions to static arrays
881 changed x^y so that if n is a positive integer, it's done
911 Changed grammar to prohibit constants as 3rd arg of sub and gsub;