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 5 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
16300 9057 d 7 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 8 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 20 h jmc /trunk/src/ no global for R_standardGeneric_ptr  
15912 9091 d 7 h ripley /trunk/src/ move initialization of R_standardGeneric_ptr to Defn.h  
15908 9091 d 7 h ripley /trunk/src/ make R_standardGeneric_ptr LibExtern, export on cross-compiled Windows  
15903 9091 d 8 h jmc /trunk/src/ R_stdgen_ptr to Defn.h; naughty, naughty  
15783 9098 d 20 h rgentlem /trunk/ made length generic and added an arg to DispatchOrEval  
15753 9100 d 0 h jmc /trunk/ C versions of new class functions, and of as.environment  
15716 9102 d 2 h ripley /trunk/src/ add DLL import/export flags and remove globalvars.h (from Windows port)  
15459 9114 d 7 h jmc /trunk/ added type2symbol to make the default class computations in methods package
more consistent with the types in main/util.c
 
15427 9116 d 3 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 5 h luke /trunk/src/ Removed R_Inputfile variable (use local variables instead).  
15321 9120 d 5 h luke /trunk/src/ Removed C_alloc/C_free and support functions/data structures.  
15309 9120 d 20 h rgentlem /trunk/src/include/ added a prototype to squash a warning  
15049 9138 d 2 h luke /trunk/src/include/ Merged dropping of some unused globals from release branch to trunk.  
14913 9152 d 7 h rgentlem /trunk/src/ changes to allow packages to more easily implement the subset paradigm  
14631 9177 d 1 h luke /trunk/src/ Moved CTXT_RESTART to a single bit in the context flags.  
14561 9180 d 7 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 9187 d 1 h luke /trunk/src/ Added vmax field to RCNTXT structure; use it to restore R_alloc stack on
before a LONGJMP.
 
14479 9187 d 2 h luke /trunk/src/ Consolidated restoring globals before a LONGJMP into R_restore_globals.  
14477 9187 d 3 h luke /trunk/src/include/ Added declaration of R_run_onexits.  
14403 9189 d 14 h hornik /trunk/ Cosmetics.  
14368 9193 d 11 h ripley /trunk/src/include/ move findVarInFrame to Rinternals: needed for rpart.  
14077 9208 d 9 h duncan /trunk/src/ Merge the different dynload.c files into a common, platform-independent component (Rdynload.c) and platform-specific routines that perform the opening, closing and symbol resolution (in the dynload.c files). This makes the R_registerRoutines() available on all platforms (when the Mac is changed to use this). Packages include Rdynload.h. Rdynpriv.h is for the internal, platform-specific interface for dynamic loading. Works on Linux, Windows. Not yet on Mac  
13997 9213 d 1 h duncan /trunk/src/ Changes to remove global variables to make the routines thread-safe and reentrant. Start of a major pass through the code to do this. Shout soon if it causes problems!  
13852 9219 d 8 h ripley /trunk/src/include/ initialize R_ErrorCon in Defn.h, in case REvprintf is called before the
event loop is started.
 
13606 9231 d 11 h maechler /trunk/src/ add InheritsClass to Defn.h (-W...)  
13305 9248 d 3 h ripley /trunk/ improvements to connections  
12778 9301 d 2 h pd /trunk/ branch update  
12256 9324 d 7 h pd /trunk/ branch update  
11656 9368 d 10 h ripley /trunk/ add connections, phase I  
11533 9375 d 0 h ripley /trunk/src/ move .Renviron processing to C code  
11499 9376 d 0 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
11497 9376 d 5 h hornik /trunk/ Use <foo.h> instead of "foo.h" for including R API headers.  
11139 9399 d 3 h maechler /trunk/src/ Startup.h has SA_ (from Defn); many more cleanups  
11135 9399 d 4 h luke /trunk/src/ Changed AdjustHeapSize to use adjustments linear in current sizes
instead of constants.
Added accessor functions for maximal heap size limits.
 
11116 9400 d 13 h ripley /trunk/src/ remove vestiges of save(oldstyle=TRUE) and unused code
remove non-GenGC versions of code (for readablity)
 
11045 9406 d 5 h maechler /trunk/src/include/ move warningcall.. from Defn to Rinternals  
10973 9414 d 11 h hornik /trunk/ Remove F77_SYMBOL from API code; make `Rconfig.h' a subset of `config.h'.