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'.  
16316 9056 d 10 h luke /trunk/src/main/ Added FANCY_BINDINGS support to non-global-cach code branch, just to be safe.  
16309 9056 d 23 h luke /trunk/src/main/ Added experimental code for locking bindings and for "active bindings".  
16300 9057 d 6 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.
 
16273 9058 d 6 h luke /trunk/src/main/ Added experimental code for environment locking.  
16256 9059 d 5 h luke /trunk/src/main/ Removed mfindVarInFrame and replaced calls with calls to
findVarLocInFrame (which does the same thing).
 
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).
 
16073 9076 d 4 h luke /trunk/src/main/ Fixed spelling in error message.  
15753 9100 d 0 h jmc /trunk/ C versions of new class functions, and of as.environment  
15390 9117 d 11 h ripley /trunk/src/main/ zap -Wall warnings  
15308 9120 d 19 h rgentlem /trunk/ added new environment handling functions  
14997 9144 d 10 h luke /trunk/src/main/ Merged changes to do_get, do_assign from release branch to trunk.  
13793 9223 d 2 h rgentlem /trunk/src/main/ fixed a bug in contexts that kept break from matching it's loop  
13186 9258 d 23 h pd /trunk/ branch update  
11139 9399 d 2 h maechler /trunk/src/ Startup.h has SA_ (from Defn); many more cleanups  
10616 9446 d 5 h luke /trunk/src/main/ Global variable cache was not being flushed in defineVar for hashed
environment or base assignments. Fixed by movind cache flush for non
NIL rho to top of that case and adding flush for symbo value
assignment.
 
10538 9456 d 17 h rgentlem /trunk/ changes to formulae to take advantage of the environment
changed (almost) all sys.frame(sys.parent()) to parent.frame()
 
10398 9468 d 19 h luke /trunk/src/main/ Turned global variable caching on by default.  
10383 9469 d 19 h luke /trunk/src/ Renamed NARGS macros/functions as ENVFLAGS.  
10325 9474 d 17 h luke /trunk/src/main/ Added caching of global variable bindings (temporarily disabled until
issues with NARGS are sorted out).
 

Show All