aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Get make distcheck working.Arnold D. Robbins2021-05-051-7/+1
|
* Update copyright years.Arnold D. Robbins2020-03-201-1/+1
|
* Updates for z/OS.Arnold D. Robbins2020-03-151-1/+1
|
* Squashed commit of the following:Arnold D. Robbins2020-03-061-11/+11
| | | | | | | | | | | | | | 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. Robbins2019-04-181-0/+1
|
* Another fix for 'make distcheck' to work.Arnold D. Robbins2019-03-151-1/+1
|
* Fix Makefile.am so that make distcheck work again.Arnold D. Robbins2019-03-011-0/+1
|
* Include NEWS.1 in what gets distributed.Arnold D. Robbins2019-02-051-0/+1
|
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
|
* Changes after make distcheck.Arnold D. Robbins2019-01-261-1/+2
|
* Remove .deps directory upon make distclean.Arnold D. Robbins2018-12-181-0/+3
|
* Fix building pc/Makefile.tst. Make gawk 4.2.1a tarball.Arnold D. Robbins2018-11-171-1/+1
|
* Major improvements to test infrastructure.Arnold D. Robbins2018-05-131-1/+4
|
* Revise build to use bison for both grammars in a parallel-safe way.Arnold D. Robbins2017-09-131-9/+3
|
* Serialize running bison in parallel builds.Arnold D. Robbins2017-09-121-3/+3
|
* Add small regex fix. Add support directory.Arnold D. Robbins2016-12-221-28/+10
|
* Sync dfa with GNULIB.Arnold D. Robbins2016-12-221-0/+1
|
* Merge multithreaded dfa into gawk.Arnold D. Robbins2016-09-011-0/+3
|
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-231-6/+9
|\
| * Doc updates, add 'spell' target for make.Arnold D. Robbins2016-08-231-6/+9
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+1
|\|
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
| |
* | Make building a working tarball work again.Arnold D. Robbins2016-01-281-1/+1
|/
* Fix build ordering issues.Arnold D. Robbins2015-10-161-6/+9
|
* Rework zOS patches; keep separate from autotools.Arnold D. Robbins2015-08-021-1/+4
|
* Take --program-prefix into account for the installation symlinks.Arnold D. Robbins2015-04-301-3/+7
|
* Fix efence target, whitepsace in ChangeLog.Arnold D. Robbins2015-04-121-1/+1
|
* OS/2 fixes.Arnold D. Robbins2014-11-111-3/+3
|
* Minor improvement in building - extract examples from doc.Arnold D. Robbins2014-08-151-1/+3
|
* Revert previous patch; instead define RM.Arnold D. Robbins2014-08-121-1/+4
|
* Use rm -f instead of $(RM) in Makefile.am files.Arnold D. Robbins2014-08-121-1/+1
|
* Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
|
* More changes to dist-hook.Arnold D. Robbins2014-01-311-1/+4
|
* Fix creation of pc/config.h.Arnold D. Robbins2014-01-301-4/+5
|
* Don't autogenerate version.c.Arnold D. Robbins2013-12-061-11/+0
|
* Move FAKE_FD_VALUE to shared header.Arnold D. Robbins2013-08-201-0/+1
|
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
|
* Make sure that 'make check' builds in extension.Arnold D. Robbins2013-03-271-4/+2
|
* Don't build the extensions if no API support.Arnold D. Robbins2013-03-011-2/+4
|
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-01-311-1/+0
|\
| * Remove PROBLEMS file, it's not needed anymore.Arnold D. Robbins2013-01-311-1/+0
| |
* | Considerable additional portability fixes.Arnold D. Robbins2013-01-251-1/+1
| |
* | Merge LIMATIONS into gawk.texi, fix Makefile.am.Arnold D. Robbins2012-11-241-2/+0
| |
* | Minor configure.ac/Makefile.am change for more elegant shared library support.Andrew J. Schorr2012-07-251-1/+1
| |
* | Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test.Andrew J. Schorr2012-05-261-0/+2
| |
* | First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-241-0/+1
| |
* | Merge branch 'xgawk'Arnold D. Robbins2012-05-091-3/+12
|\ \
| * | Fix valgrind targets to respect environment settings and work with for ↵Andrew J. Schorr2012-04-081-2/+2
| | | | | | | | | | | | shared library tests.
| * | Add valgrind-noleak target.Andrew J. Schorr2012-04-011-0/+5
| | |
| * | - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-201-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH.