# HG changeset patch # User jwe # Date 1118807627 0 # Node ID a495ec7ee3d3b869ed75f4959dde7c6a6fc6b7d1 # Parent e81543fdbe01f61b4c0b54236cb1f3fa202dfb2b [project @ 2005-06-15 03:53:46 by jwe] diff -r e81543fdbe01 -r a495ec7ee3d3 src/ChangeLog --- a/src/ChangeLog Wed Jun 15 03:49:23 2005 +0000 +++ b/src/ChangeLog Wed Jun 15 03:53:47 2005 +0000 @@ -1,5 +1,8 @@ 2005-06-14 John W. Eaton + * pt-mat.cc (Vwarn_string_concat): Default value now false. + (symbols_of_pt_mat): Change initial value here as well. + * ls-mat5.cc, mappers.cc, oct-stream.cc, pr-output.cc: Change all uses of octave_is_NaN_or_NA to xisnan. diff -r e81543fdbe01 -r a495ec7ee3d3 src/pt-mat.cc --- a/src/pt-mat.cc Wed Jun 15 03:49:23 2005 +0000 +++ b/src/pt-mat.cc Wed Jun 15 03:53:47 2005 +0000 @@ -46,7 +46,7 @@ char Vstring_fill_char = ' '; // Warn if concatenating double and single quoted strings. -char Vwarn_string_concat = true; +char Vwarn_string_concat = false; // General matrices. This list type is much more work to handle than // constant matrices, but it allows us to construct matrices from @@ -771,7 +771,7 @@ The default value is 0.\n\ @end defvr"); - DEFVAR (warn_string_concat, true, warn_string_concat, + DEFVAR (warn_string_concat, false, warn_string_concat, "-*- texinfo -*-\n\ @defvr {Built-in Variable} warn_string_concat\n\ If the value of @code{warn_string_concat} is nonzero, print a\n\