Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-04-17 | 5 | -10/+31 |
|\ | |||||
| * | Add more info to README.git and update date. | Arnold D. Robbins | 2014-04-17 | 1 | -1/+14 |
| | | |||||
| * | Remove an obsolete paragraph from BUGS in gawk.1. | Arnold D. Robbins | 2014-04-17 | 2 | -6/+6 |
| | | |||||
| * | Further fix in pc/Makefile.tst. | Arnold D. Robbins | 2014-04-17 | 1 | -2/+1 |
| | | |||||
| * | Update pc/Makefile.tst. | Arnold D. Robbins | 2014-04-17 | 2 | -1/+10 |
| | | |||||
* | | Add a note in TODO. | Arnold D. Robbins | 2014-04-17 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-04-11 | 8 | -2/+34 |
|\| | |||||
| * | Use $(DESTDIR) in extension/Makefile.am when removing .la files. | Arnold D. Robbins | 2014-04-11 | 3 | -2/+8 |
| | | |||||
| * | Add a warning that locale support is needed for the charset tests. | Arnold D. Robbins | 2014-04-11 | 3 | -0/+14 |
| | | |||||
| * | Define closemaybesocket if it isn't otherwise. | Arnold D. Robbins | 2014-04-11 | 2 | -0/+12 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-04-08 | 58 | -5565/+6805 |
|\| | |||||
| * | Make release tar ball. | Arnold D. Robbins | 2014-04-08 | 55 | -5547/+6766 |
| | | |||||
| * | Update texinfo.tex to latest. | Arnold D. Robbins | 2014-04-08 | 2 | -19/+34 |
| | | |||||
| * | Typo fix in README_d/README.pc. | Arnold D. Robbins | 2014-04-08 | 1 | -1/+1 |
| | | |||||
| * | Prettify lists of tests. | Arnold D. Robbins | 2014-04-08 | 3 | -4/+6 |
| | | |||||
| * | Update Checklist file in git repo. | Arnold D. Robbins | 2014-04-04 | 1 | -5/+5 |
| | | |||||
| * | Fix a compilation warning. | Arnold D. Robbins | 2014-04-04 | 2 | -3/+7 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-04-03 | 3 | -0/+6 |
|\| | |||||
| * | Bump version is pc/config.h after doing so for tarball. | Arnold D. Robbins | 2014-04-03 | 1 | -3/+3 |
| | | |||||
| * | Bump version for test tarball. | Arnold D. Robbins | 2014-04-03 | 2 | -11/+11 |
| | | |||||
| * | Fix test/Makefile.am for making dists. | Arnold D. Robbins | 2014-04-03 | 3 | -0/+6 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-04-03 | 2 | -1/+6 |
|\| | |||||
| * | Minor code cleanup in regcomp.c. | Arnold D. Robbins | 2014-04-03 | 2 | -1/+6 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-04-02 | 2 | -0/+15 |
|\| | |||||
| * | README_d/README.gcc-3 file added. | Arnold D. Robbins | 2014-04-02 | 2 | -0/+15 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-31 | 23 | -22/+34 |
|\| | |||||
| * | Update copyright years on files changed in 2014. | Arnold D. Robbins | 2014-03-31 | 23 | -22/+34 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-31 | 3 | -2/+8 |
|\| | |||||
| * | Remove -Wextra from gcc command line in extension dir.. | Arnold D. Robbins | 2014-03-31 | 3 | -2/+8 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-30 | 5 | -98/+169 |
|\| | |||||
| * | Some more docbook fixes. | Arnold D. Robbins | 2014-03-30 | 3 | -20/+54 |
| | | |||||
| * | Sync dfa.c with grep. | Arnold D. Robbins | 2014-03-30 | 2 | -78/+115 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-28 | 4 | -619/+1211 |
|\| | |||||
| * | Create valid DocBook XML output with current makeinfo. | Arnold D. Robbins | 2014-03-28 | 4 | -595/+1180 |
| | | |||||
| * | Minor cleanup to indexing. | Arnold D. Robbins | 2014-03-28 | 4 | -24/+31 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-28 | 7 | -70/+251 |
|\| | |||||
| * | Improvements in both configure.ac files. | Arnold D. Robbins | 2014-03-28 | 7 | -70/+251 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-27 | 15 | -1959/+2829 |
|\| | |||||
| * | Add input parser to readfile extension, document it and test it. | Arnold D. Robbins | 2014-03-27 | 12 | -98/+308 |
| | | |||||
| * | Add note that lookup of PROCINFO can fail. | Arnold D. Robbins | 2014-03-27 | 4 | -106/+130 |
| | | |||||
| * | Finishing indexing changes, special treatment for functions. | Arnold D. Robbins | 2014-03-27 | 4 | -462/+518 |
| | | |||||
| * | First round of indexing changes. | Arnold D. Robbins | 2014-03-27 | 4 | -934/+1487 |
| | | |||||
| * | Update awklib/eg/data/ files after doc changes. | Arnold D. Robbins | 2014-03-27 | 2 | -11/+11 |
| | | |||||
| * | BBS-list examples redone. Yay! Thanks to Antonio. | Arnold D. Robbins | 2014-03-27 | 4 | -1326/+1353 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-23 | 7 | -723/+642 |
|\| | |||||
| * | Add default defn's for constants in extension files. | Arnold D. Robbins | 2014-03-23 | 3 | -0/+15 |
| | | |||||
| * | Updated pl translation. | Arnold D. Robbins | 2014-03-23 | 1 | -719/+615 |
| | | |||||
| * | Fix in .gitignore. | Arnold D. Robbins | 2014-03-23 | 2 | -2/+5 |
| | | |||||
| * | Irix fix for dfa.c. | Arnold D. Robbins | 2014-03-23 | 2 | -2/+7 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-21 | 2 | -1/+5 |
|\| |