Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update in README_d/README.pc. | Arnold D. Robbins | 2013-07-02 | 2 | -4/+9 |
| | |||||
* | Fix building, installing, and testing extensions on MS-Windows. | Eli Zaretskii | 2013-05-14 | 2 | -4/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | |||||
* | Update various README_d/* files. | Arnold D. Robbins | 2013-04-16 | 4 | -5/+7 |
| | |||||
* | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -2/+8 |
|\| | |||||
| * | Make 4.0.1 tarball. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+4 |
| | | |||||
* | | MPFR fixes from Eli. | john haque | 2012-04-16 | 1 | -0/+10 |
| | | |||||
* | | Add README_d/README.hacking. | john haque | 2012-04-11 | 1 | -0/+11 |
| | | |||||
* | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 1 | -0/+3 |
| | | |||||
* | | Update README.mpfr for Windows binary sources. | john haque | 2012-04-02 | 1 | -0/+5 |
| | | |||||
* | | MPFR related documentation updates and code cleanups. | john haque | 2012-04-02 | 1 | -0/+3 |
| | | |||||
* | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -0/+10 |
|/ | |||||
* | Documentation updates of various sorts. | Arnold D. Robbins | 2011-12-06 | 1 | -0/+32 |
| | |||||
* | Misc documentation fixes. | Arnold D. Robbins | 2011-07-29 | 2 | -0/+31 |
| | |||||
* | First set of minor fixes on 4.0 Stable. | Arnold D. Robbins | 2011-07-15 | 2 | -0/+17 |
| | |||||
* | Update versions and ChangeLogs, make tarball! | Arnold D. Robbins | 2011-06-23 | 2 | -7/+12 |
| | |||||
* | Some fixes for z/OS and also Autoconf. | Arnold D. Robbins | 2010-12-25 | 2 | -5/+5 |
| | |||||
* | Minor edit in README.pc. | Arnold D. Robbins | 2010-12-18 | 1 | -2/+2 |
| | |||||
* | Cleanup the mainline PC code, and pc/ directory. | Arnold D. Robbins | 2010-12-18 | 2 | -289/+19 |
| | |||||
* | Remove unsupported / obsolete files. Add files for bootstrapping. | Arnold D. Robbins | 2010-11-18 | 16 | -611/+0 |
| | |||||
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 3 | -236/+8 |
| | |||||
* | Commit all changes for development gawk. | Arnold D. Robbins | 2010-11-12 | 1 | -0/+22 |
| | |||||
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 2 | -5/+9 |
| | |||||
* | Move to gawk-3.1.7. | Arnold D. Robbins | 2010-07-16 | 5 | -9/+65 |
| | |||||
* | Move to gawk-3.1.6. | Arnold D. Robbins | 2010-07-16 | 12 | -16/+18 |
| | |||||
* | Move to gawk 3.1.5. | Arnold D. Robbins | 2010-07-16 | 3 | -0/+109 |
| | |||||
* | Move to gawk-3.1.4. | Arnold D. Robbins | 2010-07-16 | 2 | -18/+52 |
| | |||||
* | Move to gawk-3.1.3. | Arnold D. Robbins | 2010-07-16 | 3 | -23/+138 |
| | |||||
* | Move to gawk-3.1.2. | Arnold D. Robbins | 2010-07-16 | 5 | -1/+77 |
| | |||||
* | Move to gawk-3.1.1. | Arnold D. Robbins | 2010-07-16 | 4 | -29/+31 |
| | |||||
* | Move to gawk-3.1.0. | Arnold D. Robbins | 2010-07-16 | 10 | -42/+309 |
| | |||||
* | Move to gawk-3.0.6. | Arnold D. Robbins | 2010-07-16 | 1 | -0/+30 |
| | |||||
* | Move to gawk-3.0.5. | Arnold D. Robbins | 2010-07-16 | 3 | -72/+57 |
| | |||||
* | Move to gawk-3.0.4. | Arnold D. Robbins | 2010-07-16 | 9 | -32/+96 |
| | |||||
* | Move to gawk-3.0.3. | Arnold D. Robbins | 2010-07-16 | 5 | -50/+190 |
| | |||||
* | Move to gawk-3.0.2. | Arnold D. Robbins | 2010-07-16 | 1 | -0/+22 |
| | |||||
* | Move to gawk-3.0.1. | Arnold D. Robbins | 2010-07-16 | 7 | -99/+237 |
| | |||||
* | Move to gawk-3.0.0. | Arnold D. Robbins | 2010-07-16 | 8 | -0/+380 |