Mercurial > hg > octave-thorsten
diff PROJECTS @ 5026:06f7ff1aee5a
[project @ 2004-09-23 01:04:32 by jwe]
author | jwe |
---|---|
date | Thu, 23 Sep 2004 01:04:32 +0000 (2004-09-23) |
parents | c2bb27ada496 |
children | b2ce28713791 |
line wrap: on
line diff
--- a/PROJECTS +++ b/PROJECTS @@ -412,6 +412,12 @@ Octave line number, appended as a comment (users should probably be able to control the format). + * Avoid writing the history file if the history list has not + changed. + + * Avoid permission errors if the history file cannot be opened for + writing. + * Fix history problems -- core dump if multiple processes are writing to the same history file?