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
81322 1689 d 12 h kalibera /branches/R-ucrt/ Create R-ucrt  
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 6 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 10 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).
 
73952 3137 d 22 h kalibera /trunk/src/ Add support for magic numbers RD[AXB]3 to be used as markers for serialization
format 3. Temporarily switch default serialization format back to 2 to
prevent/reduce possible confusion due to use of RD[ABX]2 magic numbers with
serialization format 3.
 
73932 3141 d 5 h kalibera /trunk/src/main/ Increase default serialize format and default save serialize format to 3.  
73385 3224 d 2 h luke /trunk/src/ Added some casts and changed some variable types to eliminate clang
integer type conversion warnings.
 
72945 3293 d 4 h maechler /trunk/src/main/ InIntegerAscii: buf[128] ==> %127s as in InDoubleAscii  
72301 3433 d 4 h kalibera /trunk/src/ Replace installChar calls by installTrChar to make sure that all symbols in
the symbol table are (linked to CHARSXPs) in native encoding.
 
69852 3857 d 8 h ripley /trunk/src/ tweaks from -Wall in gcc trunk  
69259 3982 d 0 h luke /trunk/src/ Fixes from Tomas Kalibera for issues found by 'parfait' tool.  

Show All