Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert w32_maybe_set_errno to os_maybe_set_errno. | Arnold D. Robbins | 2021-12-01 | 2 | -0/+9 |
| | |||||
* | Make 5.1.1 tar ball and diff file. | Arnold D. Robbins | 2021-10-28 | 1 | -0/+4 |
| | |||||
* | Update copyright year in a bunch of files. | Arnold D. Robbins | 2021-10-27 | 1 | -1/+1 |
| | |||||
* | Improve use of types throughout. | Arnold D. Robbins | 2021-01-08 | 2 | -6/+14 |
| | |||||
* | Relase 5.1.0 tarball made. | Arnold D. Robbins | 2020-04-14 | 1 | -0/+4 |
| | |||||
* | Make 5.0.1 tarball. | Arnold D. Robbins | 2019-06-18 | 1 | -0/+4 |
| | |||||
* | Add new ChangeLog files. | Arnold D. Robbins | 2019-04-12 | 1 | -0/+5 |
| | |||||
* | Update gettext version in the doc. | Arnold D. Robbins | 2019-04-12 | 1 | -0/+0 |
| | |||||
* | Fix whitespace in various ChangeLog files. | Arnold D. Robbins | 2018-08-08 | 1 | -3/+3 |
| | |||||
* | Restore text mode default processing for MSYS. | Arnold D. Robbins | 2018-03-05 | 2 | -0/+25 |
| | |||||
* | Make 4.2.1 tarball. | Arnold D. Robbins | 2018-02-25 | 1 | -0/+4 |
| | |||||
* | Make 4.2.0 tarball. | Arnold D. Robbins | 2017-10-19 | 1 | -0/+4 |
| | |||||
* | Update posix/gawkmisc.c - remove cygwin code. | Arnold D. Robbins | 2017-02-20 | 2 | -19/+5 |
| | |||||
* | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 2 | -3/+7 |
| | |||||
* | Make 4.1.4 release tar ball. | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 |
| | |||||
* | Changes for 4.1.3 release. | Arnold D. Robbins | 2015-05-19 | 1 | -0/+4 |
| | |||||
* | Make 4.1.2 release. | Arnold D. Robbins | 2015-04-29 | 1 | -0/+4 |
| | |||||
* | Make release tar ball. | Arnold D. Robbins | 2014-04-08 | 1 | -0/+4 |
| | |||||
* | Minor cleanups for init_socket function. | Arnold D. Robbins | 2013-06-03 | 2 | -2/+4 |
| | |||||
* | Support |& on MS-Windows, both for sockets and for pipes. | Eli Zaretskii | 2013-06-01 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Replace obsolete AC_STRUCT_ST_BLKSIZE macro. | Arnold D. Robbins | 2013-05-27 | 2 | -1/+6 |
| | |||||
* | Gawk 4.1.0 release. | Arnold D. Robbins | 2013-05-10 | 1 | -0/+4 |
| | |||||
* | 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 |
| | | |||||
* | | API cleanups and doc additions. | Arnold D. Robbins | 2012-10-14 | 2 | -1/+6 |
| | | |||||
* | | Move struct stat into IOBUF_PUBLIC. | Arnold D. Robbins | 2012-08-08 | 2 | -5/+8 |
| | | |||||
* | | Finish work on iop management. New readdir test. | Arnold D. Robbins | 2012-07-29 | 2 | -1/+11 |
| | | |||||
* | | Add os_isreadable function for future use. | Arnold D. Robbins | 2012-07-26 | 2 | -0/+29 |
| | | |||||
* | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 2 | -4/+8 |
| | | |||||
* | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 2 | -0/+5 |
|\ \ | |/ |/| | |||||
| * | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Make 4.0.1 tarball. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+4 |
|/ | |||||
* | Update versions and ChangeLogs, make tarball! | Arnold D. Robbins | 2011-06-23 | 2 | -173/+178 |
| | |||||
* | Minor bug fixes, incl build system for pc, vms. | Arnold D. Robbins | 2011-06-20 | 2 | -0/+6 |
| | |||||
* | Compile fixes for Cygwin. | Arnold D. Robbins | 2011-05-02 | 2 | -2/+7 |
| | |||||
* | Change ISATTY macro to os_isatty function. | Arnold D. Robbins | 2011-04-01 | 2 | -0/+12 |
| | |||||
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+2 |
| | |||||
* | PC fixes for portability and dependencies. | Arnold D. Robbins | 2011-02-13 | 2 | -2/+11 |
| | |||||
* | Fix ctype calls on Cygwin. | Arnold D. Robbins | 2011-02-01 | 2 | -2/+9 |
| | |||||
* | Cygwin fixes from Corinna. | Arnold D. Robbins | 2011-01-24 | 2 | -38/+33 |
| | |||||
* | Add check for plugin license, make close on exec POSIX compatibile. | Arnold D. Robbins | 2010-11-24 | 2 | -2/+27 |
| | |||||
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -0/+8 |
| | |||||
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 2 | -2/+10 |
| | |||||
* | Move to gawk-3.1.7. | Arnold D. Robbins | 2010-07-16 | 1 | -0/+4 |
| | |||||
* | Move to gawk-3.1.6. | Arnold D. Robbins | 2010-07-16 | 2 | -1/+26 |
| | |||||
* | Move to gawk 3.1.5. | Arnold D. Robbins | 2010-07-16 | 2 | -1/+5 |
| | |||||
* | Move to gawk-3.1.4. | Arnold D. Robbins | 2010-07-16 | 2 | -4/+8 |
| | |||||
* | Move to gawk-3.1.3. | Arnold D. Robbins | 2010-07-16 | 2 | -0/+25 |
| |