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
87961 500 d 13 h pd /branches/R-4-5-branch/ Create R-4-5-branch  
87950 501 d 17 h ripley /trunk/src/ use int consistently for EmitEmbeddedUTF8  
87222 654 d 19 h kalibera /trunk/src/ Do not re-set iconv converter state when the input encoding may use
byte-order from a BOM, because some iconv implementations (including
win_iconv, Apple libiconv) forget the byte order on re-set. Partially
reverts 85476.
 
87180 675 d 4 h kalibera /trunk/src/ Memcpy, memmove and memset should be only called on valid pointers even when
the size is zero to avoid undefined behavior.
 
86822 762 d 19 h kalibera /trunk/src/gnuwin32/ Fix race condition causing starvation in Windows console (Rterm).  
86820 762 d 20 h kalibera /trunk/src/gnuwin32/ Unlimited file length in Rterm/getline (on Windows, PR#18690).  
86570 797 d 4 h kalibera /trunk/src/ Avoid writing superfluous null byte into commands file (reported in
PR#18133), tweak.
 
85648 970 d 1 h kalibera /trunk/src/gnuwin32/ Improve handling of encoding in file names in system/system2 on Windows
(PR#18631).
 
85614 976 d 21 h kalibera /trunk/src/ Fixes of formatted output.  
85476 993 d 23 h kalibera /trunk/src/ Reset iconv conversion state after error if the conversion object might be
re-used or if emitting ASCII substitution bytes in the output (on macOS 14.1
needed not only for stateful encodings).
 
84987 1073 d 3 h kalibera /trunk/src/ Improve handling of R_ARCH on Windows.  
84952 1077 d 0 h kalibera /trunk/src/ Modernize Windows code for clang 16.  
84906 1083 d 23 h kalibera /trunk/src/gnuwin32/ Support clang.  
84466 1153 d 21 h ripley /trunk/ implement --max-connections  
83954 1236 d 22 h kalibera /trunk/src/ On Windows, use Vista features unconditionally.  
83755 1269 d 20 h kalibera /trunk/ Remove some path length limitations on Windows. Avoid using deprecated API.
Ensure variables remain after call to putenv.
 
83460 1320 d 18 h kalibera /trunk/src/ Make gcc 12 happy.  
83166 1372 d 2 h kalibera /trunk/src/gnuwin32/ Improve synchronization between reader thread and R main thread in Rterm to
avoid potential races involving unrelated window messages.
 
83151 1374 d 21 h kalibera /trunk/src/gnuwin32/ Improve execution of tab completion in Rterm (prevent intermittent crashes
due to R computation and hence stack overflow checking running on other than
the main thread, catch potential R errors to prevent crashes/lockups).
 
82031 1580 d 2 h kalibera /trunk/src/gnuwin32/ Do not use reserved identifiers.  

Show All