Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug fix to do_split(). | Arnold D. Robbins | 2014-01-14 | 1 | -0/+6 |
* | VMS doc updates. | Arnold D. Robbins | 2014-01-13 | 1 | -0/+4 |
* | Minor improvements in a few files. | Arnold D. Robbins | 2014-01-12 | 1 | -0/+12 |
* | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2014-01-07 | 1 | -0/+6 |
|\ | |||||
| * | Make old extensions compile and work under Linux. | Arnold D. Robbins | 2014-01-07 | 1 | -0/+1 |
| * | Move a function around in command.y. | Arnold D. Robbins | 2014-01-07 | 1 | -0/+5 |
* | | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2014-01-03 | 1 | -0/+7 |
|\| | |||||
| * | Update NEWS. | Arnold D. Robbins | 2014-01-03 | 1 | -0/+1 |
| * | Sync dfa with GNU grep. | Arnold D. Robbins | 2014-01-03 | 1 | -0/+1 |
| * | Update configuration helper files. | Arnold D. Robbins | 2014-01-03 | 1 | -0/+5 |
* | | VMS updates. | Arnold D. Robbins | 2013-12-26 | 1 | -0/+4 |
* | | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-24 | 1 | -0/+6 |
|\| | |||||
| * | Fix getopt.c for Illumos. | Arnold D. Robbins | 2013-12-24 | 1 | -0/+6 |
* | | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-21 | 1 | -0/+8 |
|\| | |||||
| * | Make extensions controlled by configure time option. | Arnold D. Robbins | 2013-12-21 | 1 | -0/+8 |
* | | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-21 | 1 | -0/+5 |
|\| | |||||
| * | Update to automake 1.13.4 and libtool 2.4.2.418. | Arnold D. Robbins | 2013-12-21 | 1 | -0/+5 |
* | | Merge branch 'gawk-4.1-stable' into new-vms | Arnold D. Robbins | 2013-12-19 | 1 | -0/+11 |
|\| | |||||
| * | Bug fix in regex. | Arnold D. Robbins | 2013-12-19 | 1 | -0/+5 |
| * | Remove AC_FUNC_VPRINTF macro and header tests. | Arnold D. Robbins | 2013-12-16 | 1 | -0/+6 |
* | | Further changes. | Arnold D. Robbins | 2013-12-12 | 1 | -1/+0 |
* | | First round of VMS changes. | Arnold D. Robbins | 2013-12-12 | 1 | -0/+6 |
|/ | |||||
* | DJGPP fixes, including update pc/Makefile.tst. | Arnold D. Robbins | 2013-12-10 | 1 | -0/+4 |
* | Remove unneeded Floor and Ceil wrapper functions. | Arnold D. Robbins | 2013-12-10 | 1 | -0/+7 |
* | Further compilation fixes, VMS and Z/OS. | Arnold D. Robbins | 2013-12-07 | 1 | -0/+6 |
* | Don't autogenerate version.c. | Arnold D. Robbins | 2013-12-06 | 1 | -0/+12 |
* | Add a FIXME comment. | Arnold D. Robbins | 2013-12-05 | 1 | -0/+4 |
* | Fixes for Z/OS. | Arnold D. Robbins | 2013-12-05 | 1 | -0/+8 |
* | VMS fixes in io.c. | Arnold D. Robbins | 2013-12-03 | 1 | -0/+5 |
* | Sort option table by long option name for ease of maintenance. | Andrew J. Schorr | 2013-12-01 | 1 | -0/+4 |
* | Add --include long option and tests to make sure that --load and --include work. | Andrew J. Schorr | 2013-11-27 | 1 | -0/+4 |
* | Merge dfa.c from grep. | Arnold D. Robbins | 2013-11-23 | 1 | -0/+5 |
* | Addtional fix for \s in multibyte locales. | Arnold D. Robbins | 2013-11-03 | 1 | -0/+5 |
* | Additional work for EPIPE errors on stdout. | Arnold D. Robbins | 2013-11-01 | 1 | -0/+5 |
* | Improve handling of writes to dead pipes. | Arnold D. Robbins | 2013-10-24 | 1 | -0/+18 |
* | Catch SIGPIPE. | Arnold D. Robbins | 2013-10-17 | 1 | -0/+5 |
* | Fix -O option. | Arnold D. Robbins | 2013-10-16 | 1 | -0/+13 |
* | Add a comment in re.c:resetup. | Arnold D. Robbins | 2013-10-16 | 1 | -0/+4 |
* | Bug fix to flag values. | Arnold D. Robbins | 2013-10-10 | 1 | -0/+6 |
* | Fix multibyte \s and \S in dfa.c from GNU grep. | Arnold D. Robbins | 2013-10-10 | 1 | -0/+4 |
* | Bug fix for $i++ = 3. | Arnold D. Robbins | 2013-10-09 | 1 | -0/+5 |
* | Sync dfa.c with GNU grep. | Arnold D. Robbins | 2013-09-28 | 1 | -0/+4 |
* | Fix core dump in debug.c for breakpoint w/o line. | Arnold D. Robbins | 2013-09-24 | 1 | -0/+6 |
* | Sync dfa.c from grep for static checker fix. | Arnold D. Robbins | 2013-09-19 | 1 | -0/+6 |
* | Fix problem when extending NF. See test/nfloop. | Arnold D. Robbins | 2013-09-13 | 1 | -0/+14 |
* | Fixes based on problems from a static checker. | Arnold D. Robbins | 2013-09-08 | 1 | -0/+26 |
* | Sync dfa with grep. | Arnold D. Robbins | 2013-08-29 | 1 | -0/+5 |
* | Sync getopt with GLIBC. | Arnold D. Robbins | 2013-08-29 | 1 | -0/+4 |
* | Fix issue with old readline lib on Mac OS X. | Arnold D. Robbins | 2013-08-29 | 1 | -0/+9 |
* | Sync regex with GLIBC. | Arnold D. Robbins | 2013-08-26 | 1 | -0/+6 |