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
52864 5808 d 8 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
48998 6212 d 2 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 6271 d 13 h murdoch /trunk/src/main/ Missed initializing R_Toplevel.srcref and one check for nil reference.  
48623 6272 d 3 h murdoch /trunk/ Add experimental code to display srcref locations when debugging.  
48600 6275 d 3 h rgentlem /trunk/src/ one more set of updates - still issues with counting the browser depth  
48599 6275 d 4 h rgentlem /trunk/src/main/ fixed a few mistakes in context identification and counting  
48598 6275 d 5 h rgentlem /trunk/src/ updating the debugger - trying to remove the R_BrowseLevel global
variable
 
48553 6281 d 16 h ripley /trunk/src/main/ yet another write-barrier violation  
48551 6282 d 5 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 6294 d 6 h rgentlem /trunk/src/main/ minor tweaks to fix compiler warnings and ensure that the args argument
to do_browser is appropriate.
 
48452 6296 d 4 h rgentlem /trunk/src/main/ checked to see if the browser access functions actually get
a browser context and error out otherwise
 
48437 6297 d 19 h rgentlem /trunk/src/ adding in support for more complex browser interactions  
45446 6671 d 12 h ripley /trunk/src/main/ whitespace cleanup  
44512 6735 d 12 h ripley /trunk/ tidy up (a bit) the use of 'invalid'  
42875 6890 d 11 h luke /trunk/src/main/ Bumped up R_Expressions before running of onexit code to avoid
cascading stack overflow errors. Also reset R_Expressions before
jumping.
 
42307 6943 d 15 h ripley /trunk/src/ change reference to GPL  
41992 6980 d 7 h luke /trunk/ Added a promise evaluation stack so interrupted promise evaluations
can be restarted. This addresses the 'recursive default argument'
error when an interrupted lazy load is retried.
 
41894 6990 d 10 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41686 7006 d 11 h ripley /trunk/ more improvements to warning/error messages  
40779 7096 d 10 h ripley /trunk/ documentation clarifications  

Show All