Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve use of types throughout. | Arnold D. Robbins | 2021-01-08 | 1 | -7/+7 |
| | |||||
* | Update copyright years in pc/ files. | Eli Zaretskii | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | Updates for DJGPP. | Arnold D. Robbins | 2019-02-04 | 1 | -0/+15 |
| | |||||
* | Fix compilation errors and warnings with MinGW64. | Eli Zaretskii | 2019-02-02 | 1 | -1/+1 |
| | |||||
* | Emulate nl_langinfo(CODESET) for MinGW. | Eli Zaretskii | 2018-08-04 | 1 | -0/+65 |
| | |||||
* | Update copyright years that should have been updated before 4.2.1 release. | Arnold D. Robbins | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | Fix the OS/2 build. | KO Myung-Hun | 2017-10-21 | 1 | -0/+46 |
| | |||||
* | Initial additions to update DJGPP port. | Arnold D. Robbins | 2017-08-09 | 1 | -0/+10 |
| | |||||
* | Typo fix in pc/gawkmisc.pc. | Arnold D. Robbins | 2017-01-21 | 1 | -1/+1 |
| | |||||
* | Support LC_* environment variables in the MinGW build. | Eli Zaretskii | 2017-01-21 | 1 | -0/+58 |
| | |||||
* | Improve behavior on MS-Windows when stdout is redirected to a pipe. | Eli Zaretskii | 2016-11-04 | 1 | -3/+23 |
| | |||||
* | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+2 |
| | |||||
* | Fix the MinGW compilation. | Eli Zaretskii | 2016-04-07 | 1 | -0/+44 |
| | |||||
* | Fix compilation errors and warnings with MinGW 3.21 and later. | Eli Zaretskii | 2016-03-16 | 1 | -0/+4 |
| | |||||
* | OS/2 fixes. | Arnold D. Robbins | 2014-11-11 | 1 | -2/+2 |
| | |||||
* | DJGPP fixes, including update pc/Makefile.tst. | Arnold D. Robbins | 2013-12-10 | 1 | -14/+17 |
| | |||||
* | Minor cleanups for init_socket function. | Arnold D. Robbins | 2013-06-03 | 1 | -1/+3 |
| | |||||
* | Support |& on MS-Windows, both for sockets and for pipes. | Eli Zaretskii | 2013-06-01 | 1 | -6/+171 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | io.c (SHUT_RD) [SD_RECEIVE]: Define to SD_RECEIVE. (SHUT_WR) [SD_SEND]: Define to SD_SEND. (SHUT_RDWR) [SD_BOTH]: Define to SD_BOTH. (FD_TO_SOCKET, closemaybesocket) [!FD_TO_SOCKET]: New macros. (SOCKET_TO_FD, SOCKET) [!SOCKET_TO_FD]: New macros. (PIPES_SIMULATED): Define only for DJGPP. (pipe) [__MINGW32__]: Define to call _pipe, unless PIPES_SIMULATED is defined. (init_io) [HAVE_SOCKETS]: Call init_sockets. (iop_close, socketopen): Call closemaybesocket instead of close. (redirect) [__MINGW32__]: Call wait_any with a non-zero argument. (devopen) [__EMX__ || __MINGW32__]: Don't call stat on network pseudo-filenames. (two_way_open) [HAVE_SOCKETS]: Switch input and output to binary mode if appropriate. (two_way_open) [!PIPES_SIMULATED]: Use the __EMX__ code for MinGW as well. [__MINGW32__] Call spawnl to invoke $ComSpec and pass it a suitably quoted command line. (two_way_open) [__MINGW32__]: Wait only for a specified process ID. If successful, update the exit status of the exited process. Don't use signals that are undefined on MinGW. (two_way_open) [!PIPES_SIMULATED]: Use the __EMX__ code for MinGW as well. (min): Define only if not already defined. (read_with_timeout) [__MINGW32__]: Allow reading from sockets with timeout. (gawk_fclose) [__MINGW32__]: Close the underlying socket as well. getopt.c: Include stdlib.h for MinGW as well. pc/popen.h (SIGKILL) [__MINGW32__]: Define. (kill, quote_cmd): New prototypes. pc/popen.c: Include popen.h and errno.h. (popen, pclose, system): Undefine macros. (WIN32_LEAN_AND_MEAN) [__MINGW32__]: Define and include windows.h. (kill, quote_cmd) [!PIPES_SIMULATED]: New functions. (os_popen): Make the function definition match its prototype exactly. pc/gawkmisc.pc [HAVE_SOCKETS]: Include socket.h and windows.h. (socket, setsockopt, bind, connect, listen, accept, recvfrom) (shutdown): Undefine macros. (os_close_on_exec) [__MINGW32__]: Non-trivial implementation. (init_sockets, socket_to_fd, w32_socket, w32_setsockopt) (w32_bind, w32_connect, w32_listen, w32_accept, valid_socket) (w32_closesocket, w32_recvfrom, w32_shutdown) [HAVE_SOCKETS]: New functions for MinGW, emulate Posix sockets specified by file descriptors. pc/config.h (HAVE_GETADDRINFO, HAVE_SOCKADDR_STORAGE) (HAVE_SOCKETS) [__MINGW32__]: Define. pc/config.sed (HAVE_GETADDRINFO, HAVE_SOCKADDR_STORAGE) (HAVE_SOCKETS) [__MINGW32__]: Define. pc/Makefile.tst (fmtspcl): Announce expected failure only if not built with MPFR. (inetecht, inetdayt): For MinGW, warn about time-outs. (beginfile1, clos1way, getlndir): Announce expected failure only with DJGPP. (exit): Describe the failure on MinGW. (readdir): Explain why test might fail with bad ls.exe. pc/Makefile (mingw32, mingw32-readline, mingw32-mpfr) (mingw32-readline-mpfr): Add -lws2_32 to the link flags. (gawkmisc$O): Depend on socket.h. (io$O): Depend on socket.h and in.h. (popen$O): New dependency. posix/gawkmisc.c (init_sockets): New dummy function. extension/filefuncs.c [_WIN32]: Define WIN32_LEAN_AND_MEAN before including windows.h. extension/readdir.c [__MINGW32__]: Define WIN32_LEAN_AND_MEAN before including windows.h. extension/filefuncs.c [HAVE_GETSYSTEMTIMEASFILETIME]: Define WIN32_LEAN_AND_MEAN before including windows.h. test/clos1way.awk: Don't use features of Posix shells, to allow this test to work on Windows. test/beginfile2.sh: Leave one blank between the left quote and the following slash. Use non-absolute name for a non-existent file. This is to avoid breakage on Windows due to MSYS transformation of Posix style /foo/bar absolute file names. test/beginfile2.ok: Adapt to changes in beginfile2.sh. | ||||
* | Enable dynamic extensions for MinGW. | Arnold D. Robbins | 2013-02-11 | 1 | -0/+86 |
| | |||||
* | Fix pc os_isreadable. | Arnold D. Robbins | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | Move struct stat into IOBUF_PUBLIC. | Arnold D. Robbins | 2012-08-08 | 1 | -7/+2 |
| | |||||
* | Finish work on iop management. New readdir test. | Arnold D. Robbins | 2012-07-29 | 1 | -1/+6 |
| | |||||
* | Add os_isreadable function for future use. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+25 |
| | |||||
* | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -0/+2 |
|\ | |||||
| * | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH. | ||||
* | | Fix compile warnings on DJGPP. | Arnold D. Robbins | 2012-03-14 | 1 | -0/+8 |
| | | |||||
* | | Update MinGW execvp, additions to Makefile and config. | Arnold D. Robbins | 2012-02-15 | 1 | -2/+2 |
| | | |||||
* | | Fix return code in execvp. | Arnold D. Robbins | 2012-02-10 | 1 | -1/+1 |
| | | |||||
* | | DJGPP fix for dgawk (substitute version of execvp). | Arnold D. Robbins | 2012-02-10 | 1 | -1/+14 |
|/ | |||||
* | A number of pc related fixes. | Arnold D. Robbins | 2011-10-24 | 1 | -0/+22 |
| | |||||
* | Change ISATTY macro to os_isatty function. | Arnold D. Robbins | 2011-04-01 | 1 | -0/+12 |
| | |||||
* | PC fixes for portability and dependencies. | Arnold D. Robbins | 2011-02-13 | 1 | -2/+29 |
| | |||||
* | PC fiexes from Eli. | Arnold D. Robbins | 2011-01-08 | 1 | -0/+25 |
| | |||||
* | Cleanup the mainline PC code, and pc/ directory. | Arnold D. Robbins | 2010-12-18 | 1 | -0/+36 |
| | |||||
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -0/+8 |
| | |||||
* | Move to gawk-3.1.6. | Arnold D. Robbins | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | Move to gawk 3.1.5. | Arnold D. Robbins | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | Move to gawk-3.1.4. | Arnold D. Robbins | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | Move to gawk-3.1.3. | Arnold D. Robbins | 2010-07-16 | 1 | -0/+36 |
| | |||||
* | Move to gawk-3.1.2. | Arnold D. Robbins | 2010-07-16 | 1 | -3/+5 |
| | |||||
* | Move to gawk-3.1.1. | Arnold D. Robbins | 2010-07-16 | 1 | -15/+220 |
| | |||||
* | Move to gawk-3.1.0. | Arnold D. Robbins | 2010-07-16 | 1 | -3/+81 |
| | |||||
* | Move to gawk-3.0.1. | Arnold D. Robbins | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | Move to gawk-3.0.0. | Arnold D. Robbins | 2010-07-16 | 1 | -0/+134 |