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-conflicts
/
src
/
main
/
dotcode.c
– Rev 75597
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
75597
2813 d 5 h
luke
/branches/R-conflicts/
Merged changes from trunk through 75591
75453
2839 d 5 h
luke
/branches/R-conflicts/
Create branch for experimenting with search path conflict resolution.
73583
3199 d 11 h
kalibera
/trunk/src/main/
Fix .C to convert integer values other than FALSE and NA to TRUE when
returning a logical (PR#15878).
73166
3252 d 5 h
luke
/trunk/
Changes to allow NAMEDMAX to be increased.
72231
3443 d 11 h
ripley
/trunk/
start deprecating the undocumented "styles" argument
71957
3485 d 8 h
kalibera
/trunk/src/main/
Fix error message (reverted branch on Fort in do_dotCode).
70868
3671 d 22 h
luke
/trunk/src/
Some improvements to constant corruption diagnostics; from Tomas Kalibera.
70845
3681 d 9 h
luke
/trunk/src/main/
Updates to constant checking code from Tomas Kalibibera.
70827
3686 d 0 h
luke
/trunk/src/
Added code from Tomas Kalibera for detecting modifications to values
in byte code constant pools.
69108
3997 d 0 h
luke
/trunk/src/
Reverted DUPLICATE_ATTRIB to do a deep copy and added
SHALLOW_DUPLICATE_ATTRIB for use instead in core sources.
68947
4005 d 7 h
ripley
/trunk/src/
use https
67098
4254 d 1 h
luke
/trunk/src/main/
Fixed protect imbalance in do_dotcode, from Tomas Kalibera.
66568
4337 d 7 h
luke
/trunk/src/
Refactored some code to make available for yte code interpreter.
66552
4339 d 5 h
ripley
/trunk/src/
clean up removing DUP = FALSE
66547
4339 d 15 h
ripley
/trunk/
disable DUP = FALSE
66468
4354 d 7 h
maechler
/trunk/src/main/
pure cosmetic (white space; comment)
66131
4397 d 8 h
luke
/trunk/src/main/
Speed up native symbol resolution by avoiding install() and inherits() call.
65019
4543 d 2 h
luke
/trunk/src/
Replaced some uses of NAMED(x) or NAMED(x) != 0 with MAYBE_REFERENCED(x).
64656
4586 d 6 h
ripley
/trunk/src/
correct/standardize copyright dates
63181
4771 d 2 h
ripley
/trunk/src/
micro-manage R_alloc stack
61782
4927 d 5 h
ripley
/trunk/src/main/
check .External registration fully now
61698
4936 d 15 h
ripley
/trunk/src/main/
error except in one case, for now
61692
4937 d 1 h
ripley
/trunk/
check no ofargs for .External
61448
4960 d 14 h
ripley
/trunk/
remove entirely CConverters stuff
60874
5044 d 11 h
ripley
/trunk/
warn on .C() etc with a named argument
60844
5048 d 0 h
ripley
/trunk/
tweak messages
60765
5057 d 12 h
ripley
/trunk/src/main/
clean up
60746
5060 d 11 h
ripley
/trunk/src/main/
wrong name for first arg
60667
5067 d 10 h
ripley
/trunk/src/
only use Internals.h where needed
60607
5071 d 4 h
ripley
/trunk/
confine .C etc in a package to the registered DLL
60588
5072 d 2 h
ripley
/trunk/src/main/
switch some checks on
60587
5072 d 9 h
ripley
/trunk/src/main/
small speedups
60585
5072 d 11 h
ripley
/trunk/src/main/
faster initialization
60488
5080 d 1 h
ripley
/trunk/src/main/
clean up logic
60484
5080 d 4 h
ripley
/trunk/src/
names of .C etc
60478
5080 d 10 h
ripley
/trunk/src/
clarifications
60368
5087 d 9 h
ripley
/trunk/
sanity check on PACKAGE= argument
60364
5087 d 11 h
ripley
/trunk/src/
allow packages to require symbols in .C etc
60350
5088 d 4 h
ripley
/trunk/
improve namespace detection in .Call etc
60348
5088 d 7 h
ripley
/trunk/
PACAKGE = "" is now an error (occurrences in package are clearly mistakes)
Some run-time checking if run-time determination of PACKAGE from
the namespace actually worked.