The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
84095 1217 d 12 h kalibera /trunk/tests/ Fix to match new strsplit behavior on bytes-encoded split.  
82827 1417 d 9 h kalibera /trunk/ Return "bytes"-marked string elements (created by splitting or replacement)
in gsub, sub, strsplit if any input was marked as "bytes". A subset of
reverted 82587.
 
82598 1473 d 10 h kalibera /trunk/tests/ Revert tests to capture behavior of gsub/sub/strsplit not flagging output
"bytes" (pre-82587), as this is now again the default.
 
82587 1475 d 11 h kalibera /trunk/ Return "bytes"-marked result when using bytes in gsub, sub, strsplit.  
82528 1491 d 8 h kalibera /trunk/ Do not escape invalid characters in strings used for TRE regular expression
operations. This fixes validity checks in regex code and reduces the risk
that regexes run on characters resulting from escaped invalid bytes (with
Brodie Gaslam). The new checks may uncover previously undetected use of
invalid strings in regular expression operations.
 
81124 1729 d 7 h kalibera /trunk/tests/ Tests for 81103 (from Brodie Gaslam).  
80912 1775 d 10 h hornik /trunk/ Avoid using markKnown() when useBytes = TRUE. By Brodie Gaslam.  
80838 1791 d 11 h hornik /trunk/ Tweak for strsplit(useBytes = TRUE). By Brodie Gaslam.  
80117 1950 d 15 h hornik /trunk/ Have regmatches() preserve capture group names. By Brodie Gaslam.  
80045 1974 d 9 h hornik /trunk/ Tweak for c79960. From Brodie Gaslam.  
79960 1996 d 10 h hornik /trunk/ Add gregexec(). From Brodie Gaslam.  
79774 2031 d 12 h hornik /trunk/ Fix PR#18021. Patch by Brodie Gaslam.  
78664 2239 d 8 h kalibera /trunk/ Fix treatment of surrogate pairs when post-processing outputs from PCRE
(today relevant only for Windows).
 
66732 4310 d 5 h murdoch /trunk/tests/ Test for r66731  
66712 4313 d 10 h murdoch /trunk/ Partial fix for PR#16009. It still fails for UTF-8 strings; see commented example in tests/utf8-regex.R.  
56380 5492 d 5 h urbaneks /trunk/tests/ add regex tests for PR#14627 and r56370 TRE breakage  
54755 5616 d 7 h ripley /trunk/ update on Cygwin, move UTF-8 regexp regression test to test-Regexp  
49663 6163 d 7 h ripley /trunk/tests/ avoid bug in identical()  
49658 6163 d 13 h ripley /trunk/ add useBytes=TRUE to strsplit  
49657 6163 d 13 h ripley /trunk/tests/ locale issue  

Show All