| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 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 |
|
| 51805 |
5940 d 0 h |
urbaneks |
/trunk/ |
add R_ignore_SIGPIPE and use it in Rhttpd (fixes PR#14266) |
|
| 51250 |
5982 d 1 h |
ripley |
/trunk/src/main/ |
use matchArgs for browser() |
|
| 51247 |
5982 d 9 h |
ripley |
/trunk/src/main/ |
revert code part of r51246 for now |
|
| 51246 |
5982 d 10 h |
ripley |
/trunk/ |
use matchArgs for argument matching in browser |
|
| 51229 |
5984 d 13 h |
ripley |
/trunk/src/ |
use PATH_MAX more, PR#14228 |
|
| 50284 |
6111 d 8 h |
murdoch |
/trunk/src/main/ |
Missed update to array size in r50282 |
|
| 50282 |
6111 d 19 h |
murdoch |
/trunk/ |
Add skipCalls argument to browser() |
|
| 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. |
|
| 49591 |
6168 d 6 h |
ripley |
/trunk/ |
remove --disable-mbcs
use perl regexps in UTF-8 in a non-UTF-8 MBCS locale |
|
| 49475 |
6178 d 0 h |
urbaneks |
/trunk/ |
R_ReplDLLinit sets SETJMP so embedding does not crash on Win |
|
| 49078 |
6199 d 12 h |
ripley |
/trunk/src/main/ |
merge messages |
|
| 48998 |
6210 d 22 h |
rgentlem |
/trunk/src/ |
I changed the macros DEBUG, STEP and TRACE to have an R prefix.
There are too many places where other variants of DEBUG have appeared,
so this makes it easier to find ours, and less likely that there will be
collisions with other definitions |
|
| 48642 |
6270 d 9 h |
murdoch |
/trunk/src/main/ |
Missed initializing R_Toplevel.srcref and one check for nil reference. |
|
| 48626 |
6270 d 20 h |
murdoch |
/trunk/src/main/ |
Cleanup, fix location of SrcrefPrompt |
|
| 48623 |
6270 d 23 h |
murdoch |
/trunk/ |
Add experimental code to display srcref locations when debugging. |
|
| 48600 |
6273 d 23 h |
rgentlem |
/trunk/src/ |
one more set of updates - still issues with counting the browser depth |
|
| 48598 |
6274 d 1 h |
rgentlem |
/trunk/src/ |
updating the debugger - trying to remove the R_BrowseLevel global
variable |
|