Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Disallow negative hex numbers in input data. | Arnold D. Robbins | 2016-06-01 | 1 | -0/+5 | |
* | | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a... | Andrew J. Schorr | 2016-06-13 | 1 | -0/+12 | |
|/ / | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -0/+5 | |
|\| | ||||||
| * | Allow FS = "\0" if RS = "". | Arnold D. Robbins | 2016-05-30 | 1 | -0/+5 | |
* | | New test, arrayind2. | Arnold D. Robbins | 2016-05-26 | 1 | -0/+6 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-25 | 1 | -0/+5 | |
|\| | ||||||
| * | Tweak arrayind1 test for portability. | Arnold D. Robbins | 2016-05-25 | 1 | -0/+5 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-12 | 1 | -0/+7 | |
|\| | ||||||
| * | Fix issues with SIGPIPE. | Arnold D. Robbins | 2016-05-12 | 1 | -0/+2 | |
| * | Fix array indexing to disallow numeric string. | Arnold D. Robbins | 2016-05-12 | 1 | -0/+5 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-27 | 1 | -0/+5 | |
|\| | ||||||
| * | Fix multicharacter RS in traditional/posix modes. | Arnold D. Robbins | 2016-04-27 | 1 | -0/+5 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-24 | 1 | -0/+4 | |
|\| | ||||||
| * | Make pty1 test ignore errors. | Arnold D. Robbins | 2016-04-24 | 1 | -0/+4 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-17 | 1 | -0/+4 | |
|\| | ||||||
| * | Fix skipping of pty1 test on z/OS. | Arnold D. Robbins | 2016-04-17 | 1 | -0/+4 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-11 | 1 | -0/+15 | |
|\| | ||||||
| * | Disable pty1 test on z/OS. | Arnold D. Robbins | 2016-04-11 | 1 | -0/+1 | |
| * | Fix mainline test suite. | Arnold D. Robbins | 2016-04-11 | 1 | -0/+5 | |
| * | Fix the test suite for MinGW. | Eli Zaretskii | 2016-04-08 | 1 | -0/+9 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-08 | 1 | -0/+5 | |
|\| | ||||||
| * | Fix watchpoint1 test to work out-of-tree. | Arnold D. Robbins | 2016-04-08 | 1 | -0/+5 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-07 | 1 | -0/+5 | |
|\| | ||||||
| * | Fix race condition in fatal errors for one end closed on two way pipe. | Arnold D. Robbins | 2016-04-07 | 1 | -0/+5 | |
* | | Test case for nonfatal close one end of two way pipe. | Arnold D. Robbins | 2016-04-06 | 1 | -0/+5 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-05 | 1 | -0/+10 | |
|\| | ||||||
| * | Add warning for fflush of closed write end on 2-way pipe. | Arnold D. Robbins | 2016-04-04 | 1 | -0/+2 | |
| * | Add new tests for read/write closed end of 2 way pipe. | Arnold D. Robbins | 2016-04-04 | 1 | -0/+8 | |
* | | Pretty printer: remove CRs and trailing newlines from comments. | Arnold D. Robbins | 2016-03-27 | 1 | -0/+4 | |
* | | Improve pretty-printing comment after if statement. | Arnold D. Robbins | 2016-03-21 | 1 | -0/+4 | |
* | | New profile test. | Arnold D. Robbins | 2016-03-19 | 1 | -0/+2 | |
* | | More code improvements. Add ChangeLog. Update test. | Arnold D. Robbins | 2016-03-19 | 1 | -0/+4 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-02-18 | 1 | -0/+4 | |
|\| | ||||||
| * | Make pretty-printing and profiling chain else-if's. | Arnold D. Robbins | 2016-02-18 | 1 | -0/+4 | |
* | | Turn optimization on by default. New -s option to disable it. | Arnold D. Robbins | 2016-02-05 | 1 | -0/+4 | |
* | | Make building a working tarball work again. | Arnold D. Robbins | 2016-01-28 | 1 | -0/+4 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-01-14 | 1 | -1/+10 | |
|\| | ||||||
| * | Clean up whitespace in ChangeLogs. | Arnold D. Robbins | 2016-01-14 | 1 | -1/+5 | |
| * | Fix for extra parameters going down the call chain. | Arnold D. Robbins | 2016-01-14 | 1 | -0/+5 | |
* | | Update test/Changelog after last merge. Ooops. | Arnold D. Robbins | 2015-12-27 | 1 | -0/+7 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-12-27 | 1 | -0/+5 | |
|\| | ||||||
| * | Bug fix for pretty printing empty else part. | Arnold D. Robbins | 2015-12-27 | 1 | -0/+5 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-11-24 | 1 | -0/+6 | |
|\| | ||||||
| * | Make watchpoints fire before breakpoints in the debugger. | Arnold D. Robbins | 2015-11-24 | 1 | -0/+6 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-10-28 | 1 | -0/+5 | |
|\| | ||||||
| * | Disallow nul bytes in source code no matter what. | Arnold D. Robbins | 2015-10-28 | 1 | -0/+5 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-10-26 | 1 | -0/+5 | |
|\| | ||||||
| * | Sort id test output, should help on z/OS. | Arnold D. Robbins | 2015-10-26 | 1 | -0/+5 | |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-10-11 | 1 | -0/+5 | |
|\| | ||||||
| * | Bug fix, invalid read in yylex. | Arnold D. Robbins | 2015-10-11 | 1 | -0/+5 |