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
52864 5807 d 16 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
48873 6237 d 6 h murdoch /trunk/src/library/ Lots of typos found by aspell  
48140 6341 d 15 h ripley /trunk/src/library/ documentation tweaks  
47960 6367 d 0 h ripley /trunk/src/library/base/man/ update, additional info, correct  
47262 6429 d 2 h ripley /trunk/ more on Rd version 1.1
use unescaped forms in help files
 
47159 6437 d 16 h ripley /trunk/src/library/ remove unneeded support for installed packages without metadata
remove more mentions of versioned installs.
 
46681 6499 d 20 h ripley /trunk/ documentation updates  
45233 6682 d 1 h ripley /trunk/src/library/base/man/ use DLL more consistently  
43904 6775 d 20 h ripley /trunk/ add DLLpath arg to dyn.load  
42333 6940 d 22 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
40615 7118 d 20 h ripley /trunk/src/library/ more spelling issues  
40281 7158 d 1 h ripley /trunk/src/library/ spelling  
38402 7338 d 23 h ripley /trunk/src/library/ remove distracting historical comments  
37231 7481 d 16 h ripley /trunk/src/library/base/man/ add some warnings, markup  
36316 7561 d 9 h duncan /trunk/ vectorization of getNativeSymbolInfo() and $ method for DLLInfo to resolve symbol  
35730 7601 d 19 h ripley /trunk/ stress that versioned installs supply a versioned pkgname and that is not
suitable for use as chname in library.dynam.
 
33384 7820 d 11 h hornik /trunk/src/library/base/man/ Return values are now DLLInfo/DLLInfoList objects.  
30599 8021 d 12 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.
 
30461 8029 d 15 h ripley /trunk/src/library/ remove unneeded (now) manual cross-referencing  
30304 8043 d 23 h hornik /trunk/src/library/ Use NULL rather than .packages() as the package default value.
(As the latter is documented to be internal, and .find.package() can now
handle the former.)
 

Show All