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
42208 6955 d 11 h murdoch /branches/djm-source/ Recreate branch from trunk  
40640 7113 d 7 h murdoch /trunk/src/library/base/ Fix for handling encodings in srcfile objects  
40261 7159 d 19 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 1 h ripley /trunk/src/library/ add more checks of methods for primitve generics (and fix up some methods)  
40028 7182 d 10 h murdoch /trunk/src/library/base/ Need to accept non-character "lines" in srcfilecopy.  
39996 7184 d 6 h murdoch /trunk/ Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.
 
39739 7211 d 22 h murdoch /branches/djm-source/src/library/base/ Add srcfilecopy to hold copy of source text. Not used yet...  
39716 7216 d 12 h murdoch /branches/djm-source/src/library/base/ Add useSource parameter to srcref string conversion and printing  
39712 7216 d 23 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 5 h murdoch /branches/djm-source/src/library/base/ Added docs; cosmetic changes to make check happy.