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'.  
25685 8387 d 5 h ripley /trunk/ more care over seeds: look only in the workspace  
24516 8460 d 10 h ripley /trunk/ branch update  
24322 8474 d 11 h ripley /trunk/ branch update  
23377 8552 d 3 h pd /trunk/ RNG change + delayed greeting  
22052 8645 d 6 h ripley /trunk/ avoid unif_rand returning 0 for internal RNGS in R  
20253 8797 d 9 h ripley /trunk/ Add "Inversion" option for normals  
19500 8854 d 1 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
18519 8912 d 5 h ripley /trunk/ use colours as default for pie
add 2002 option for Knuth-TAOCP RNG
fix bug on set.seed(xxx, "default"), and change number in example(eigen)
 
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()
 
12976 9281 d 8 h pd /trunk/ branch update  
12256 9324 d 4 h pd /trunk/ branch update  
10996 9411 d 10 h ripley /trunk/src/ USER -> USER_UNIF  
10960 9416 d 4 h ripley /trunk/ require explict use of R_ext for headers in include/R_ext
split Graphics.h into internal Graphics.h and Devices.h and public Graphics.h
allow user-specified families in postscript()
 
9262 9565 d 1 h ripley /trunk/src/main/ clarify error message  
8438 9641 d 1 h ripley /trunk/ add "user" method for normal random numbers  
8334 9651 d 10 h ripley /trunk/src/ emphasize that Box-Muller state is set by set.seed and not .Random.seed  
8320 9651 d 20 h ripley /trunk/ Reset Box-Muller normal generator on call to set.seed or RNGkind  
8312 9652 d 10 h ripley /trunk/ allow "default" as argument in RNGkind, set.seed.  
8240 9656 d 8 h ripley /trunk/src/main/ safer checks on .Random.seed in and out  

Show All