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
78444 2267 d 11 h ripley /trunk/src/extra/tre/ avoid -fanalyzer warning  
78310 2283 d 8 h ripley /trunk/src/extra/tre/ patch and comments from TRE github issues  
73928 3142 d 20 h kalibera /trunk/src/extra/tre/ Allow TAB to be treated as printable in TRE regular expressions in non C
locale (amends 73911).
 
73911 3148 d 4 h kalibera /trunk/src/extra/tre/ Workaround for Windows isprint in TRE to treat tab as non-printable
character by regular expressions.
 
73107 3266 d 8 h kalibera /trunk/src/extra/tre/ Fix handling of unexpected subexpression end in TRE (PR#15012).  
65106 4530 d 10 h ripley /trunk/src/extra/tre/ more merging with TRE  
65105 4530 d 10 h ripley /trunk/src/extra/tre/ merge back to tre's current git repository  
62537 4857 d 23 h urbaneks /trunk/src/extra/tre/ fixed potential buffer overflow in TRE  
58359 5276 d 22 h ripley /trunk/src/extra/tre/ partial workaround for PR#14408  
57571 5380 d 5 h ripley /trunk/src/extra/tre/ incorporate some minor fixes  
57487 5385 d 2 h ripley /trunk/src/extra/tre/ fix is no longer needed  
57416 5391 d 1 h ripley /trunk/src/ use _W64  
56370 5493 d 22 h urbaneks /trunk/src/extra/tre/ fall out of PR#14627:
convert recursive tre_ast_to_tnfa() to iteration over a stack
(was a TODO item anyway)
fix (and improve?) R_assert as defined in TRE and move it to
tre-internal.h so it can be modified in one place
 
53310 5766 d 1 h ripley /trunk/src/extra/ more avoiding assert calls  
53309 5766 d 2 h ripley /trunk/ avoid TRE calling assert() on erroneous input  
51627 5956 d 4 h ripley /trunk/ allow for using 32-bit MinGW-w64 compilers  
51168 5999 d 0 h ripley /trunk/src/extra/tre/ port some more unused parts of tre 0.8.0
document a bit more R changes.
comment out some compiler/OS-specific code which failed on clang+Linux
 
50936 6046 d 4 h ripley /trunk/src/ tweaks for Win64  
49658 6164 d 8 h ripley /trunk/ add useBytes=TRUE to strsplit  
49607 6168 d 2 h ripley /trunk/ add private version of tre so we can remap as needed