aboutsummaryrefslogtreecommitdiff
path: root/contrib/one-true-awk/proctab.c
Commit message (Collapse)AuthorAgeFilesLines
* awk: remove proctab.cWarner Losh2021-07-201-213/+0
| | | | | | | | proctab.c is a generated file and never should have been committed to the tree. This file has been added and removed a couple of times, most recently added by me in my 2019 updates. Sponsored by: Netflix
* one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugsWarner Losh2021-07-081-99/+103
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import the latest bsd-features branch of the one-true-awk upstream: o Move to bison for $YACC o Set close-on-exec flag for file and pipe redirects that aren't std* o lots of little fixes to modernize ocde base o free sval member before setting it o fix a bug where a{0,3} could match aaaa o pull in systime and strftime from NetBSD awk o pull in fixes from {Net,Free,Open}BSD (normalized our code with them) o add BSD extensions and, or, xor, compl, lsheift, rshift (mostly a nop) Also revert a few of the trivial FreeBSD changes that were done slightly differently in the upstreaming process. Also, our PR database may have been mined by upstream for these fixes, and Mikolaj Golub may deserve credit for some of the fixes in this update. Suggested by: Mikolaj Golub <to.my.trociny@gmail.com> PR: 143363,143365,143368,143369,143373,143375,214782 Sponsored by: Netflix
* | Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.gitWarner Losh2019-06-021-0/+209
|/ | | | | | | | | | | | Note: this backs out a number of changes we've made to awk because they aren't upstream, but are on the vendor branch. Those will be reapplied. svn makes it needlessly difficult to know which ones, but at least r315426, r301289, and maybe r301691, though there may be others too. None of these are critical, so bisecting through this point is safe for all but awk regression tests :). Notes: svn path=/head/; revision=348511
* Flatten out vendor tree.Ruslan Ermilov2010-01-091-207/+0
| | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=201936
* Vendor import of bwk's 01-May-2007 release.Rong-En Fan2007-06-051-73/+75
| | | | | | | | | Approved by: delphij (mentor) Nodded by: ru Tested by: make universe Notes: svn path=/vendor/one-true-awk/dist/; revision=170331
* Vendor import of bwk's 24-Apr-2005 release.Ruslan Ermilov2005-05-161-96/+96
| | | | Notes: svn path=/vendor/one-true-awk/dist/; revision=146299
* 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-271-0/+205
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