Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Prettify lists of tests updating in Makefile.am. | Arnold D. Robbins | 2013-04-16 | 1 | -11/+10 | |
| | ||||||
* | More portability: mostly for SGI IRIX. | Arnold D. Robbins | 2013-03-24 | 1 | -0/+4 | |
| | ||||||
* | Add check and message for Linux and NFS for readdir. | Arnold D. Robbins | 2013-03-24 | 1 | -0/+4 | |
| | ||||||
* | Further portability fixes in extensions, tests. | Arnold D. Robbins | 2013-03-20 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2013-03-11 | 1 | -1/+11 | |
|\ | ||||||
| * | Fix a bug with ] as real char in regexps. | Arnold D. Robbins | 2013-03-11 | 1 | -1/+11 | |
| | | ||||||
* | | Add API to --version output. Use it for shlib tests. | Arnold D. Robbins | 2013-01-31 | 1 | -3/+3 | |
| | | ||||||
* | | Move functab4 into shlib tests. | Arnold D. Robbins | 2013-01-31 | 1 | -2/+2 | |
| | | ||||||
* | | Use gawk --version to decide whether to run MPFR tests. | Andrew J. Schorr | 2013-01-31 | 1 | -8/+6 | |
| | | ||||||
* | | Fix dist to include mpfr tests and fix reginttrad. | Arnold D. Robbins | 2013-01-27 | 1 | -1/+14 | |
| | | ||||||
* | | Run MPFR tests is MPFR is available. | Arnold D. Robbins | 2013-01-27 | 1 | -1/+14 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2013-01-20 | 1 | -1/+9 | |
|\| | ||||||
| * | Fix bug with --traditional + --re-interval. | Arnold D. Robbins | 2013-01-20 | 1 | -1/+8 | |
| | | ||||||
* | | Fix test/Makefile.am to get new file for tarballs. | Arnold D. Robbins | 2013-01-17 | 1 | -0/+1 | |
| | | ||||||
* | | Make more tests work with make diffout. | Arnold D. Robbins | 2013-01-16 | 1 | -4/+8 | |
| | | ||||||
* | | Patch readdir test to protect against failure on filesystems lacking type info. | Andrew J. Schorr | 2013-01-15 | 1 | -2/+1 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk | Arnold D. Robbins | 2013-01-14 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix symtab8 test to work when building outside the source tree. | Andrew J. Schorr | 2013-01-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix tests to run with -M. | Arnold D. Robbins | 2013-01-14 | 1 | -8/+1 | |
|/ / | ||||||
* | | Add tests for inplace extension. | Andrew J. Schorr | 2013-01-10 | 1 | -2/+50 | |
| | | ||||||
* | | Remove sym_constant() API and tests. | Arnold D. Robbins | 2012-12-25 | 1 | -10/+1 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-23 | 1 | -2/+4 | |
|\| | ||||||
| * | Bug fixes from John Haque. | Arnold D. Robbins | 2012-12-23 | 1 | -2/+4 | |
| | | ||||||
| * | Upgrade to Automake 1.12.4 and dist bugfix. | Arnold D. Robbins | 2012-10-13 | 1 | -0/+1 | |
| | | ||||||
* | | Make indirectly updated vars accessable to SYMTAB, API. | Arnold D. Robbins | 2012-12-19 | 1 | -1/+4 | |
| | | ||||||
* | | Two new SYMTAB tests. | Arnold D. Robbins | 2012-12-16 | 1 | -1/+13 | |
| | | ||||||
* | | Simplify readdir extension. | Arnold D. Robbins | 2012-11-19 | 1 | -0/+1 | |
| | | ||||||
* | | Restore sorted order of tests. | Arnold D. Robbins | 2012-11-13 | 1 | -4/+4 | |
| | | ||||||
* | | Adjust symtab6 test. | Arnold D. Robbins | 2012-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | YABF in symtab6 test. | Arnold D. Robbins | 2012-11-10 | 1 | -1/+1 | |
| | | ||||||
* | | Bug fix in symtab6 test. | Arnold D. Robbins | 2012-11-10 | 1 | -1/+1 | |
| | | ||||||
* | | Bug fixes for SYMTAB. | Arnold D. Robbins | 2012-11-10 | 1 | -1/+15 | |
| | | ||||||
* | | Fix two tests to work with make diffout. | Arnold D. Robbins | 2012-10-28 | 1 | -4/+4 | |
| | | ||||||
* | | Improvement to readdir test. | Arnold D. Robbins | 2012-10-11 | 1 | -3/+2 | |
| | | ||||||
* | | Merge branch 'symtab' | Arnold D. Robbins | 2012-10-05 | 1 | -36/+55 | |
|\ \ | ||||||
| * | | Add tests for SYMTAB and FUNCTAB. | Arnold D. Robbins | 2012-10-04 | 1 | -36/+55 | |
| | | | ||||||
* | | | Fix VPATH builds. | Arnold D. Robbins | 2012-10-04 | 1 | -2/+2 | |
|/ / | ||||||
* | | Only run shlib tests on systems that support them. | Arnold D. Robbins | 2012-09-11 | 1 | -1/+7 | |
| | | ||||||
* | | Detect readdir test failures, and add some missing files to the distro tarball. | Andrew J. Schorr | 2012-08-28 | 1 | -5/+6 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-08-26 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix charasbytes test for Mac OS X (10.5). | Arnold D. Robbins | 2012-08-26 | 1 | -1/+1 | |
| | | ||||||
* | | Add output and two-way processors to API. Update Mac config stuff. | Arnold D. Robbins | 2012-08-24 | 1 | -1/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-08-17 | 1 | -9/+24 | |
|\| | ||||||
| * | Fix doc on ranges and locales again. Add test. | Arnold D. Robbins | 2012-08-12 | 1 | -1/+4 | |
| | | ||||||
| * | New test for OFS from Nelson Beebe. | Arnold D. Robbins | 2012-08-05 | 1 | -1/+4 | |
| | | ||||||
| * | Doc update and new test on getline with side effects. | Arnold D. Robbins | 2012-07-13 | 1 | -1/+3 | |
| | | ||||||
| * | Fix bug with --characters-as-bytes. | Arnold D. Robbins | 2012-06-19 | 1 | -1/+10 | |
| | | ||||||
| * | Enhance jarebug for Mac OS X. | Arnold D. Robbins | 2012-05-20 | 1 | -5/+2 | |
| | | ||||||
| * | Minor and hopefully last fix to jarebug test. | Arnold D. Robbins | 2012-05-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'extgawk' | Arnold D. Robbins | 2012-08-17 | 1 | -5/+101 | |
|\ \ |