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 5807 d 11 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52104 5906 d 11 h ripley /trunk/src/ have R_ProcessEvents on all platforms  
52103 5906 d 19 h ripley /trunk/src/ tidy up, add comments  
50479 6095 d 19 h ripley /trunk/src/ back out r50473 (did not work on SunStudio)  
50473 6096 d 6 h ripley /trunk/src/ pre-check alloca for addiitonal safety  
49591 6168 d 13 h ripley /trunk/ remove --disable-mbcs
use perl regexps in UTF-8 in a non-UTF-8 MBCS locale
 
48811 6246 d 10 h maechler /trunk/src/main/ consequent use of mkString(.)  
48623 6271 d 6 h murdoch /trunk/ Add experimental code to display srcref locations when debugging.  
48524 6286 d 15 h ripley /trunk/ xgettext was missing P_() macro, so need to rework  
48349 6309 d 10 h maechler /trunk/src/ [2nd part of r48346]: install("quote") ..  
47908 6374 d 10 h luke /trunk/src/main/ Added parentheses to disambiguate an expression in do_addTryHandlers.  
46631 6503 d 1 h luke /trunk/src/ Copied timing limit code to AQUA's R_ProcessEvents.  
46629 6503 d 2 h luke /trunk/src/main/ Don't handle interrupts or timing limits in R_CheckUserInterrupt if
R_interrupts_suspended is TRUE.
 
46580 6510 d 6 h luke /trunk/src/ Added .Internal(interruptsSuspended(...)) for experimenting
withR-level blocking/unblocking of interrupts.
 
45667 6651 d 14 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6670 d 14 h ripley /trunk/src/main/ whitespace cleanup  
45074 6688 d 15 h ripley /trunk/ add set[Session]TimeLimit  
44637 6723 d 21 h ripley /trunk/src/ tidy up deparse changes  
44633 6724 d 16 h ripley /trunk/ add nlines arg to deparse
only deparse 1 line where calls are to be displayed in one line
 
44512 6734 d 15 h ripley /trunk/ tidy up (a bit) the use of 'invalid'  
44198 6756 d 4 h ripley /trunk/src/main/ using of (void), tidy up use of headers  
44091 6761 d 14 h ripley /trunk/src/ Use UTF-8 in collation, basename, dirname, Tcl/Tk strings
(not yet checked on Linux)
 
44023 6766 d 20 h ripley /trunk/src/main/ update date  
44012 6767 d 13 h ripley /trunk/src/main/ spurious backslash  
43694 6799 d 12 h ripley /trunk/ .makeMessage introduced another context we need to skip  
42548 6918 d 19 h ripley /trunk/src/main/ comment out unreachable code  
42307 6942 d 17 h ripley /trunk/src/ change reference to GPL  
42252 6950 d 18 h ripley /trunk/src/main/ need signed var on some platforms  
42241 6952 d 4 h ripley /trunk/src/main/ make use of [u]intptr_t  
41966 6981 d 8 h ripley /trunk/src/main/ typo, up buffer  
41944 6983 d 12 h ripley /trunk/ enhance enviroment for codetools checks
split showCalls into two, make showErrorCalls the default in non-interactive use
 
41928 6985 d 8 h luke /trunk/src/main/ Modified vsignalError to only use va_list argument once (fixed segfault on 64-bit Linux).  
41894 6989 d 12 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41883 6990 d 9 h ripley /trunk/src/ remove non-longer-needed casts
don't use variable as format in error.
 
41873 6990 d 15 h ripley /trunk/src/main/ avoid inappropriate use of variable message string as format  
41807 6993 d 11 h rgentlem /trunk/ patches from Seth F for the CHARSXP hashing changes
Seth says:
const char fixes

CHAR() internal macro now returns (const char *)

Add CHAR_RW: writable CHARSXP access for internal R use only

const char fixes for methods package

Add NEWS item and some doc to R-ext for CHARSXP changes
 
41784 6995 d 17 h ripley /trunk/src/ more 'const char *'  
41769 6996 d 22 h ripley /trunk/src/main/ conditionally include header, comment  
41766 6997 d 5 h rgentlem /trunk/src/main/ a minor patch from Deepayan Sarkar applied  
41742 6999 d 21 h ripley /trunk/ change the default to nchars(type="chars")
tweak the layout of errors with embedded newlines in messages