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
83796 1263 d 23 h luke /branches/R-syntax/ Merged trunk changes through r83795.  
81507 1653 d 5 h luke /branches/R-syntax/ Merged trunk changes through r81503.  
79817 2022 d 5 h luke /branches/R-syntax/ Merged trunk changes through r79816.  
78769 2216 d 1 h luke /branches/R-syntax/ Branch for experimenting with syntax changes.  
77332 2467 d 0 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 11 h kalibera /trunk/ Add version argument to cmpfile and save.to.file. Move do_savefile and
do_loadfile to saveload.c.
 
74800 2981 d 12 h kalibera /trunk/ Switch default serialization and save format to 3.  
74723 2996 d 8 h kalibera /trunk/src/main/ Fix default magic number for save.to.file (cmpfile).  
74442 3049 d 8 h kalibera /trunk/src/main/ Clean up support for retrieving version information from serialization
stream.
 
74123 3115 d 7 h kalibera /trunk/src/main/ Experimental support for changing the default save/serialize format via
environment variables. Minor cleanup in serialize.
 
74113 3117 d 22 h kalibera /trunk/src/main/ Temporarily switch default serialization/save format back to 2.  
74099 3122 d 5 h kalibera /trunk/src/main/ Use serialize/save format version 3 by default.  
74006 3129 d 11 h ripley /trunk/src/main/ missing cast  
73969 3132 d 11 h ripley /trunk/src/main/ remove warning  
73968 3133 d 4 h kalibera /trunk/src/ Experimental support to retrieve version information from serialization
stream (2/3).
 
73952 3138 d 0 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 6 h kalibera /trunk/src/main/ Increase default serialize format and default save serialize format to 3.  
73385 3224 d 3 h luke /trunk/src/ Added some casts and changed some variable types to eliminate clang
integer type conversion warnings.
 
72945 3293 d 5 h maechler /trunk/src/main/ InIntegerAscii: buf[128] ==> %127s as in InDoubleAscii  
72301 3433 d 6 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.
 

Show All