166
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 23 hours ago.
Jan 11, 2025 — Jan 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'Bug2798_v4' More... 8 months ago
Revert "Catch reassignment of a global array inside a function block" More... 8 months ago
Revert "Invalid "stack underflow" error in variable assignment expression" More... 8 months ago
Revert "Detect side-effect of array assignment that would corrupt the array" More... 8 months ago
Revert "(fixup) Detect side-effect of array assignment that would corrupt the array" More... 8 months ago
Revert series of commits that checked for array corruption after it happened More... 8 months ago
Use interlock to protect an array passed as a parameter to a user function More... 8 months ago
array interlock (5/5) use array interlock in places that do not call LOCK / UNLOCK More... 8 months ago
array interlock (4/5) use LOCK / UNLOCK in parse_assignment_expression More... 8 months ago
array interlock (3/5) new action table operations LOCK and UNLOCK More... 8 months ago
array interlock (2/5) use array interlock to protext array definitions More... 8 months ago
array interlock (1/5) new interlock field udv->udv_refcount in struct udvt_entry More... 8 months ago
(fixup) Detect side-effect of array assignment that would corrupt the array More... 8 months ago
Revise the ARRAY structure (2/2) - load parent field when creating an array More... 8 months ago
Revise the ARRAY structure (1/2) - Add a new field array_header {.size; .parent} More... 8 months ago
report error on reassignment of a global array inside a function More... 8 months ago
Detect side-effect of array assignment that would corrupt the array More... 8 months ago
fixup for previous commit (reset evaluate_inside_functionblock) More... 8 months ago
Invalid "stack underflow" error in variable assignment expression More... 8 months ago
Invalid "stack underflow" error in variable assignment expression More... 8 months ago
Catch reassignment of a global array inside a function block More... 8 months ago
parsing error following "show at" More... 8 months ago
parsing error following "show at" More... 8 months ago
reset flag evaluate_inside_functionblock after error More... 8 months ago
prevent use-after-free caused by redefining an active function More... 8 months ago
Do not treat a user-supplied warning or error message as a format More... 8 months ago
protect against stending NULL format string to int_error() More... 8 months ago
incorrect use of interlock protecting recursive call of df_open() More... 8 months ago
update README files More... 8 months ago
block: avoid overly zealous use-after-free warning from gcc15 More... 8 months ago