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-gcontext
/
src
/
main
/
registration.c
@ 28362
– Rev 26847
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
26847
8303 d 0 h
murrell
/branches/R-gcontext/
Merged from main development trunk
26795
8308 d 6 h
/branches/R-gcontext/
This commit was manufactured by cvs2svn to create branch 'R-gcontext'.
26752
8312 d 1 h
duncan
/trunk/src/main/
Reverse the two lines so that dynamic lookup is turned off for base
26745
8312 d 10 h
maechler
/trunk/src/
branch update
25919
8370 d 2 h
luke
/trunk/src/main/
Added some byte code profiling entries.
25493
8398 d 8 h
ripley
/trunk/src/main/
lots of static declarations
use only declared symbols
25303
8406 d 14 h
ripley
/trunk/src/
tweaks to LAPACK-based det function
24931
8433 d 6 h
luke
/trunk/src/main/
Added support code for lazy loading of packages.
24910
8434 d 2 h
luke
/trunk/src/main/
Moved serialize/unserialize code into base.
23185
8562 d 4 h
ripley
/trunk/
add double LAPACK versions of solve.default and QR routines
23133
8567 d 10 h
ripley
/trunk/src/main/
add experimental support of in-memory compression of scalar strings
23058
8572 d 14 h
ripley
/trunk/src/main/
add copyright, some explanation in basedecl.h
22858
8583 d 10 h
hornik
/trunk/
New function r2dtable() and corresponding C function R_r2dtable() for
generating random samples of two-way tables with given marginals.
22838
8584 d 1 h
tlumley
/trunk/
mapply -- multivariate version of sapply
22630
8601 d 15 h
hornik
/trunk/src/main/
Cosmetics, part II.
22607
8604 d 11 h
hornik
/trunk/src/main/
Cosmetics.
22312
8626 d 6 h
duncan
/trunk/
Removed all but the Macintosh references to ROUTINES, FFTab.h and FFDecl.h. This is no longer in use as we use registration.c to export some symbols in base.
22284
8629 d 1 h
duncan
/trunk/src/
Switched the way we make symbols in base available to .C/.Call/.External/.Fortran calls. Rather than using ROUTINES, we now use the registration mechanism. Tested on all the standard platforms except HP and AIX. Tidy up to follow now the basics are in.