| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 75365 |
2861 d 3 h |
luke |
/branches/ALTREP/ |
Merged changes from trunk through 75364. |
|
| 74928 |
2956 d 5 h |
luke |
/branches/ALTREP/ |
Merged changes from trunk through 74924. |
|
| 71308 |
3597 d 22 h |
luke |
/branches/ALTREP/ |
Create ALTREP branch. |
|
| 70046 |
3832 d 4 h |
ripley |
/trunk/src/include/ |
Explicitly document uninstalled headers, and remove C++ guards from them. |
|
| 68949 |
4005 d 3 h |
ripley |
/trunk/src/ |
use https |
|
| 67181 |
4240 d 6 h |
luke |
/trunk/src/ |
Added NORET annotations; from Tomas Kalibera. |
|
| 63025 |
4781 d 21 h |
murdoch |
/trunk/ |
Second attempt at parser memory revision. |
|
| 63007 |
4783 d 22 h |
murdoch |
/trunk/ |
Back out r63005 and r63006 |
|
| 63005 |
4784 d 0 h |
murdoch |
/trunk/ |
Revise parser to maintain its buffers between calls, so it should do fewer allocations. |
|
| 61462 |
4960 d 0 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 8 h |
ripley |
/trunk/ |
use preferred form of 'R Core Team' |
|
| 56352 |
5495 d 18 h |
murdoch |
/trunk/ |
Drop "source" attribute from functions; replace with "srcref".
Allow environment for findLineNum to be specified indirectly. |
|
| 54787 |
5614 d 7 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 2 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 0 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 6 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 9 h |
ripley |
/trunk/src/include/ |
change reference to GPL |
|
| 40006 |
7183 d 2 h |
murdoch |
/trunk/ |
Make use of srcrefs consistent in all multi-line parsing functions.
Fix edit so it supports srcrefs. |
|
| 39996 |
7184 d 0 h |
murdoch |
/trunk/ |
Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages. |
|
| 38877 |
7287 d 7 h |
ripley |
/trunk/src/ |
tidy up parse interface |
|