index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update a bunch of copyright years.
Arnold D. Robbins
2021-01-09
1
-1
/
+1
*
Improve use of types throughout.
Arnold D. Robbins
2021-01-08
1
-16
/
+16
*
Make all messages consistent: no final periods.
Arnold D. Robbins
2020-08-24
1
-11
/
+11
*
Fix a warning on tcc.
Arnold D. Robbins
2020-07-28
1
-1
/
+1
*
Fix some printf formatting issues.
Arnold D. Robbins
2020-07-10
1
-1
/
+1
*
Fix dbugeval2 test for -M.
Arnold D. Robbins
2020-07-09
1
-1
/
+1
*
Make debug.c messages more consistent.
Arnold D. Robbins
2020-06-30
1
-11
/
+11
*
Add ChangeLog entries and some more minor fixes.
Arnold D. Robbins
2020-06-10
1
-6
/
+6
*
Add mbuilov fixes. Still needs review.
Arnold D. Robbins
2020-06-10
1
-11
/
+13
*
Convert exec_count to unsigned long long.
Andrew J. Schorr
2020-06-10
1
-1
/
+1
*
Update copyright years.
Arnold D. Robbins
2020-03-20
1
-1
/
+1
*
First round of message improvements.
Arnold D. Robbins
2020-03-09
1
-18
/
+19
*
All @eval to work again after a syntax error.
Arnold D. Robbins
2020-02-09
1
-0
/
+6
*
Fix a number of memory leaks.
Arnold D. Robbins
2020-01-08
1
-0
/
+3
*
Fix calling user defined functions from eval.
Arnold D. Robbins
2019-02-17
1
-3
/
+3
*
Cleanup debug.c: remove one __MINGW32__ conditional.
Eli Zaretskii
2019-02-02
1
-4
/
+1
*
Fix compilation errors and warnings with MinGW64.
Eli Zaretskii
2019-02-02
1
-1
/
+5
*
Update copyright year in many dates.
Arnold D. Robbins
2019-01-28
1
-1
/
+1
*
Rework namespace handling to make simpler and correct. Add two test cases.
Arnold D. Robbins
2019-01-25
1
-2
/
+2
*
Cleanups for assoc_set.
Arnold D. Robbins
2019-01-20
1
-0
/
+4
*
Finish transition to using assoc_set.
Arnold D. Robbins
2019-01-15
1
-7
/
+5
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-5
/
+37
*
Handle comments after the `;' in for loops.
Arnold D. Robbins
2018-10-17
1
-1
/
+6
*
Continue with comments, especially case and default.
Arnold D. Robbins
2018-10-16
1
-6
/
+16
*
Improvements for comments in do...while and debug dump.
Arnold D. Robbins
2018-10-14
1
-2
/
+31
*
Fix comments for && and ||, other small changes.
Arnold D. Robbins
2018-10-10
1
-1
/
+1
*
Fix Op_comment in debug.c:print_instruction.
Arnold D. Robbins
2018-10-10
1
-1
/
+1
*
Remove \n from calls to lintwarn, warning, and fatal.
Arnold D. Robbins
2018-09-07
1
-1
/
+1
*
Fix a corner case with EPIPE to stdout/stderr.
Arnold D. Robbins
2018-06-17
1
-2
/
+2
*
Update copyright years that should have been updated before 4.2.1 release.
Arnold D. Robbins
2018-03-13
1
-1
/
+1
*
Minor cleanups (bool to int, move a macro).
Arnold D. Robbins
2018-03-05
1
-0
/
+7
*
Fix potential field corruption when $0 is set from the debugger.
Andrew J. Schorr
2017-11-25
1
-2
/
+3
*
Typo fixes in debug.c.
Arnold D. Robbins
2017-08-18
1
-2
/
+2
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2017-07-07
1
-6
/
+6
|
\
|
*
Fix GCC 7.1 warnings (incrementing/decrementing booleans).
Arnold D. Robbins
2017-07-07
1
-6
/
+6
*
|
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-2
/
+1
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2017-01-27
1
-3
/
+3
|
\
|
|
*
Improve messge translatability in debug.c. Update copyright in interpret.h.
Arnold D. Robbins
2017-01-27
1
-3
/
+3
*
|
Compile fixes for HP-UX.
Arnold D. Robbins
2016-11-28
1
-19
/
+19
*
|
Merge branch 'master' into feature/typed-regex-2
Arnold D. Robbins
2016-11-18
1
-27
/
+28
|
\
\
|
*
|
Audit use of stptr for NUL termination. Update doc before merge to master.
Arnold D. Robbins
2016-11-18
1
-27
/
+28
*
|
|
First steps reworking code away from node type.
Arnold D. Robbins
2016-11-15
1
-8
/
+5
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-10-23
1
-135
/
+135
|
\
|
|
|
*
|
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-135
/
+135
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-09-26
1
-0
/
+4
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-09-26
1
-0
/
+4
|
|
\
|
|
|
*
Fix compilation warnings on MinGW with the latest runtime
Eli Zaretskii
2016-09-24
1
-0
/
+4
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-09-07
1
-2
/
+2
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-09-07
1
-2
/
+2
|
|
\
|
[next]