aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix building, installing, and testing extensions on MS-Windows.Eli Zaretskii2013-05-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test/Makefile.in (mpfr-tests, shlib-tests): Add a blank character between ' and /FOO/ in Gawk command lines, for the benefit of testing under MSYS Bash. test/filefuncs.awk (BEGIN): Call 'stat' on gawkapi.o, not on gawk, which does not exist on systems that produce gawk.exe. README_D/README.pc: Update the pc build and test instructions. pc/Makefile.tst (AWK): Set AWKLIBPATH so extensions could be found. (LS): New variable. (check): Add back shlib-tests and shlib-msg-end. (readdir): Add a warning regarding inode reporting by ls.exe. (fts, fork, fork2): Add message about expected failure on MinGW. pc/Makefile (install): Install the extensions. (install-strip): Likewise. pc/Makefile.ext: New file. io.c (devopen) [__EMX__ || __MINGW32__]: Produce EISDIR on MinGW when an attempt to open() a directory fails. (two_way_open) [__EMX__ || __MINGW32__]: When trying to open() a directory fails with EISDIR, assign FAKE_FD_VALUE to the file descriptor and attributes of a directory to its mode bits. This is needed to support the readdir extension. gawkapi.h (FAKE_FD_VALUE): New macro, used in io.h and in extension/gawkdirfd.h. extension/rwarray.c [__MINGW32__]: Include winsock2.h instead of arpa/inet.h. extension/readdir.c [__MINGW32__]: Include windows.h. Include gawkapi.h before gawkdirfd.h, since the former defines FAKE_FD_VALUE needed by the latter. (ftype): Accept an additional argument, the directory that is being read. Callers changed. [!DT_BLK]: Produce the file's type by calling 'stat' on it, if the dirent structure doesn't provide that. (get_inode): New function, to produce inode values on MS-Windows. (dir_get_record): Use it. extension/inplace.c (chown, link) [__MINGW32__]: Redirect to existing library functions. (mkstemp) [__MINGW32__]: New function, for MinGW, which doesn't have it in its library. (do_inplace_end) [__MINGW32__]: Remove the old file before renaming the new, since 'rename' on Windows cannot overwrite existing files. extension/gawkdirfd.h (ENOTSUP): Define to ENOSYS if not already defined. (DIR_TO_FD): If not defined yet, define to FAKE_FD_VALUE. extension/filefuncs.c (get_inode) [_WIN32]: New function, produces the file index used on Windows as its inode. (fill_stat_array) [_WIN32]: Use it.
* Gawk 4.1.0 release.Arnold D. Robbins2013-05-101-0/+4
|
* Fix symtab9 test so it will work on Windows too.Arnold D. Robbins2013-05-021-0/+5
|
* Fix 'next' test to be locale-independent.Arnold D. Robbins2013-04-191-0/+7
|
* Prettify lists of tests updating in Makefile.am.Arnold D. Robbins2013-04-161-0/+5
|
* More portability: mostly for SGI IRIX.Arnold D. Robbins2013-03-241-0/+2
|
* Add check and message for Linux and NFS for readdir.Arnold D. Robbins2013-03-241-0/+5
|
* Further portability fixes in extensions, tests.Arnold D. Robbins2013-03-201-0/+7
|
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-03-111-0/+5
|\
| * Fix a bug with ] as real char in regexps.Arnold D. Robbins2013-03-111-0/+5
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-02-261-0/+5
|\|
| * Bug fix for expression list error.Arnold D. Robbins2013-02-261-0/+5
| |
* | Add API to --version output. Use it for shlib tests.Arnold D. Robbins2013-01-311-0/+2
| |
* | Move functab4 into shlib tests.Arnold D. Robbins2013-01-311-0/+5
| |
* | Use gawk --version to decide whether to run MPFR tests.Andrew J. Schorr2013-01-311-0/+6
| |
* | Fix dist to include mpfr tests and fix reginttrad.Arnold D. Robbins2013-01-271-0/+5
| |
* | Run MPFR tests is MPFR is available.Arnold D. Robbins2013-01-271-0/+4
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-01-201-0/+5
|\|
| * Fix bug with --traditional + --re-interval.Arnold D. Robbins2013-01-201-0/+5
| |
* | Fix test/Makefile.am to get new file for tarballs.Arnold D. Robbins2013-01-171-1/+2
| |
* | Make more tests work with make diffout.Arnold D. Robbins2013-01-161-0/+7
| |
* | Remove debugging printf in Gentests.Arnold D. Robbins2013-01-151-1/+5
| |
* | Patch readdir test to protect against failure on filesystems lacking type info.Andrew J. Schorr2013-01-151-0/+9
| |
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkArnold D. Robbins2013-01-141-0/+6
|\ \
| * | Fix symtab8 test to work when building outside the source tree.Andrew J. Schorr2013-01-141-0/+6
| | |
* | | Fix tests to run with -M.Arnold D. Robbins2013-01-141-0/+7
|/ /
* | Add tests for inplace extension.Andrew J. Schorr2013-01-101-0/+10
| |
* | Merge branch 'gawk-4.0-stable'.Arnold D. Robbins2012-12-251-1/+1
|\|
| * Rebuild 4.0.2 tarball.Arnold D. Robbins2012-12-251-1/+1
| |
* | Remove sym_constant() API and tests.Arnold D. Robbins2012-12-251-0/+7
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-12-231-0/+10
|\|
| * Make the 4.0.2 tarballs.Arnold D. Robbins2012-12-231-0/+4
| |
| * Bug fixes from John Haque.Arnold D. Robbins2012-12-231-0/+6
| |
* | Make indirectly updated vars accessable to SYMTAB, API.Arnold D. Robbins2012-12-191-0/+7
| |
* | Two new SYMTAB tests.Arnold D. Robbins2012-12-161-0/+8
| |
* | Simplify readdir extension.Arnold D. Robbins2012-11-191-0/+5
| |
* | Restore sorted order of tests.Arnold D. Robbins2012-11-131-0/+4
| |
* | Adjust symtab6 test.Arnold D. Robbins2012-11-121-0/+5
| |
* | Bug fixes for SYMTAB.Arnold D. Robbins2012-11-101-0/+8
| |
* | Fix two tests to work with make diffout.Arnold D. Robbins2012-10-281-0/+6
| |
* | SYMTAB enhancements, bug fix. Doc additions.Arnold D. Robbins2012-10-191-0/+6
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-10-131-0/+4
|\|
| * Upgrade to Automake 1.12.4 and dist bugfix.Arnold D. Robbins2012-10-131-0/+4
| |
* | Improvement to readdir test.Arnold D. Robbins2012-10-111-0/+5
| |
* | Bug fix in testext test and fix flag values.Arnold D. Robbins2012-10-111-0/+4
| |
* | Merge branch 'symtab'Arnold D. Robbins2012-10-051-0/+7
|\ \
| * | Add tests for SYMTAB and FUNCTAB.Arnold D. Robbins2012-10-041-0/+9
| | |
* | | Fix VPATH builds.Arnold D. Robbins2012-10-041-0/+7
|/ /
* | Update some things that are now POSIX.Arnold D. Robbins2012-09-251-0/+4
|\|
| * Update some things that are now POSIX.Arnold D. Robbins2012-09-251-0/+4
| |