Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 7934:5a156ab94dd2
Add octave_mutex class
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 16 Jul 2008 14:26:18 -0400 |
parents | 30b952e90c29 |
children | 78400fde223e |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2008-07-15 Michael Goffioul <michael.goffioul@gmail.com> + + * oct-mutex.h, oct-mutex.cc: New files. + * Makefile.in: Add them to appropriate lists. + 2008-07-15 John W. Eaton <jwe@octave.org> * oct-sort.cc, oct-sort.h (octave_sort<T>::count_run): Declare