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-gcontext
/
src
/
main
/
eval.c
@ 28362
– Rev 26795
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
26795
8308 d 3 h
/branches/R-gcontext/
This commit was manufactured by cvs2svn to create branch 'R-gcontext'.
26324
8346 d 6 h
luke
/trunk/src/
Coerced NULL names to character(0) in importIntoEnv before calling .Internal.
26304
8347 d 0 h
luke
/trunk/
Fixed bug in S4 methods dispatch that made local variables in the
generic visible when executing the body of a method, thus violating
lexical scope.
26156
8356 d 0 h
luke
/trunk/src/main/
Added __extension__ to OP macro to reduce warnings when compiled with
gcc -pedantic. Added check for NO_THREADED_CODE to allow threaded
code to be turned off by defining this.
26144
8356 d 17 h
luke
/trunk/src/main/
Added byte code interpreter.
26137
8356 d 23 h
luke
/trunk/src/main/
Added some protects; reduced copying of right hand side in assignments.
26047
8363 d 3 h
luke
/trunk/src/main/
Added bytecode handling to do_eval.
26021
8364 d 4 h
luke
/trunk/src/main/
Split PREXPR into PREXPR and PRCODE to support byte compiled promises.
26015
8364 d 11 h
luke
/trunk/
Added check that function expression in complex assignment is a symbol;
could cause segfault if it isn't.
25718
8384 d 5 h
rgentlem
/trunk/src/main/
changed do_eval to force promises and PrintValueRec to force them before
printing
25630
8391 d 8 h
ripley
/trunk/src/main/
generate errors if various buffers would overlfow
25333
8405 d 9 h
luke
/trunk/src/main/
DispatchGroup was not using R_LookupMethod for group methods.
25313
8406 d 2 h
ripley
/trunk/src/
use snprintf for protection against buffer overuns
25212
8411 d 9 h
luke
/trunk/src/
Added R_CheckUserInterrupt; call periodically in eval; make count
local to eval.Changed from boolean R_interrupt_pending to count
R_interrupts_pending.
24735
8444 d 6 h
ripley
/trunk/src/
remove #ifdef-ed old code
24734
8444 d 7 h
ripley
/trunk/src/
namespaces are no longer experimental, and require bindings etc
24330
8473 d 22 h
ripley
/trunk/
deprecate multi-argument return
24322
8474 d 12 h
ripley
/trunk/
branch update
24313
8474 d 22 h
duncan
/trunk/src/main/
In a call such as a$b$c, if there were any S4 methods defined for a$b, this would cause a$b to be evaluated twice. Set the first argument in the subsequent method dispatch to be an evaluated promise.
24162
8484 d 11 h
ripley
/trunk/
branch update
←Prev
1
2
Next→
Show All