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
44513 6734 d 5 h ripley /branches/R-Cairo/ update to r44512  
44421 6741 d 7 h ripley /branches/R-Cairo/ create R-Cairo  
44198 6755 d 18 h ripley /trunk/src/main/ using of (void), tidy up use of headers  
44091 6761 d 4 h ripley /trunk/src/ Use UTF-8 in collation, basename, dirname, Tcl/Tk strings
(not yet checked on Linux)
 
44023 6766 d 10 h ripley /trunk/src/main/ update date  
44012 6767 d 3 h ripley /trunk/src/main/ spurious backslash  
43694 6799 d 2 h ripley /trunk/ .makeMessage introduced another context we need to skip  
42548 6918 d 9 h ripley /trunk/src/main/ comment out unreachable code  
42307 6942 d 7 h ripley /trunk/src/ change reference to GPL  
42252 6950 d 8 h ripley /trunk/src/main/ need signed var on some platforms  
42241 6951 d 18 h ripley /trunk/src/main/ make use of [u]intptr_t  
41966 6980 d 22 h ripley /trunk/src/main/ typo, up buffer  
41944 6983 d 2 h ripley /trunk/ enhance enviroment for codetools checks
split showCalls into two, make showErrorCalls the default in non-interactive use
 
41928 6984 d 23 h luke /trunk/src/main/ Modified vsignalError to only use va_list argument once (fixed segfault on 64-bit Linux).  
41894 6989 d 2 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41883 6989 d 23 h ripley /trunk/src/ remove non-longer-needed casts
don't use variable as format in error.
 
41873 6990 d 6 h ripley /trunk/src/main/ avoid inappropriate use of variable message string as format  
41807 6993 d 1 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 8 h ripley /trunk/src/ more 'const char *'  
41769 6996 d 12 h ripley /trunk/src/main/ conditionally include header, comment  
41766 6996 d 19 h rgentlem /trunk/src/main/ a minor patch from Deepayan Sarkar applied  
41742 6999 d 11 h ripley /trunk/ change the default to nchars(type="chars")
tweak the layout of errors with embedded newlines in messages
 
41731 7000 d 5 h ripley /trunk/src/ improve layout for multiline warning messages  
41712 7003 d 4 h ripley /trunk/ add experimental showCalls option.
improvements to layout of error messages, and to some messages.
 
41688 7004 d 22 h ripley /trunk/ more tweaks to warnings  
41680 7005 d 8 h ripley /trunk/ improvements to the handling of warning/error messages  
41525 7017 d 22 h ripley /trunk/src/main/ work around a libintl problem  
40909 7062 d 3 h ripley /trunk/src/ tidy up visibility of internal class<- etc code  
40804 7091 d 23 h luke /trunk/ Revised try() to use tryCatch().  
40801 7092 d 9 h ripley /trunk/src/ tidy up visibility  
40799 7092 d 14 h luke /trunk/src/ Added .Internal(printDeferredWarnings()).  
40798 7092 d 23 h luke /trunk/src/ Added .Internal(seterrmessage()).  
40705 7104 d 9 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
40508 7131 d 13 h ripley /trunk/ more on deparsing  
40450 7136 d 6 h ripley /trunk/ sort out truncation of warning messages  
40093 7177 d 22 h ripley /trunk/ tidy up  
40091 7177 d 23 h ripley /trunk/src/main/ more R_Visible tweaks  
40090 7178 d 0 h ripley /trunk/ port trace() fix from R-2-4-branch
more R_Visibility fixes (not yet complete)
 
40066 7179 d 9 h ripley /trunk/src/main/ more tidying up of visibility issues  
39996 7183 d 23 h murdoch /trunk/ Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.