aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-051-2/+19
| |\| | |
| | * | | Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-051-2/+19
| | | | |
| * | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-041-0/+16
| |\| | |
| | * | | Make indirect calls work on built-in and extension functions.Arnold D. Robbins2014-09-041-0/+16
| | | | |
| | * | | Minor patch to get --profile to work in -M (MPFR) mode.Andrew J. Schorr2014-08-031-1/+1
| | | | |
* | | | | fix awkgram.yStephen Davies2014-09-091-0/+1
| | | | |
* | | | | function comments 1Stephen Davies2014-09-071-6/+75
| | | | |
* | | | | ll except functions looking OKStephen Davies2014-09-031-20/+30
| | | | |
* | | | | Progress in collecting comments and with comments within a block.Stephen Davies2014-08-241-67/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No joy with comments before BEGIN or END and, before { or after }. Changed my email
* | | | | Merge branch 'master' into commentArnold D. Robbins2014-08-061-1/+1
|\| | | |
| * | | | Merge branch 'gawk-4.1-stable' to get --profile to work with -M.Andrew J. Schorr2014-08-031-1/+1
| |\ \ \ \
| | * | | | Minor patch to get --profile to work in -M (MPFR) mode.Andrew J. Schorr2014-08-031-1/+1
| | |/ / /
* | | | | Merge branch 'master' into commentArnold D. Robbins2014-07-121-55/+101
|\| | | |
| * | | | Add div() function for integer division & remainder.Arnold D. Robbins2014-07-101-1/+11
| |/ / /
| * | | Make source code character checking smarter.Arnold D. Robbins2014-07-101-6/+34
| | | |
| * | | Disallow bad characters in source files.Arnold D. Robbins2014-07-041-41/+49
| | | |
| * | | Allow any redirected getline inside BEGINFILE/ENDFILE.Arnold D. Robbins2014-05-221-13/+4
| | | |
| * | | Fix memory leak in do_eval.Arnold D. Robbins2014-05-091-0/+9
| | |/ | |/|
* | | Merge branch 'master' into commentArnold D. Robbins2014-04-111-2/+2
|\| |
| * | Continue to straighten out enum usage.Arnold D. Robbins2014-03-051-2/+2
| | |
* | | Merge branch 'master' into commentArnold D. Robbins2014-02-201-7/+31
|\| |
| * | Remove compilation warning.Arnold D. Robbins2014-02-031-0/+2
| | |
| * | Fix bug that only showed up on 32 bit systems with MPFR.Arnold D. Robbins2014-01-281-4/+9
| | |
| * | Fix -0 for MPFR.Arnold D. Robbins2014-01-191-7/+24
| | |
* | | Merge branch 'master' into commentArnold D. Robbins2014-01-121-25/+21
|\| |
| * | Minor improvements in a few files.Arnold D. Robbins2014-01-121-15/+8
| | |
| * | Fix -O option.Arnold D. Robbins2013-10-161-9/+7
| | |
| * | Bug fix for $i++ = 3.Arnold D. Robbins2013-10-091-1/+6
| |/
* | Additional work.Arnold D. Robbins2013-08-151-0/+3
| |
* | Further attempt on comments. Not so good.Arnold D. Robbins2013-08-141-1/+5
| |
* | Start new branch that adds comments to profiling.Arnold D. Robbins2013-08-141-11/+69
|/
* Minor cleanup in awkgram.y.Arnold D. Robbins2013-06-271-3/+1
|
* Make /regex/ a 2nd arg to index() a fatal error.Arnold D. Robbins2013-05-091-0/+6
|
* Bug fix in awkgram.y:check_funcs.Arnold D. Robbins2013-04-141-3/+4
|
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-02-261-3/+15
|\
| * Bug fix for expression list error.Arnold D. Robbins2013-02-261-3/+15
| |
* | Considerable additional portability fixes.Arnold D. Robbins2013-01-251-2/+2
| |
* | Update copyright dates on modified files.Arnold D. Robbins2013-01-151-1/+1
| |
* | Make mpfr and, or, xor, accept >= 2 arguments.Arnold D. Robbins2013-01-111-1/+1
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-12-231-2/+16
|\|
| * Bug fixes from John Haque.Arnold D. Robbins2012-12-231-1/+15
| |
| * Bug fix for sprintf/printf. Minor edit in awkgram.y.Arnold D. Robbins2012-12-231-1/+1
| |
* | Fix --disable-lint.Arnold D. Robbins2012-12-191-0/+7
| |
* | Fix extension to be available only if DYNAMIC.Arnold D. Robbins2012-12-181-0/+2
| |
* | Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-091-6/+8
|\ \
| * | Make bitflag checking consistent everywhere.Arnold D. Robbins2012-12-091-6/+6
| | |
| * | Allow only ASCII letters for a an extension name.Arnold D. Robbins2012-12-091-0/+2
| | |
* | | Merge branch 'master' into array-iface. fflush() is in POSIX.Arnold D. Robbins2012-12-071-9/+3
|\| |
| * | Merge branch 'gawk-4.0-stable'. fflush is now POSIX.Arnold D. Robbins2012-12-071-9/+3
| |\|
| | * fflush() is now POSIX. Fix code and document.Arnold D. Robbins2012-12-071-9/+3
| | |