| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years in all relevant files. | Arnold D. Robbins | 2017-08-04 | 1 | -1/+1 |
* | Replace malloc+memset with calloc, mostly by using the new ezalloc macro. | Andrew J. Schorr | 2017-06-22 | 1 | -4/+2 |
* | Further code improvements and doc changes as diff until merge.feature/nocopy | Arnold D. Robbins | 2016-11-12 | 1 | -4/+4 |
* | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-23 | 1 | -19/+19 |
|\ |
|
| * | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -19/+19 |
* | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-16 | 1 | -22/+0 |
|\ \
| |/ |
|
| * | Fix int_array.c:is_integer to remove check superseded by improved logic merge... | Andrew J. Schorr | 2016-08-15 | 1 | -22/+0 |
* | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-12 | 1 | -3/+67 |
|\ \
| |/ |
|
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-12 | 1 | -3/+67 |
| |\ |
|
| | * | Minor text and formatting edits in int_array.c. | Arnold D. Robbins | 2016-08-12 | 1 | -2/+3 |
| | * | If a strnum integer has a non-standard string representation, do not accept i... | Andrew J. Schorr | 2016-08-09 | 1 | -5/+65 |
* | | | Optimization: support unterminated field strings inside gawk, but make termin... | Andrew J. Schorr | 2016-07-08 | 1 | -0/+4 |
* | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual... | Andrew J. Schorr | 2016-07-06 | 1 | -2/+4 |
* | | | Document string termination in header files and remove no-longer-needed strin... | Andrew J. Schorr | 2016-07-06 | 1 | -4/+0 |
|/ / |
|
* | | Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt... | Andrew J. Schorr | 2016-06-30 | 1 | -1/+3 |
* | | Minor improvements after Andy's reworking of stuff. | Arnold D. Robbins | 2016-06-26 | 1 | -41/+44 |
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a... | Andrew J. Schorr | 2016-06-13 | 1 | -3/+19 |
|/ |
|
* | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+2 |
* | Replace `! NULL' with `& success_node' in array routines. | Arnold D. Robbins | 2016-05-02 | 1 | -7/+7 |
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 |
* | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-09 | 1 | -2/+2 |
|\ |
|
| * | Make bitflag checking consistent everywhere. | Arnold D. Robbins | 2012-12-09 | 1 | -2/+2 |
* | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Array bug fixes. | Arnold D. Robbins | 2012-11-10 | 1 | -0/+1 |
| * | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -4/+4 |
* | | Fix memory corruption in copying an array, add another array extension. | john haque | 2012-05-02 | 1 | -0/+1 |
* | | Improve array interface. | john haque | 2012-04-19 | 1 | -6/+10 |
* | | Polish array handling code. | john haque | 2012-04-18 | 1 | -24/+24 |
|/ |
|
* | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -29/+0 |
* | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -1/+1 |
* | Merge branch 'gawk-4.0-stable', minor fixes after exe merge. | Arnold D. Robbins | 2011-12-31 | 1 | -1/+1 |
* | Fix compiler warnings on printf calls. | Arnold D. Robbins | 2011-12-28 | 1 | -1/+1 |
* | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -2/+4 |
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-25 | 1 | -1/+1 |
* | Fix warning messages after merge with gawk_performance. | Arnold D. Robbins | 2011-10-25 | 1 | -1/+1 |
* | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -21/+14 |
* | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -0/+833 |