Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change executable name to egawk and change bug reporting address. | Kaz Kylheku | 2022-04-12 | 1 | -8/+8 |
| | | | | | | | | | | | * Makefile.am, Makefile.in (bin_PROGRAMS): Change from gawk to egawk. (bin_SCRIPTS): Remove gawkbug; this is not used. (install-exec-hook, uninstall-links): Fix some hard-coded gawk references here. * main.c (usage): Rewrite bug reporting text, specifically discouraging users not to use the bug-awk mailing list for support, unless they reproduce the issue with the original awk. | ||||
* | Add gawkbug script and man page. | Arnold D. Robbins | 2022-02-27 | 1 | -45/+92 |
| | |||||
* | Remove some unused files. | Arnold D. Robbins | 2021-11-07 | 1 | -1/+1 |
| | |||||
* | Update to Automake 1.16.5. | Arnold D. Robbins | 2021-11-04 | 1 | -1/+1 |
| | |||||
* | Update copyright year in a bunch of files. | Arnold D. Robbins | 2021-10-27 | 1 | -1/+1 |
| | |||||
* | Update to Automake 1.16.4. | Arnold D. Robbins | 2021-09-10 | 1 | -6/+5 |
| | |||||
* | Get make distcheck working. | Arnold D. Robbins | 2021-05-05 | 1 | -7/+1 |
| | |||||
* | Move to Automake 1.16.3. | Arnold D. Robbins | 2021-05-05 | 1 | -9/+14 |
| | |||||
* | Collapse multiple build-aux and m4 directories into one copy of each. | Arnold D. Robbins | 2020-07-22 | 1 | -2/+2 |
| | |||||
* | Move aux files into build-aux directory. | Arnold D. Robbins | 2020-07-21 | 1 | -7/+17 |
| | |||||
* | Update to gettext 0.20.2. | Arnold D. Robbins | 2020-07-20 | 1 | -9/+9 |
| | |||||
* | Allow for cross-compile version of ar. | Arnold D. Robbins | 2020-06-05 | 1 | -3/+5 |
| | |||||
* | Update to Automake 1.16.2. | Arnold D. Robbins | 2020-04-02 | 1 | -5/+12 |
| | |||||
* | Update copyright years. | Arnold D. Robbins | 2020-03-20 | 1 | -1/+1 |
| | |||||
* | Updates for z/OS. | Arnold D. Robbins | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | Squashed commit of the following: | Arnold D. Robbins | 2020-03-06 | 1 | -18/+21 |
| | | | | | | | | | | | | | | commit 233cbc2a39b348eb66f70e7806f5fe2ef45db6a8 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Fri Mar 6 11:37:05 2020 +0200 Update ChangeLog files with Jannick's changes. commit 3a6297d5a1e900f8de0ddc6dda5b08770483e318 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Fri Feb 21 13:10:40 2020 +0200 MSYS2 build changes. | ||||
* | Ensure that ChangeLog.1 gets into the distribution. | Arnold D. Robbins | 2019-04-18 | 1 | -0/+1 |
| | |||||
* | Another fix for 'make distcheck' to work. | Arnold D. Robbins | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Fix Makefile.am so that make distcheck work again. | Arnold D. Robbins | 2019-03-01 | 1 | -0/+1 |
| | |||||
* | Improvements for z/OS, building and test suite. | Arnold D. Robbins | 2019-02-25 | 1 | -0/+1 |
| | |||||
* | Include NEWS.1 in what gets distributed. | Arnold D. Robbins | 2019-02-05 | 1 | -0/+1 |
| | |||||
* | Update copyright year in many dates. | Arnold D. Robbins | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | Changes after make distcheck. | Arnold D. Robbins | 2019-01-26 | 1 | -1/+2 |
| | |||||
* | Remove .deps directory upon make distclean. | Arnold D. Robbins | 2018-12-18 | 1 | -10/+13 |
| | |||||
* | Fix building pc/Makefile.tst. Make gawk 4.2.1a tarball. | Arnold D. Robbins | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | Upgrade to Automake 1.16.1. | Arnold D. Robbins | 2018-09-16 | 1 | -54/+120 |
| | |||||
* | Major improvements to test infrastructure. | Arnold D. Robbins | 2018-05-13 | 1 | -1/+4 |
| | |||||
* | Revise build to use bison for both grammars in a parallel-safe way. | Arnold D. Robbins | 2017-09-13 | 1 | -9/+3 |
| | |||||
* | Serialize running bison in parallel builds. | Arnold D. Robbins | 2017-09-12 | 1 | -3/+3 |
| | |||||
* | Add small regex fix. Add support directory. | Arnold D. Robbins | 2016-12-22 | 1 | -42/+20 |
| | |||||
* | Sync dfa with GNULIB. | Arnold D. Robbins | 2016-12-22 | 1 | -0/+1 |
| | |||||
* | Merge multithreaded dfa into gawk. | Arnold D. Robbins | 2016-09-01 | 1 | -4/+9 |
| | |||||
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-23 | 1 | -6/+9 |
|\ | |||||
| * | Doc updates, add 'spell' target for make. | Arnold D. Robbins | 2016-08-23 | 1 | -6/+9 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 |
|\| | |||||
| * | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 |
| | | |||||
* | | Make building a working tarball work again. | Arnold D. Robbins | 2016-01-28 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-10-16 | 1 | -2/+8 |
|\| | |||||
| * | Fix build ordering issues. | Arnold D. Robbins | 2015-10-16 | 1 | -2/+8 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' (zOS updates included) | Arnold D. Robbins | 2015-10-04 | 1 | -10/+3 |
|\| | |||||
| * | Rework zOS patches; keep separate from autotools. | Arnold D. Robbins | 2015-08-02 | 1 | -9/+3 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-30 | 1 | -3/+7 |
|\| | |||||
| * | Take --program-prefix into account for the installation symlinks. | Arnold D. Robbins | 2015-04-30 | 1 | -3/+7 |
| | | |||||
* | | Updated autoconf (.ac) files. Remove RETSIGTYPE. | Arnold D. Robbins | 2015-04-16 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-13 | 1 | -1/+1 |
|\| | |||||
| * | Fix efence target, whitepsace in ChangeLog. | Arnold D. Robbins | 2015-04-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-25 | 1 | -19/+29 |
|\| | |||||
| * | Move to Automake 1.15. | Arnold D. Robbins | 2015-01-24 | 1 | -18/+29 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-19 | 1 | -7/+16 |
|\| | |||||
| * | Upgrade infrastructure (automake, gettext, libtool). | Arnold D. Robbins | 2014-11-19 | 1 | -7/+15 |
| | |