R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-NaString
/
src
/
main
/
RNG.c
– Rev 16318
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
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'.
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 3 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
8196
9658 d 4 h
ripley
/trunk/src/main/
protect against user-corrupted .Random.seed
7866
9676 d 8 h
ripley
/trunk/src/main/
typo
7850
9677 d 0 h
ripley
/trunk/
DLFUNC returns void * not int (which was unsafe)
7842
9677 d 8 h
ripley
/trunk/
plug-in interface for RNGs
7833
9678 d 1 h
ripley
/trunk/src/
sort out Reeds ref, period for Knuth-TAOCP
protect against user manipulating .Random.seed for MT and Knuth-TAOCP
7828
9678 d 7 h
ripley
/trunk/src/main/
Don't try to initialize invalid RNGkinds
101 vs 100 problem in Knuth-TAOCP
7797
9679 d 11 h
maechler
/trunk/src/main/
1 "."; much whitespace
7791
9680 d 0 h
ripley
/trunk/src/main/
keep -pedantic happy
←Prev
1
2
Next→
Show All