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 5808 d 20 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52552 5854 d 20 h ripley /trunk/ mkdir might return EROFS  
52094 5909 d 6 h ripley /trunk/ enhance Sys.chmod  
52035 5915 d 17 h ripley /trunk/ assume C99 headers now we assume C99 compiler  
51843 5936 d 19 h ripley /trunk/src/main/ localize headers  
51819 5939 d 19 h ripley /trunk/src/main/ simplify code  
51398 5970 d 2 h ripley /trunk/src/ make use of C99 features  
51389 5970 d 16 h ripley /trunk/ make capabilities("X11") work as documented on Mac OS X  
51355 5973 d 8 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 5979 d 9 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 6021 d 23 h ripley /trunk/src/main/ remove warning  
51064 6025 d 14 h falcon /trunk/ path.expand now propagates NA values instead of converting to "NA"  
51063 6025 d 14 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 6028 d 23 h ripley /trunk/src/ use WIN64  
51027 6029 d 20 h ripley /trunk/src/main/ make win64.binary more official (and default)  
50920 6047 d 13 h ripley /trunk/src/main/ default to source packages  
50258 6117 d 0 h ripley /trunk/src/ remove do_indexsearch  
50235 6118 d 21 h ripley /trunk/src/main/ tidy up  
50234 6118 d 21 h ripley /trunk/ update tre to version 0.8.0  
50141 6128 d 3 h ripley /trunk/src/main/ corrections to comments  

Show All