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
42208 6955 d 4 h murdoch /branches/djm-source/ Recreate branch from trunk  
41961 6981 d 12 h ripley /trunk/src/main/ package 'party' calls the private entry point La_svd  
41960 6981 d 13 h ripley /trunk/src/main/ more attribute_hidden  
38957 7278 d 11 h ripley /trunk/src/ more tidying up of entry points  
37126 7494 d 4 h ripley /trunk/ remove some code left over from La.eigen
allow a tolerance on the test for real eigenvalues in La_rs.
add some notes on accuracy issues in eigen.
 
36820 7524 d 0 h ripley /trunk/ update FSF address  
32867 7851 d 8 h ripley /trunk/ update message info  
32487 7873 d 8 h ripley /trunk/src/ add checks that dlsym worked and so the initialization code got called  
29959 8070 d 20 h ripley /trunk/src/main/ remove debugging code  
26797 8307 d 17 h bates /trunk/src/ Add tolerance check to Lapack-based solve  
25290 8407 d 0 h bates /trunk/src/ Added Lapack-based determinant and (temporarily) ndet functions  
24516 8460 d 7 h ripley /trunk/ branch update  
23185 8561 d 21 h ripley /trunk/ add double LAPACK versions of solve.default and QR routines  
20897 8747 d 3 h bates /trunk/ Added La.chol and La.chol2inv  
17056 9002 d 20 h ripley /trunk/ faster LAPACK routines
remove .Alias
 
15776 9098 d 20 h hornik /trunk/src/ Move `Rdynpriv.h' from `src/include/R_ext' to `src/include'.  
15512 9111 d 10 h ripley /trunk/src/main/ repair patch update  
15508 9111 d 17 h pd /trunk/ patch update  
14945 9149 d 2 h duncan /trunk/src/ The modules now explicitly register their function pointers rather than have the centralized loader resolve the symbols dynamically by looking in the shared library. This was motivated by the failure on the Dec T Tru64 reported by Brad McNeney. However, it is just a good thing to do as it reduces the dependency on the operating systems linker and dynamic loader and is more in keeping with the registration of native routines introduced recently. Tested on RH, YDL, Solaris. Needs checking on the Mac and Windows. Also needs to be verified on a machine without X11  
14571 9179 d 20 h duncan /trunk/ R_FindSymbol takes an additional argument (R_RegisteredNativeSymbol *)
which is used to return the the definition of a registered symbol if
it is found. This can then be used to test the argument types, etc.

Problem with NAOK and DUP being passed onto C routines
rather than removed from the argument list.

Avoid registering certain routines:

eda
mva R_distance commented out




M NEWS
M src/include/R_ext/Rdynload.h
R_ExternalMethod
enum for NativeSymbolType
R_useDynamicSymbols() declaration
M src/include/R_ext/Rdynpriv.h
add External symbol definition & field in DllInfo
add useDynamicLookup flag
Rf_RegisteredNativeSymbol
M src/library/base/man/dynload.Rd
M src/library/ctest/src/init.c
extra argument for R_registerRoutines()
M src/library/eda/src/init.c
don't register C routines since NAOK passed to them
signals an error in number of arguments.
M src/library/lqs/src/lqs.c
extra argument for R_registerRoutines()
incorrect number of args declared for lqs_fitlots()
M src/library/modreg/src/init.c
extra argument for R_registerRoutines()
M src/library/mva/src/init.c
remove registration of R_distance() for NAOK & DUP argument problem.
M src/library/nls/src/nls.c
extra argument for R_registerRoutines()
M src/library/splines/src/splines.c
extra argument for R_registerRoutines()
M src/library/tcltk/src/tcltk_win.c
R_FindSymbol()
M src/library/ts/R/ar.yw.mts.R
extra (11th) argument in .C("multi_yw",...)
M src/library/ts/src/init.c
commented out registration of filter1() and filter2()

M src/main/RNG.c R_FindSymbol()
M src/main/Rdynload.c
added
R_useDynamicSymbols()
useDynamicLookup flag
R_addExternalRoutine()
extra argument to R_registerRoutines()
R_dlsym() takes R_RegisteredNativeSymbol* arg.
Rf_lookupRegisteredExternalSymbol

M src/main/dotcode.c
find the registered routine definition, if present
and perform checks.

M src/main/internet.c R_FindSymbol()
M src/main/lapack.c changed do_isloaded
M src/main/names.c do_isloaded() changes.
M src/main/vfonts.c R_FindSymbol()

M tests/primitive-funs.Rout.save
changes for is.loaded()
 

Show All