aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Call fixtype in a few more places to make sure we check types properly.Andrew J. Schorr2016-06-208-7/+35
|
* Forgot got commit the ChangeLog entry from the last patch.Andrew J. Schorr2016-06-181-0/+4
|
* Fix typo in comment.Andrew J. Schorr2016-06-181-1/+1
|
* Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-173-290/+1857
|\
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-173-290/+1857
| |\
| | * Bump version for test tarball.Arnold D. Robbins2016-06-174-51/+51
| | |
| | * VMS vmstest.com updateJohn Malmberg2016-06-162-253/+1820
| | |
* | | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-162-0/+17
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-163-0/+17
| |\|
| | * Add some comments, minor buglet fix.Arnold D. Robbins2016-06-163-0/+17
| | |
* | | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-1539-691/+1006
|\| |
| * | Document typeof in manpage and reference card.Arnold D. Robbins2016-06-153-3/+28
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-154-2/+26
| |\|
| | * Update config.sub.Arnold D. Robbins2016-06-154-2/+26
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-1412-15/+111
| |\|
| | * Sync pc/Makefile.tst with mainline.Arnold D. Robbins2016-06-142-4/+24
| | |
| | * Update FAIL_CODE1 in Makefile.am.Arnold D. Robbins2016-06-143-2/+12
| | |
| | * Fix long runs of backslashes in sub/gsub.Arnold D. Robbins2016-06-149-5/+65
| | |
| | * Restore mixed1 test.Arnold D. Robbins2016-06-144-4/+11
| | |
| * | Remove an unused variable.Arnold D. Robbins2016-06-142-1/+5
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-1013-658/+691
| |\|
| | * Update years and stuff in doc towards next release.Arnold D. Robbins2016-06-108-21/+24
| | |
| | * Update config.guess, config.sub.Arnold D. Robbins2016-06-106-36/+58
| | |
| | * Documentation small fixes.Arnold D. Robbins2016-06-104-596/+604
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-094-4/+14
| |\|
| | * And add configure too. Oops.Arnold D. Robbins2016-06-091-2/+2
| | |
| | * Fix configure.ac --disable-extensions.Arnold D. Robbins2016-06-092-1/+7
| | |
| | * Sync with grep.Arnold D. Robbins2016-06-092-1/+5
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-0810-3/+74
| |\|
| | * New helper file, changed-files.awk.Arnold D. Robbins2016-06-082-0/+24
| | |
| | * Bug fix in symbol lookup, could break watchpoints.Arnold D. Robbins2016-06-088-3/+50
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-062-4/+6
| |\|
| | * Sync dfa.c with GNU grep.Arnold D. Robbins2016-06-062-4/+6
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-0110-4/+54
| |\|
| | * Disallow negative hex numbers in input data.Arnold D. Robbins2016-06-019-4/+46
| | |
| | * Keep nonposix.h from bothering things on POSIX systems.Arnold D. Robbins2016-06-012-0/+8
| | |
* | | Add a new boolval function to awk.h to make sure we handle this consistently.Andrew J. Schorr2016-06-145-26/+28
| | |
* | | Fix strftime 3rd argument to behave like a standard boolean: non-null or ↵Andrew J. Schorr2016-06-142-3/+8
| | | | | | | | | | | | non-zero.
* | | Fix gawkapi node_to_awk_value to check scalar type correctly.Andrew J. Schorr2016-06-142-0/+7
| | |
* | | Eliminate more STRCUR tests in awkgram.yAndrew J. Schorr2016-06-133-10/+15
| | |
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵Andrew J. Schorr2016-06-1342-288/+622
|/ / | | | | | | and lint checks.
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-312-2/+10
|\|
| * vmstest.com add fsnul1John Malmberg2016-05-302-2/+10
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-305-5/+7
|\|
| * Update getopt from GLIBC.Arnold D. Robbins2016-05-305-5/+7
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-309-3/+36
|\|
| * Allow FS = "\0" if RS = "".Arnold D. Robbins2016-05-309-3/+36
| |
* | Allow extension functions to get more arguments than expected.Arnold D. Robbins2016-05-309-148/+189
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-3080-4893/+4897
|\|
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-3081-4904/+4900
| |