R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-NaString
/
src
/
main
/
envir.c
– Rev 16318
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
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).
←Prev
1
2
Next→
Show All