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
75483 2834 d 12 h luke /branches/ALTREP/ Merged changes from trunk through 75482.  
75203 2891 d 12 h luke /branches/ALTREP/ Merged changes from trunk through 75202.  
74928 2957 d 16 h luke /branches/ALTREP/ Merged changes from trunk through 74924.  
74267 3082 d 14 h luke /branches/ALTREP/ Merged changes from trunk through 74266.  
74194 3099 d 9 h luke /branches/ALTREP/ Merged changes from trunk through 74193.  
73939 3141 d 9 h luke /branches/ALTREP/ Merged changes from trunk through 73938.  
73855 3156 d 7 h luke /branches/ALTREP/ Merged changes from trunk through 73854.  
72049 3467 d 11 h gmbecker /branches/ALTREP/ merged changes from trunk up to 72048  
71676 3535 d 8 h luke /branches/ALTREP/ merged changes from trunk through 71675.  
71308 3599 d 9 h luke /branches/ALTREP/ Create ALTREP branch.  
71260 3603 d 16 h luke /trunk/src/ Moved R tryCarch helper source into a C constant.  
71257 3603 d 18 h luke /trunk/src/ Reverted change.  
71256 3603 d 18 h luke /trunk/src/ Added R_ParseEvalString function.  
71245 3605 d 13 h luke /trunk/src/ Added R_tryCatch and R_tryCatchError functions.  
70852 3682 d 7 h luke /trunk/ Tidied up and documented user interrupt handling changes.  
70850 3682 d 9 h luke /trunk/ Added 'interrupt' option for specifying default user interrupt action.  
70830 3686 d 14 h luke /trunk/src/main/ Removed some inconsistencies in call expressions for errors/warnings;
from Tomas Kalibera.
 
70829 3687 d 0 h ripley /trunk/src/main/ mention clang-trunk warning  
70827 3687 d 9 h luke /trunk/src/ Added code from Tomas Kalibera for detecting modifications to values
in byte code constant pools.
 
70708 3706 d 10 h luke /trunk/src/ Experimental code to allow interrupts to be continued.  
70325 3790 d 13 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 13 h luke /trunk/src/ LONGJMP to a context now only happens in context.c:R_jumpctxt.  
70323 3790 d 14 h luke /trunk/src/main/ Don't use options("error") when handling a C stack overflow.  
70319 3791 d 8 h luke /trunk/src/main/ Moved code for exiting on errors in non-interactive mode after the jump.  
70316 3791 d 16 h ripley /trunk/src/main/ avoid warning on implicit conversion  
70315 3791 d 17 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 12 h ripley /trunk/ match R-patched, including whitespace  
69774 3879 d 11 h murdoch /trunk/ Fix PR#14605: ngettext now uses same default domain as gettext.  
69326 3976 d 10 h luke /trunk/src/ Improved arity checks from Tomas Kalibera.  
68947 4006 d 15 h ripley /trunk/src/ use https  
67570 4205 d 19 h ripley /trunk/ correct copyright dates  
67542 4208 d 13 h maechler /trunk/src/main/ recycle some more message strings [=> needs fewer translations]  
67418 4216 d 10 h luke /trunk/src/main/ warningcall_immediate was not going through condition system  
67351 4220 d 10 h luke /trunk/src/ More protect fixes from Tomas Kalibera.  
67181 4241 d 18 h luke /trunk/src/ Added NORET annotations; from Tomas Kalibera.  
67099 4255 d 8 h luke /trunk/src/ Protect fixes from pqR, from Tomas Kalibera.  
67013 4268 d 10 h luke /trunk/src/main/ Removed redundant protect in R_InsertRestartHandlers?; from Tomas Kalibera.  
66091 4403 d 19 h pd /trunk/src/main/ pointer confusion PR#15856  
65321 4505 d 23 h ripley /trunk/src/main/ tweak for -Wall  
65311 4506 d 20 h ripley /trunk/src/ message changes as suggested by Ɓukasz Daniel