Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix DJGPP problem with libsigsegv. | Arnold D. Robbins | 2011-07-29 | 2 | -8/+15 | |
| | | ||||||
| * | Misc documentation fixes. | Arnold D. Robbins | 2011-07-29 | 4 | -0/+34 | |
| | | ||||||
| * | Revert sub/gsub behavior to that of gawk 3.x. | Arnold D. Robbins | 2011-07-28 | 10 | -230/+360 | |
| | | ||||||
| * | Fix sortu test. | Arnold D. Robbins | 2011-07-28 | 3 | -4/+13 | |
| | | ||||||
| * | Additional getline fix. | Arnold D. Robbins | 2011-07-26 | 2 | -1/+7 | |
| | | ||||||
| * | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 19 | -207/+281 | |
| | | ||||||
| * | Add two revised .po files. | Arnold D. Robbins | 2011-07-19 | 2 | -921/+585 | |
| | | ||||||
| * | Add new test files to the git repo. | Arnold D. Robbins | 2011-07-18 | 3 | -0/+94 | |
| | | ||||||
| * | Minor doc updates, start working through huge backlog. | Arnold D. Robbins | 2011-07-17 | 5 | -435/+463 | |
| | | ||||||
| * | Sync dfa.c with GNU grep. | Arnold D. Robbins | 2011-07-17 | 3 | -100/+124 | |
| | | ||||||
| * | Fix inclusion of po/README. Update some translations. | Arnold D. Robbins | 2011-07-17 | 26 | -2145/+2150 | |
| | | ||||||
| * | Mark FPAT as non standard. | Arnold D. Robbins | 2011-07-17 | 2 | -1/+6 | |
| | | ||||||
| * | Remove bzip2 dist. | Arnold D. Robbins | 2011-07-17 | 4 | -9/+9 | |
| | | ||||||
| * | Bump version to 4.0.0a. | Arnold D. Robbins | 2011-07-15 | 4 | -13/+14 | |
| | | ||||||
| * | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 12 | -263/+388 | |
| | | ||||||
| * | First set of minor fixes on 4.0 Stable. | Arnold D. Robbins | 2011-07-15 | 5 | -2/+26 | |
| | | ||||||
* | | Created .gitignore so that the status command produces useful output. | Juergen Kahrs | 2011-07-31 | 3 | -0/+30 | |
|/ | ||||||
* | Fix vms version stuff. Get the tarball really right. | Arnold D. Robbins | 2011-06-24 | 18 | -10/+51 | |
| | ||||||
* | Update version in README. | Arnold D. Robbins | 2011-06-23 | 2 | -1/+2 | |
| | ||||||
* | Update versions and ChangeLogs, make tarball! | Arnold D. Robbins | 2011-06-23 | 48 | -15046/+15108 | |
| | ||||||
* | Minor TODO update and vms test fix. | Arnold D. Robbins | 2011-06-23 | 3 | -0/+11 | |
| | ||||||
* | Bump version. | Arnold D. Robbins | 2011-06-20 | 3 | -12/+12 | |
| | ||||||
* | Add fix for crash from grep, add test case. | Arnold D. Robbins | 2011-06-20 | 12 | -10/+51 | |
| | ||||||
* | Minor bug fixes, incl build system for pc, vms. | Arnold D. Robbins | 2011-06-20 | 10 | -15/+38 | |
| | ||||||
* | Make final gawk 4.0 beta test tar ball. | Arnold D. Robbins | 2011-06-17 | 25 | -217/+294 | |
| | ||||||
* | Put RRI into code. | Arnold D. Robbins | 2011-06-17 | 9 | -191/+24 | |
| | ||||||
* | Update NEWS. | Arnold D. Robbins | 2011-06-14 | 1 | -7/+9 | |
| | ||||||
* | Make ranges be character based all the time. | Arnold D. Robbins | 2011-06-13 | 5 | -638/+753 | |
| | ||||||
* | Minor improvement in regcomp.c. | Arnold D. Robbins | 2011-06-08 | 2 | -1/+7 | |
| | ||||||
* | Sync dfa with GNU grep. | Arnold D. Robbins | 2011-06-08 | 3 | -55/+109 | |
| | ||||||
* | Add Swedish translation. | Arnold D. Robbins | 2011-06-08 | 4 | -829/+639 | |
| | ||||||
* | Make a tarball. | Arnold D. Robbins | 2011-06-05 | 20 | -371/+484 | |
| | ||||||
* | Sync PC test suite. | Arnold D. Robbins | 2011-06-05 | 2 | -2/+6 | |
| | ||||||
* | Bug fix to FPAT and update test. | Arnold D. Robbins | 2011-06-05 | 5 | -4/+33 | |
| | ||||||
* | Fix a typo in the ChangeLog. | Arnold D. Robbins | 2011-06-05 | 1 | -1/+1 | |
| | ||||||
* | Make regcomp.c closer to GNULIB. | Arnold D. Robbins | 2011-06-03 | 2 | -9/+15 | |
| | ||||||
* | Check in gawk.info after last commit's doc changes. | Arnold D. Robbins | 2011-06-03 | 1 | -271/+269 | |
| | ||||||
* | Minor doc fixes. | Arnold D. Robbins | 2011-06-03 | 3 | -10/+14 | |
| | ||||||
* | Typo fix. | Arnold D. Robbins | 2011-06-01 | 2 | -1/+5 | |
| | ||||||
* | Update pc and vms test suites. | Arnold D. Robbins | 2011-05-31 | 4 | -3/+21 | |
| | ||||||
* | Disallow gawk builtin/keyword as variable assignment. | Arnold D. Robbins | 2011-05-31 | 5 | -16/+50 | |
| | ||||||
* | Rationalize range expansion in regexps. | Arnold D. Robbins | 2011-05-31 | 11 | -178/+114 | |
| | ||||||
* | Fixes in expand_range. | Arnold D. Robbins | 2011-05-29 | 2 | -2/+21 | |
| | ||||||
* | Bump version after tar ball. | Arnold D. Robbins | 2011-05-29 | 3 | -12/+12 | |
| | ||||||
* | Minor edits. | Arnold D. Robbins | 2011-05-29 | 1 | -4/+11 | |
| | ||||||
* | Make 3.1.84 tar ball (released for beta!). | Arnold D. Robbins | 2011-05-27 | 20 | -519/+984 | |
| | ||||||
* | Minor doc updates on bug address. | Arnold D. Robbins | 2011-05-27 | 4 | -37/+41 | |
| | ||||||
* | Include updated gawk.info. | Arnold D. Robbins | 2011-05-26 | 1 | -73/+78 | |
| | ||||||
* | Fix FPAT / NF interaction, update test suites. | Arnold D. Robbins | 2011-05-26 | 12 | -29/+101 | |
| | ||||||
* | Straighten out owners of MS Windows ports. | Arnold D. Robbins | 2011-05-25 | 4 | -9/+23 | |
| |