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
16318 9056 d 2 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
16249 9059 d 12 h ripley /trunk/ tweaks and fixes to connections  
16016 9082 d 9 h ripley /trunk/ allow comments in data files: not yet finished  
15890 9091 d 21 h jmc /trunk/ standardGeneric as a primitive  
15753 9099 d 21 h jmc /trunk/ C versions of new class functions, and of as.environment  
15655 9105 d 12 h ripley /trunk/ add canvas colour to x11 devices  
15641 9106 d 7 h ripley /trunk/ transparency support phase I  
15467 9113 d 21 h jmc /trunk/ adding = operator to assignments  
15377 9118 d 2 h ripley /trunk/ add cacheOK argument to download.file, use for CRAN.packages  
15355 9119 d 0 h jmc /trunk/ Adding the `methods' package, plus related changes to base to add two primitives,
@ and @<-. Also a further extension to the "save" option to INSTALL
 
15308 9120 d 17 h rgentlem /trunk/ added new environment handling functions  
15245 9123 d 10 h ripley /trunk/ add nsl() function to help test internet connectivity  
15168 9126 d 20 h pd /trunk/ branch update  
15163 9127 d 3 h pd /trunk/ merged from R-1-releases  
14997 9144 d 7 h luke /trunk/src/main/ Merged changes to do_get, do_assign from release branch to trunk.  
14904 9153 d 3 h luke /trunk/src/ Merged change of marker token for restarts from release branch to trunk.  
14599 9178 d 4 h iacus /trunk/src/main/ add do_applescript  
14577 9179 d 11 h ripley /trunk/src/main/ Get is.loaded working again.
Remove some compilation warnings
 
14576 9179 d 11 h ripley /trunk/src/main/ is.loaded should be a primitive ...  
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()
 

Show All