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
47757 6390 d 18 h jmc /branches/R-classInheritance/ create branch for class inheritance  
46631 6503 d 16 h luke /trunk/src/ Copied timing limit code to AQUA's R_ProcessEvents.  
46629 6503 d 17 h luke /trunk/src/main/ Don't handle interrupts or timing limits in R_CheckUserInterrupt if
R_interrupts_suspended is TRUE.
 
46580 6510 d 21 h luke /trunk/src/ Added .Internal(interruptsSuspended(...)) for experimenting
withR-level blocking/unblocking of interrupts.
 
45667 6652 d 5 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6671 d 5 h ripley /trunk/src/main/ whitespace cleanup  
45074 6689 d 6 h ripley /trunk/ add set[Session]TimeLimit  
44637 6724 d 12 h ripley /trunk/src/ tidy up deparse changes  
44633 6725 d 7 h ripley /trunk/ add nlines arg to deparse
only deparse 1 line where calls are to be displayed in one line
 
44512 6735 d 6 h ripley /trunk/ tidy up (a bit) the use of 'invalid'  
44198 6756 d 19 h ripley /trunk/src/main/ using of (void), tidy up use of headers  
44091 6762 d 5 h ripley /trunk/src/ Use UTF-8 in collation, basename, dirname, Tcl/Tk strings
(not yet checked on Linux)
 
44023 6767 d 11 h ripley /trunk/src/main/ update date  
44012 6768 d 4 h ripley /trunk/src/main/ spurious backslash  
43694 6800 d 3 h ripley /trunk/ .makeMessage introduced another context we need to skip  
42548 6919 d 10 h ripley /trunk/src/main/ comment out unreachable code  
42307 6943 d 8 h ripley /trunk/src/ change reference to GPL  
42252 6951 d 9 h ripley /trunk/src/main/ need signed var on some platforms  
42241 6952 d 19 h ripley /trunk/src/main/ make use of [u]intptr_t  
41966 6981 d 23 h ripley /trunk/src/main/ typo, up buffer  
41944 6984 d 3 h ripley /trunk/ enhance enviroment for codetools checks
split showCalls into two, make showErrorCalls the default in non-interactive use
 
41928 6985 d 23 h luke /trunk/src/main/ Modified vsignalError to only use va_list argument once (fixed segfault on 64-bit Linux).  
41894 6990 d 3 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41883 6991 d 0 h ripley /trunk/src/ remove non-longer-needed casts
don't use variable as format in error.
 
41873 6991 d 6 h ripley /trunk/src/main/ avoid inappropriate use of variable message string as format  
41807 6994 d 2 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 6996 d 8 h ripley /trunk/src/ more 'const char *'  
41769 6997 d 13 h ripley /trunk/src/main/ conditionally include header, comment  
41766 6997 d 20 h rgentlem /trunk/src/main/ a minor patch from Deepayan Sarkar applied  
41742 7000 d 12 h ripley /trunk/ change the default to nchars(type="chars")
tweak the layout of errors with embedded newlines in messages
 
41731 7001 d 5 h ripley /trunk/src/ improve layout for multiline warning messages  
41712 7004 d 4 h ripley /trunk/ add experimental showCalls option.
improvements to layout of error messages, and to some messages.
 
41688 7005 d 23 h ripley /trunk/ more tweaks to warnings  
41680 7006 d 9 h ripley /trunk/ improvements to the handling of warning/error messages  
41525 7018 d 23 h ripley /trunk/src/main/ work around a libintl problem  
40909 7063 d 4 h ripley /trunk/src/ tidy up visibility of internal class<- etc code  
40804 7092 d 23 h luke /trunk/ Revised try() to use tryCatch().  
40801 7093 d 9 h ripley /trunk/src/ tidy up visibility  
40799 7093 d 15 h luke /trunk/src/ Added .Internal(printDeferredWarnings()).  
40798 7094 d 0 h luke /trunk/src/ Added .Internal(seterrmessage()).