summaryrefslogtreecommitdiff
path: root/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Fix calling user defined functions from eval.Arnold D. Robbins2019-02-171-3/+3
* Cleanup debug.c: remove one __MINGW32__ conditional.Eli Zaretskii2019-02-021-4/+1
* Fix compilation errors and warnings with MinGW64.Eli Zaretskii2019-02-021-1/+5
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-2/+2
* Cleanups for assoc_set.Arnold D. Robbins2019-01-201-0/+4
* Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-7/+5
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-5/+37
* Handle comments after the `;' in for loops.Arnold D. Robbins2018-10-171-1/+6
* Continue with comments, especially case and default.Arnold D. Robbins2018-10-161-6/+16
* Improvements for comments in do...while and debug dump.Arnold D. Robbins2018-10-141-2/+31
* Fix comments for && and ||, other small changes.Arnold D. Robbins2018-10-101-1/+1
* Fix Op_comment in debug.c:print_instruction.Arnold D. Robbins2018-10-101-1/+1
* Remove \n from calls to lintwarn, warning, and fatal.Arnold D. Robbins2018-09-071-1/+1
* Fix a corner case with EPIPE to stdout/stderr.Arnold D. Robbins2018-06-171-2/+2
* Update copyright years that should have been updated before 4.2.1 release.Arnold D. Robbins2018-03-131-1/+1
* Minor cleanups (bool to int, move a macro).Arnold D. Robbins2018-03-051-0/+7
* Fix potential field corruption when $0 is set from the debugger.Andrew J. Schorr2017-11-251-2/+3
* Typo fixes in debug.c.Arnold D. Robbins2017-08-181-2/+2
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-071-6/+6
|\
| * Fix GCC 7.1 warnings (incrementing/decrementing booleans).Arnold D. Robbins2017-07-071-6/+6
* | Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-2/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-3/+3
|\ \ | |/
| * Improve messge translatability in debug.c. Update copyright in interpret.h.Arnold D. Robbins2017-01-271-3/+3
* | Compile fixes for HP-UX.Arnold D. Robbins2016-11-281-19/+19
* | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-27/+28
|\ \
| * | Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-27/+28
* | | First steps reworking code away from node type.Arnold D. Robbins2016-11-151-8/+5
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-231-135/+135
|\ \ \ | |/ /
| * | Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-135/+135
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-261-0/+4
|\ \ \ | |/ /
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-09-261-0/+4
| |\ \ | | |/
| | * Fix compilation warnings on MinGW with the latest runtimeEli Zaretskii2016-09-241-0/+4
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-071-2/+2
|\ \ \ | |/ /
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-09-071-2/+2
| |\ \ | | |/
| | * Fix license texts in a few files.Arnold D. Robbins2016-09-071-2/+2
* | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-251-1/+1
|\ \ \ | |/ /
| * | New POSIX rules for string comparison.Arnold D. Robbins2016-08-251-1/+1
* | | Restore typed regexp code in a new branch.Arnold D. Robbins2016-08-031-0/+8
|/ /
* | Remove typed regexps until they can be done correctly.Arnold D. Robbins2016-08-031-8/+0
* | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...Andrew J. Schorr2016-06-131-11/+0
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+1
|\ \ | |/
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
* | Improve instruction dump of comments.Arnold D. Robbins2016-03-171-2/+2
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-03-081-1/+1
|\ \ | |/
| * Fix duplicate case in debug.c.Arnold D. Robbins2016-03-081-1/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-03-071-0/+25
|\ \ | |/
| * Improve instruction dump.Arnold D. Robbins2016-03-071-0/+25
| * Improvements in debug.c for if and else.Arnold D. Robbins2016-03-021-0/+9