# HG changeset patch # User John W. Eaton # Date 1292310119 18000 # Node ID 456752abad08519ae415f76290831026441ea2bf # Parent 140c8fbe8b0b674be31a25ad156d7243b68bad43 ChangeLog fixes diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -7,22 +7,24 @@ 2010-12-13 John W. Eaton * CMatrix.cc (operator * (const Matrix& m, const ComplexMatrix& a)): - Fix cut and paste error. + Fix cut and paste error. Bug #31869. 2010-12-09 Marco Atzeri * lo-specfun.cc (xgamma): Also handle negative integer values as - special cases when using tgamma. + special cases when using tgamma. Bug #31772. 2010-11-25 John W. Eaton * Sparse.cc (Sparse::assign): Use correct endpoint for destination range when making room for new elements. + Bug #31734. 2010-11-23 John W. Eaton * oct-md5.cc (oct_md5_result_to_str): Avoid buffer overrun in call to sprintf. Replace loop with a single call to sprintf. + Bug #31689. 2010-11-23 John W. Eaton diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -9,6 +9,7 @@ 2010-12-13 Ben Abbott * plot/__print_parse_opts__.m: Fix indexing bug for varargin. + Bug #31862. 2010-12-13 Rik diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -13,6 +13,7 @@ 2010-12-09 Marco Atzeri * mappers.cc: In test for gamma, expect Inf for gamma(-1), not NaN. + Bug #31772. 2010-12-08 John W. Eaton