Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | 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 '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 | |
| | | | | | | ||||||
* | | | | | | 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 | |
| | | | | | ||||||
* | | | | | 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 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-19 | 1 | -0/+10 | |
| |\| | | | ||||||
| | * | | | More commentary on isalnum. | Arnold D. Robbins | 2014-09-19 | 1 | -0/+10 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into comment, update ChangeLogs | Arnold D. Robbins | 2014-09-15 | 1 | -362/+409 | |
|\| | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-15 | 1 | -375/+389 | |
| |\| | | | ||||||
| | * | | | Finish excising isalpha and isalnum. Document. | Arnold D. Robbins | 2014-09-15 | 1 | -375/+389 | |
| | | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-14 | 1 | -1/+34 | |
| |\| | | | ||||||
| | * | | | Update awkgram.c. | Arnold D. Robbins | 2014-09-14 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Force only ASCII letters to be allowed in identifiers. | Arnold D. Robbins | 2014-09-14 | 1 | -1/+34 | |
| | | | | | ||||||
* | | | | | Minor code cleanups. | Arnold D. Robbins | 2014-09-12 | 1 | -1445/+1243 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-09-10 | 1 | -2/+35 | |
|\| | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-05 | 1 | -2/+19 | |
| |\| | | | ||||||
| | * | | | Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc. | Arnold D. Robbins | 2014-09-05 | 1 | -2/+19 | |
| | | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-04 | 1 | -0/+16 | |
| |\| | | | ||||||
| | * | | | Make indirect calls work on built-in and extension functions. | Arnold D. Robbins | 2014-09-04 | 1 | -0/+16 | |
| | | | | | ||||||
| | * | | | Minor patch to get --profile to work in -M (MPFR) mode. | Andrew J. Schorr | 2014-08-03 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | fix awkgram.y | Stephen Davies | 2014-09-09 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | sync awkgram | Stephen Davies | 2014-09-09 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | adding awkgram.c | Stephen Davies | 2014-09-07 | 1 | -1276/+1580 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-08-06 | 1 | -1/+1 | |
|\| | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' to get --profile to work with -M. | Andrew J. Schorr | 2014-08-03 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Minor patch to get --profile to work in -M (MPFR) mode. | Andrew J. Schorr | 2014-08-03 | 1 | -1/+1 | |
| | |/ / / | ||||||
* | | | | | And add awkgram.c... | Arnold D. Robbins | 2014-07-12 | 1 | -362/+357 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-07-12 | 1 | -412/+463 | |
|\| | | | | ||||||
| * | | | | Add div() function for integer division & remainder. | Arnold D. Robbins | 2014-07-10 | 1 | -1/+11 | |
| |/ / / | ||||||
| * | | | Make source code character checking smarter. | Arnold D. Robbins | 2014-07-10 | 1 | -6/+34 | |
| | | | | ||||||
| * | | | Disallow bad characters in source files. | Arnold D. Robbins | 2014-07-04 | 1 | -41/+49 | |
| | | | |