1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Summary of important user-visible changes for strings 1.3.1:
-------------------------------------------------------------------
** Update for pcre detection when no pkg-config available
** Bugfix pcregexp memory leaks
Summary of important user-visible changes for strings 1.3.0:
-------------------------------------------------------------------
** Update package to compile in GNU Octave 5+
** Add detection and use of pcre2 if available
Summary of important user-visible changes for strings 1.2.1:
-------------------------------------------------------------------
** The function base64decode has been almost rewritten and no longer returns
trailing zeros which have been introduced by padding (bug #38974), returns
uint8 vectors instead of binary64 vectors, and should perform faster.
Summary of important user-visible changes for strings 1.2.0:
-------------------------------------------------------------------
** The following functions have been removed since they are part
of Octave core since 3.8:
strjoin, strsort (use sort)
** The function editdistance has been almost rewritten and will
perform much faster.
** Compatibility with Octave 4.0.0.
Summary of important user-visible changes for strings 1.1.0:
-------------------------------------------------------------------
** The following functions have been removed since they are part
of Octave core since 3.6.0:
strtrim
** Package is no longer automatically loaded.
** The function `cstrcmp' has been completely rewritten. It should
perform faster and will accept arguments exactly the same way as
Octave's core `strcmp'.
|