aboutsummaryrefslogtreecommitdiff
path: root/contrib/one-true-awk
Commit message (Collapse)AuthorAgeFilesLines
* awk: Use random(3) instead of rand(3)Pedro F. Giffuni2014-09-193-5/+7
| | | | | | | | | | | | | | | | While none of them is considered even near to cryptographic level, random(3) is a better random generator than rand(3). Use random(3) for awk as is done in other systems. Thanks to Chenguang Li for discussing this in the lists and submitting the patch upstream. PR: 193147 MFC after: 5 weeks Notes: svn path=/head/; revision=271879
* MFV: one-true-awk 20121220.Xin LI2013-01-036-10/+29
|\ | | | | | | | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=244988
* | - Merged awk upstream that includes a fix for a bug exposed by kmod_syms.mk.Ruslan Ermilov2011-08-113-3/+12
|\| | | | | | | | | | | | | | | | | - Provide a build aid for those who already have a buggy awk(1) installed. Approved by: re (kib) Notes: svn path=/head/; revision=224776
* | Update to a 7-Aug-2011 release.Ruslan Ermilov2011-08-0910-43/+98
|\| | | | | | | | | | | | | Approved by: re (kib) Notes: svn path=/head/; revision=224731
* | Update to a 6-May-2011 release (upstreamed some of our changes).Ruslan Ermilov2011-05-063-209/+7
|\| | | | | | | Notes: svn path=/head/; revision=221533
* | Update to a 1-May-2011 release (except for the isblank change).Ruslan Ermilov2011-05-037-22/+59
|\| | | | | | | Notes: svn path=/head/; revision=221381
* | Apply patches directly to sources. Their effect is as follows:Ruslan Ermilov2010-01-103-14/+50
| | | | | | | | | | | | | | | | | | | | | | - 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
* | Update to a 26-Nov-2009 release.Ruslan Ermilov2010-01-099-8/+26
|\| | | | | | | Notes: svn path=/head/; revision=201951
| * Flatten out vendor tree.Ruslan Ermilov2010-01-0918-8108/+0
| | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=201936
* | Clean up import.Ruslan Ermilov2010-01-091-73/+0
| | | | | | | | Notes: svn path=/head/; revision=201940
* | Document the bwk_20071023 import.David E. O'Brien2007-10-251-4/+4
| | | | | | | | Notes: svn path=/head/; revision=172961
* | This commit was generated by cvs2svn to compensate for changes in r172958,David E. O'Brien2007-10-253-4/+12
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=172959
| * Vendor import of bwk's 23-Oct-2007 release.David E. O'Brien2007-10-253-4/+12
| | | | | | | | | | | | | | This includes fixes for FreeBSD PR's: bin/104795, bin/100443 Notes: svn path=/vendor/one-true-awk/dist/; revision=172958
* | - Update for 2007/05/01 import.Rong-En Fan2007-06-051-2/+2
| | | | | | | | | | | | | | | | Approved by: delphij (mentor) Nodded by: ru Notes: svn path=/head/; revision=170334
* | This commit was generated by cvs2svn to compensate for changes in r170331,Rong-En Fan2007-06-0511-145/+202
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=170332
| * Vendor import of bwk's 01-May-2007 release.Rong-En Fan2007-06-0511-145/+202
| | | | | | | | | | | | | | | | | | Approved by: delphij (mentor) Nodded by: ru Tested by: make universe Notes: svn path=/vendor/one-true-awk/dist/; revision=170331
* | Update for the 2005/04/24 import.Ruslan Ermilov2005-05-161-3/+3
| | | | | | | | Notes: svn path=/head/; revision=146303
* | This commit was generated by cvs2svn to compensate for changes in r146299,Ruslan Ermilov2005-05-1611-130/+189
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146300
| * Vendor import of bwk's 24-Apr-2005 release.Ruslan Ermilov2005-05-1611-130/+189
| | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=146299
* | Update for the 2004/02/07 import.Ruslan Ermilov2004-02-081-5/+5
| | | | | | | | Notes: svn path=/head/; revision=125604
* | This commit was generated by cvs2svn to compensate for changes in r125601,Ruslan Ermilov2004-02-084-4/+39
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=125602
| * Vendor import of bwk's 7-Feb-2004 release.Ruslan Ermilov2004-02-084-4/+39
| | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=125601
* | Update for the 2003/07/31 import.Ruslan Ermilov2004-02-071-2/+2
| | | | | | | | Notes: svn path=/head/; revision=125572
* | This commit was generated by cvs2svn to compensate for changes in r125505,Ruslan Ermilov2004-02-052-3/+3
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=125506
| * Fixes from 31-Jul-2003; make it 8-bit clean.Ruslan Ermilov2004-02-052-3/+3
| | | | | | | | | | | | | | Forgotten by: ru (for far too long) Notes: svn path=/vendor/one-true-awk/dist/; revision=125505
* | Update for the 2003/07/29 import.Ruslan Ermilov2003-07-301-4/+5
| | | | | | | | Notes: svn path=/head/; revision=118197
* | This commit was generated by cvs2svn to compensate for changes in r118194,Ruslan Ermilov2003-07-305-30/+60
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=118195
| * Vendor import of bwk's 29-Jul-2003 release.Ruslan Ermilov2003-07-305-30/+60
| | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=118194
* | This commit was generated by cvs2svn to compensate for changes in r112336,David E. O'Brien2003-03-177-26/+99
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=112337
| * Vendor import of bwk's 14-March-2003 release.David E. O'Brien2003-03-177-26/+99
| | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=112336
* | Update for the 20021213 version.David E. O'Brien2002-12-191-1/+1
| | | | | | | | Notes: svn path=/head/; revision=108075
* | This commit was generated by cvs2svn to compensate for changes in r108072,David E. O'Brien2002-12-194-49/+28
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=108073
| * Vendor import of bwk's 13-Dec-2002 release.David E. O'Brien2002-12-194-49/+28
| | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=108072
* | Update for the just-done-import.David E. O'Brien2002-12-131-3/+2
| | | | | | | | Notes: svn path=/head/; revision=107809
* | This commit was generated by cvs2svn to compensate for changes in r107806,David E. O'Brien2002-12-1314-143/+246
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=107807
| * Vendor import of bwk's 29-Nov-2002 release.David E. O'Brien2002-12-1314-143/+246
| | | | | | | | | | | | | | Most significant update is the inclusion of our port's locale patches. Notes: svn path=/vendor/one-true-awk/dist/; revision=107806
* | This commit was generated by cvs2svn to compensate for changes in r92422,David E. O'Brien2002-03-163-1/+84
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=92423
| * Vendor import of bwk's 2002-02-10 release.David E. O'Brien2002-03-163-1/+84
| | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=92422
* | Really document the import procedure.Dag-Erling Smørgrav2002-02-191-1/+1
| | | | | | | | Notes: svn path=/head/; revision=90905
* | This commit was generated by cvs2svn to compensate for changes in r90902,Dag-Erling Smørgrav2002-02-197-28/+124
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=90903
| * Vendor import of bwk's 2002-02-18 release. Most significant update is theDag-Erling Smørgrav2002-02-197-28/+124
| | | | | | | | | | | | | | inclusion of my character class patch. Notes: svn path=/vendor/one-true-awk/dist/; revision=90902
| * We don't need ths file.Dag-Erling Smørgrav2002-02-191-81/+0
| | | | | | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=90899
* | Document the import procedure.Dag-Erling Smørgrav2002-02-191-2/+5
| | | | | | | | Notes: svn path=/head/; revision=90901
* | This commit was generated by cvs2svn to compensate for changes in r90899,Dag-Erling Smørgrav2002-02-191-81/+0
| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=90900
* | We don't need ths file.Dag-Erling Smørgrav2002-02-191-12/+0
| | | | | | | | Notes: svn path=/head/; revision=90899
* | Tell how the import was done.David E. O'Brien2001-10-271-0/+21
|/ | | | Notes: svn path=/head/; revision=85590
* Import the One True AWK, in the form of bwk's AWK Nov 15, 2000 release.vendor/one-true-awk/20001115David E. O'Brien2001-10-2718-0/+7666
Notes: svn path=/vendor/one-true-awk/dist/; revision=85587 svn path=/vendor/one-true-awk/20001115/; revision=85589; tag=vendor/one-true-awk/20001115