165
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Aug 04, 2026 — Sep 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Sync Japanese documentation to gnuplot.doc 2026-08-27 More... 8 days ago
./configure sets HAVE_METAFONT but term.c tested for WITH_METAFONT More... 9 days ago
Honour SOURCE_DATE_EPOCH for timestamps in output More... 9 days ago
Loosen restriction on mousing a multiplot with linked axes More... 10 days ago
"unset nonlinear x" is a valid command if x is already nonlinear More... 10 days ago
Add expanded unit test for integer overflow handling More... 16 days ago
remove unused file tango_colors.gp More... 17 days ago
"set contourfill defined" misleading error message and incorrect parsing end state c_token left past END_OF_COMMAND can lead to an error on the subsequent line. More... 17 days ago
add overflow.h to src/Makefile.am More... 20 days ago
nit-picky compiler warnings about (const char *) More... 20 days ago
configure.ac: check for Lua 5.5 More... 23 days ago
Remove dead code protected by #ifdef BACKWARD_COMPATIBLE More... 25 days ago
"local array" at depth 0 is no different from "array" More... 25 days ago
prevent segfault from trying to plot an empty data block More... 26 days ago
windows: always report current window size and scale in "show term" More... 29 days ago
Fix overflow detection in f_plus(), f_minus() and f_sum() More... 29 days ago
integer overflow handling in f_prod More... 29 days ago
rework the "replot" command to use do_string_and_free() More... about 1 month ago
Avoid undefined behavior in f_mult() More... about 1 month ago
Introduce gp_ckd_{add,sub,mul}_intgr() for overflow checking More... about 1 month ago
Do not rely on undefined behavior to check for overflow in f_power() More... about 1 month ago