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
77275 2482 d 1 h luke /trunk/src/ Revised approach to protecing the byte code stack from assignment mutations.  
77259 2484 d 23 h luke /trunk/src/main/ Collect and print warnings at the beginning of Rf_ReplIteration to handle
warnings that might have accumulated during a jump to top level.
 
77228 2495 d 5 h maechler /trunk/ `R --help` now mentions "-s, --no-echo" instead of "--slave" / C variable now is R_NoEcho  
76730 2593 d 11 h kalibera /trunk/src/main/ Improve debugging code for C stack detection.  
76569 2623 d 12 h ripley /trunk/src/ precautionary header if FC_LEN_T=size_t  
76567 2623 d 16 h ripley /trunk/ move detection of C stack direction to configure  
76538 2626 d 5 h ripley /trunk/src/main/ switch from legacy intpr to rwarnc  
76532 2626 d 11 h ripley /trunk/src/ tweaks for LTO warnings with gfortran >= 8.4 -- currently need manual activation  
75956 2758 d 12 h ripley /trunk/src/ copyright date  
75941 2764 d 5 h luke /trunk/src/ Removed unused BC_INT_STACK support (superseded by typed stack).  
75613 2810 d 12 h kalibera /trunk/src/ Avoid using UNPROTECT_PTR in the parser. Simpler allocation/protection of
source references and parse data as part of parse state.
 
75529 2826 d 3 h kalibera /trunk/src/main/ Make sure to use quote() from base (also fixes PR#17442).  
75500 2831 d 7 h kalibera /trunk/src/main/ Unblock sigsegv during C stack overflow.  
75396 2853 d 10 h kalibera /trunk/src/ Optionally abort R and print diagnostic messages when checking for if
statements with condition of length greater than 1.
 
75247 2881 d 7 h kalibera /trunk/src/ Clean up parse/source reference state after parse error. Report error when
allocation of source reference state fails.
 
74837 2977 d 1 h maechler /trunk/src/ new PrintInit(); PrintDispatch() passing full R_PrintData struc
= print() patch 4 (aka /10) from PR#17398
 
74239 3090 d 10 h kalibera /trunk/src/main/ Show source references for frames in byte-code interpreter in 'where' output
in debugger.
 
74035 3127 d 6 h luke /trunk/src/ Added matchArgs_RC and use in places where result escapes and needs
reference counting.
 
72938 3293 d 12 h morgan /trunk/src/main/ quit(status=NA) sets exit status explicitly

- previously, relied implicitly on exit() to coerce NA to 0 while erroneously
setting runLast to 0
- setting runLast had no consequence, since it's immediately over-written
- https://stat.ethz.ch/pipermail/r-devel/2017-July/074685.html
 
72635 3377 d 9 h kalibera /trunk/src/ Improve stack detection on Linux and Windows.  

Show All