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
47757 6391 d 0 h jmc /branches/R-classInheritance/ create branch for class inheritance  
47616 6403 d 1 h ripley /trunk/src/library/ expand tabs in help files, which were often not rendering as intended  
45416 6672 d 6 h ripley /trunk/ see what happens if CHARSXPs are not allowed to have embedded nuls  
45287 6680 d 5 h ripley /trunk/src/library/base/man/ add comments about nul bytes  
45007 6693 d 6 h ripley /trunk/src/ add useBytes arg to agrep and use it in help.search()  
43806 6786 d 19 h ripley /trunk/ adapt agrep() to work in MBCS locales  
43790 6788 d 15 h ripley /trunk/src/library/base/ charmatch was unintentionally returning invisibly.
document that agrep works at byte level.
 
42876 6890 d 10 h murdoch /trunk/src/library/base/man/ typo  
42333 6941 d 13 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
38946 7281 d 4 h ripley /trunk/ try to add some consistency to the character functions  
38940 7281 d 13 h ripley /trunk/ grep(value=TRUE) only sometimes preserved names.
clarifications of when coercion to character occurs and how it is done.
 
38292 7357 d 12 h ripley /trunk/ use as.character for coercion in agrep/grep/friends  
36816 7525 d 12 h ripley /trunk/src/library/ tweaks, usually over-long lines  
30139 8061 d 17 h hornik /trunk/src/library/ Update email address of David Meyer.  
29362 8114 d 17 h ripley /trunk/src/library/ branch update  
27625 8260 d 9 h ripley /trunk/src/library/ typos from PR5632 and PR5730  
26760 8312 d 15 h ripley /trunk/ branch update  
19903 8824 d 12 h hornik /trunk/src/ Misc code/doc improvements for agrep.  
19830 8829 d 16 h ripley /trunk/src/library/base/man/ missing any \alias.  
19822 8830 d 1 h hornik /trunk/src/ Add R and C code for approximate string matching.