summaryrefslogtreecommitdiff
path: root/dist/nawk
AgeCommit message (Expand)Author
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