aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Add "devbsize" to stat extension and doc.Arnold D. Robbins2013-05-295-2/+43
| | | | | | |
* | | | | | | Replace obsolete AC_STRUCT_ST_BLKSIZE macro.Arnold D. Robbins2013-05-275-10/+10
| | | | | | |
* | | | | | | Move FAKE_FD_VALUE out of gawkapi.h.Arnold D. Robbins2013-05-202-0/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove extension .la files after install.Arnold D. Robbins2013-05-163-13/+30
| | | | | |
* | | | | | Add AC_STRUCT_ST_BLKSIZE call in extension/configure.ac.Arnold D. Robbins2013-05-164-0/+82
| | | | | |
* | | | | | Add stat blocksize of 4096 for Windows.Arnold D. Robbins2013-05-162-0/+7
| | | | | |
* | | | | | Fix building, installing, and testing extensions on MS-Windows.Eli Zaretskii2013-05-146-10/+163
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-105-11/+23
| | | | |
* | | | | Update for next test tarball.Arnold D. Robbins2013-05-022-11/+11
| |_|_|/ |/| | |
* | | | Bump version for next tarball.Arnold D. Robbins2013-04-272-11/+11
| | | |
* | | | Update extension/build-aux/missing.Arnold D. Robbins2013-04-222-260/+149
| | | |
* | | | z/OS portability fix in extension/configure.ac.Arnold D. Robbins2013-04-183-2/+4
| | | |
* | | | Update copyright in extension/configure.ac.Arnold D. Robbins2013-04-182-1/+5
| | | |
* | | | Bump version and release beta tarball.Arnold D. Robbins2013-04-182-11/+11
| | | |
* | | | Fix extensions to link with LTLIBINTL.Arnold D. Robbins2013-04-173-2/+7
| | | |
* | | | Update to automake 1.13.1.Arnold D. Robbins2013-04-164-184/+296
| | | |
* | | | Update copyrights in all relevant source files.Arnold D. Robbins2013-04-1615-14/+21
| | | |
* | | | More portability: mostly for SGI IRIX.Arnold D. Robbins2013-03-242-1/+6
| | | |
* | | | Further portability fixes in extensions, tests.Arnold D. Robbins2013-03-202-0/+12
| | | |
* | | | Additional fixes for MirBSD. Now passes make check.Arnold D. Robbins2013-03-205-0/+38
| | | |
* | | | Merge branch 'master' into portingArnold D. Robbins2013-03-042-1/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Minor bugfix in filefuncs.c for Win 32.Arnold D. Robbins2013-03-042-1/+6
| | |/ | |/|
* / | Don't build the extensions if no API support.Arnold D. Robbins2013-03-013-0/+31
|/ /
* | Add backup version of fnmatch.c. Fix fnmatch extension.Arnold D. Robbins2013-02-112-1/+13
| |
* | Fixes to extensions for Win 32.Arnold D. Robbins2013-02-113-1/+50
|/
* Fix gawkdirfd.h for Mac OS X.Arnold D. Robbins2013-01-272-1/+2
|
* More portability work: dirfd in extensions.Arnold D. Robbins2013-01-2712-1533/+1954
|
* Considerable additional portability fixes.Arnold D. Robbins2013-01-252-1/+5
|
* More portability.Arnold D. Robbins2013-01-226-2/+21
|
* Improve portability.Arnold D. Robbins2013-01-223-0/+13
|
* Fix some problems from warning tools, etc.Arnold D. Robbins2013-01-183-1/+11
|
* Remove an unused variable.Arnold D. Robbins2013-01-152-1/+2
|
* Add man page for inplace extension. Update others.Arnold D. Robbins2013-01-1512-21/+130
|
* Add tests for inplace extension.Andrew J. Schorr2013-01-102-3/+10
|
* Add inplace file editing extension.Andrew J. Schorr2013-01-084-8/+272
|
* Move old extension stuff into a separate directory.Arnold D. Robbins2013-01-0611-1890/+0
|
* 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-256-10/+29
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-12-231-0/+4
|\|
| * Make the 4.0.2 tarballs.Arnold D. Robbins2012-12-231-0/+4
| |
* | Make indirectly updated vars accessable to SYMTAB, API.Arnold D. Robbins2012-12-192-0/+51
| |
* | Move some files to automake 1.12.6.Arnold D. Robbins2012-12-182-4/+4
| |
* | Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-033-2/+8
|\ \
| * | Add extension/README.fts to distribution.Arnold D. Robbins2012-12-023-2/+8
| | |
* | | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-308-83/+89
|\| |
| * | Add awk_true and awk_false to API.Arnold D. Robbins2012-11-308-83/+89
| | |
* | | Finish porting to current code base.Arnold D. Robbins2012-11-266-58/+61
| | |
* | | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-2580-1064/+55222
|\| |
| * | Add 3rd argument to stat() extension.Arnold D. Robbins2012-11-213-8/+24
| | |