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
/
djm-parseRd
/
src
/
library
/
base
/
baseloader.R
– Rev 46659
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
46659
6501 d 7 h
murdoch
/branches/djm-parseRd/
Create temporary branch for Rd parsing code.
41975
6980 d 13 h
ripley
/trunk/src/
clean up after making lazyLoadDBfetch primitive
41972
6980 d 15 h
ripley
/trunk/
make lazyLoadDBfetch primitive
41544
7016 d 3 h
ripley
/trunk/src/library/base/
wrong version of lazyload had r41494
41535
7017 d 5 h
ripley
/trunk/
more startup performance improvements
41531
7017 d 11 h
ripley
/trunk/
more efficiency gains in lazyloading base
41501
7019 d 9 h
ripley
/trunk/src/library/base/
make two versions of lazyLoad as similar as possible
41494
7020 d 1 h
rgentlem
/trunk/src/library/base/
modified the loading of old environments, so that those serialized with parent.env NULL are loaded with the parent.env=emptyenv(); and yes an alternative
would have been baseenv(), but that was seldom the intention of folks that
set the environment to NULL.
41486
7020 d 9 h
ripley
/trunk/src/library/base/
match up the two versions of lazyLoad, and ensure the one in lazyLoad.R
gets loaded into base even when base is lazyloaded.
40581
7121 d 19 h
rgentlem
/trunk/
patched new.env to allow users to specify the size, plus a few
tidying up operations
40176
7165 d 7 h
ripley
/trunk/
make names, names<-, levels<- primitive for efficiency.
rename .Internal(substrgets to substr<- for consistency (and error messages).
check arity of internal generics before dispatch.
change several specials to builtins where all args are evaluated immediately.
add checking of primitive generics to checkS3methods.
improve documentation of primitives and internal generics.
35450
7637 d 2 h
murdoch
/trunk/
Add R_BaseEnv and baseenv() alias for NULL, in preparation for deprecating NULL
33596
7808 d 5 h
murdoch
/trunk/
Deprecate delay() and replace its uses with delayedAssign
32492
7873 d 5 h
ripley
/trunk/
change connections encoding to use iconv.
30984
7999 d 13 h
ripley
/trunk/
move baseloader.R, install directly
30349
8040 d 5 h
ripley
/trunk/
commit lazy-loading