|
From: Karl R. <ra...@un...> - 2014-12-29 20:53:36
|
The "update" command http://sourceforge.net/p/gnuplot/bugs/1385/ might still need a change that is not backward-compatible, although i´d wager nobody would ever notice ;-). I´d propose to make it always overwrite the ".old" backup file (which is the (unintended) behaviour on linux now, but not e.g. windows). (And while at it:) fit.c contains an stale variant for the case when the parameter file does not exist and no previous fit was done. Should the file with all parameters marked FIXED be written or not? I´d vote for the former. It seems rather arbitrary to deny it. ==fit.c:1521== #if 1 Eex2("'update' requires a prior 'fit' since the parameter file %s does not exist yet.", ofilename); #else fprintf(stderr, "'update' without a prior 'fit' and without a previous parameter file:\n"); fprintf(stderr, " all variables will be marked '# FIXED'!\n"); #endif ========= Karl On 29.12.2014 19:27, sfeam wrote: > Hi all, > > I plan to package up gnuplot 5.0 and place the tarball on SourceForge > for release on New Year's Day. If you know of any remaining issues > that should be either fixed or mentioned in the Release Notes, please > post them here on the mailing list. > > The current text of the Release Notes is here: > > http://gnuplot.sourceforge.net/ReleaseNotes_5_0.html > > Ethan > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > -- Karl-Friedrich Ratzsch (Dipl. Chem.) Freiburger Materialforschungszentrum, Universität Freiburg Stefan-Meier-Straße 21, 79104 Freiburg i. Br. Tel.: 0761/203-4748 Fax: -4701 |