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
52864 5807 d 2 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52552 5853 d 3 h ripley /trunk/ mkdir might return EROFS  
52094 5907 d 12 h ripley /trunk/ enhance Sys.chmod  
52035 5914 d 0 h ripley /trunk/ assume C99 headers now we assume C99 compiler  
51843 5935 d 2 h ripley /trunk/src/main/ localize headers  
51819 5938 d 2 h ripley /trunk/src/main/ simplify code  
51398 5968 d 8 h ripley /trunk/src/ make use of C99 features  
51389 5968 d 22 h ripley /trunk/ make capabilities("X11") work as documented on Mac OS X  
51355 5971 d 15 h falcon /trunk/ list_files: use dynamic memory instead of count_files

Also add a call to R_CheckUserInterrupt() so that listing large
directories with recursive=TRUE can be more quickly interrupted.

The dynamic memory approach seems to be faster, but require slightly
more memory than the two pass approach.
 
51284 5977 d 15 h falcon /trunk/ Prevent do_listfiles race from causing a write beyond allocation

The list_files code now checks the length of the allocated result
vector and returns when it is full. This can occur if files are added
to the filesystem between the call to count_files and list_files.

Thanks to Alistair Gee who reported this on the R-devel mailing list.
 
51081 6020 d 6 h ripley /trunk/src/main/ remove warning  
51064 6023 d 20 h falcon /trunk/ path.expand now propagates NA values instead of converting to "NA"  
51063 6023 d 20 h falcon /trunk/src/main/ Fix logic buglet in do_fileshow, add NA checking

It is now an error to specify NA elements for filenames, headers, or
pager.
 
51039 6027 d 6 h ripley /trunk/src/ use WIN64  
51027 6028 d 3 h ripley /trunk/src/main/ make win64.binary more official (and default)  
50920 6045 d 20 h ripley /trunk/src/main/ default to source packages  
50258 6115 d 7 h ripley /trunk/src/ remove do_indexsearch  
50235 6117 d 4 h ripley /trunk/src/main/ tidy up  
50234 6117 d 4 h ripley /trunk/ update tre to version 0.8.0  
50141 6126 d 10 h ripley /trunk/src/main/ corrections to comments  

Show All