aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-277-2/+30
| |\|
| | * Fix to Jan 7 2015 regexp parsing fix.Arnold D. Robbins2015-04-277-2/+30
| | |
| * | Merge branch 'master' into feature/shadow-builtinsArnold D. Robbins2015-04-161-8/+8
| |\ \
| * | | Make builtin shadowing work. Add test and doc.Arnold D. Robbins2015-04-166-2/+35
| | | |
* | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-161-8/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Updated autoconf (.ac) files. Remove RETSIGTYPE.Arnold D. Robbins2015-04-161-8/+8
| |/ /
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-143-0/+12
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-143-0/+12
| |\|
| | * Make indirect call of gensub with 3 args work.Arnold D. Robbins2015-04-143-0/+12
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-145-2/+27
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-135-2/+27
| |\|
| | * Remove fatal error if strftime timestamp < 0.Arnold D. Robbins2015-04-135-2/+27
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-134-15/+46
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-094-15/+46
| |\|
| | * Robustify the charset tests against missing locales.Arnold D. Robbins2015-04-093-14/+38
| | |
| | * Make fts test more robust.Arnold D. Robbins2015-04-092-1/+8
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-083-2/+7
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-083-2/+7
| |\|
| | * Regenerate test/Makefile.in after Eli's fixes.Arnold D. Robbins2015-04-081-1/+1
| | |
| | * Allow to redirect profile to stdout more portably.Eli Zaretskii2015-04-082-1/+6
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-033-4/+8
|\| |
| * | Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-033-4/+8
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-3117-10/+674
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-317-2/+440
| |\|
| | * Merge branch 'feature/fix-indirect-call' into gawk-4.1-stableArnold D. Robbins2015-03-317-2/+440
| | |\
| | | * Add tests for indirect call of builtins.Arnold D. Robbins2015-03-316-2/+435
| | | |
| | | * Fix a test.Arnold D. Robbins2015-03-242-0/+5
| | | |
| * | | Some more cleanups. Ready to merge!Arnold D. Robbins2015-03-276-24/+15
| | | |
| * | | Merge branch 'master' into selectArnold D. Robbins2015-03-276-2/+25
| |\ \ \
| | * | | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-03-246-2/+25
| | |\| |
| | | * | Fix bug where exit with no argument was setting the exit status to zero.Andrew J. Schorr2015-03-246-2/+25
| | | |/
| * | | Merge branch 'master' into selectArnold D. Robbins2015-03-2027-14/+417
| |\| |
| * | | Merge branch 'master' into selectAndrew J. Schorr2015-02-015-25/+29
| |\ \ \
| * \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-02-0112-14/+111
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-1913-11/+120
| |\ \ \ \ \
| * | | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵Andrew J. Schorr2015-01-192-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44.
| * | | | | | When an extension calls sym_lookup on a deferred variable, it should always ↵Andrew J. Schorr2015-01-082-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | succeed.
| * | | | | | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-065-3/+32
| | | | | | |
| * | | | | | Add test of get_file API.Andrew J. Schorr2015-01-055-2/+75
| | | | | | |
| * | | | | | Add read timeout/retry test.Andrew J. Schorr2015-01-056-5/+74
| | | | | | |
| * | | | | | Add new errno test to make sure PROCINFO["errno"] is working.Andrew J. Schorr2015-01-055-1/+32
| | | | | | |
| * | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-01-027-4/+41
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-12-1412-436/+601
| |\ \ \ \ \ \ \
| * | | | | | | | Updating autotools caused some changes in derived files.Andrew J. Schorr2014-12-141-1/+1
| | | | | | | | |
| * | | | | | | | Enhance get_file API to return info about input and output and to enable ↵Andrew J. Schorr2014-11-062-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extensions to create already-opened files or sockets.
* | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-184-4/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-184-4/+9
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Bug fix to inplace extension and doc updates.Arnold D. Robbins2015-03-184-4/+9
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-1719-6/+331
|\| | | | | | | |
| * | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-175-4/+37
| |\| | | | | | |