aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-081-0/+1
|\
| * Enable special filenames for profiling output.Arnold D. Robbins2015-04-081-0/+1
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-061-1/+1
|\|
| * Minor code cleanups.Arnold D. Robbins2015-04-061-1/+1
| |
* | Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-031-2/+2
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-311-0/+5
|\|
| * Get indirect calls working!Arnold D. Robbins2015-03-311-1/+3
| |
| * Further improvements. sub/gsub working.Arnold D. Robbins2015-03-311-0/+1
| |
| * Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-241-0/+1
| |
| * Start on testing/fixing indirect calls of builtins.Arnold D. Robbins2015-03-201-0/+1
| |
* | General cleanups prepatory to merging.Arnold D. Robbins2015-03-241-1/+3
| |
* | Merge branch 'master' into selectArnold D. Robbins2015-03-201-3/+5
|\ \
| * \ Merge branch 'master' into non-fatal-io-2Arnold D. Robbins2015-02-081-2/+2
| |\ \
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-02-061-1/+1
| | |\|
| | | * Update copyright dates.Arnold D. Robbins2015-02-061-1/+1
| | | |
| * | | Reset non-fatal-io to 31 December, add fixes from Andrew Schorr.Arnold D. Robbins2015-02-081-2/+2
| | | |
| * | | Make nonfatal work with stdout & stderr. Update doc more.Arnold D. Robbins2014-12-271-0/+1
| | | |
| * | | Start at non-fatal output via PROCINFO.Arnold D. Robbins2014-12-201-0/+1
| | | |
* | | | Merge branch 'master' into selectAndrew J. Schorr2015-02-011-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-301-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Disallow calling a function parameter. Check params are not function names.Arnold D. Robbins2015-01-301-0/+1
| | | |
* | | | Merge branch 'master' into selectAndrew J. Schorr2015-01-191-1/+0
|\| | |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-141-1/+0
| |\| | | | |/ | |/|
| | * Remove deferred variables.Arnold D. Robbins2015-01-141-1/+0
| | |
* | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵Andrew J. Schorr2015-01-191-1/+0
| | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44.
* | | When an extension calls sym_lookup on a deferred variable, it should always ↵Andrew J. Schorr2015-01-081-0/+1
| | | | | | | | | | | | succeed.
* | | Revert changes to API deferred variable creation, since this should be done ↵Andrew J. Schorr2015-01-081-1/+0
| | | | | | | | | | | | at lookup time.
* | | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-061-1/+1
| | |
* | | Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON ↵Andrew J. Schorr2015-01-061-0/+1
| | | | | | | | | | | | properly.
* | | Merge branch 'master' into selectAndrew J. Schorr2014-12-141-53/+71
|\| |
| * | Improve comment handling in pretty printing.Arnold D. Robbins2014-12-121-0/+5
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-231-63/+63
| |\|
| | * Fix compile problems and warnings on current GCC (4.9.2).Arnold D. Robbins2014-11-231-63/+63
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-221-9/+36
| |\|
| | * Dork around with xmalloc for z/OS.Arnold D. Robbins2014-11-221-9/+36
| | |
| | * Remove OLDMEM checks, preparatory to merging.Arnold D. Robbins2014-11-211-2/+0
| | |
| | * Add runtime check to run old code. Easier to debug/test.Arnold D. Robbins2014-11-171-0/+2
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-151-16/+2
| |\|
| | * Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-16/+2
| | |
* | | Enhance get_file API to return info about input and output and to enable ↵Andrew J. Schorr2014-11-061-1/+2
| | | | | | | | | | | | extensions to create already-opened files or sockets.
* | | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-031-0/+1
|\| |
| * | Merge branch 'master' into comment, update ChangeLogsArnold D. Robbins2014-09-151-0/+3
| |\ \
| * \ \ Merge branch 'master' into commentArnold D. Robbins2014-09-101-10/+5
| |\ \ \
| * \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-08-121-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-07-311-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-07-121-0/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-04-111-2/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-01-121-15/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2013-09-221-5/+5
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Start new branch that adds comments to profiling.Arnold D. Robbins2013-08-141-0/+1
| | | | | | | | | | |