summaryrefslogtreecommitdiff
path: root/external/historical/nawk/dist/testdir/t.pp1
blob: 268d0a2811453c56fb1695ab472308d9f88fa332 (plain)
1
2
3
/bwk/,/bwk/	{ print $2, $1 }
/ava/,/ava/	{ print $2, $1 }
/pjw/,/pjw/	{ print $2, $1 }
style tweaksgutteridge 2022-10-28put reallocarray() in the public namespacewiz 2015-07-26Add license header (the NetBSD 2-clause version) with (C) TNFkamil 2015-02-06Remove trailing whitespace.wiz 2015-02-05Remove incorrect comment about size; mention that the malloc ambiguity ischristos 2015-02-05Revert addition to reallocarray to the malloc man page, but keepchristos