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
84054 1220 d 5 h maechler /branches/R-matOps/ Create R-matOps  
83446 1321 d 11 h ripley /trunk/src/ C23 requires attributes before return values  
83370 1344 d 7 h kalibera /trunk/src/ Set mandatory options at startup so that saving/restoring options always
works (PR#18372). Make all options backed by C variables mandatory, because
removing them has no effect on the variables. Set R_Verbose when setting
"verbose" option. Use initialized globals in InitOptions to avoid code
duplication.
 
78127 2308 d 7 h kalibera /trunk/src/main/ Simplify memory protection.  
78074 2314 d 0 h kalibera /trunk/src/main/ Set R_Visible just before return to reduce risk of accidental modification.  
78070 2314 d 4 h maechler /trunk/src/ options(stringsAsFactors = TRUE) is deprecated and now warns (1x / session)  
77645 2391 d 3 h maechler /trunk/ print(*, width = <n>) now works (default method);
C: using Fixup{Digits,Width}() adds consistency between options() and print()
 
77228 2495 d 4 h maechler /trunk/ `R --help` now mentions "-s, --no-echo" instead of "--slave" / C variable now is R_NoEcho  
77226 2495 d 10 h maechler /trunk/ options(warn=1e11) now errors directly (w/o warning!)  
77181 2510 d 12 h kalibera /trunk/src/main/ Fix handling of recursion limit for PCRE2 (<10.30).  
77164 2512 d 7 h kalibera /trunk/ PCRE2 support (currently enabled only on non-Windows systems). Note: some
regular expressions (usually problematic) that were silently accepted by
PCRE1 result in error with PCRE2 - more in NEWS and ?regex.
 
76539 2626 d 3 h kalibera /trunk/src/ Revert 76384.  
76384 2663 d 6 h kalibera /trunk/src/ Experimental support for controlling transliteration (disabling best-fit
encoding conversion on Windows).
 
76270 2680 d 12 h kalibera /trunk/src/main/ Allow deletion of options checked on assignment, unless they were set during
R startup (R initialization or common paths of system profile).
 
75402 2852 d 8 h kalibera /trunk/src/main/ Add comment and a runtime check to ensure that no (non-missing) option can
have NULL value.
 
74768 2987 d 10 h maechler /trunk/src/main/ comment, trailing white space  
74761 2987 d 11 h kalibera /trunk/ Do not by default include parse data in source references when building
packages. Adjustable via new options keep.parse.data and
keep.parse.data.pkgs.
 
72301 3433 d 4 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.
 
72300 3433 d 5 h kalibera /trunk/src/ Use installChar instead of install(CHAR(.)).  
72296 3434 d 8 h ripley /trunk/ use NA for option PCRE_limit_recursion depending on input #chars  

Show All