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 5807 d 16 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
51729 5948 d 17 h ripley /trunk/ more diffable results  
50981 6038 d 11 h murdoch /trunk/ Fix various encoding issues.  
50829 6060 d 14 h ripley /trunk/src/library/base/ make parse() and srcfile() agree about encoding meaning  
48876 6236 d 17 h murdoch /trunk/src/library/ More typos  
44184 6756 d 18 h ripley /trunk/src/library/ use consistent markup for 'Details'  
42333 6940 d 22 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
40640 7113 d 15 h murdoch /trunk/src/library/base/ Fix for handling encodings in srcfile objects  
40261 7160 d 4 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 9 h ripley /trunk/src/library/ add more checks of methods for primitve generics (and fix up some methods)  
40028 7182 d 19 h murdoch /trunk/src/library/base/ Need to accept non-character "lines" in srcfilecopy.  
39996 7184 d 14 h murdoch /trunk/ Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.
 
39739 7212 d 7 h murdoch /branches/djm-source/src/library/base/ Add srcfilecopy to hold copy of source text. Not used yet...  
39716 7216 d 20 h murdoch /branches/djm-source/src/library/base/ Add useSource parameter to srcref string conversion and printing  
39712 7217 d 7 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 7218 d 13 h murdoch /branches/djm-source/src/library/base/ Added docs; cosmetic changes to make check happy.