PuQ wants to merge 7 commits from /u/puq/gnuplot/ to master, 2025-11-03
The patch is to make history function independent of readline. Also fix build error when enabling builtin readline but disabling history file. And can use the history file even when disabling all readlines (including the builtin one).
| Commit | Date | |
|---|---|---|
| 2025-11-02 02:40:18 | Tree | |
|
[97f970]
by
configure.ac: --without-readline now disables readline --without-readline is no longer an alias for --with-readline=builtin |
2025-11-02 02:40:18 | Tree |
| 2025-11-01 02:34:42 | Tree | |
| 2025-10-27 10:12:59 | Tree | |
| 2025-10-27 09:39:56 | Tree | |
|
[718855]
by
history: fix build with history file enabled and any readline disabled even when the built-in readline is also disabled |
2025-10-27 07:08:56 | Tree |
| 2025-10-27 06:06:23 | Tree |
With these commits in place, after "./configure --without-readline" the build fails with the following error sequence:
It probably wants something like
Thank you for the fix.
By the way, there are some
HAVE_WINEDITLINEin the codebase, but it doesn't seem to be in any config files. Does gnuplot actually support it?There is an editline library implementation for Windows with that name. I don't know whether any of the gnuplot Windows builds use it, or used it in the past.