Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-06 | 1 | -9/+14 |
|\ | |||||
| * | Minor code cleanups. | Arnold D. Robbins | 2015-04-06 | 1 | -9/+14 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-05 | 1 | -3/+11 |
|\| | |||||
| * | Don't install gawk extensions if --posix or --traditional. | Arnold D. Robbins | 2015-04-05 | 1 | -3/+11 |
| | | |||||
* | | Rename "div()" to "intdiv()". | Arnold D. Robbins | 2015-04-03 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-31 | 1 | -363/+376 |
|\| | |||||
| * | Further progress on indirect calls of builtins. | Arnold D. Robbins | 2015-03-24 | 1 | -361/+360 |
| | | |||||
| * | Start on testing/fixing indirect calls of builtins. | Arnold D. Robbins | 2015-03-20 | 1 | -2/+16 |
| | | |||||
* | | Merge branch 'master' into select | Arnold D. Robbins | 2015-03-20 | 1 | -6/+11 |
|\ \ | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-24 | 1 | -1/+6 |
| |\| | |||||
| | * | Fix line continuation with CR-LF. | Arnold D. Robbins | 2015-02-24 | 1 | -1/+6 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-13 | 1 | -5/+5 |
| |\| | |||||
| | * | Improve regexp collection on Solaris, maybe others. | Arnold D. Robbins | 2015-02-13 | 1 | -5/+5 |
| | | | |||||
* | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-02-01 | 1 | -1/+1 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-01 | 1 | -1/+1 |
| |\| | |||||
| | * | Move param checking against function names into --posix. | Arnold D. Robbins | 2015-02-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-02-01 | 1 | -362/+384 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-30 | 1 | -360/+382 |
| |\| | |||||
| | * | Disallow calling a function parameter. Check params are not function names. | Arnold D. Robbins | 2015-01-30 | 1 | -360/+382 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-25 | 1 | -2/+2 |
| |\| | |||||
| | * | Move to Bison 3.0.4. | Arnold D. Robbins | 2015-01-24 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-19 | 1 | -448/+367 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-19 | 1 | -3/+3 |
| |\| | |||||
| | * | Update to bison 3.0.3. | Arnold D. Robbins | 2015-01-19 | 1 | -3/+3 |
| | | | |||||
| * | | Bug fix in pretty-printing comments and test case. | Arnold D. Robbins | 2015-01-16 | 1 | -350/+351 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-14 | 1 | -445/+361 |
| |\| | |||||
| | * | Remove deferred variables. | Arnold D. Robbins | 2015-01-14 | 1 | -445/+361 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-07 | 1 | -369/+371 |
| |\| | |||||
| | * | Load PROCINFO and ENVIRON if using extensions. | Arnold D. Robbins | 2015-01-07 | 1 | -365/+369 |
| | | | |||||
| | * | Bug fix in regexp parsing. | Arnold D. Robbins | 2015-01-07 | 1 | -4/+2 |
| | | | |||||
* | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵ | Andrew J. Schorr | 2015-01-19 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44. | ||||
* | | | When an extension calls sym_lookup on a deferred variable, it should always ↵ | Andrew J. Schorr | 2015-01-08 | 1 | -0/+9 |
| | | | | | | | | | | | | succeed. | ||||
* | | | Revert changes to API deferred variable creation, since this should be done ↵ | Andrew J. Schorr | 2015-01-08 | 1 | -21/+18 |
| | | | | | | | | | | | | at lookup time. | ||||
* | | | Fix bug in API deferred variable creation and add a test case. | Andrew J. Schorr | 2015-01-06 | 1 | -2/+5 |
| | | | |||||
* | | | Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON ↵ | Andrew J. Schorr | 2015-01-06 | 1 | -18/+18 |
| | | | | | | | | | | | | properly. | ||||
* | | | Merge branch 'master' into select | Andrew J. Schorr | 2014-12-14 | 1 | -401/+417 |
|\| | | |||||
| * | | Improve comment handling in pretty printing. | Arnold D. Robbins | 2014-12-12 | 1 | -371/+417 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-15 | 1 | -30/+0 |
| |\| | |||||
| | * | Remove MBS_SUPPORT ifdefs. | Arnold D. Robbins | 2014-11-15 | 1 | -30/+0 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into select | Andrew J. Schorr | 2014-11-03 | 1 | -387/+570 |
|\| | | |||||
| * | | Some more minor cleanups. | Arnold D. Robbins | 2014-10-05 | 1 | -0/+5 |
| | | | |||||
| * | | Add updated awkgram.c. | Arnold D. Robbins | 2014-10-04 | 1 | -15/+15 |
| | | | |||||
| * | | Code review and minor whitespace cleanups. | Arnold D. Robbins | 2014-10-02 | 1 | -335/+342 |
| | | | |||||
| * | | Some cleanups and doc additions. | Arnold D. Robbins | 2014-10-01 | 1 | -329/+329 |
| | | | |||||
| * | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-09-27 | 1 | -2/+16 |
| |\ \ | |||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-27 | 1 | -1/+1 |
| | |\| | |||||
| | | * | Minor fix when checking for bad source characters. | Arnold D. Robbins | 2014-09-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-23 | 1 | -1/+5 |
| | |\| | |||||
| | | * | Allow any kind of junk inside quoted strings. | Arnold D. Robbins | 2014-09-23 | 1 | -1/+5 |
| | | | | |||||
| * | | | Merge branch 'master' into comment, update ChangeLogs | Arnold D. Robbins | 2014-09-15 | 1 | -362/+409 |
| |\ \ \ |