Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix building, installing, and testing extensions on MS-Windows. | Eli Zaretskii | 2013-05-14 | 1 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Robbins | 2013-05-10 | 1 | -0/+4 | |
| | ||||||
* | z/OS portability fix in extension/configure.ac. | Arnold D. Robbins | 2013-04-18 | 1 | -0/+2 | |
| | ||||||
* | Update copyright in extension/configure.ac. | Arnold D. Robbins | 2013-04-18 | 1 | -0/+4 | |
| | ||||||
* | Fix extensions to link with LTLIBINTL. | Arnold D. Robbins | 2013-04-17 | 1 | -0/+5 | |
| | ||||||
* | Update to automake 1.13.1. | Arnold D. Robbins | 2013-04-16 | 1 | -0/+4 | |
| | ||||||
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -0/+6 | |
| | ||||||
* | More portability: mostly for SGI IRIX. | Arnold D. Robbins | 2013-03-24 | 1 | -0/+5 | |
| | ||||||
* | Further portability fixes in extensions, tests. | Arnold D. Robbins | 2013-03-20 | 1 | -0/+1 | |
| | ||||||
* | Additional fixes for MirBSD. Now passes make check. | Arnold D. Robbins | 2013-03-20 | 1 | -0/+7 | |
| | ||||||
* | Merge branch 'master' into porting | Arnold D. Robbins | 2013-03-04 | 1 | -0/+5 | |
|\ | ||||||
| * | Minor bugfix in filefuncs.c for Win 32. | Arnold D. Robbins | 2013-03-04 | 1 | -0/+5 | |
| | | ||||||
* | | Don't build the extensions if no API support. | Arnold D. Robbins | 2013-03-01 | 1 | -0/+7 | |
|/ | ||||||
* | Add backup version of fnmatch.c. Fix fnmatch extension. | Arnold D. Robbins | 2013-02-11 | 1 | -0/+5 | |
| | ||||||
* | Fixes to extensions for Win 32. | Arnold D. Robbins | 2013-02-11 | 1 | -0/+8 | |
| | ||||||
* | Fix gawkdirfd.h for Mac OS X. | Arnold D. Robbins | 2013-01-27 | 1 | -0/+1 | |
| | ||||||
* | More portability work: dirfd in extensions. | Arnold D. Robbins | 2013-01-27 | 1 | -0/+11 | |
| | ||||||
* | Considerable additional portability fixes. | Arnold D. Robbins | 2013-01-25 | 1 | -0/+4 | |
| | ||||||
* | More portability. | Arnold D. Robbins | 2013-01-22 | 1 | -2/+10 | |
| | ||||||
* | Improve portability. | Arnold D. Robbins | 2013-01-22 | 1 | -0/+5 | |
| | ||||||
* | Fix some problems from warning tools, etc. | Arnold D. Robbins | 2013-01-18 | 1 | -0/+7 | |
| | ||||||
* | Remove an unused variable. | Arnold D. Robbins | 2013-01-15 | 1 | -0/+2 | |
| | ||||||
* | Add man page for inplace extension. Update others. | Arnold D. Robbins | 2013-01-15 | 1 | -0/+7 | |
| | ||||||
* | Add tests for inplace extension. | Andrew J. Schorr | 2013-01-10 | 1 | -0/+5 | |
| | ||||||
* | Add inplace file editing extension. | Andrew J. Schorr | 2013-01-08 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'gawk-4.0-stable'. | Arnold D. Robbins | 2012-12-25 | 1 | -1/+1 | |
|\ | ||||||
| * | Rebuild 4.0.2 tarball. | Arnold D. Robbins | 2012-12-25 | 1 | -1/+1 | |
| | | ||||||
* | | Remove sym_constant() API and tests. | Arnold D. Robbins | 2012-12-25 | 1 | -0/+9 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-23 | 1 | -0/+4 | |
|\| | ||||||
| * | Make the 4.0.2 tarballs. | Arnold D. Robbins | 2012-12-23 | 1 | -0/+4 | |
| | | ||||||
* | | Make indirectly updated vars accessable to SYMTAB, API. | Arnold D. Robbins | 2012-12-19 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-03 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | Add extension/README.fts to distribution. | Arnold D. Robbins | 2012-12-02 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-30 | 1 | -0/+5 | |
|\| | | ||||||
| * | | Add awk_true and awk_false to API. | Arnold D. Robbins | 2012-11-30 | 1 | -0/+5 | |
| | | | ||||||
* | | | Finish porting to current code base. | Arnold D. Robbins | 2012-11-26 | 1 | -0/+6 | |
| | | | ||||||
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -0/+528 | |
|\| | | ||||||
| * | | Add 3rd argument to stat() extension. | Arnold D. Robbins | 2012-11-21 | 1 | -0/+6 | |
| | | | ||||||
| * | | Simplify readdir extension. | Arnold D. Robbins | 2012-11-19 | 1 | -0/+6 | |
| | | | ||||||
| * | | First pass on Nelson's comments on API chapter. | Arnold D. Robbins | 2012-11-16 | 1 | -0/+5 | |
| | | | ||||||
| * | | Bug fix in readdir extension. | Arnold D. Robbins | 2012-11-14 | 1 | -0/+10 | |
| | | | ||||||
| * | | Add extra debug stuff in extension/configure.ac. | Arnold D. Robbins | 2012-11-06 | 1 | -0/+5 | |
| | | | ||||||
| * | | More doc edits. Finish up api.texi. | Arnold D. Robbins | 2012-11-04 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add more man pages in extension/Makefile.am. | Arnold D. Robbins | 2012-10-28 | 1 | -0/+4 | |
| | | | ||||||
| * | | API doc additions and related other edits. | Arnold D. Robbins | 2012-10-26 | 1 | -0/+5 | |
| | | | ||||||
| * | | New extension man page for revtwoway. | Arnold D. Robbins | 2012-10-24 | 1 | -0/+4 | |
| | | | ||||||
| * | | Bug fix in do_stat(). | Arnold D. Robbins | 2012-10-21 | 1 | -0/+4 | |
| | | | ||||||
| * | | API cleanups and doc additions. | Arnold D. Robbins | 2012-10-14 | 1 | -0/+9 | |
| | | | ||||||
| * | | Bug fix in testext test and fix flag values. | Arnold D. Robbins | 2012-10-11 | 1 | -0/+6 | |
| | | | ||||||
| * | | Revise testext test. | Arnold D. Robbins | 2012-09-14 | 1 | -0/+1 | |
| | | |