openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
gnuplot
Settings
|
Report Duplicate
165
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Sep 08, 2025 — Sep 08, 2026
Showing page 83 of 436
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix parsing error triggered by splot with points pt "X" title "Foo"
Ethan A Merritt
More...
almost 8 years ago
typo in error message
Ethan A Merritt
More...
almost 8 years ago
documentation whitespace cleanup dodumentation add section listing command line options (previous "command line options" only applied to x11)
Ethan A Merritt
More...
almost 8 years ago
the "logscale perturbs sampling on t" bug hit polar plots also
Ethan A Merritt
More...
almost 8 years ago
off-by-one error in counting arguments to "call"
Ethan A Merritt
More...
almost 8 years ago
Fix regression with parametric plots using logscale x axis
Ethan A Merritt
More...
almost 8 years ago
in nested "call" commands, save ARGV separately from ARG1, ARG2, ...
Ethan A Merritt
More...
almost 8 years ago
documentation for `call` arguments stored in ARGV[]
Ethan A Merritt
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.
Ethan A Merritt
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
Ethan A Merritt
More...
almost 8 years ago
add icon to online demo directory
Ethan A Merritt
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.
Ethan A Merritt
More...
almost 8 years ago
protect sequence of command line execution from compiler optimization
Ethan A Merritt
More...
almost 8 years ago
Remove old comments, dead code, deprectated syntax 'if (defined(FOO))'
Ethan A Merritt
More...
almost 8 years ago
revised implementation of draw_polar_clip_line
Ethan A Merritt
More...
almost 8 years ago
document evaluation of a datablock containing strings (EXPERIMENTAL)
Ethan A Merritt
More...
almost 8 years ago
new command "exit status <val>"
Ethan A Merritt
More...
almost 8 years ago
add polar_quadrants demo to online collection
Ethan A Merritt
More...
almost 8 years ago
New demo showing use of xrange/yrange to select polar quadrants
Ethan A Merritt
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.
Ethan A Merritt
More...
almost 8 years ago
Bugfix: range check on polar mode theta always assumed theta limits in radians
Ethan A Merritt
More...
almost 8 years ago
remove spurious documentation mention of non-existent command "exit status <foo>"
Ethan A Merritt
More...
almost 8 years ago
Always set LC_NUMERIC locale to "C" after initializing terminal.
Ethan A Merritt
More...
about 8 years ago
remove qms laser printer from the default set of terminal types
Ethan A Merritt
More...
about 8 years ago
missed a conversion of current_locale -> time_locale in caca.trm
Ethan A Merritt
More...
about 8 years ago
Use the ? box in the gui to report whether wxt was built multithreaded
Ethan A Merritt
More...
about 8 years ago
By default do not use multithreaded wxtgtk
Ethan A Merritt
More...
about 8 years ago
unconditional reset to LC_NUMERIC == C after error
Ethan A Merritt
More...
about 8 years ago
rename current_locale to time_locale since it is only used for LC_TIME
Ethan A Merritt
More...
about 8 years ago
revise buffer size limits to prevent format overflow warning from gcc 8
Ethan A Merritt
More...
about 8 years ago
←
1
2
…
79
80
81
82
83
84
85
86
87
…
435
436
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree