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
80166 1929 d 17 h murrell /branches/R-groups/ create R-groups  
78127 2308 d 6 h kalibera /trunk/src/main/ Simplify memory protection.  
74734 2993 d 8 h kalibera /trunk/src/main/ Use R_xlen_t when iterating large matrices to prevent integer overflow
(related to PR#17423).
 
73750 3172 d 20 h luke /trunk/src/ Added STRING_PTR_RO and use to replace STRING_PTR when possible.  
73728 3177 d 10 h luke /trunk/src/main/ Use read only pointers from _RO accessors when possible.  
70352 3783 d 8 h murdoch /trunk/ Fix spacing when printing complex array.  
69366 3971 d 9 h ripley /trunk/src/main/ update comments  
68947 4005 d 4 h ripley /trunk/src/ use https  
66734 4309 d 23 h maechler /trunk/ print()ing of array/matrix with dim(.) = (.., 0); fixing PR#16012  
66087 4402 d 9 h ripley /trunk/ allow multi-byte OutDec  
64656 4586 d 4 h ripley /trunk/src/ correct/standardize copyright dates  
63181 4771 d 0 h ripley /trunk/src/ micro-manage R_alloc stack  
63155 4772 d 21 h luke /trunk/src/main/ Add vmaxget/set in printMatrix and printArray.  
63096 4776 d 7 h murdoch /trunk/ Deparse raw vectors in syntactically correct way (PR#15369)  
61776 4927 d 6 h ripley /trunk/src/ more hiding  
60801 5053 d 11 h ripley /trunk/src/ translations tweaks  
60241 5096 d 10 h ripley /trunk/src/ more support for long vectors  
59177 5206 d 10 h ripley /trunk/src/ more types and casts  
59035 5216 d 10 h ripley /trunk/src/ introduce xlength for long vectors
update some copyright dates
use preferred 'R Core Team'
 
58733 5248 d 5 h maechler /trunk/ print(x, max= *) -- notably for "Date" x;
use "[ .... ]" for the "reached .. max.print" message
 
58298 5283 d 7 h maechler /trunk/ C level print*Matrix() protection bug fix  
45667 6651 d 6 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6670 d 6 h ripley /trunk/src/main/ whitespace cleanup  
44027 6766 d 7 h ripley /trunk/src/ move towards outputting UTF-8 on Rgui console (disabled pending further tests).  
42307 6942 d 9 h ripley /trunk/src/ change reference to GPL  
42077 6970 d 6 h ripley /trunk/src/ take various entry points static  
41937 6984 d 10 h ripley /trunk/ change arguments of getMatrixDimnames  
41831 6991 d 19 h rgentlem /trunk/ yet another set of CHARSXP patches - hopefully almost the last of these  
41807 6993 d 3 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 9 h ripley /trunk/src/ more 'const char *'  
40705 7104 d 11 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
39079 7267 d 1 h ripley /trunk/src/main/ config.h should be *first*, and order matters on Solaris  
39078 7267 d 1 h ripley /trunk/src/main/ must not assume ENABLE_NLS  
38980 7276 d 8 h maechler /trunk/ options(max.print) for arrays; print.default(*, max)  
38961 7278 d 5 h maechler /trunk/ fix options("max.print") case for matrix; first cut for array  
38954 7279 d 2 h maechler /trunk/src/main/ - factor out comunalities (into macros)
- add comments

('max.print' still not yet!)
 
38920 7283 d 5 h ripley /trunk/src/main/ avoid integer overflow  
38915 7284 d 4 h maechler /trunk/ options(max.print) activated for printMatrix()  
36820 7524 d 2 h ripley /trunk/ update FSF address  
34547 7725 d 3 h ripley /trunk/src/main/ add UNIMPLEMENTED_TYPE to switch statement#