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
25212 8411 d 19 h luke /trunk/src/ Added R_CheckUserInterrupt; call periodically in eval; make count
local to eval.Changed from boolean R_interrupt_pending to count
R_interrupts_pending.
 
24068 8494 d 13 h ripley /trunk/ more removing classic MacOS  
20106 8808 d 13 h ripley /trunk/ truncate warnings/errors to options(warning.length) characters.
document options(warning.expression)
 
19761 8834 d 21 h ripley /trunk/ branch update  
19732 8837 d 8 h tlumley /trunk/src/main/ clear inWarning flag with options(warn=2) (PR#1570)  
19318 8870 d 5 h luke /trunk/ Set R_GlobalContext to target value before calling R_restore_globals
(and before LONGJMP'ing) to avoid a race condition that could cause
segfaults when a second SIGINT arrives while processing an earlier
one.
 
18015 8945 d 14 h ripley /trunk/ add call. arg to warning (like stop)
library() now checks R dependence and build version.
 
17742 8961 d 22 h ripley /trunk/src/main/ update copyright dates  
17741 8961 d 22 h ripley /trunk/ add vsnprintf.c, assume vsnprintf is always available  
16986 9006 d 5 h pd /trunk/src/ R -g gnome segfault when unavailable  
15322 9120 d 13 h luke /trunk/src/ Removed R_Inputfile variable (use local variables instead).  
14977 9146 d 19 h luke /trunk/src/main/ Merged some changes from release branch to trunk  
14904 9153 d 14 h luke /trunk/src/ Merged change of marker token for restarts from release branch to trunk.  
14723 9170 d 10 h luke /trunk/src/main/ Cleaned up traceback calculation.  
14631 9177 d 10 h luke /trunk/src/ Moved CTXT_RESTART to a single bit in the context flags.  
14629 9177 d 13 h ripley /trunk/src/main/ -Wall warnings  
14622 9177 d 15 h luke /trunk/src/ Modified do_cat to use context cend for cleanup.
Removed R_SinkReset and R_SinkSaved global.
 
14608 9178 d 4 h luke /trunk/src/main/ Added error message to "error during wrapup".
Added check for CTXT_RESTART and running of exit code to jump_now.
 
14570 9180 d 9 h luke /trunk/src/main/ Added (temporary?) hooks to allow experimenting with new exception
handling mechanisms in stock 1.3.
 
14494 9186 d 14 h hornik /trunk/src/main/ -Wall cosmetics (unused variable).  

Show All