Mercurial > hg > octave-jordi
changeset 5129:9171ba7831d0
[project @ 2005-02-06 18:41:34 by jwe]
author | jwe |
---|---|
date | Sun, 06 Feb 2005 18:41:34 +0000 |
parents | 2c4b08ace285 |
children | 3bf4c0cd775d |
files | src/ChangeLog src/DLD-FUNCTIONS/gplot.l |
diffstat | 2 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-02-06 John W. Eaton <jwe@octave.org> + + * DLD-FUNCTIONS/gplot.l (tmp_files): Delete. + From Todd Neal <tolchz@tolchz.net>. + 2005-02-04 John W. Eaton <jwe@octave.org> * sighandlers.cc (octave_child_list::~octave_child_list): Move here.
--- a/src/DLD-FUNCTIONS/gplot.l +++ b/src/DLD-FUNCTIONS/gplot.l @@ -254,12 +254,6 @@ // Should the graph window be cleared before plotting the next line? static bool clear_before_plotting = true; -// List of files to delete when we exit or crash. -// -// XXX FIXME XXX -- this should really be static, but that causes -// problems on some systems. -std::stack <std::string> tmp_files; - // Pipe to gnuplot. static oprocstream *plot_stream = 0;