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
/
tools4pkgs
/
src
/
main
/
dotcode.c
@ 77458
– Rev 71686
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
71686
3533 d 8 h
maechler
/branches/tools4pkgs/
Create tools 4 packages branch
70868
3672 d 20 h
luke
/trunk/src/
Some improvements to constant corruption diagnostics; from Tomas Kalibera.
70845
3682 d 6 h
luke
/trunk/src/main/
Updates to constant checking code from Tomas Kalibibera.
70827
3686 d 22 h
luke
/trunk/src/
Added code from Tomas Kalibera for detecting modifications to values
in byte code constant pools.
69108
3997 d 21 h
luke
/trunk/src/
Reverted DUPLICATE_ATTRIB to do a deep copy and added
SHALLOW_DUPLICATE_ATTRIB for use instead in core sources.
68947
4006 d 5 h
ripley
/trunk/src/
use https
67098
4254 d 22 h
luke
/trunk/src/main/
Fixed protect imbalance in do_dotcode, from Tomas Kalibera.
66568
4338 d 4 h
luke
/trunk/src/
Refactored some code to make available for yte code interpreter.
66552
4340 d 3 h
ripley
/trunk/src/
clean up removing DUP = FALSE
66547
4340 d 13 h
ripley
/trunk/
disable DUP = FALSE
66468
4355 d 5 h
maechler
/trunk/src/main/
pure cosmetic (white space; comment)
66131
4398 d 6 h
luke
/trunk/src/main/
Speed up native symbol resolution by avoiding install() and inherits() call.
65019
4544 d 0 h
luke
/trunk/src/
Replaced some uses of NAMED(x) or NAMED(x) != 0 with MAYBE_REFERENCED(x).
64656
4587 d 4 h
ripley
/trunk/src/
correct/standardize copyright dates
63181
4772 d 0 h
ripley
/trunk/src/
micro-manage R_alloc stack
61782
4928 d 3 h
ripley
/trunk/src/main/
check .External registration fully now
61698
4937 d 13 h
ripley
/trunk/src/main/
error except in one case, for now
61692
4937 d 23 h
ripley
/trunk/
check no ofargs for .External
61448
4961 d 12 h
ripley
/trunk/
remove entirely CConverters stuff
60874
5045 d 9 h
ripley
/trunk/
warn on .C() etc with a named argument
60844
5048 d 22 h
ripley
/trunk/
tweak messages
60765
5058 d 9 h
ripley
/trunk/src/main/
clean up
60746
5061 d 9 h
ripley
/trunk/src/main/
wrong name for first arg
60667
5068 d 8 h
ripley
/trunk/src/
only use Internals.h where needed
60607
5072 d 1 h
ripley
/trunk/
confine .C etc in a package to the registered DLL
60588
5072 d 23 h
ripley
/trunk/src/main/
switch some checks on
60587
5073 d 7 h
ripley
/trunk/src/main/
small speedups
60585
5073 d 9 h
ripley
/trunk/src/main/
faster initialization
60488
5080 d 23 h
ripley
/trunk/src/main/
clean up logic
60484
5081 d 1 h
ripley
/trunk/src/
names of .C etc
60478
5081 d 7 h
ripley
/trunk/src/
clarifications
60368
5088 d 6 h
ripley
/trunk/
sanity check on PACKAGE= argument
60364
5088 d 8 h
ripley
/trunk/src/
allow packages to require symbols in .C etc
60350
5089 d 2 h
ripley
/trunk/
improve namespace detection in .Call etc
60348
5089 d 5 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.
60170
5104 d 6 h
ripley
/trunk/src/main/
more informative messages
60132
5106 d 4 h
ripley
/trunk/
remove R-level xlength
59735
5135 d 11 h
ripley
/trunk/
go back to passing NULL being an error
59701
5141 d 4 h
murdoch
/trunk/
Warn about using single in .C(DUP=FALSE).
59520
5166 d 11 h
ripley
/trunk/
more cleaning up tracemem