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
71686 3533 d 12 h maechler /branches/tools4pkgs/ Create tools 4 packages branch  
71390 3590 d 7 h luke /trunk/ Improvements in srcref handling for byte compiled code from Tomas Kalibera.  
71260 3603 d 9 h luke /trunk/src/ Moved R tryCarch helper source into a C constant.  
71257 3603 d 11 h luke /trunk/src/ Reverted change.  
71256 3603 d 11 h luke /trunk/src/ Added R_ParseEvalString function.  
71245 3605 d 7 h luke /trunk/src/ Added R_tryCatch and R_tryCatchError functions.  
70852 3682 d 1 h luke /trunk/ Tidied up and documented user interrupt handling changes.  
70850 3682 d 2 h luke /trunk/ Added 'interrupt' option for specifying default user interrupt action.  
70830 3686 d 7 h luke /trunk/src/main/ Removed some inconsistencies in call expressions for errors/warnings;
from Tomas Kalibera.
 
70829 3686 d 18 h ripley /trunk/src/main/ mention clang-trunk warning  
70827 3687 d 2 h luke /trunk/src/ Added code from Tomas Kalibera for detecting modifications to values
in byte code constant pools.
 
70708 3706 d 3 h luke /trunk/src/ Experimental code to allow interrupts to be continued.  
70325 3790 d 6 h luke /trunk/ Arrange for jumps to jump to intermediate contexts with on.exit
actions, run the action, and continue the jump.
 
70324 3790 d 7 h luke /trunk/src/ LONGJMP to a context now only happens in context.c:R_jumpctxt.  
70323 3790 d 7 h luke /trunk/src/main/ Don't use options("error") when handling a C stack overflow.  
70319 3791 d 2 h luke /trunk/src/main/ Moved code for exiting on errors in non-interactive mode after the jump.  
70316 3791 d 9 h ripley /trunk/src/main/ avoid warning on implicit conversion  
70315 3791 d 10 h luke /trunk/src/main/ Made C stack overflow error recovery a little more robust.
The stack limit was being reset before running the on.exit handlers,
and calling error handlers are not run in stack overflow state --
these are treated as failed.
 
70047 3833 d 6 h ripley /trunk/ match R-patched, including whitespace  
69774 3879 d 4 h murdoch /trunk/ Fix PR#14605: ngettext now uses same default domain as gettext.  
69326 3976 d 3 h luke /trunk/src/ Improved arity checks from Tomas Kalibera.  
68947 4006 d 9 h ripley /trunk/src/ use https  
67570 4205 d 13 h ripley /trunk/ correct copyright dates  
67542 4208 d 7 h maechler /trunk/src/main/ recycle some more message strings [=> needs fewer translations]  
67418 4216 d 3 h luke /trunk/src/main/ warningcall_immediate was not going through condition system  
67351 4220 d 3 h luke /trunk/src/ More protect fixes from Tomas Kalibera.  
67181 4241 d 11 h luke /trunk/src/ Added NORET annotations; from Tomas Kalibera.  
67099 4255 d 1 h luke /trunk/src/ Protect fixes from pqR, from Tomas Kalibera.  
67013 4268 d 3 h luke /trunk/src/main/ Removed redundant protect in R_InsertRestartHandlers?; from Tomas Kalibera.  
66091 4403 d 12 h pd /trunk/src/main/ pointer confusion PR#15856  
65321 4505 d 16 h ripley /trunk/src/main/ tweak for -Wall  
65311 4506 d 13 h ripley /trunk/src/ message changes as suggested by Ɓukasz Daniel  
65024 4543 d 4 h luke /trunk/src/main/ Only run finalizers at points where interrupt are checked in eval and
bcEval, not at all checks.
 
65009 4545 d 11 h ripley /trunk/ markup, typos, document change to finalizers  
65004 4547 d 11 h luke /trunk/src/ Moved running of finalizers to R_CheckUserInterrupt.  
64828 4573 d 15 h ripley /trunk/ add noBreaks. arg to warning(), make use of it  
63481 4742 d 11 h ripley /trunk/src/ report stack usage, allow for unreliable limits from OS  
63454 4747 d 4 h luke /trunk/src/ Added intptr_t casts in comparisons in R_CheckStack for Solaris cc.  
63431 4748 d 14 h ripley /trunk/ typos, catch-up  
63426 4749 d 2 h luke /trunk/src/ Added macro version of R_CheckStack and moved head room adjustment to
main.c to avoid floating point multiply/comparison on every call.