aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve r_force_number coding style.Andrew J. Schorr2016-06-302-9/+11
|
* Merge branch 'feature/fixtype' of ssh://git.sv.gnu.org/srv/git/gawk into ↵Andrew J. Schorr2016-06-302-2/+7
|\ | | | | | | feature/fixtype
| * Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-302-2/+7
| |\
| | * Typo fix in the man page.Arnold D. Robbins2016-06-302-2/+7
| | |
* | | Use new STFMT_UNUSED define to improve code clarity, and fix some minor ↵Andrew J. Schorr2016-06-3011-15/+51
|/ / | | | | | | stfmt issues.
* | Optimize r_force_number and fix obscure bug in get_ieee_magic_val.Andrew J. Schorr2016-06-292-18/+31
| |
* | Add comment to gawkapi.h about string termination.Andrew J. Schorr2016-06-272-0/+11
| |
* | Add comment to awk.h regarding the potential lack of NUL-termination for ↵Andrew J. Schorr2016-06-272-0/+12
| | | | | | | | strings.
* | Protect against an improper call to free in r_format_val.Andrew J. Schorr2016-06-272-1/+8
| |
* | When checking for trailing spaces in numeric strings, avoid running off the end.Andrew J. Schorr2016-06-263-2/+8
| |
* | Simplify do_print logic to eliminate an unnecessary test for the value's type.Andrew J. Schorr2016-06-262-2/+7
| |
* | Do not use OFMT or CONVFMT for strnum values.Andrew J. Schorr2016-06-264-11/+21
| |
* | Minor improvements after Andy's reworking of stuff.Arnold D. Robbins2016-06-267-72/+109
| |
* | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-261-0/+12
|\|
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-263-3/+16
| |\
| | * Fix handling of MAYBE_NUM; fixes change of 2015-08-25.Arnold D. Robbins2016-06-263-3/+16
| | |
* | | Improve strnum test case to check both OFMT and CONVFMT formatting.Andrew J. Schorr2016-06-225-7/+34
| | |
* | | 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
| | |