Mercurial > hg > octave-lojdl
diff liboctave/ChangeLog @ 7957:ba2e00a216e8
Do not use "error" in octave_base_mutex class
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 21 Jul 2008 15:23:29 -0400 |
parents | 645ced9fa838 |
children | ff6c1534b522 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,11 @@ +2008-07-21 Michael Goffioul <michael.goffioul@gmail.com> + + * oct-mutex.h (octave_base_mutex::octave_base_mutex): Initialize + count to 1, not -1. + + * oct-mutex.cc (octave_base_mutex::lock, octave_base_mutex::unlock): + Replace error calls with (*current_liboctave_error_handler). + 2008-07-21 John W. Eaton <jwe@octave.org> * regex-match.cc (regex_match::init): Initialize err to 0.