summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-0/+20
* Add ezalloc macro in gawk and API to allocate zero-filled memory.Andrew J. Schorr2017-06-211-0/+7
* Minor updates to gettext.h.Arnold D. Robbins2017-06-181-0/+1
* Update config.* infrastructure files.Arnold D. Robbins2017-06-181-0/+1
* Fix multibyte char printf problem, add test.Arnold D. Robbins2017-06-181-0/+5
* Document PROCINFO["argv"].Arnold D. Robbins2017-05-301-0/+4
* FIELDWIDTHS parsing should protect against blanks after skip separator, and f...Andrew J. Schorr2017-05-241-0/+7
* Additional robustness in FIELDWIDTHS parsing.Arnold D. Robbins2017-05-231-0/+5
* And update ChangeLog about NEWS update.Arnold D. Robbins2017-05-231-0/+1
* Greatly improve FIELDWIDTHS behavior, doc, and tests.Arnold D. Robbins2017-05-231-0/+7
* Make lint checking for "no effect" case smarter about line numbers.Arnold D. Robbins2017-05-201-0/+5
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkArnold D. Robbins2017-05-011-0/+12
|\
| * Fix bug where Node_regex was setting valref, and restore valref to Node_val p...Andrew J. Schorr2017-04-261-0/+12
* | Additional fix for --source, and add test case.Arnold D. Robbins2017-05-011-0/+6
|/
* Remove unused parts of the NODE.Arnold D. Robbins2017-04-241-0/+8
* Fix --source to be like 3.1.x and improve the doc.Arnold D. Robbins2017-04-231-0/+6
* Really fix the 64 bit alignment issue.Arnold D. Robbins2017-04-211-0/+8
* Fix 64-bit compilation without MPFR.Arnold D. Robbins2017-04-201-0/+12
* Fixes for intdiv function, including documentation.Arnold D. Robbins2017-04-161-0/+7
* Compile fix for Mac OS X.Arnold D. Robbins2017-04-121-0/+3
* Fix a memory leak in mpfr formatting values.Arnold D. Robbins2017-04-121-0/+5
* Fix valgrind invalid read issues in new fpat parsing.Arnold D. Robbins2017-04-121-0/+3
* Fix FPAT problems.Arnold D. Robbins2017-04-121-0/+8
* Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-121-0/+41
|\
| * Merge branch 'master' into feature/memleakArnold D. Robbins2017-04-121-0/+148
| |\
| * \ Merge branch 'master' into feature/memleakfeature/memleakArnold D. Robbins2017-04-111-0/+8
| |\ \
| * | | Use Op_illegal instead of 0 in a couple of places for greater clarity.Andrew J. Schorr2017-04-101-0/+9
| * | | Small style change in symbol.c.Arnold D. Robbins2017-04-101-0/+4
| * | | Patch INSTRUCTION allocator to malloc instruction blocks and eliminate leaks.Andrew J. Schorr2017-04-071-0/+15
| * | | fixes for memory leak for user-supplied sorting function.Arnold D. Robbins2017-04-041-0/+15
* | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-121-0/+150
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-04-111-0/+8
| |\ \ \ | | | |/ | | |/|
| * | | Trivial change to field.c set_FIELDWIDTHS for type consistency.Andrew J. Schorr2017-04-101-0/+5
| * | | Fix comment in fw_parse_field and white space in gawkapi.h.Andrew J. Schorr2017-04-091-0/+5
| * | | Minor edits in feature/api-parser prepatory to merging.Arnold D. Robbins2017-03-271-0/+8
| * | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-271-0/+9
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-251-0/+5
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-241-0/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-231-0/+4
| |\ \ \ \ \
| * | | | | | Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API".Andrew J. Schorr2017-03-221-0/+4
| * | | | | | Start to document new FIELDWIDTHS and API input parser capabilities.Andrew J. Schorr2017-03-221-0/+5
| * | | | | | Fix gawkapi.h comment describing the new get_record field_width argument.Andrew J. Schorr2017-03-221-0/+5
| * | | | | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with API...Andrew J. Schorr2017-03-211-0/+40
| * | | | | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-201-0/+29
| |\ \ \ \ \ \
| * | | | | | | For API input field parsing, use an array of structs instead of an array of i...Andrew J. Schorr2017-03-091-0/+19
| * | | | | | | Minor style edits in field.c.Arnold D. Robbins2017-03-091-0/+4
| * | | | | | | Rename variable in field.c and added a comment for improved clarity.Andrew J. Schorr2017-03-061-0/+7
| * | | | | | | Add a 6th argument to the API get_record function instead of having a separat...Andrew J. Schorr2017-03-061-0/+14
| * | | | | | | Enable an API input parser to supply an array of field widths to override the...Andrew J. Schorr2017-03-051-0/+34
* | | | | | | | Merge branch 'master' into feature/stringfixfeature/stringfixArnold D. Robbins2017-04-111-0/+8
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |