167
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 19, 2025 — Jun 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
display key sample in "with pm3d" style with 2-sided fillcolor More... 3 days ago
display key sample in "with pm3d" style with explicit fillcolor More... 4 days ago
colorbox: do not render colorbox as image if fillstyle is not FS_OPAQUE More... 6 days ago
colorbox: fix rendering of inverted transparent colorbox More... 6 days ago
svg, docs: fillstyle solid <frac> was incorrectly treated as transparent More... 7 days ago
gprintf %H format in utf8 context now uses dot operator between mantissa and exponent More... 7 days ago
warn on and ignore misformed unicode escape sequence More... 10 days ago
docs: Update new feature list to note back-ports to 6.0.3 More... 12 days ago
update INSTALL notes More... 14 days ago
Use grouped make target for demo to fix out of tree parallel builds More... 14 days ago
docs: fixup More... 16 days ago
sync Japanese documentation to gnuplot.doc 2025-05-16 More... 17 days ago
array interlock (cleanup) More... 20 days ago
array interlock (cleanup) More... 20 days ago
Merge branch 'Bug2798_v4' More... 21 days ago
Revert "Catch reassignment of a global array inside a function block" More... 21 days ago
Revert "Invalid "stack underflow" error in variable assignment expression" More... 21 days ago
Revert "Detect side-effect of array assignment that would corrupt the array" More... 21 days ago
Revert "(fixup) Detect side-effect of array assignment that would corrupt the array" More... 21 days ago
Revert series of commits that checked for array corruption after it happened More... 21 days ago
Use interlock to protect an array passed as a parameter to a user function More... 21 days ago
array interlock (5/5) use array interlock in places that do not call LOCK / UNLOCK More... 22 days ago
array interlock (4/5) use LOCK / UNLOCK in parse_assignment_expression More... 23 days ago
array interlock (3/5) new action table operations LOCK and UNLOCK More... 23 days ago
array interlock (2/5) use array interlock to protext array definitions More... 23 days ago
array interlock (1/5) new interlock field udv->udv_refcount in struct udvt_entry More... 23 days ago
(fixup) Detect side-effect of array assignment that would corrupt the array More... 27 days ago
Revise the ARRAY structure (2/2) - load parent field when creating an array More... 28 days ago
Revise the ARRAY structure (1/2) - Add a new field array_header {.size; .parent} More... 28 days ago
report error on reassignment of a global array inside a function More... 29 days ago