The R Project SVN R

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
62867 4801 d 4 h luke /trunk/src/main/ Reorder code in begincontext to work around problem with profiling when the C
compiler reorers the code.
 
60667 5067 d 15 h ripley /trunk/src/ only use Internals.h where needed  
59035 5216 d 18 h ripley /trunk/src/ introduce xlength for long vectors
update some copyright dates
use preferred 'R Core Team'
 
58458 5269 d 10 h ripley /trunk/src/ we are committed to bytecode (and have been for a long time)  
57538 5382 d 5 h ripley /trunk/src/ use signal-related headers only where needed  
55024 5603 d 11 h murdoch /trunk/src/main/ Clarify error on use of "next" outside a loop  
52910 5795 d 8 h luke /trunk/src/ Added R_tryEvalSilent as a variant of R_tryEval that turns off error
printing around the eval and use this in the S4 method dispatch
code. This is a temporary work-around -- eventually we should have a
way for packages to run C level cleanup code and/or establish error
handlers.
 
52909 5795 d 13 h luke /trunk/src/main/ Reset handler stack to R_NilValue around exec in R_ToplevelExec.  
48998 6211 d 4 h rgentlem /trunk/src/ I changed the macros DEBUG, STEP and TRACE to have an R prefix.
There are too many places where other variants of DEBUG have appeared,
so this makes it easier to find ours, and less likely that there will be
collisions with other definitions
 
48642 6270 d 16 h murdoch /trunk/src/main/ Missed initializing R_Toplevel.srcref and one check for nil reference.  
48623 6271 d 6 h murdoch /trunk/ Add experimental code to display srcref locations when debugging.  
48600 6274 d 6 h rgentlem /trunk/src/ one more set of updates - still issues with counting the browser depth  
48599 6274 d 6 h rgentlem /trunk/src/main/ fixed a few mistakes in context identification and counting  
48598 6274 d 8 h rgentlem /trunk/src/ updating the debugger - trying to remove the R_BrowseLevel global
variable
 
48553 6280 d 18 h ripley /trunk/src/main/ yet another write-barrier violation  
48551 6281 d 7 h rgentlem /trunk/src/ more changes to support additional debugging features;
namely the ability to step out from the debugger to
some specific enclosing function
 
48459 6293 d 9 h rgentlem /trunk/src/main/ minor tweaks to fix compiler warnings and ensure that the args argument
to do_browser is appropriate.
 
48452 6295 d 7 h rgentlem /trunk/src/main/ checked to see if the browser access functions actually get
a browser context and error out otherwise
 
48437 6296 d 22 h rgentlem /trunk/src/ adding in support for more complex browser interactions  
45446 6670 d 14 h ripley /trunk/src/main/ whitespace cleanup  

Show All