Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
7956:0da8455b31c1 | 7957:ba2e00a216e8 |
---|---|
1 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com> | |
2 | |
3 * oct-mutex.h (octave_base_mutex::octave_base_mutex): Initialize | |
4 count to 1, not -1. | |
5 | |
6 * oct-mutex.cc (octave_base_mutex::lock, octave_base_mutex::unlock): | |
7 Replace error calls with (*current_liboctave_error_handler). | |
8 | |
1 2008-07-21 John W. Eaton <jwe@octave.org> | 9 2008-07-21 John W. Eaton <jwe@octave.org> |
2 | 10 |
3 * regex-match.cc (regex_match::init): Initialize err to 0. | 11 * regex-match.cc (regex_match::init): Initialize err to 0. |
4 | 12 |
5 2008-07-19 John W. Eaton <jwe@octave.org> | 13 2008-07-19 John W. Eaton <jwe@octave.org> |