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 9057 d 5 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
16316 9057 d 11 h luke /trunk/src/main/ Added FANCY_BINDINGS support to non-global-cach code branch, just to be safe.  
16309 9058 d 0 h luke /trunk/src/main/ Added experimental code for locking bindings and for "active bindings".  
16300 9058 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.
 
16273 9059 d 6 h luke /trunk/src/main/ Added experimental code for environment locking.  
16256 9060 d 5 h luke /trunk/src/main/ Removed mfindVarInFrame and replaced calls with calls to
findVarLocInFrame (which does the same thing).
 
16242 9061 d 9 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 9077 d 5 h luke /trunk/src/main/ Fixed spelling in error message.  
15753 9101 d 0 h jmc /trunk/ C versions of new class functions, and of as.environment  
15390 9118 d 12 h ripley /trunk/src/main/ zap -Wall warnings  
15308 9121 d 20 h rgentlem /trunk/ added new environment handling functions  
14997 9145 d 10 h luke /trunk/src/main/ Merged changes to do_get, do_assign from release branch to trunk.  
13793 9224 d 2 h rgentlem /trunk/src/main/ fixed a bug in contexts that kept break from matching it's loop  
13186 9259 d 23 h pd /trunk/ branch update  
11139 9400 d 3 h maechler /trunk/src/ Startup.h has SA_ (from Defn); many more cleanups  
10616 9447 d 6 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 9457 d 18 h rgentlem /trunk/ changes to formulae to take advantage of the environment
changed (almost) all sys.frame(sys.parent()) to parent.frame()
 
10398 9469 d 20 h luke /trunk/src/main/ Turned global variable caching on by default.  
10383 9470 d 20 h luke /trunk/src/ Renamed NARGS macros/functions as ENVFLAGS.  
10325 9475 d 17 h luke /trunk/src/main/ Added caching of global variable bindings (temporarily disabled until
issues with NARGS are sorted out).
 

Show All