aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge branch 'master' into commentArnold D. Robbins2014-01-121-6/+17
|\|
| * Add a FIXME comment.Arnold D. Robbins2013-12-051-0/+5
| * Fix core dump in debug.c for breakpoint w/o line.Arnold D. Robbins2013-09-241-6/+12
* | Merge branch 'master' into commentArnold D. Robbins2013-09-221-49/+50
|\|
| * Fix issue with old readline lib on Mac OS X.Arnold D. Robbins2013-08-291-7/+8
| * Whitespace fix in debug.c.Arnold D. Robbins2013-08-151-42/+42
* | Start new branch that adds comments to profiling.Arnold D. Robbins2013-08-141-0/+1
|/
* Improve fix for debugger on Windows.Arnold D. Robbins2013-06-111-4/+3
* Bug fix for debugger under Windows.Arnold D. Robbins2013-06-101-0/+4
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Minor code and doc cleanups.Arnold D. Robbins2012-12-161-1/+3
* Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-091-17/+17
|\
| * Make bitflag checking consistent everywhere.Arnold D. Robbins2012-12-091-17/+17
* | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-259/+259
|\|
| * Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-248/+247
| * Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-05-091-1/+2
| |\
| | * Fix minor printf format warnings.Arnold D. Robbins2012-05-071-1/+2
| * | Merge branch 'gawk-4.0-stable' (latest infrastructure).Arnold D. Robbins2012-04-271-10/+10
| |\|
| | * Minor cleanups in debugger.Arnold D. Robbins2012-04-261-10/+10
* | | Add optional shutdown routine for an extension lib.john haque2012-04-211-0/+2
* | | Improve array interface.john haque2012-04-191-9/+9
|/ /
* | Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-2/+2
* | Add arbitrary-precision arithmetic on integers.john haque2012-03-191-1/+5
* | Finish MPFR changes and clean up code.john haque2012-02-261-31/+51
* | Merge branch 'gawk-4.0-stable', minor fixes after exe merge.Arnold D. Robbins2011-12-311-12/+13
|\|
| * Remove ancient STREQ, STREQN macros.Arnold D. Robbins2011-12-311-12/+13
* | The grand merge: dgawk and pgawk folded into gawk.Arnold D. Robbins2011-12-261-13/+12
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-12-081-1/+18
|\|
| * Misc fixes from John.Arnold D. Robbins2011-12-061-1/+1
| * Bug fix in debugger - switch/case line numbers.Arnold D. Robbins2011-11-141-0/+17