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
16318 9056 d 1 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
15299 9121 d 2 h luke /trunk/ Changed endcontext to evaluate on.exit in frame that established it.
Added note on correcting inconsistency in on.exit frames to NEWS.
 
14878 9154 d 22 h luke /trunk/src/main/ Merged jumping and loop changes from release branch to trunk.  
14634 9176 d 20 h luke /trunk/src/ Added R_ToplevelExec for executing within an R top level.  
14633 9176 d 21 h luke /trunk/src/main/ Changed browser to use CTXT_RESTART instead of CTXT_TOPLEVEL.
Changed browser Q to jump to current top level.
Changed findcontext to stop search at CTXT_TOPLEVEL.
Now no LONGJMP will cross a CTXT_TOPLEVEL.
 
14631 9176 d 21 h luke /trunk/src/ Moved CTXT_RESTART to a single bit in the context flags.  
14561 9180 d 3 h luke /trunk/src/ Added a void * component cenddata to RCNTXT; changed cend to take this
value as its argument. Allows cleanup functions to be given context
data. The dataentry functions have been modified accordingly.
 
14480 9186 d 21 h luke /trunk/src/ Added vmax field to RCNTXT structure; use it to restore R_alloc stack on
before a LONGJMP.
 
14479 9186 d 22 h luke /trunk/src/ Consolidated restoring globals before a LONGJMP into R_restore_globals.  
14478 9186 d 23 h luke /trunk/src/main/ Added running of onexit code to browser Q excape.
Consolidated running of onexit code into R_run_onexits.
 
14443 9187 d 20 h luke /trunk/src/main/ Added calling of onexit code to jumpfun in context.c.
Remove conexit/cend code from context before calling to prevent recursion.
Call cend code for all intervening contexts, not just top one.
 
13864 9218 d 17 h jmc /trunk/src/main/ bug in R_sysFunction for function objects  
13793 9222 d 22 h rgentlem /trunk/src/main/ fixed a bug in contexts that kept break from matching it's loop  
13082 9271 d 19 h pd /trunk/ sys.function() problem  
10586 9450 d 5 h pd /trunk/src/main/ clean do_parentframe  
10583 9451 d 0 h pd /trunk/src/ parent.frame now .Internal  
10172 9484 d 19 h luke /trunk/ Merged with R-GenGC branch  
9147 9574 d 2 h maechler /trunk/ R_MSG_ & error[call]_return() & which.min() ...  
8255 9655 d 20 h rgentlem /trunk/src/main/ bug fixes  
8230 9656 d 19 h rgentlem /trunk/src/ some context changes  

Show All