changeset 11362:456752abad08

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Tue, 14 Dec 2010 02:01:59 -0500
parents 140c8fbe8b0b
children a0dfd7e8e3e2
files liboctave/ChangeLog scripts/ChangeLog src/ChangeLog
diffstat 3 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Dec 14 01:55:20 2010 -0500
+++ b/liboctave/ChangeLog	Tue Dec 14 02:01:59 2010 -0500
@@ -7,22 +7,24 @@
 2010-12-13  John W. Eaton  <jwe@octave.org>
 
 	* 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  <marco_atzeri@yahoo.it>
 
 	* 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  <jwe@octave.org>
 
 	* Sparse.cc (Sparse<T>::assign): Use correct endpoint for
 	destination range when making room for new elements.
+	Bug #31734.
 
 2010-11-23  John W. Eaton  <jwe@octave.org>
 
 	* 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  <jwe@octave.org>
 
--- a/scripts/ChangeLog	Tue Dec 14 01:55:20 2010 -0500
+++ b/scripts/ChangeLog	Tue Dec 14 02:01:59 2010 -0500
@@ -9,6 +9,7 @@
 2010-12-13  Ben Abbott  <bpabbott@mac.com>
 
 	* plot/__print_parse_opts__.m: Fix indexing bug for varargin.
+	Bug #31862.
 
 2010-12-13  Rik  <octave@nomad.inbox5.com>
 
--- a/src/ChangeLog	Tue Dec 14 01:55:20 2010 -0500
+++ b/src/ChangeLog	Tue Dec 14 02:01:59 2010 -0500
@@ -13,6 +13,7 @@
 2010-12-09  Marco Atzeri   <marco_atzeri@yahoo.it>
 
 	* mappers.cc: In test for gamma, expect Inf for gamma(-1), not NaN.
+	Bug #31772.
 
 2010-12-08  John W. Eaton  <jwe@octave.org>