aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | |
* | | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-174/+332
|\| |
| * | Some minor fixes. See ChangeLog.Arnold D. Robbins2012-10-311-2/+2
| | |
| * | SYMTAB enhancements, bug fix. Doc additions.Arnold D. Robbins2012-10-191-0/+44
| | |
| * | More SYMTAB and FUNCTAB improvements.Arnold D. Robbins2012-10-031-4/+12
| | |
| * | First cut at SYMTAB and FUNCTAB.Arnold D. Robbins2012-09-251-0/+6
| | |
| * | Update some things that are now POSIX.Arnold D. Robbins2012-09-251-16/+13
| |\|
| | * Update some things that are now POSIX.Arnold D. Robbins2012-09-251-16/+13
| | |
| * | Add undocumented-for-now PROCINFO["identifiers"].Arnold D. Robbins2012-09-141-3/+3
| | |
| * | Make it a fatal error to load the same file with -f and -i (or @include).Andrew J. Schorr2012-08-111-5/+14
| | |
| * | Improve lint warning message about a previously loaded shared library.Andrew J. Schorr2012-07-101-1/+5
| | |
| * | Extend or(), and(), xor() to N arguments, N >= 2.Arnold D. Robbins2012-07-091-3/+3
| | |
| * | Fix lint checking for extension functions.Arnold D. Robbins2012-06-251-8/+23
| | |
| * | Remove extension() builtin.Arnold D. Robbins2012-06-211-2/+1
| | |
| * | Further API code and test code.Arnold D. Robbins2012-06-211-2/+2
| | |
| * | Restore stopme() debugging function.Arnold D. Robbins2012-06-201-0/+11
| | |
| * | Fix code duplication in gawkapi.c from msg.c.Arnold D. Robbins2012-06-191-5/+5
| | |
| * | First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-241-1/+1
| | |
| * | Add -i option, append .awk if initial search fails, and allow -f repeats.Andrew J. Schorr2012-05-191-18/+21
| | |
| * | Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-117/+116
| | |
| * | Merge remote branch 'origin/xgawk-build'Arnold D. Robbins2012-05-091-0/+1
| |\ \
| | * | Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-271-1/+1
| | | |
| * | | Merge branch 'xgawk'Arnold D. Robbins2012-05-091-4/+65
| |\ \ \
| | * | | Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-271-1/+1
| | |/ /
| | * | Some minor style edits in code and doc.Arnold D. Robbins2012-03-261-3/+7
| | | |
| | * | New @load keyword to load shared libraries.Andrew J. Schorr2012-03-211-4/+62
| | | |
| * | | Cleanups in io.c and improve RS as regexp.Arnold D. Robbins2012-04-261-4/+4
| | | |
* | | | Add optional shutdown routine for an extension lib.john haque2012-04-211-1/+1
| | | |
* | | | Improve array interface.john haque2012-04-191-0/+10
|/ / /
* | | Merge branch 'master' into gawk_mpfr.john haque2012-04-171-10/+28
|\ \ \
| * \ \ Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-04-081-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Update copyrights where needed.Arnold D. Robbins2012-03-281-1/+1
| | | |
| * | | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-03-221-9/+27
| |\| | | | |/ | |/|
| | * Fix warnings from gcc -Wall, GCC 4.6.2.Arnold D. Robbins2012-02-151-9/+27
| | |
* | | Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-4/+4
| | |
* | | Placate gcc -Wall, minor doc updates.john haque2012-04-081-2/+0
| | |