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
43096 6871 d 1 h urbaneks /branches/R-ObjC/ experimental branch of R where all R objects are also ObjC objects  
43053 6874 d 1 h luke /trunk/src/include/ Enabled linking CHARSXP hash chains through ATTRIB fields.  
43050 6874 d 3 h luke /trunk/src/ Added support, not yet enabled, for maintaining the chains in the
CHARSXP hash table through the ATTRIB fields of the CHARSXPs.
 
43042 6874 d 22 h ripley /trunk/src/ change markKnown to avoid in-place conversion of encoding bits  
43012 6878 d 10 h ripley /trunk/src/ experimental switch to turn off char hashing  
42452 6928 d 9 h ripley /trunk/src/include/ move some macro versions used with USE_RINTERNALS from Defn.h to Rinternals.h  
42398 6935 d 2 h ripley /trunk/src/ move some headers to individual files  
42397 6935 d 4 h ripley /trunk/src/ start to move headers to where they are actually used  
42355 6938 d 8 h ripley /trunk/ remove unused InitRand, merge into RNG initialization  
42308 6943 d 12 h ripley /trunk/src/include/ change reference to GPL  
42292 6944 d 16 h ripley /trunk/src/ We do need to promiseArgs before calling closures from R_possible_dispatch
(a failure to duplicate was seen in the wild).

Change log() to mimic former interpreted wrapper and an treat missing 'base'
as not supplied.

Change round() and digits() to treat missing 'digits' as not supplied.
 
41992 6980 d 4 h luke /trunk/ Added a promise evaluation stack so interrupted promise evaluations
can be restarted. This addresses the 'recursive default argument'
error when an interrupted lazy load is retried.
 
41974 6981 d 14 h ripley /trunk/src/ R_StringHash is not in the API  
41973 6981 d 15 h ripley /trunk/src/ various internal defines have been put in Rinternals.h  
41944 6984 d 7 h ripley /trunk/ enhance enviroment for codetools checks
split showCalls into two, make showErrorCalls the default in non-interactive use
 
41914 6986 d 16 h ripley /trunk/ use void *R_alloc(size_t, int) for 64-bit OSes with 32-bit longs  
41904 6988 d 9 h ripley /trunk/src/ comments on various limits, and example values.  
41901 6988 d 13 h ripley /trunk/src/ use void* for generic memory pointers
add back-compatibility to R_AllocStringBuffer, with a warning
 
41862 6991 d 14 h ripley /trunk/src/include/ cosmetics, remove unused entries  
41861 6991 d 15 h ripley /trunk/src/ more use of 'const char *', especially in output routines  

Show All