We're planning to release gretl 2017c soon (I'm thinking of Monday,
July 10), so if anyone wants to update a translation, or has a bug
report pending, this would be a good time to act.
I'll mention a few bugs that have been fixed lately (not sure in all
cases how long-standing they are), so that people know they don't
need to report them again:
* Crash on doing a forecast with plot via the GUI: some translations
included strings that overflowed the space available. Fix: make the
strings in question dynamically allocated, not fixed-size buffers.
* "/Tools/command log" view broken on Windows: the mkstemp()
function works differently on Windows from on Linux or Mac. Fix:
don't attempt to open a second FILE for reading the log, rewind the
existing FILE then reposition it once we're done reading.
* ARIMA model via GUI on Windows: on choosing "Show details of
iterations", the window that's supposed to show the details comes up
empty. Another Windows mkstemp() issue. Fix: scrap the notion of a
separate "details" window, just print the "iteration details" before
the main ARIMA output in the model window (which is what we do with
most estimators when verbosity is requested.)
Allin