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
77452 2439 d 3 h luke /trunk/ Renamed matchArgs to matchArgs_NR to reflect that it returns a
non-reference-tracking list.
 
77342 2461 d 22 h luke /trunk/ Primitive replacement functions no longer mutate referenced objects
when called outside a complex assignment context.
 
75532 2825 d 11 h kalibera /trunk/src/main/ Protect fixes.  
75162 2901 d 12 h kalibera /trunk/src/main/ Fix UTF-8 output on Windows/RGui, clean up properly after modifying
WinUTF8out in recursive calls. Fixes PR#16101. Changes observed behavior
in PR#17447.
 
74969 2931 d 13 h ripley /trunk/src/main/ placate or comment on warnings from gcc 8 with -fsanitize enabled  
74497 3041 d 2 h luke /trunk/src/main/ Shallow copy in do_onexit; from Lionel Henry.  
74460 3046 d 9 h maechler /trunk/src/ cosmetics only [comments, white space ..]  
74433 3050 d 15 h maechler /trunk/src/main/ do_lengthgets() simplification: call xlengthgets() directly; comment updates  
74053 3126 d 5 h luke /trunk/src/main/ Replace INCREMENT_NAMED call with ENSURE_NAMEDMAX.  
74021 3128 d 10 h luke /trunk/src/ Added RAISE_NAMED and used in place of many SET_NAMED calls.  
73907 3148 d 5 h kalibera /trunk/src/main/ Make args() more consistent - do not attempt to print bytecode address when
formals are from .ArgsEnv.
 
73311 3234 d 5 h luke /trunk/ on.exit now allows expressions to be added at the top of any existing
ones for LIFO semantics. Form Lionel Henry.
 
73181 3251 d 3 h luke /trunk/ Multiple on.exit expressions are now all run even if one signals an error.  
72951 3291 d 10 h murdoch /trunk/ Add warning when trying to set length of NULL to a positive value.  
72941 3293 d 12 h maechler /trunk/ 'length(A) <- n' now also works for "unbalanced" pairlists A  
72936 3293 d 16 h morgan /trunk/ length<-,pairlist succeeds

- See https://stat.ethz.ch/pipermail/r-devel/2017-July/074680.html
 
72705 3356 d 8 h kalibera /trunk/src/main/ Do not eagerly duplicate in body, bodyCode, formals (performance
optimization, with Luke Tierney).
 
72301 3433 d 8 h kalibera /trunk/src/ Replace installChar calls by installTrChar to make sure that all symbols in
the symbol table are (linked to CHARSXPs) in native encoding.
 
70830 3685 d 7 h luke /trunk/src/main/ Removed some inconsistencies in call expressions for errors/warnings;
from Tomas Kalibera.
 
70394 3771 d 14 h maechler /trunk/ body(x), formals(x), body(x) <- v or formals... now give a warning when x is not a function (the base/R/formals.R change accidentally was commited in 70350 already)  

Show All