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 6390 d 18 h jmc /branches/R-classInheritance/ create branch for class inheritance  
44184 6757 d 4 h ripley /trunk/src/library/ use consistent markup for 'Details'  
42333 6941 d 8 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
40640 7114 d 1 h murdoch /trunk/src/library/base/ Fix for handling encodings in srcfile objects  
40261 7160 d 14 h murdoch /trunk/ Fix for bug in src refs: now src ref is attached to the container (EXPRSXP, or "{" LANGSXP) rather than the individual element.  
40180 7165 d 19 h ripley /trunk/src/library/ add more checks of methods for primitve generics (and fix up some methods)  
40028 7183 d 5 h murdoch /trunk/src/library/base/ Need to accept non-character "lines" in srcfilecopy.  
39996 7185 d 0 h murdoch /trunk/ Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.
 
39739 7212 d 17 h murdoch /branches/djm-source/src/library/base/ Add srcfilecopy to hold copy of source text. Not used yet...  
39716 7217 d 6 h murdoch /branches/djm-source/src/library/base/ Add useSource parameter to srcref string conversion and printing  
39712 7217 d 18 h murdoch /branches/djm-source/src/ Add option to print.default to not use source ref.
Fix CRLF in new Rd file.
Handle errors in reading srcfile.
 
39700 7219 d 0 h murdoch /branches/djm-source/src/library/base/ Added docs; cosmetic changes to make check happy.