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
55359 5590 d 9 h pd /branches/R-glmscore/ R-glmscore experimental branch  
54787 5614 d 8 h murdoch /trunk/ Changes to source references:
- deprecated "source" attribute, added removeSource() function
- added srcref access functions
- modified srcref record in preparation for replacing "source" attribute
 
49786 6152 d 3 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 1 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 7 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.
 
42308 6942 d 10 h ripley /trunk/src/include/ change reference to GPL  
40006 7183 d 3 h murdoch /trunk/ Make use of srcrefs consistent in all multi-line parsing functions.
Fix edit so it supports srcrefs.
 
39996 7184 d 1 h murdoch /trunk/ Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.
 
38877 7287 d 8 h ripley /trunk/src/ tidy up parse interface  
36820 7524 d 2 h ripley /trunk/ update FSF address  
35498 7629 d 19 h murdoch /trunk/ More informative error messages, recommitted  
35493 7630 d 7 h murdoch /trunk/ Revert incomplete r35489  
35489 7631 d 3 h murdoch /trunk/ More informative error messages  
34748 7710 d 8 h ripley /trunk/ more tweaks to include file guards  
25961 8367 d 22 h ripley /trunk/ export part of Parse.h, using an enumeration type.  
25948 8368 d 11 h ripley /trunk/src/include/ remove unused defines  
5458 9848 d 9 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
3641 10024 d 13 h ihaka /trunk/src/include/ Machintosh adjustments.  
292 10475 d 15 h ihaka /trunk/src/include/ New - Parsing definitions.