summaryrefslogtreecommitdiff
path: root/dist/nawk
AgeCommit message (Expand)Author
2003-10-26bump the regular expression cache from 20 expressions to 128jdolecek
2003-10-26exit with fatal error if backreferences are used in subst stringjdolecek
2003-10-26cleanup some (uschar **) to (char **) casts which breakjdolecek
2003-08-13use bounded string opitojun
2003-08-02Merge nawk version 20030729 changes, and resolve conflicts.jdolecek
2003-08-02Import nawk as of 2003/07/29jdolecek
2003-05-17sscanf overrunitojun
2002-06-27correctly handle 'printf "%c", 0' - previously, it accessed randomjdolecek
2001-02-09call setlocale(3) on startupjdolecek
2001-02-09cast the parameter to toupper()/tolower() to unsigned char, so thatjdolecek
2001-02-08add GNU awk compatible functions systime(), strftime() and gensub()jdolecek
2001-02-05ytab.[ch] --> awkgram.[ch]jdolecek
2001-02-05use awkgram.h, generate constified printname[] and tokname()jdolecek
2001-02-05change to build/use awkgram.[ch] instead of ytab.[ch]jdolecek
2001-02-05regen with correct token numbers (since only in comment, this is cosmetic only)jdolecek
2001-02-05Import nawk 2000/11/15.jdolecek
2001-01-23adapt to NetBSD build environment, constify a littlejdolecek
2001-01-23Import nawk 2000/11/15, try #2.jdolecek