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
84362 1183 d 1 h ripley /branches/R-4-3-branch/ port r84150,84168,84211,84215,84246,84286 from trunk  
84336 1186 d 13 h luke /branches/R-4-3-branch/ Ported r84280 (fixes for PR18514) from trunk.  
84031 1221 d 13 h pd /branches/R-4-3-branch/ Create R-4-3-branch  
83986 1229 d 1 h kalibera /trunk/src/ Support FlexiBLAS in BLAS/LAPACK detection (sessionInfo).  
83979 1230 d 17 h luke /trunk/ Improved error context for missing argument and object not found errors.
From Lionel Henry in PR18241.
 
83963 1234 d 21 h kalibera /trunk/src/ Simplify R_NewHashedEnv (suggested by Davis Vaughan).  
83914 1244 d 16 h luke /trunk/ ALTREP now supports \code{VECSXP} vectors.
Contributed by Gabor Csardi in PR17620.
 
83897 1248 d 21 h kalibera /trunk/src/ Avoid using MinGW-W64 implementation of dirent functions, which does not
work with long paths and is not directly supported by Windows.
 
83883 1251 d 20 h kalibera /trunk/src/ Introduce R_PATH_MAX to raise path-length limit on Windows in code
that uses statically allocated buffers.
 
83882 1251 d 22 h kalibera /trunk/src/ Remove path length limitations.  
83860 1255 d 20 h kalibera /trunk/src/ Remove path name limitations on Windows. Simplify list_files and list_dirs.  
83772 1266 d 0 h kalibera /trunk/src/ Remove some path length limitations on Windows. Simplify implementation of
normalizePath for Windows.
 
83455 1320 d 23 h ripley /trunk/ more moving NORET to the front  
83452 1321 d 1 h ripley /trunk/src/ start moving NORET nearer the beginning  
83361 1347 d 20 h maechler /trunk/ define and use new CAD5R() abbreviation  
83083 1383 d 18 h kalibera /trunk/src/include/ Amend 83082 (stack checking with ASAN).  
83082 1383 d 19 h kalibera /trunk/ Protect stack direction detection and stack overflow checking against
clang-15 ASAN instrumentation (which uses fake stack, allocating local
variables on the heap).
 
82754 1432 d 22 h ripley /trunk/src/ changes for -Wstrict-prototypes  
82544 1483 d 4 h maechler /trunk/ x[[]] now should fail (w/ classed error) in all cases -- PR#18367  
82528 1490 d 21 h kalibera /trunk/ Do not escape invalid characters in strings used for TRE regular expression
operations. This fixes validity checks in regex code and reduces the risk
that regexes run on characters resulting from escaped invalid bytes (with
Brodie Gaslam). The new checks may uncover previously undetected use of
invalid strings in regular expression operations.
 

Show All