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
87508 571 d 8 h kalibera /trunk/src/gnuwin32/ Avoid computer arithmetics with null pointer.  
87319 623 d 8 h kalibera /trunk/src/ Avoid relying on symbol re-mapping.  
84215 1203 d 15 h maechler /trunk/src/ more typos from Eric Lindblad (skipping modules/lapack/*.f)  
83897 1249 d 7 h kalibera /trunk/src/ Avoid using MinGW-W64 implementation of dirent functions, which does not
work with long paths and is not directly supported by Windows.
 
83820 1260 d 4 h kalibera /trunk/src/ Remove path length limitations on Windows. No longer look for short name
when cleaning tempdir. Minor cleanup.
 
81491 1655 d 11 h ripley /trunk/ more migration to R_Calloc  
77337 2462 d 12 h kalibera /trunk/ Support Chinese characters in Sys.glob() on Windows (PR#17638).  
59110 5212 d 3 h murdoch /trunk/src/gnuwin32/ Fix Sys.glob() on Windows (PR#14884)  
49215 6191 d 17 h ripley /trunk/src/ patch for UNC paths in glob, from Tony Plate  
46175 6571 d 7 h ripley /trunk/src/gnuwin32/ add comments  
46029 6598 d 6 h ripley /trunk/src/ globbing was not working correctly for non-ASCII characters  
46024 6598 d 13 h ripley /trunk/src/gnuwin32/ get debug working  
45070 6688 d 15 h ripley /trunk/src/gnuwin32/ layout and whitespace cleanup  
44013 6767 d 8 h ripley /trunk/src/ tidy up getClipboardFormats, readClipboard, especially re Unicode text
pass encoding of file/pipe names around and use wide Windows interfaces
where appropriate.