summaryrefslogtreecommitdiff
path: root/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Updates in preparation for release.Arnold D. Robbins2023-05-071-1/+1
* Fix a few -Wextra compilation warnings.Arnold D. Robbins2023-04-221-4/+2
* Fix compilation warning.Arnold D. Robbins2022-10-231-2/+2
* Fix a bug with eval in the debugger.Arnold D. Robbins2022-09-161-2/+16
* Kill some compiler warnings.Arnold D. Robbins2022-07-261-1/+1
* Squashed commit of the following:Arnold D. Robbins2022-07-081-2/+11
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Revert "Squashed commit of the following:"Arnold D. Robbins2022-06-291-11/+2
* Squashed commit of the following:Arnold D. Robbins2022-06-281-2/+11
* Have cant_happen() give more information.Arnold D. Robbins2022-02-271-1/+1
* Make a number of variables and functions be static.Arnold D. Robbins2021-12-171-2/+2
* Fixes for Vax/VMS C.Arnold D. Robbins2021-07-231-1/+1
* Fix for z/OS.Arnold D. Robbins2021-05-211-41/+50
* Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* Improve use of types throughout.Arnold D. Robbins2021-01-081-16/+16
* Make all messages consistent: no final periods.Arnold D. Robbins2020-08-241-11/+11
* Fix a warning on tcc.Arnold D. Robbins2020-07-281-1/+1
* Fix some printf formatting issues.Arnold D. Robbins2020-07-101-1/+1
* Fix dbugeval2 test for -M.Arnold D. Robbins2020-07-091-1/+1
* Make debug.c messages more consistent.Arnold D. Robbins2020-06-301-11/+11
* Add ChangeLog entries and some more minor fixes.Arnold D. Robbins2020-06-101-6/+6
* Add mbuilov fixes. Still needs review.Arnold D. Robbins2020-06-101-11/+13
* Convert exec_count to unsigned long long.Andrew J. Schorr2020-06-101-1/+1
* Update copyright years.Arnold D. Robbins2020-03-201-1/+1
* First round of message improvements.Arnold D. Robbins2020-03-091-18/+19
* All @eval to work again after a syntax error.Arnold D. Robbins2020-02-091-0/+6
* Fix a number of memory leaks.Arnold D. Robbins2020-01-081-0/+3
* 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