# HG changeset patch # User Rik # Date 1380931002 25200 # Node ID 6e4ea5c8a4bb91aa62655ba1ffed476f963d74f6 # Parent 1c7d768c3847f01f336b6e62ba7bd5ccf41b402e NEWS: Re-word a sentance about ostrsplit behavior. NEWS: Re-word a sentance about ostrsplit behavior. diff -r 1c7d768c3847 -r 6e4ea5c8a4bb NEWS --- a/NEWS Fri Oct 04 16:10:22 2013 -0400 +++ b/NEWS Fri Oct 04 16:56:42 2013 -0700 @@ -141,6 +141,7 @@ ** A TeX parser has been implemented for the FLTK toolkit and is the default for any text object including titles and axis labels. The TeX parser is supported only for display on a monitor, not for printing. + A quick summary of features: Code Feature Example Comment @@ -231,11 +232,11 @@ [1,2] = 3 } - (2) By default, Matlab treats consecutive delimiters are as a single + (2) By default, Matlab treats consecutive delimiters as a single delimiter. By default, Octave's legacy behavior was to return an empty string for the part between the delmiters. - Where the legacy behavior is desired, the call to strsplit() may be + Where legacy behavior is desired, the call to strsplit() may be replaced by ostrsplit(), which is Octave's original implementation of strsplit().