comparison src/ChangeLog @ 12380:e8f17ad29f95 release-3-4-x

Prevent race condition in update_axes_layout
author Konstantinos Poulios <logari81@googlemail.com>
date Sun, 06 Feb 2011 02:24:28 +0100
parents 19ebbad32395
children d1e48a4a9a0b
comparison
equal deleted inserted replaced
12379:aafbaea219cb 12380:e8f17ad29f95
1 2011-02-06 Konstantinos Poulios <logari81@googlemail.com>
2
3 * graphics.cc (updating_axes_layout): New file-scope variable.
4 (axes::properties::update_axes_layout): Return immediately if
5 updating_axes_layout is true.
6
1 2011-02-03 John W. Eaton <jwe@octave.org> 7 2011-02-03 John W. Eaton <jwe@octave.org>
2 8
3 * octave.cc: Include <sys/types.h> and <unistd.h> for isatty. 9 * octave.cc: Include <sys/types.h> and <unistd.h> for isatty.
4 Bug #32336. 10 Bug #32336.
5 11