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
84054 1220 d 6 h maechler /branches/R-matOps/ Create R-matOps  
83954 1237 d 6 h kalibera /trunk/src/ On Windows, use Vista features unconditionally.  
83883 1252 d 5 h kalibera /trunk/src/ Introduce R_PATH_MAX to raise path-length limit on Windows in code
that uses statically allocated buffers.
 
83850 1257 d 8 h kalibera /trunk/src/main/ Tweak, avoid compiler warning.  
83849 1257 d 9 h kalibera /trunk/src/main/ Remove path length limitations on Windows, simplify allocation.  
83847 1258 d 4 h kalibera /trunk/src/main/ Detect space in tempdir even on Unix. Tweak.  
83845 1258 d 5 h kalibera /trunk/src/main/ Windows fix.  
83836 1258 d 11 h ripley /trunk/src/main/ clean up  
83821 1260 d 1 h kalibera /trunk/src/main/ Remove path length limitations.  
83503 1308 d 12 h ripley /trunk/src/main/ precautionary inclusion of <sys/types.h>  
83456 1321 d 7 h ripley /trunk/src/main/ some replacing sprintf by snprintf  
83446 1321 d 12 h ripley /trunk/src/ C23 requires attributes before return values  
83126 1377 d 4 h kalibera /trunk/src/main/ Fix conversion of escaped invalid string to native encoding in error/warning
message displayed when conversion to a wide string fails (for TRE, could
cause a crash).
 
82931 1398 d 9 h ripley /trunk/src/ use (void) to avoid clang 15 warnings  
82803 1422 d 6 h ripley /trunk/src/ avoid some compiler warnings  
82791 1424 d 11 h kalibera /trunk/src/ Respect declared encoding of inputs in iconv() with from="".  
82582 1476 d 3 h kalibera /trunk/src/main/ Improve performance of grep/gsub (avoid duplicate PCRE2 validity checks,
specialize conversions of ASCII to wide strings and back for TRE, optimize
fixed searches in UTF-8 and bytes).
 
82528 1491 d 5 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.
 
82495 1502 d 7 h kalibera /trunk/src/ Do not escape invalid characters in strings used for 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).
 
82494 1502 d 7 h kalibera /trunk/src/main/ Truncate warnings during encoding conversions consistently with errors (so
that the target encoding is displayed).
 

Show All