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
46659 6502 d 8 h murdoch /branches/djm-parseRd/ Create temporary branch for Rd parsing code.  
41975 6981 d 14 h ripley /trunk/src/ clean up after making lazyLoadDBfetch primitive  
41972 6981 d 16 h ripley /trunk/ make lazyLoadDBfetch primitive  
41544 7017 d 4 h ripley /trunk/src/library/base/ wrong version of lazyload had r41494  
41535 7018 d 6 h ripley /trunk/ more startup performance improvements  
41531 7018 d 12 h ripley /trunk/ more efficiency gains in lazyloading base  
41501 7020 d 10 h ripley /trunk/src/library/base/ make two versions of lazyLoad as similar as possible  
41494 7021 d 2 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 7021 d 10 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 7122 d 20 h rgentlem /trunk/ patched new.env to allow users to specify the size, plus a few
tidying up operations
 
40176 7166 d 8 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 7638 d 3 h murdoch /trunk/ Add R_BaseEnv and baseenv() alias for NULL, in preparation for deprecating NULL  
33596 7809 d 6 h murdoch /trunk/ Deprecate delay() and replace its uses with delayedAssign  
32492 7874 d 6 h ripley /trunk/ change connections encoding to use iconv.  
30984 8000 d 14 h ripley /trunk/ move baseloader.R, install directly  
30349 8041 d 6 h ripley /trunk/ commit lazy-loading