Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix multibyte \s and \S in dfa.c from GNU grep. | Arnold D. Robbins | 2013-10-10 | 11 | -10/+142 |
| | |||||
* | Bug fix for $i++ = 3. | Arnold D. Robbins | 2013-10-09 | 9 | -2/+42 |
| | |||||
* | Doc updates. | Arnold D. Robbins | 2013-09-29 | 4 | -62/+99 |
| | |||||
* | Sync dfa.c with GNU grep. | Arnold D. Robbins | 2013-09-28 | 2 | -34/+38 |
| | |||||
* | Add a library file for readfile function. (Ooops.) | Arnold D. Robbins | 2013-09-25 | 1 | -0/+15 |
| | |||||
* | Add readfile function. | Arnold D. Robbins | 2013-09-24 | 4 | -516/+741 |
| | |||||
* | Fix core dump in debug.c for breakpoint w/o line. | Arnold D. Robbins | 2013-09-24 | 2 | -6/+18 |
| | |||||
* | Remove obsolete macros from gawktexi.in. | Arnold D. Robbins | 2013-09-22 | 3 | -423/+414 |
| | |||||
* | Sync dfa.c from grep for static checker fix. | Arnold D. Robbins | 2013-09-19 | 2 | -6/+11 |
| | |||||
* | Fix problem when extending NF. See test/nfloop. | Arnold D. Robbins | 2013-09-13 | 11 | -6/+56 |
| | |||||
* | Fix generation of Maketests file. | Arnold D. Robbins | 2013-09-13 | 4 | -1065/+1069 |
| | |||||
* | Fixes based on problems from a static checker. | Arnold D. Robbins | 2013-09-08 | 11 | -11/+76 |
| | |||||
* | Sync dfa with grep. | Arnold D. Robbins | 2013-08-29 | 2 | -269/+278 |
| | |||||
* | Sync getopt with GLIBC. | Arnold D. Robbins | 2013-08-29 | 2 | -4/+8 |
| | |||||
* | Fix issue with old readline lib on Mac OS X. | Arnold D. Robbins | 2013-08-29 | 7 | -16/+78 |
| | |||||
* | Sync regex with GLIBC. | Arnold D. Robbins | 2013-08-26 | 4 | -58/+45 |
| | |||||
* | Remove unnecessary RE_TOKEN_INIT_BUG stuff. | Arnold D. Robbins | 2013-08-26 | 4 | -7/+10 |
| | |||||
* | Clean up some -Wextra compile warnings in extensions. | Arnold D. Robbins | 2013-08-22 | 6 | -1/+27 |
| | |||||
* | Move FAKE_FD_VALUE to shared header. | Arnold D. Robbins | 2013-08-20 | 7 | -9/+52 |
| | |||||
* | Fix in array.c. | Arnold D. Robbins | 2013-08-19 | 2 | -11/+11 |
| | |||||
* | Whitespace fix in debug.c. | Arnold D. Robbins | 2013-08-15 | 2 | -42/+46 |
| | |||||
* | Quote $(srcdir) in test makefiles. | Arnold D. Robbins | 2013-08-15 | 5 | -509/+513 |
| | |||||
* | Remove an email address of a bug reporter by request. | Arnold D. Robbins | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | Fix for MinGW in extension/filefuncs.c. | Arnold D. Robbins | 2013-08-06 | 2 | -9/+14 |
| | |||||
* | Add another task to TODO. | Arnold D. Robbins | 2013-08-06 | 1 | -0/+3 |
| | |||||
* | Minor improvement for Windows in filefuncs.c. | Arnold D. Robbins | 2013-08-02 | 2 | -1/+24 |
| | |||||
* | Updated TODO. | Arnold D. Robbins | 2013-07-30 | 1 | -1/+2 |
| | |||||
* | Fix compiling on MinGW. | Arnold D. Robbins | 2013-07-24 | 5 | -8/+26 |
| | |||||
* | Minor update in TODO. | Arnold D. Robbins | 2013-07-24 | 1 | -0/+5 |
| | |||||
* | Make min be MIN. | Arnold D. Robbins | 2013-07-08 | 3 | -7/+10 |
| | |||||
* | Force array indices to be strings in flatten_array API. | Arnold D. Robbins | 2013-07-04 | 3 | -4/+19 |
| | |||||
* | Fix for %c in multibyte locale + new tests. | Arnold D. Robbins | 2013-07-04 | 8 | -14/+162 |
| | |||||
* | Fix a typo in test/ChangeLog. | Arnold D. Robbins | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Update in README_d/README.pc. | Arnold D. Robbins | 2013-07-02 | 2 | -4/+9 |
| | |||||
* | Bug fix in profile.c:pp_string for valgrind. | Arnold D. Robbins | 2013-07-02 | 2 | -1/+9 |
| | |||||
* | Minor cleanup in awkgram.y. | Arnold D. Robbins | 2013-06-27 | 3 | -6/+6 |
| | |||||
* | New test case for dfa problem fixed earlier. | Arnold D. Robbins | 2013-06-27 | 6 | -2/+33 |
| | |||||
* | Add helpers/ChangeLog, update in testdfa.c. | Arnold D. Robbins | 2013-06-27 | 2 | -0/+14 |
| | |||||
* | Doc fix with texinfo.tex. | Arnold D. Robbins | 2013-06-27 | 4 | -8/+32 |
| | |||||
* | Fix multibyte character problem with brackets in dfa.c. | Arnold D. Robbins | 2013-06-24 | 2 | -7/+14 |
| | |||||
* | Move clos1way test into Makefile.am. | Arnold D. Robbins | 2013-06-24 | 4 | -11/+16 |
| | |||||
* | Fix inconsistency in system vs pipes in non-socket Windows builds. | Eli Zaretskii | 2013-06-24 | 2 | -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-stable | Arnold D. Robbins | 2013-06-24 | 2 | -1/+6 |
|\ | |||||
| * | test/Maketests (clos1way): Set AC_ALL=C, since clos1way.awk no longer does. | Eli Zaretskii | 2013-06-22 | 2 | -1/+6 |
| | | |||||
* | | Doc update for isarray. | Arnold D. Robbins | 2013-06-22 | 4 | -280/+324 |
| | | |||||
* | | Addition in TODO. | Arnold D. Robbins | 2013-06-22 | 1 | -0/+4 |
|/ | |||||
* | Minor fix for io.c for VMS. | Arnold D. Robbins | 2013-06-15 | 2 | -0/+11 |
| | |||||
* | Update NEWS. | Arnold D. Robbins | 2013-06-11 | 1 | -0/+17 |
| | |||||
* | Improve fix for debugger on Windows. | Arnold D. Robbins | 2013-06-11 | 3 | -8/+22 |
| | |||||
* | Solaris config and included fixes. See ChangeLog. | Arnold D. Robbins | 2013-06-10 | 6 | -2/+85 |
| |