Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8002:30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 04 Aug 2008 10:59:46 -0400 |
parents | 8ccd9b0bf6bc |
children | 0ef13e15319b |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2008-08-04 John W. Eaton <jwe@octave.org> + + * strings/strtok.m: Include TAB, LF, VT, FF, and CR in default + list of delim characters. Update tests. + 2008-07-29 John W. Eaton <jwe@octave.org> * plot/axis.m (__get_tight_lims__): Use strcat instead of [].