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
69385 3968 d 0 h luke /branches/R-NEWSTR/ Create branch for experimenting with alternate STRSXP implementations.  
68949 4005 d 5 h ripley /trunk/src/ use https  
67181 4240 d 7 h luke /trunk/src/ Added NORET annotations; from Tomas Kalibera.  
63025 4781 d 22 h murdoch /trunk/ Second attempt at parser memory revision.  
63007 4783 d 23 h murdoch /trunk/ Back out r63005 and r63006  
63005 4784 d 1 h murdoch /trunk/ Revise parser to maintain its buffers between calls, so it should do fewer allocations.  
61462 4960 d 1 h murdoch /trunk/ Check on REPROTECT calls.
Make parse, parse_Rd and parseLatex reentrant (because garbage collection
could trigger a call in a finalizer).
Add Rf_isProtected() (but don't export it in the headers) for debugging purposes.
 
59039 5216 d 9 h ripley /trunk/ use preferred form of 'R Core Team'  
56352 5495 d 19 h murdoch /trunk/ Drop "source" attribute from functions; replace with "srcref".
Allow environment for findLineNum to be specified indirectly.
 
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 3 h ripley /trunk/ update FSF address  
35498 7629 d 20 h murdoch /trunk/ More informative error messages, recommitted  
35493 7630 d 7 h murdoch /trunk/ Revert incomplete r35489  

Show All