summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* I'd put down $10 says the author did a last minute tweak to awkgram.y (whichvendor/misc-GNU/awkDavid E. O'Brien2001-11-021-2/+2
| | | | | | | | | had an error in it), and applied it by hand to awkgram.c (getting it right) rather than really generating an new awkgram.c properly using Bison/YACC... Fix his mistake here. Notes: svn path=/vendor/awk/dist/; revision=85919
* Update vendor branch to gawk-3.1.0.David E. O'Brien2001-11-02232-13951/+45989
| | | | Notes: svn path=/vendor/awk/dist/; revision=85898
* Update vendor branch to gawk-3.0.6.Sheldon Hearn2000-08-15144-294/+33603
| | | | Notes: svn path=/vendor/awk/dist/; revision=64666
* Fix zero-padding for printf formats which include a precision orSheldon Hearn1999-12-221-2/+8
| | | | | | | | | | | | width. This is a vendor-supplied patch. Requested by: bde Submitted by: Aharon Robbins <arnold@skeeve.com> Notes: svn path=/vendor/awk/dist/; revision=55001
* Virgin import of GNU awk 3.0.4, which fixes at least a memory mis-Sheldon Hearn1999-09-2725-257/+919
| | | | | | | | | | management problem involving custom print formats. PR: 13615 Reported by: Scott Hazen Mueller <scott@zorch.sf-bay.org> Notes: svn path=/vendor/awk/dist/; revision=51728
* Virgin import of GNU awk 3.0.3vendor/misc-GNU/awk/3.0.3James Raynard1997-10-14260-0/+49739
Notes: svn path=/vendor/awk/dist/; revision=30411 svn path=/vendor/awk/3.0.3/; revision=30413; tag=vendor/misc-GNU/awk/3.0.3