comparison NEWS @ 28660:dc80e087df4b stable

maint: Strip trailing spaces from files. * NEWS, doc/interpreter/genpropdoc.m, libinterp/corefcn/load-save.cc, scripts/general/quadgk.m, scripts/java/javarmpath.m, scripts/ode/ode15i.m, scripts/ode/ode15s.m, scripts/plot/appearance/legend.m: Strip trailing spaces from files.
author Rik <rik@octave.org>
date Fri, 28 Aug 2020 09:32:35 -0700
parents 844b3b9bab7a
children bc8fde52687b 1f6b21015b4e
comparison
equal deleted inserted replaced
28658:c49a546a745a 28660:dc80e087df4b
63 63
64 - New warnings have been added about questionable uses of the colon ':' 64 - New warnings have been added about questionable uses of the colon ':'
65 range operator. Each has a new warning ID so that it can be disabled 65 range operator. Each has a new warning ID so that it can be disabled
66 if desired. 66 if desired.
67 67
68 > `Octave:colon-complex-argument` : when any arg is complex 68 > `Octave:colon-complex-argument` : when any arg is complex
69 > `Octave:colon-nonscalar-argument` : when any arg is non-scalar 69 > `Octave:colon-nonscalar-argument` : when any arg is non-scalar
70 70
71 - The `regexp` and related functions now correctly handle and *require* 71 - The `regexp` and related functions now correctly handle and *require*
72 strings in UTF-8 encoding. As with any other function that requires 72 strings in UTF-8 encoding. As with any other function that requires
73 strings to be encoded in Octave's native encoding, you can use 73 strings to be encoded in Octave's native encoding, you can use