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
83868 1253 d 16 h urbaneks /branches/R-exeinfo/ create R-exeinfo branch  
83755 1269 d 22 h kalibera /trunk/ Remove some path length limitations on Windows. Avoid using deprecated API.
Ensure variables remain after call to putenv.
 
83460 1320 d 20 h kalibera /trunk/src/ Make gcc 12 happy.  
83166 1372 d 4 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 23 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 4 h kalibera /trunk/src/gnuwin32/ Do not use reserved identifiers.  
81952 1589 d 2 h kalibera /trunk/ Add version to structRstart and support more callbacks on Windows
(PR#18028).
 
81659 1631 d 5 h kalibera /trunk/ Revert 81628.  
81628 1636 d 0 h kalibera /trunk/ Support ResetConsole callback on Windows (PR#18286). Make ResetConsole,
CallBack and Busy optional.
 
81626 1636 d 2 h kalibera /trunk/ Make ReadConsole on Windows use "unsigned char *" as read buffer to match
the Unix API. Clean up type definitions of Windows callbacks.
 
81306 1691 d 18 h luke /trunk/src/ Move time limit checking code into main/sysutils.c:R_CheckTimeLimits.
Windows use of tis is not yet enabled; needs someone to test.
 
80832 1791 d 23 h kalibera /trunk/ Use system memory allocator on Windows (removes support for
--max-mem-size, R_MAX_MEM_SIZE, memory.limit() and memory.size()).
 
80556 1858 d 7 h kalibera /trunk/src/gnuwin32/ Comment.  
80547 1859 d 18 h maechler /trunk/src/gnuwin32/ unlink the test file in TMPDIR; PR#18133  
79996 1991 d 2 h kalibera /trunk/src/gnuwin32/ Fix usage help for Rterm: it does not support <,> redirection arguments,
those are implemented by the shell. Related to 77926, before which
redirection arguments were interpreted by a shell used internally in R.exe.
 
79342 2111 d 1 h kalibera /trunk/src/ Use TMPDIR when creating temporary file for expressions given via -e to
R/Rscript. Reduce code duplication wrt to isDir (PR#17925).
 
79244 2132 d 22 h kalibera /trunk/src/gnuwin32/ Fall back to getRUser (R_USER may not be set yet).  
77926 2328 d 20 h kalibera /trunk/src/ Quote paths unconditionally (checking for space is not enough anymore,
other special shell characters are becoming popular in filenames).
 
77770 2365 d 4 h kalibera /trunk/src/gnuwin32/ The default for LinkDLL stays at no UTF8 (77769).  
77769 2365 d 4 h kalibera /trunk/src/ Experimental support for embedded UTF8 in LinkDLL (PR#17677).  

Show All