aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Extension enhancements and tests.Andrew J. Schorr2012-04-0717-24/+314
| | |
| * | Minor extension fixes.Andrew J. Schorr2012-04-023-4/+12
| | |
| * | Update valgrind-scan rule.Andrew J. Schorr2012-04-013-4/+8
| | |
| * | Add valgrind-noleak target.Andrew J. Schorr2012-04-014-2/+18
| | |
| * | Update ERRNO API.Andrew J. Schorr2012-04-0114-103/+157
| | |
| * | Remove libtool from repo, since configure makes it.Andrew J. Schorr2012-03-273-10077/+6
| | |
| * | Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-277-404/+394
| | |
| * | Rebuild after merge from xgawk.Arnold D. Robbins2012-03-263-389/+420
| | |
| * | Merge branch 'xgawk' into xgawk-buildArnold D. Robbins2012-03-267-11/+33
| |\ \
| * | | Update TODO.xgawk.Andrew J. Schorr2012-03-261-4/+3
| | | |
| * | | Update TODO.xgawk to mention libltdl.Andrew J. Schorr2012-03-251-0/+3
| | | |
| * | | Rewrite extension/Makefile.amAndrew J. Schorr2012-03-2512-8794/+207
| | | |
| * | | Really Added TODO.xgawkAndrew J. Schorr2012-03-251-0/+116
| | | |
| * | | Added TODO.xgawk.Andrew J. Schorr2012-03-251-0/+4
| | | |
| * | | Pick up README.git changes that Juergen pushed into the xgawk branch.Andrew J. Schorr2012-03-252-1/+33
| | | |
| * | | Add extension/.gitignore to ignore libtool output.Andrew J. Schorr2012-03-252-0/+8
| | | |
| * | | xgawk + derived files needed to buildAndrew J. Schorr2012-03-2418-1614/+47676
| | | |
* | | | Merge branch 'xgawk'Arnold D. Robbins2012-05-0943-213/+1284
|\ \ \ \
| * | | | Fix comment typo in gawkapi.hAndrew J. Schorr2012-05-071-1/+1
| | | | |
| * | | | Add new file, gawkapi.h.Arnold D. Robbins2012-05-041-0/+216
| | | | |
| * | | | Set array elements properly in stat() extension.Andrew J. Schorr2012-04-112-74/+42
| | | | |
| * | | | Fix memory management bug in unset_ERRNO.Andrew J. Schorr2012-04-092-1/+6
| | | | |
| * | | | Protect against environment VALGRIND value.Andrew J. Schorr2012-04-082-0/+9
| | | | |
| * | | | Add some missing test .ok files to EXTRA_DIST.Andrew J. Schorr2012-04-082-0/+8
| | | | |
| * | | | Fix valgrind targets to respect environment settings and work with for ↵Andrew J. Schorr2012-04-084-4/+17
| | | | | | | | | | | | | | | | | | | | shared library tests.
| * | | | Fix shared library tests to work properly with make diffout.Andrew J. Schorr2012-04-073-4/+11
| | | | |
| * | | | Extension enhancements and tests.Andrew J. Schorr2012-04-0715-21/+243
| | | | |
| * | | | Minor extension fixes.Andrew J. Schorr2012-04-023-4/+12
| | | | |
| * | | | Update valgrind-scan rule.Andrew J. Schorr2012-04-012-2/+6
| | | | |
| * | | | Add valgrind-noleak target.Andrew J. Schorr2012-04-013-2/+13
| | | | |
| * | | | Update ERRNO API.Andrew J. Schorr2012-04-0113-49/+100
| | | | |
| * | | | Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-274-4/+22
| | |/ / | |/| |
| * | | Some minor style edits in code and doc.Arnold D. Robbins2012-03-266-11/+32
| | | |
| * | | Update TODO.xgawk.Andrew J. Schorr2012-03-261-4/+3
| | | |
| * | | Update TODO.xgawk to mention libltdl.Andrew J. Schorr2012-03-251-0/+3
| | | |
| * | | Rewrite extension/Makefile.amAndrew J. Schorr2012-03-254-39/+35
| | | |
| * | | Really Added TODO.xgawkAndrew J. Schorr2012-03-251-0/+116
| | | |
| * | | Added TODO.xgawk.Andrew J. Schorr2012-03-251-0/+4
| | | |
| * | | Fix some incorrect .gitignore changes that slipped in by mistake.Andrew J. Schorr2012-03-252-4/+1
| | | |
| * | | Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawkJuergen Kahrs2012-03-2510-20/+160
| |\ \ \
| | * | | Add extension/.gitignore to ignore libtool output.Andrew J. Schorr2012-03-252-0/+8
| | |/ /
| | * | Fix some coding style issues and a typo in a comment.Andrew J. Schorr2012-03-243-14/+22
| | | |
| | * | Minor fix to extension/Makefile.amAndrew J. Schorr2012-03-212-1/+5
| | | |
| | * | New @load keyword to load shared libraries.Andrew J. Schorr2012-03-215-5/+125
| | | |
| * | | Added some details on branch tracking and undoing as suggested by Aharon.Juergen Kahrs2012-03-251-2/+22
| | | |
| * | | Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawkJuergen Kahrs2012-03-2019-69/+263
| |\| |
| | * | - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-2019-69/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Merge remote-tracking branch 'origin/master' into xgawkJuergen Kahrs2012-03-2089-5826/+6321
| |\| |
| * | | How to merge master patches into feature branch. Ignored some more generated ↵Juergen Kahrs2011-10-283-0/+15
| | | | | | | | | | | | | | | | files.
* | | | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-05-0929-710/+873
|\ \ \ \ | | |_|/ | |/| |