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
52865 5807 d 3 h urbaneks /branches/R-exp-R5/src/ add support for function argument types  
52864 5807 d 4 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52772 5822 d 1 h murdoch /trunk/src/main/ #line n (with no filename) ate the next line.  
51758 5944 d 20 h murdoch /trunk/ source(echo=TRUE) now echos comments following the last expression.  
51733 5948 d 0 h ripley /trunk/src/main/ workaround for Solaris bug  
51402 5968 d 7 h ripley /trunk/ make mixing octal/hex and Unicode escapes defunct  
51400 5968 d 7 h ripley /trunk/ tweak handling of UTF-8 strings containing octal/hex escapes  
51398 5968 d 11 h ripley /trunk/src/ make use of C99 features  
51275 5979 d 6 h ripley /trunk/src/main/ standardize names in copyright statements  
50981 6038 d 0 h murdoch /trunk/ Fix various encoding issues.  
50833 6059 d 11 h ripley /trunk/src/main/ correct/update comments  
50768 6066 d 9 h ripley /trunk/ warning -> error for embedded nuls and unrecognized escapes  
50623 6082 d 8 h ripley /trunk/ use CONSOLE_BUFFER_SIZE consistently, document limits  
50479 6095 d 13 h ripley /trunk/src/ back out r50473 (did not work on SunStudio)  
50473 6096 d 0 h ripley /trunk/src/ pre-check alloca for addiitonal safety  
49786 6152 d 4 h murdoch /trunk/src/ Fix bug when building R with R_KEEP_PKG_SOURCE=yes; also, clean up handling of SrcRefState and R_ReplFile  
49747 6156 d 2 h murdoch /trunk/src/ Allow parsing in the middle of a REPL on a file, without messing up the source record for the file.  
49686 6160 d 8 h murdoch /trunk/ Some cleanup of the parser
Include srcrefs in base packages if R_KEEP_PKG_SOURCE=yes
Give filename/line number error messages when building packages even without srcrefs (though
not for base packages, which don't get the #line directives by default)
During package installation, parse the concatenated source file, rather than the individual files, to report syntax errors.
 
49651 6164 d 6 h murdoch /trunk/src/main/ Avoid problems with latin1 in comments in a UTF-8 locale.  
49644 6164 d 18 h murdoch /trunk/ Add #line directive to R parser, and in a few places to code processing (more needed)
Add findLineNum and setBreakpoint
Make srcref code more tolerant of missing information
 

Show All