165
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 08, 2025 — Sep 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix parsing error triggered by splot with points pt "X" title "Foo" More... almost 8 years ago
typo in error message More... almost 8 years ago
documentation whitespace cleanup dodumentation add section listing command line options (previous "command line options" only applied to x11) More... almost 8 years ago
the "logscale perturbs sampling on t" bug hit polar plots also More... almost 8 years ago
off-by-one error in counting arguments to "call" More... almost 8 years ago
Fix regression with parametric plots using logscale x axis More... almost 8 years ago
in nested "call" commands, save ARGV separately from ARG1, ARG2, ... More... almost 8 years ago
documentation for `call` arguments stored in ARGV[] More... almost 8 years ago
try_to_get_string() should not generate an error if it sees an array The whole point of the routine is to return a string if the next thing on the command line evaluates to a string, otherwise NULL. More... almost 8 years ago
Modify handling of call arguments $0 $1 $2 ... stored as strings (but only if deprecated syntax is enabled) ARG1 ARG2 ARG3 ... stored as strings ARGV[n] numerical arguments stored as CMPLX, other arguments as strings Note that ARGV[n] implementation is basically undocumented and still subject to change. See bug #2073 Modify callargs.dem to work with current code More... almost 8 years ago
add icon to online demo directory More... almost 8 years ago
repair previous commit the attempt to make 'gnuplot -e "command"' and 'gnuplot -e "command" -' more similar changed the wrong side of the difference. More... almost 8 years ago
protect sequence of command line execution from compiler optimization More... almost 8 years ago
Remove old comments, dead code, deprectated syntax 'if (defined(FOO))' More... almost 8 years ago
revised implementation of draw_polar_clip_line More... almost 8 years ago
document evaluation of a datablock containing strings (EXPERIMENTAL) More... almost 8 years ago
new command "exit status <val>" More... almost 8 years ago
add polar_quadrants demo to online collection More... almost 8 years ago
New demo showing use of xrange/yrange to select polar quadrants More... almost 8 years ago
Clip the polar grid lines and ticks to the x and y range limits. However do not clip the terminal crosshairs on polar errorbars. More... almost 8 years ago
Bugfix: range check on polar mode theta always assumed theta limits in radians More... almost 8 years ago
remove spurious documentation mention of non-existent command "exit status <foo>" More... almost 8 years ago
Always set LC_NUMERIC locale to "C" after initializing terminal. More... about 8 years ago
remove qms laser printer from the default set of terminal types More... about 8 years ago
missed a conversion of current_locale -> time_locale in caca.trm More... about 8 years ago
Use the ? box in the gui to report whether wxt was built multithreaded More... about 8 years ago
By default do not use multithreaded wxtgtk More... about 8 years ago
unconditional reset to LC_NUMERIC == C after error More... about 8 years ago
rename current_locale to time_locale since it is only used for LC_TIME More... about 8 years ago
revise buffer size limits to prevent format overflow warning from gcc 8 More... about 8 years ago