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
26266 8349 d 20 h /branches/R-grid/ This commit was manufactured by cvs2svn to create branch 'R-grid'.  
26145 8356 d 15 h luke /trunk/ Enabled byte code support.  
26089 8360 d 19 h luke /trunk/src/ Rearranged definition/declarations of R_MethodsNamespace.  
26086 8360 d 20 h iacus /trunk/src/ moved away from include/Defn.h the symbol R_MethodsNamespace. Put as extern in main/attrib.c otherwise it causes failing when building under Darwin  
26082 8361 d 2 h jmc /trunk/src/ namespace for methods package--see todays mail to r-devel  
26025 8363 d 20 h luke /trunk/src/include/ Added some byte code support.  
26020 8364 d 3 h luke /trunk/ Split PREXPR into PREXPR and PRCODE to support byte compiled promises.  
25927 8369 d 10 h ripley /trunk/src/ export R_{Preserve,Release}Object, which are thus no longer experimental  
25524 8397 d 1 h luke /trunk/src/include/ Turned on define to enable support for condition handling.  
25523 8397 d 1 h luke /trunk/src/ Added C level support for new condition system.  
25520 8397 d 3 h luke /trunk/src/ Added R_JumpToContext.  
25497 8397 d 20 h luke /trunk/src/ Moved more of management of R_interrupts_pending into onintr.  
25420 8399 d 23 h luke /trunk/src/include/ Added declaration for R_GetTraceback.  
25226 8411 d 1 h luke /trunk/src/include/ Changed SETJMP using sigsetjmp to not save signal masks.  
25220 8411 d 3 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 8 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 2 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 23 h luke /trunk/src/ Changed return type of R_GetVarLocMISSING to Rboolean.  
25087 8422 d 0 h luke /trunk/src/ Made R_SaveToFileV non-static; added to include file.
Removed unused ConvertEnvironment function.
 
24734 8444 d 6 h ripley /trunk/src/ namespaces are no longer experimental, and require bindings etc  

Show All