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
30945 8001 d 0 h ripley /trunk/tests/ need ls(all=TRUE) to match previous output  
23645 8536 d 5 h ripley /trunk/ remove dataClass, objWithClass  
23591 8539 d 4 h jmc /trunk/ remove the @<- primitive from base (last conflict with methods)  
22949 8577 d 2 h ripley /trunk/ move the class/class<- definitions from methods to base, and
make the old ones oldClass/oldClass<-. Start tidying up.
 
19562 8848 d 21 h pd /trunk/ .subset/.subset2, perfomace tweak in [[.data.frame  
19156 8879 d 21 h jmc /trunk/ move the extended version of trace into package base  
17558 8979 d 8 h ripley /trunk/tests/ primitive .Alias is now defunct  
16557 9033 d 6 h pd /trunk/ reg.finalizer()  
15890 9091 d 21 h jmc /trunk/ standardGeneric as a primitive  
15753 9099 d 22 h jmc /trunk/ C versions of new class functions, and of as.environment  
15467 9113 d 21 h jmc /trunk/ adding = operator to assignments  
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
 
14578 9179 d 11 h ripley /trunk/tests/ revert is.loaded to 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()
 
13938 9215 d 0 h maechler /trunk/tests/ comments; "attr" moved  
13935 9215 d 2 h rgentlem /trunk/tests/ added quote as a .Primitive  
10995 9411 d 12 h ripley /trunk/tests/ patch up primitive-funs.R. What does this do that is useful?  
10749 9432 d 0 h luke /trunk/ Added internal SPECIAL version of as.character.  
10748 9432 d 1 h luke /trunk/ Replaced interpreted attr by an internal BUILTIN.  
10172 9484 d 21 h luke /trunk/ Merged with R-GenGC branch  

Show All