aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | reported by Marc de Bourget <marcdebourget@gmail.com>.
* | | 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 ↵Andrew J. Schorr2016-06-131-11/+0
| | | | | | | | and lint checks.
* | 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
| |
* | Improvements in debug.c for if and else.Arnold D. Robbins2016-03-021-0/+9
| |
* | Improvements in debug output.Arnold D. Robbins2016-03-011-2/+8
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-11-241-2/+14
|\|
| * Make watchpoints fire before breakpoints in the debugger.Arnold D. Robbins2015-11-241-2/+14
| |
* | Typo fix in debug.c.Arnold D. Robbins2015-06-251-1/+1
| |
* | More work straightening out typeof, including tests.Arnold D. Robbins2015-06-251-0/+1
| |
* | Improve debugger support for typed regexps.Arnold D. Robbins2015-06-221-0/+8
| |
* | Further fixes from Andrew Schorr.Arnold D. Robbins2015-04-091-5/+5
| |
* | More fixes to stop allocating an extra byte.Arnold D. Robbins2014-12-141-6/+6
| |
* | Merge branch 'master' into commentArnold D. Robbins2014-07-121-5/+19
|\|
| * Further fix to eval "" in debugger.Arnold D. Robbins2014-05-111-9/+12
| |
| * Fix memory leak in do_eval.Arnold D. Robbins2014-05-091-1/+4
| |
| * Fix double free error in do_eval.Arnold D. Robbins2014-05-091-2/+10
| |
| * Fix debugger 'run' command to fully restart.Arnold D. Robbins2014-05-051-1/+1
| |
* | Merge branch 'master' into commentArnold D. Robbins2014-04-111-1/+1
|\|
| * Minor fix in debug.c.Arnold D. Robbins2014-03-051-1/+1
| |