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)
/
trunk
/
src
/
library
/
base
/
man
/
getLoadedDLLs.Rd
– Rev 73360
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
73360
3225 d 11 h
maechler
/trunk/
+ [.DLLInfoList
68948
4005 d 6 h
ripley
/trunk/src/library/
use https
67599
4202 d 9 h
ripley
/trunk/src/library/
update copyright dates
66444
4359 d 2 h
hornik
/trunk/
Rd markup.
61433
4962 d 8 h
ripley
/trunk/src/library/
remove trailing spaces
59039
5216 d 10 h
ripley
/trunk/
use preferred form of 'R Core Team'
56186
5516 d 19 h
murdoch
/trunk/
Revert r56184 and r56185
56184
5516 d 21 h
murdoch
/trunk/src/
Remove redundant \alias entries from man pages
53107
5778 d 1 h
ripley
/trunk/
doc improvements
46908
6466 d 23 h
murdoch
/trunk/src/library/
Typos discovered by parse_Rd
45233
6681 d 14 h
ripley
/trunk/src/library/base/man/
use DLL more consistently
42333
6940 d 10 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
36395
7555 d 12 h
ripley
/trunk/src/library/base/man/
remove surplus space
36316
7560 d 22 h
duncan
/trunk/
vectorization of getNativeSymbolInfo() and $ method for DLLInfo to resolve symbol
33134
7837 d 6 h
hornik
/trunk/src/library/base/man/
Add some missing pieces.
32297
7886 d 11 h
ripley
/trunk/src/library/base/man/
typo
32296
7886 d 12 h
ripley
/trunk/
more correction/tidying up of DLL registration
30856
8006 d 4 h
duncan
/trunk/src/
Print methods for DLLs, registered routine lists. Help for getCallingDLL
30653
8018 d 12 h
ripley
/trunk/src/library/base/man/
need to use \email markup
30599
8021 d 0 h
duncan
/trunk/
The lookup of symbols in DLLs is now more centralized in a routine that
is called by do_dotCode, do_dotcall and do_External.
This routine combines the name and PACKAGE argument
to find the symbol and can handle
i) no PACKAGE argument when the function that called the native interface is within a namespace
ii) when the symbol is a NativeSymbolInfo or "native symbol" external pointer
iii) the PACKAGE is a DLLInfoReference object
This means we can handle packages with versions
and still get the correct DLL for the package.
Still more removal of the dependency on these
global names for a centralized table needed.