aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-271-0/+6
| |\|
| | * Fix to Jan 7 2015 regexp parsing fix.Arnold D. Robbins2015-04-271-0/+6
| * | Make builtin shadowing work. Add test and doc.Arnold D. Robbins2015-04-161-0/+5
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-141-0/+5
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-141-0/+5
| |\|
| | * Make indirect call of gensub with 3 args work.Arnold D. Robbins2015-04-141-0/+5
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-141-0/+5
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-131-0/+5
| |\|
| | * Remove fatal error if strftime timestamp < 0.Arnold D. Robbins2015-04-131-0/+5
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-131-0/+9
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-091-0/+9
| |\|
| | * Robustify the charset tests against missing locales.Arnold D. Robbins2015-04-091-0/+4
| | * Make fts test more robust.Arnold D. Robbins2015-04-091-0/+5
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-081-0/+5
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-081-0/+5
| |\|
| | * Allow to redirect profile to stdout more portably.Eli Zaretskii2015-04-081-0/+5
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-031-0/+4
|\| |
| * | Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-031-0/+4
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-311-0/+54
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-311-0/+9
| |\|
| | * Merge branch 'feature/fix-indirect-call' into gawk-4.1-stableArnold D. Robbins2015-03-311-0/+9
| | |\
| | | * Add tests for indirect call of builtins.Arnold D. Robbins2015-03-311-0/+5
| | | * Fix a test.Arnold D. Robbins2015-03-241-0/+4
| * | | Some more cleanups. Ready to merge!Arnold D. Robbins2015-03-271-0/+7
| * | | Merge branch 'master' into selectArnold D. Robbins2015-03-271-0/+6
| |\ \ \
| | * | | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-03-241-0/+6
| | |\| |
| | | * | Fix bug where exit with no argument was setting the exit status to zero.Andrew J. Schorr2015-03-241-0/+6
| | | |/
| * | | Merge branch 'master' into selectArnold D. Robbins2015-03-201-0/+71
| |\| |
| * | | Merge branch 'master' into selectAndrew J. Schorr2015-02-011-1/+6
| |\ \ \
| * \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-02-011-0/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-191-0/+30
| |\ \ \ \ \
| * | | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ...Andrew J. Schorr2015-01-191-4/+0
| * | | | | | When an extension calls sym_lookup on a deferred variable, it should always s...Andrew J. Schorr2015-01-081-0/+4
| * | | | | | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-061-1/+8
| * | | | | | Add test of get_file API.Andrew J. Schorr2015-01-051-0/+7
| * | | | | | Add read timeout/retry test.Andrew J. Schorr2015-01-051-0/+7
| * | | | | | Add new errno test to make sure PROCINFO["errno"] is working.Andrew J. Schorr2015-01-051-0/+7
| * | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-01-021-0/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-12-141-0/+23
| |\ \ \ \ \ \ \
| * | | | | | | | Enhance get_file API to return info about input and output and to enable exte...Andrew J. Schorr2014-11-061-0/+4
* | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-181-0/+5
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-181-0/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Bug fix to inplace extension and doc updates.Arnold D. Robbins2015-03-181-0/+5
* | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-171-0/+48
|\| | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-171-0/+5
| |\| | | | | | |
| | * | | | | | | Fix bad allocs -M and profiling.Arnold D. Robbins2015-03-171-0/+5
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-101-0/+5
| |\| | | | | | |
| | * | | | | | | Add additional fpat test.Arnold D. Robbins2015-03-101-0/+5
| * | | | | | | | Fix nonfatal3 test.Arnold D. Robbins2015-03-081-0/+5
| * | | | | | | | Merge branch 'master' into non-fatal-io-2Arnold D. Robbins2015-03-081-0/+5
| |\ \ \ \ \ \ \ \