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
25832 8375 d 22 h /branches/R-tcl-new/ This commit was manufactured by cvs2svn to create branch 'R-tcl-new'.  
25524 8396 d 23 h luke /trunk/src/include/ Turned on define to enable support for condition handling.  
25523 8397 d 0 h luke /trunk/src/ Added C level support for new condition system.  
25520 8397 d 1 h luke /trunk/src/ Added R_JumpToContext.  
25497 8397 d 19 h luke /trunk/src/ Moved more of management of R_interrupts_pending into onintr.  
25420 8399 d 22 h luke /trunk/src/include/ Added declaration for R_GetTraceback.  
25226 8411 d 0 h luke /trunk/src/include/ Changed SETJMP using sigsetjmp to not save signal masks.  
25220 8411 d 1 h luke /trunk/src/ Changed SIGINT handling on Unix to set a flag and let R_CheckUserInterrupt
and the like do the jumping. Added R_SelectEx as version of socket that
handles SIGINTs.
 
25212 8411 d 6 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.
 
25200 8412 d 1 h luke /trunk/src/ Changed suspend interrupt macros to use globar variable instead of
sigprocmask; save and restore global from context.
Changed readline SIGINT handler to use its own longjmp target.
 
25088 8421 d 21 h luke /trunk/src/ Changed return type of R_GetVarLocMISSING to Rboolean.  
25087 8421 d 23 h luke /trunk/src/ Made R_SaveToFileV non-static; added to include file.
Removed unused ConvertEnvironment function.
 
24734 8444 d 4 h ripley /trunk/src/ namespaces are no longer experimental, and require bindings etc  
24522 8460 d 2 h luke /trunk/src/ Added R_LibraryFileName and R_FileMtime.  
24069 8494 d 0 h ripley /trunk/ more removing classic MacOS  
24057 8494 d 3 h ripley /trunk/ Deprecated -> Defunct  
23854 8517 d 14 h luke /trunk/src/ Modified S4 method dispatch to preserve missingness info on generic
args and to change promises for default argument expressions to be
evaluated in the environment of the method call.
 
23646 8536 d 2 h ripley /trunk/src/ remove temporary --no-dotFirst command-line flag  
23463 8546 d 17 h luke /trunk/ Added a field to hold the function being evaluated to the context
structure; changed R_sysfunction to return the contents of that field
instead of a value reconstructed from the call.
 
23073 8571 d 5 h ripley /trunk/ make print.default wholy internal.
Do something sensible when print is asked to print an object with slots
 

Show All