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-2-0-patches
/
src
/
main
/
dotcode.c
– Rev 31708
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
31708
7937 d 21 h
ripley
/branches/R-2-0-patches/src/main/
port r31601 belatedly from trunk
31594
7946 d 6 h
ripley
/branches/R-2-0-patches/src/main/
mport r31593 from trunk
31592
7946 d 6 h
ripley
/branches/R-2-0-patches/src/main/
port r31319 and r31591 (includes improved version of r31319) from trunk.
31272
7965 d 22 h
pd
/branches/R-2-0-patches/
creating R-2.0.x patch branch
30832
8007 d 12 h
murrell
/trunk/src/
Fix to remove lingering dependency of grid on base graphics
Graphics engine now keeps track of whether a device is dirty and
individual graphics systems can keep track separately of whether they
have dirtied the device.
Base only checks validity of device if it has dirtied the device.
30604
8020 d 9 h
duncan
/trunk/src/main/
Handles the case that there is no PACKAGE argument
30599
8020 d 16 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.
27298
8274 d 2 h
ripley
/trunk/src/main/
avoid some warnings
27263
8276 d 18 h
ripley
/trunk/src/main/
more informative error messages
26763
8311 d 1 h
maechler
/trunk/src/main/
activate REGISTRATION_TYPE_ERROR
26418
8340 d 17 h
rgentlem
/trunk/src/
fixed buffer overruns
24735
8443 d 23 h
ripley
/trunk/src/
remove #ifdef-ed old code
24068
8493 d 20 h
ripley
/trunk/
more removing classic MacOS
22284
8628 d 14 h
duncan
/trunk/src/
Switched the way we make symbols in base available to .C/.Call/.External/.Fortran calls. Rather than using ROUTINES, we now use the registration mechanism. Tested on all the standard platforms except HP and AIX. Tidy up to follow now the basics are in.
20110
8807 d 18 h
duncan
/trunk/
Extended registration to allow types and in/out style qualifiers for parameters. Documentation on its way in the next few days. Packages that currently use the registration will need to be recompiled
19912
8822 d 10 h
duncan
/trunk/src/
Some removal of global variables in src/main
18560
8908 d 17 h
ripley
/trunk/src/
attempt to check for paths longer than PATH_MAX
17794
8958 d 23 h
duncan
/trunk/
Fixed naokfind() so that it removes the NAOK and DUP arguments and does not pass them down to the native routine being called via .C() or .Fortran(). bincode & bincount depended on getting NAOK passed down, so the calls to these are now changed. Any user code that depends on getting NAOK passed down will need to be changed.
17164
9000 d 14 h
duncan
/trunk/
The getNativeSymbolInfo function and associated changes.
16950
9006 d 14 h
murrell
/trunk/src/main/
Indentation
←Prev
1
2
Next→
Show All