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
16318 9056 d 1 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
16300 9057 d 3 h luke /trunk/src/ Changed fintVarLocInFrame to use an opaque pointer and accessors
defined in envir.c to confine knowledge about internal binding
structure to that file.
 
16242 9060 d 4 h luke /trunk/src/ Made hashing functions static to envir.c; new non-static R_NewHashedEnv.
Use new.env(hash=TRUE) in methods instead of R_NewHashTable (now static).
 
15938 9089 d 16 h jmc /trunk/src/ no global for R_standardGeneric_ptr  
15912 9091 d 3 h ripley /trunk/src/ move initialization of R_standardGeneric_ptr to Defn.h  
15908 9091 d 3 h ripley /trunk/src/ make R_standardGeneric_ptr LibExtern, export on cross-compiled Windows  
15903 9091 d 4 h jmc /trunk/src/ R_stdgen_ptr to Defn.h; naughty, naughty  
15783 9098 d 16 h rgentlem /trunk/ made length generic and added an arg to DispatchOrEval  
15753 9099 d 20 h jmc /trunk/ C versions of new class functions, and of as.environment  
15716 9101 d 22 h ripley /trunk/src/ add DLL import/export flags and remove globalvars.h (from Windows port)  
15459 9114 d 3 h jmc /trunk/ added type2symbol to make the default class computations in methods package
more consistent with the types in main/util.c
 
15427 9115 d 23 h hornik /trunk/ Change default name for the site profile to R_HOME/etc/Rprofile.site.
Distinguish between site and user environment files.
 
15322 9120 d 1 h luke /trunk/src/ Removed R_Inputfile variable (use local variables instead).  
15321 9120 d 1 h luke /trunk/src/ Removed C_alloc/C_free and support functions/data structures.  
15309 9120 d 16 h rgentlem /trunk/src/include/ added a prototype to squash a warning  
15049 9137 d 22 h luke /trunk/src/include/ Merged dropping of some unused globals from release branch to trunk.  
14913 9152 d 3 h rgentlem /trunk/src/ changes to allow packages to more easily implement the subset paradigm  
14631 9176 d 21 h luke /trunk/src/ Moved CTXT_RESTART to a single bit in the context flags.  
14561 9180 d 3 h luke /trunk/src/ Added a void * component cenddata to RCNTXT; changed cend to take this
value as its argument. Allows cleanup functions to be given context
data. The dataentry functions have been modified accordingly.
 
14480 9186 d 21 h luke /trunk/src/ Added vmax field to RCNTXT structure; use it to restore R_alloc stack on
before a LONGJMP.
 

Show All