Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Some cleanups and doc additions. | Arnold D. Robbins | 2014-10-01 | 1 | -9/+9 | |
| | | | | | ||||||
* | | | | | 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 | -3/+50 | |
|\| | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-15 | 1 | -16/+30 | |
| |\| | | | ||||||
| | * | | | Finish excising isalpha and isalnum. Document. | Arnold D. Robbins | 2014-09-15 | 1 | -16/+30 | |
| | | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-14 | 1 | -1/+34 | |
| |\| | | | ||||||
| | * | | | 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 | -30/+37 | |
| | | | | | ||||||
* | | | | | 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 | |
| | | | | | ||||||
* | | | | | function comments 1 | Stephen Davies | 2014-09-07 | 1 | -6/+75 | |
| | | | | | ||||||
* | | | | | ll except functions looking OK | Stephen Davies | 2014-09-03 | 1 | -20/+30 | |
| | | | | | ||||||
* | | | | | Progress in collecting comments and with comments within a block. | Stephen Davies | 2014-08-24 | 1 | -67/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No joy with comments before BEGIN or END and, before { or after }. Changed my email | |||||
* | | | | | 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 | |
| | |/ / / | ||||||
* | | | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-07-12 | 1 | -55/+101 | |
|\| | | | | ||||||
| * | | | | 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 | |
| | | | | ||||||
| * | | | Allow any redirected getline inside BEGINFILE/ENDFILE. | Arnold D. Robbins | 2014-05-22 | 1 | -13/+4 | |
| | | | | ||||||
| * | | | Fix memory leak in do_eval. | Arnold D. Robbins | 2014-05-09 | 1 | -0/+9 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-04-11 | 1 | -2/+2 | |
|\| | | ||||||
| * | | Continue to straighten out enum usage. | Arnold D. Robbins | 2014-03-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-02-20 | 1 | -7/+31 | |
|\| | | ||||||
| * | | Remove compilation warning. | Arnold D. Robbins | 2014-02-03 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix bug that only showed up on 32 bit systems with MPFR. | Arnold D. Robbins | 2014-01-28 | 1 | -4/+9 | |
| | | | ||||||
| * | | Fix -0 for MPFR. | Arnold D. Robbins | 2014-01-19 | 1 | -7/+24 | |
| | | | ||||||
* | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-01-12 | 1 | -25/+21 | |
|\| | | ||||||
| * | | Minor improvements in a few files. | Arnold D. Robbins | 2014-01-12 | 1 | -15/+8 | |
| | | | ||||||
| * | | Fix -O option. | Arnold D. Robbins | 2013-10-16 | 1 | -9/+7 | |
| | | | ||||||
| * | | Bug fix for $i++ = 3. | Arnold D. Robbins | 2013-10-09 | 1 | -1/+6 | |
| |/ | ||||||
* | | Additional work. | Arnold D. Robbins | 2013-08-15 | 1 | -0/+3 | |
| | | ||||||
* | | Further attempt on comments. Not so good. | Arnold D. Robbins | 2013-08-14 | 1 | -1/+5 | |
| | | ||||||
* | | Start new branch that adds comments to profiling. | Arnold D. Robbins | 2013-08-14 | 1 | -11/+69 | |
|/ | ||||||
* | Minor cleanup in awkgram.y. | Arnold D. Robbins | 2013-06-27 | 1 | -3/+1 | |
| | ||||||
* | Make /regex/ a 2nd arg to index() a fatal error. | Arnold D. Robbins | 2013-05-09 | 1 | -0/+6 | |
| | ||||||
* | Bug fix in awkgram.y:check_funcs. | Arnold D. Robbins | 2013-04-14 | 1 | -3/+4 | |
| | ||||||
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2013-02-26 | 1 | -3/+15 | |
|\ |