summaryrefslogtreecommitdiff
path: root/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warnings on MinGW with the latest runtimeEli Zaretskii2016-09-241-0/+4
* Fix license texts in a few files.Arnold D. Robbins2016-09-071-2/+2
* Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
* Fix duplicate case in debug.c.Arnold D. Robbins2016-03-081-1/+1
* 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
* Make watchpoints fire before breakpoints in the debugger.Arnold D. Robbins2015-11-241-2/+14
* 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
* Minor fix in debug.c.Arnold D. Robbins2014-03-051-1/+1
* 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
* 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
* 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
* | Speed/memory performance improvements.john haque2011-10-121-181/+136
|/
* BEGINFILE/ENDFILE code redone.Arnold D. Robbins2011-08-101-7/+16
* Fix gsub and getline pass by reference. Add tests.Arnold D. Robbins2011-07-261-8/+7
* Fix gsub losing white space when working on fields.Arnold D. Robbins2011-07-151-1/+31
* More array sorting fixes.Arnold D. Robbins2011-05-081-3/+3
* Revamp array sorting.Arnold D. Robbins2011-05-041-1/+1
* Bug fixes from John and Pat.Arnold D. Robbins2011-04-291-8/+14
* Code cleanups in array.c and side effects in other files.Arnold D. Robbins2011-04-271-1/+1
* More array sorting changes from John.Arnold D. Robbins2011-04-181-45/+31
* Change ISATTY macro to os_isatty function.Arnold D. Robbins2011-04-011-6/+6
* Fix next and exit from functions.Arnold D. Robbins2011-03-291-1/+4