aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/awk/run.c.diff
Commit message (Collapse)AuthorAgeFilesLines
* Apply patches directly to sources. Their effect is as follows:Ruslan Ermilov2010-01-101-15/+0
| | | | | | | | | | | - Make one-true-awk respect locale's collating order in [a-z] bracket expressions, until a more complete fix (like handing BREs) is ready. - Don't require a space between -[fv] and its argument. Notes: svn path=/head/; revision=201989
* Regen diffs.Ruslan Ermilov2010-01-091-6/+3
| | | | Notes: svn path=/head/; revision=201957
* Add temporary patches to make one-true-awk respect locale's collating orderRuslan Ermilov2005-05-171-0/+18
in [a-z] bracket expressions, until a more complete fix (like handing BREs) is ready. Prodded by: ache OK'ed by: tjr Notes: svn path=/head/; revision=146322