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
28254 20661 d 19 h /branches/R-Win-CMD/ This commit was manufactured by cvs2svn to create branch 'R-Win-CMD'.  
27474 8265 d 21 h ripley /trunk/ merge mva into stats  
27447 8266 d 10 h ripley /trunk/src/library/ update links  
25118 8420 d 18 h hornik /trunk/src/library/ Use new Rd commands for marking words and phrases.  
24700 8446 d 7 h ripley /trunk/src/library/ branch update  
24300 8476 d 4 h ripley /trunk/ branch update  
23382 8551 d 23 h murdoch /trunk/src/ Made FPU warning in Windows dyn.load optional.  
22203 8634 d 8 h ripley /trunk/ branch update  
22192 8635 d 4 h murdoch /trunk/src/library/base/man/ Branch update  
22167 8636 d 22 h murdoch /trunk/src/library/base/man/ Added reference to readme.packages to Windows text.  
15168 9126 d 20 h pd /trunk/ branch update  
14571 9179 d 22 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()
 
10525 9458 d 7 h ripley /trunk/src/library/base/ changes suggested by codoc: match functions and docs  
8710 9608 d 8 h ripley /trunk/src/library/base/man/ Windows opt-outs  
8219 9657 d 10 h ripley /trunk/src/library/base/man/ detach libraries  
8193 9658 d 7 h ripley /trunk/ more on HTML indices
tidy up names, put default methods in with generics if almost identical
 
7782 9680 d 5 h hornik /trunk/src/library/base/man/ Rewrite to contain \description.  
6994 9724 d 22 h pd /trunk/ branch update  
6098 9790 d 1 h pd /trunk/ branch update - not bugfree  
5538 9839 d 12 h ripley /trunk/src/library/base/ add dyn.unload R interface. Improve documentation  

Show All