Releases: gagolews/stringi
stringi_1.4.1
v1.4.1 v1.4.1
stringi_1.3.1
1.3.1 (2019-02-10) CRAN
-
[BACKWARD INCOMPATIBILITY] #335: A fix to #314 (by design) prevented the use
of the system ICU if the library had been compiled withU_CHARSET_IS_UTF8=1
.
However, this is the default setting inlibicu
>=61. From now on, in such
cases the system ICU is used more eagerly, butstri_enc_set()
issues
a warning stating that the default (UTF-8) encoding cannot be changed. -
[NEW FEATURE] #232: All
stri_detect_*
functions now have themax_count
argument that allows for, e.g., stopping at first pattern occurrence. -
[NEW FEATURE] #338:
stri_sub_replace()
is now an alias forstri_sub<-()
which makes it much more easily pipable (@yutannihilation, @BastienFR). -
[NEW FEATURE] #334: Added missing
icudt61b.dat
to support big-endian
platforms (thanks to Dimitri John Ledkov @xnox). -
[BUGFIX] #296: Out-of-the box build used to fail on CentOS 6, upgraded
./configure
to--disable-cxx11
more eagerly at an early stage. -
[BUGFIX] #341: Fixed possible buffer overflows when calling
strncpy()
from within ICU 61. -
[BUGFIX] #325: Made
./configure
more portable so that it works
under/bin/dash
now. -
[BUGFIX] #319: Fixed overflow in
stri_rand_shuffle()
. -
[BUGFIX] #337: Empty search patters in search functions (e.g.,
stri_split_regex()
andstri_count_fixed()
) used to raise
too many warnings on empty search patters.
stringi_1.2.4
v1.2.4 close #317
stringi_1.2.3
v1.2.3 fix #310
stringi_1.2.2
A CRAN release
stringi_1.1.6
CHANGELOG:
* [WINDOWS SPECIFIC] #270: Strings marked with `latin1` encoding
are now converted internally to UTF-8 using the WINDOWS-1252 codec.
This fixes problems with - among others - displaying the Euro sign.
* [NEW FEATURE] #263: Add support for custom rule-based break iteration,
see `?stri_opts_brkiter`.
* [NEW FEATURE] #267: `omit_na=TRUE` in `stri_sub<-` now ignores missing values
in any of the arguments provided.
* [BUGFIX] fixed unPROTECTed variable names and stack imbalances
as reported by rchk
stringi_1.1.5
bugfixes
stringi_1.1.4
a bugfix CRAN release
stringi_1.1.3
A CRAN release.
stringi_1.1.2
CRAN bugfix release