The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
73360 3227 d 2 h maechler /trunk/ + [.DLLInfoList  
68948 4006 d 21 h ripley /trunk/src/library/ use https  
67599 4204 d 0 h ripley /trunk/src/library/ update copyright dates  
66444 4360 d 17 h hornik /trunk/ Rd markup.  
61433 4963 d 23 h ripley /trunk/src/library/ remove trailing spaces  
59039 5218 d 1 h ripley /trunk/ use preferred form of 'R Core Team'  
56186 5518 d 10 h murdoch /trunk/ Revert r56184 and r56185  
56184 5518 d 12 h murdoch /trunk/src/ Remove redundant \alias entries from man pages  
53107 5779 d 16 h ripley /trunk/ doc improvements  
46908 6468 d 14 h murdoch /trunk/src/library/ Typos discovered by parse_Rd  
45233 6683 d 5 h ripley /trunk/src/library/base/man/ use DLL more consistently  
42333 6942 d 1 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
36395 7557 d 3 h ripley /trunk/src/library/base/man/ remove surplus space  
36316 7562 d 13 h duncan /trunk/ vectorization of getNativeSymbolInfo() and $ method for DLLInfo to resolve symbol  
33134 7838 d 21 h hornik /trunk/src/library/base/man/ Add some missing pieces.  
32297 7888 d 2 h ripley /trunk/src/library/base/man/ typo  
32296 7888 d 3 h ripley /trunk/ more correction/tidying up of DLL registration  
30856 8007 d 19 h duncan /trunk/src/ Print methods for DLLs, registered routine lists. Help for getCallingDLL  
30653 8020 d 3 h ripley /trunk/src/library/base/man/ need to use \email markup  
30599 8022 d 15 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.