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
52864 5808 d 17 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
51729 5949 d 19 h ripley /trunk/ more diffable results  
50981 6039 d 12 h murdoch /trunk/ Fix various encoding issues.  
50829 6061 d 15 h ripley /trunk/src/library/base/ make parse() and srcfile() agree about encoding meaning  
48876 6237 d 19 h murdoch /trunk/src/library/ More typos  
44184 6757 d 19 h ripley /trunk/src/library/ use consistent markup for 'Details'  
42333 6941 d 23 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
40640 7114 d 17 h murdoch /trunk/src/library/base/ Fix for handling encodings in srcfile objects  
40261 7161 d 5 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 7166 d 10 h ripley /trunk/src/library/ add more checks of methods for primitve generics (and fix up some methods)  
40028 7183 d 20 h murdoch /trunk/src/library/base/ Need to accept non-character "lines" in srcfilecopy.  
39996 7185 d 16 h murdoch /trunk/ Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.
 
39739 7213 d 8 h murdoch /branches/djm-source/src/library/base/ Add srcfilecopy to hold copy of source text. Not used yet...  
39716 7217 d 22 h murdoch /branches/djm-source/src/library/base/ Add useSource parameter to srcref string conversion and printing  
39712 7218 d 9 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 15 h murdoch /branches/djm-source/src/library/base/ Added docs; cosmetic changes to make check happy.