aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow any redirected getline inside BEGINFILE/ENDFILE.Arnold D. Robbins2014-05-221-0/+4
|
* Add dbugeval.ok to EXTRADIST in Makefile.am.Arnold D. Robbins2014-05-131-0/+4
|
* Further fix to eval "" in debugger.Arnold D. Robbins2014-05-111-0/+5
|
* Additional fix for TERMNEAREND.Arnold D. Robbins2014-05-101-0/+5
|
* Fix in read_a_record for short file with RS=regex.Arnold D. Robbins2014-05-091-0/+7
|
* Add a warning that locale support is needed for the charset tests.Arnold D. Robbins2014-04-111-0/+6
|
* Make release tar ball.Arnold D. Robbins2014-04-081-0/+4
|
* Prettify lists of tests.Arnold D. Robbins2014-04-081-0/+4
|
* Fix test/Makefile.am for making dists.Arnold D. Robbins2014-04-031-0/+4
|
* Add input parser to readfile extension, document it and test it.Arnold D. Robbins2014-03-271-0/+5
|
* Sync dfa with grep, update a test.Arnold D. Robbins2014-02-281-0/+4
|
* Fix a spelling error in the ChangeLog.Arnold D. Robbins2014-02-041-1/+1
|
* Fix strftime test.Arnold D. Robbins2014-02-031-1/+8
|
* Fix the test suite for the pc ports.Eli Zaretskii2014-01-281-0/+5
| | | | | | | | | test/strftime.awk: If DATECMD variable is non-empty, use it instead of the literal "date" as the 'date'-like command. pc/Makefile.tst (strftime): Pass the value of 'date' command through the DATECMD variable. (readdir): Adapt to changes in test/readdir0.awk.
* Improve readdir test for MinGW.Arnold D. Robbins2014-01-201-0/+6
|
* Fix -0 for MPFR.Arnold D. Robbins2014-01-191-0/+5
|
* Quote $(top_srcdir) in test/Makefile.am.Arnold D. Robbins2014-01-171-0/+4
|
* Fix strftime test race condition.Andrew J. Schorr2014-01-161-0/+10
|
* Bug fix to do_split().Arnold D. Robbins2014-01-141-0/+6
|
* Merge branch 'gawk-4.1-stable' into new-vmsArnold D. Robbins2013-12-301-0/+6
|\
| * Fix ignrcas2 test to use right locale.Arnold D. Robbins2013-12-301-0/+6
| |
* | Build and test dynamic extensions on VMS. Documented too.Arnold D. Robbins2013-12-301-0/+1
| |
* | Enable compiling extensions on VMS.Arnold D. Robbins2013-12-291-0/+4
|/
* Fix up unneeded "" in Makefile.am.Arnold D. Robbins2013-12-101-0/+5
|
* Improve fts test for Cygwin.Arnold D. Robbins2013-12-011-0/+5
|
* Remove pipeio3 test.Arnold D. Robbins2013-11-291-0/+6
|
* Make 'make distcheck' work.Arnold D. Robbins2013-11-281-0/+5
|
* Readdir test should work on filesystems lacking type info in the dirent.Andrew J. Schorr2013-11-271-0/+5
|
* Add --include long option and tests to make sure that --load and --include work.Andrew J. Schorr2013-11-271-0/+9
|
* Make readdir test work if group name has spaces.Arnold D. Robbins2013-11-201-0/+7
|
* Solaris fixes.Arnold D. Robbins2013-11-071-0/+10
|
* Make pipeio3 test work on PPC Mac OS X.Arnold D. Robbins2013-11-031-0/+3
|
* Addtional fix for \s in multibyte locales.Arnold D. Robbins2013-11-031-0/+5
|
* Make 'make check' exit non-zero if failure, for buildbots.Arnold D. Robbins2013-10-301-0/+7
|
* Make charasbytes test more robust. We hope.Arnold D. Robbins2013-10-301-0/+2
|
* Further fix to pipeio3.Arnold D. Robbins2013-10-301-3/+9
|
* Improve handling of writes to dead pipes.Arnold D. Robbins2013-10-241-0/+11
|
* Fix multibyte \s and \S in dfa.c from GNU grep.Arnold D. Robbins2013-10-101-0/+6
|
* Bug fix for $i++ = 3.Arnold D. Robbins2013-10-091-0/+5
|
* Fix problem when extending NF. See test/nfloop.Arnold D. Robbins2013-09-131-0/+5
|
* Fix generation of Maketests file.Arnold D. Robbins2013-09-131-0/+5
|
* Quote $(srcdir) in test makefiles.Arnold D. Robbins2013-08-151-0/+6
|
* Fix for %c in multibyte locale + new tests.Arnold D. Robbins2013-07-041-0/+6
|
* Fix a typo in test/ChangeLog.Arnold D. Robbins2013-07-021-1/+1
|
* New test case for dfa problem fixed earlier.Arnold D. Robbins2013-06-271-0/+6
|
* Move clos1way test into Makefile.am.Arnold D. Robbins2013-06-241-1/+6
|
* test/Maketests (clos1way): Set AC_ALL=C, since clos1way.awk no longer does.Eli Zaretskii2013-06-221-0/+5
|
* Fix corner case use of exit.Arnold D. Robbins2013-06-031-0/+5
|
* Support |& on MS-Windows, both for sockets and for pipes.Eli Zaretskii2013-06-011-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Additional profiling tests.Arnold D. Robbins2013-05-301-0/+5
|