Skip to content

Commit

Permalink
fix #397 and #473
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Mar 15, 2022
1 parent 160aea5 commit 113d5f3
Show file tree
Hide file tree
Showing 116 changed files with 82 additions and 13,926 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stringi
Version: 1.7.6.9001
Date: 2022-02-28
Version: 1.7.6.9002
Date: 2022-03-15
Title: Character String Processing Facilities
Description: A collection of character string/text/natural language
processing tools for pattern searching (e.g., with 'Java'-like regular
Expand Down
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@

## 1.7.6.9xxx (under development)

* [BUGFIX] #473, #397: Fixed buffer overflow in `stri_dup`.
`stri_dup`, `stri_paste`, ... fail more graciously on attempts to
generate strings of length >= 2^31 each.

* [NEW FEATURE] TODO.... #469: `stri_datetime_parse` .. new argument -
`default_time`
a Calendar set on input to the date and time to be used for missing values in the date/time string being parsed
a Calendar set on input to the date and time to be used for missing values in the date/time string being parsed

* [BUGFIX] TODO.... #469: `stri_datetime_parse` did not reset the `Calendar` object
when parsing multiple dates.


* [NEW FEATURE] #471: split into overlapping or non-overlapping chunks,
possibly of different lengths

Expand Down
43 changes: 0 additions & 43 deletions devel/sphinx/rapi/about_arguments.md

This file was deleted.

105 changes: 0 additions & 105 deletions devel/sphinx/rapi/about_encoding.md

This file was deleted.

Loading

0 comments on commit 113d5f3

Please sign in to comment.