aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix multibyte \s and \S in dfa.c from GNU grep.Arnold D. Robbins2013-10-1011-10/+142
|
* Bug fix for $i++ = 3.Arnold D. Robbins2013-10-099-2/+42
|
* Doc updates.Arnold D. Robbins2013-09-294-62/+99
|
* Sync dfa.c with GNU grep.Arnold D. Robbins2013-09-282-34/+38
|
* Add a library file for readfile function. (Ooops.)Arnold D. Robbins2013-09-251-0/+15
|
* Add readfile function.Arnold D. Robbins2013-09-244-516/+741
|
* Fix core dump in debug.c for breakpoint w/o line.Arnold D. Robbins2013-09-242-6/+18
|
* Remove obsolete macros from gawktexi.in.Arnold D. Robbins2013-09-223-423/+414
|
* Sync dfa.c from grep for static checker fix.Arnold D. Robbins2013-09-192-6/+11
|
* Fix problem when extending NF. See test/nfloop.Arnold D. Robbins2013-09-1311-6/+56
|
* Fix generation of Maketests file.Arnold D. Robbins2013-09-134-1065/+1069
|
* Fixes based on problems from a static checker.Arnold D. Robbins2013-09-0811-11/+76
|
* Sync dfa with grep.Arnold D. Robbins2013-08-292-269/+278
|
* Sync getopt with GLIBC.Arnold D. Robbins2013-08-292-4/+8
|
* Fix issue with old readline lib on Mac OS X.Arnold D. Robbins2013-08-297-16/+78
|
* Sync regex with GLIBC.Arnold D. Robbins2013-08-264-58/+45
|
* Remove unnecessary RE_TOKEN_INIT_BUG stuff.Arnold D. Robbins2013-08-264-7/+10
|
* Clean up some -Wextra compile warnings in extensions.Arnold D. Robbins2013-08-226-1/+27
|
* Move FAKE_FD_VALUE to shared header.Arnold D. Robbins2013-08-207-9/+52
|
* Fix in array.c.Arnold D. Robbins2013-08-192-11/+11
|
* Whitespace fix in debug.c.Arnold D. Robbins2013-08-152-42/+46
|
* Quote $(srcdir) in test makefiles.Arnold D. Robbins2013-08-155-509/+513
|
* Remove an email address of a bug reporter by request.Arnold D. Robbins2013-08-131-1/+1
|
* Fix for MinGW in extension/filefuncs.c.Arnold D. Robbins2013-08-062-9/+14
|
* Add another task to TODO.Arnold D. Robbins2013-08-061-0/+3
|
* Minor improvement for Windows in filefuncs.c.Arnold D. Robbins2013-08-022-1/+24
|
* Updated TODO.Arnold D. Robbins2013-07-301-1/+2
|
* Fix compiling on MinGW.Arnold D. Robbins2013-07-245-8/+26
|
* Minor update in TODO.Arnold D. Robbins2013-07-241-0/+5
|
* Make min be MIN.Arnold D. Robbins2013-07-083-7/+10
|
* Force array indices to be strings in flatten_array API.Arnold D. Robbins2013-07-043-4/+19
|
* Fix for %c in multibyte locale + new tests.Arnold D. Robbins2013-07-048-14/+162
|
* Fix a typo in test/ChangeLog.Arnold D. Robbins2013-07-021-1/+1
|
* Update in README_d/README.pc.Arnold D. Robbins2013-07-022-4/+9
|
* Bug fix in profile.c:pp_string for valgrind.Arnold D. Robbins2013-07-022-1/+9
|
* Minor cleanup in awkgram.y.Arnold D. Robbins2013-06-273-6/+6
|
* New test case for dfa problem fixed earlier.Arnold D. Robbins2013-06-276-2/+33
|
* Add helpers/ChangeLog, update in testdfa.c.Arnold D. Robbins2013-06-272-0/+14
|
* Doc fix with texinfo.tex.Arnold D. Robbins2013-06-274-8/+32
|
* Fix multibyte character problem with brackets in dfa.c.Arnold D. Robbins2013-06-242-7/+14
|
* Move clos1way test into Makefile.am.Arnold D. Robbins2013-06-244-11/+16
|
* Fix inconsistency in system vs pipes in non-socket Windows builds.Eli Zaretskii2013-06-242-4/+11
| | | | | | | io.c: Move #include "popen.h" out of the HAVE_SOCKETS condition, as this is needed for non-sockets builds as well. See http://lists.gnu.org/archive/html/bug-gawk/2013-06/msg00014.html for the details of the problem this caused.
* Merge remote-tracking branch 'origin/gawk-4.1-stable' into gawk-4.1-stableArnold D. Robbins2013-06-242-1/+6
|\
| * test/Maketests (clos1way): Set AC_ALL=C, since clos1way.awk no longer does.Eli Zaretskii2013-06-222-1/+6
| |
* | Doc update for isarray.Arnold D. Robbins2013-06-224-280/+324
| |
* | Addition in TODO.Arnold D. Robbins2013-06-221-0/+4
|/
* Minor fix for io.c for VMS.Arnold D. Robbins2013-06-152-0/+11
|
* Update NEWS.Arnold D. Robbins2013-06-111-0/+17
|
* Improve fix for debugger on Windows.Arnold D. Robbins2013-06-113-8/+22
|
* Solaris config and included fixes. See ChangeLog.Arnold D. Robbins2013-06-106-2/+85
|