Skip to content

Releases: gagolews/stringi

stringi_1.4.1

11 Mar 21:41
Compare
Choose a tag to compare
v1.4.1

v1.4.1

stringi_1.3.1

10 Feb 13:42
Compare
Choose a tag to compare

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 with U_CHARSET_IS_UTF8=1.
    However, this is the default setting in libicu>=61. From now on, in such
    cases the system ICU is used more eagerly, but stri_enc_set() issues
    a warning stating that the default (UTF-8) encoding cannot be changed.

  • [NEW FEATURE] #232: All stri_detect_* functions now have the max_count
    argument that allows for, e.g., stopping at first pattern occurrence.

  • [NEW FEATURE] #338: stri_sub_replace() is now an alias for stri_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() and stri_count_fixed()) used to raise
    too many warnings on empty search patters.

stringi_1.2.4

20 Jul 13:05
Compare
Choose a tag to compare
v1.2.4

close #317

stringi_1.2.3

19 Jun 08:58
Compare
Choose a tag to compare
v1.2.3

fix #310

stringi_1.2.2

01 May 09:47
Compare
Choose a tag to compare

A CRAN release

stringi_1.1.6

10 Nov 13:44
Compare
Choose a tag to compare

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

06 Nov 09:43
Compare
Choose a tag to compare

bugfixes

stringi_1.1.4

06 Apr 13:22
Compare
Choose a tag to compare

a bugfix CRAN release

stringi_1.1.3

21 Mar 15:01
Compare
Choose a tag to compare

A CRAN release.

stringi_1.1.2

30 Sep 16:07
Compare
Choose a tag to compare

CRAN bugfix release