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
89924 97 d 18 h luke /trunk/ Signal errors with objectNotFoundError and functionNotFoundError classes.  
87901 506 d 9 h ripley /trunk/src/main/ C standard has attributes before return values  
87863 512 d 14 h ripley /trunk/src/main/ Rboolean -> bool  
87813 518 d 0 h ripley /trunk/src/ more taking care over Rboolean  
86821 763 d 2 h luke /trunk/src/ Switch base internals to using R_findVar and R_findVarInFrame.
Modules and base packages still use the unhidden Rf versions.
 
83446 1321 d 10 h ripley /trunk/src/ C23 requires attributes before return values  
82931 1398 d 8 h ripley /trunk/src/ use (void) to avoid clang 15 warnings  
81479 1656 d 12 h ripley /trunk/ allow building R with -DSTRICT_R_HEADERS  
79737 2034 d 18 h luke /trunk/src/main/ Separate out handling of closures from dotted pairs for more flexibility.  
77332 2466 d 22 h morgan /trunk/src/main/ silence spurious output from nested load() calls

- load() calls triggering another load() would print 'verbose' text to
stdout
- observed when load()ing a function from a package that itself has load()
in .onLoad() -- loading the function causes .onLoad() to make the second
call to load()
 
74903 2964 d 9 h kalibera /trunk/ Add version argument to cmpfile and save.to.file. Move do_savefile and
do_loadfile to saveload.c.
 
74800 2981 d 11 h kalibera /trunk/ Switch default serialization and save format to 3.  
74723 2996 d 6 h kalibera /trunk/src/main/ Fix default magic number for save.to.file (cmpfile).  
74442 3049 d 6 h kalibera /trunk/src/main/ Clean up support for retrieving version information from serialization
stream.
 
74123 3115 d 5 h kalibera /trunk/src/main/ Experimental support for changing the default save/serialize format via
environment variables. Minor cleanup in serialize.
 
74113 3117 d 20 h kalibera /trunk/src/main/ Temporarily switch default serialization/save format back to 2.  
74099 3122 d 3 h kalibera /trunk/src/main/ Use serialize/save format version 3 by default.  
74006 3129 d 9 h ripley /trunk/src/main/ missing cast  
73969 3132 d 9 h ripley /trunk/src/main/ remove warning  
73968 3133 d 2 h kalibera /trunk/src/ Experimental support to retrieve version information from serialization
stream (2/3).
 

Show All