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
88856 312 d 7 h kalibera /trunk/src/main/ Fix right-alignment of default column label when printing a matrix (PR#18943).  
87891 509 d 2 h ripley /trunk/src/ add 2025 BLAS sources  
87770 522 d 1 h maechler /trunk/ print(<array>, max = <small>) should typically show *some*, compatibly w/ <matrix>  
87761 522 d 11 h maechler /trunk/ better print(<array>, max = <small>) incl "omitted" messages  
87474 576 d 5 h maechler /trunk/ using deprecated options(OutDec = "<not-1-char>") now warns in print() etc  
87167 677 d 12 h maechler /trunk/ fix msg to 'max' / getOption("max.print")  
86902 742 d 2 h maechler /trunk/ `max.print` for printing matrices now also affects columns  
85535 985 d 3 h kalibera /trunk/src/main/ Fix printf arguments to match format strings and vice-versa (PR#18578).  
84211 1204 d 12 h ripley /trunk/src/main/ use <Defn.h> consistently  
78127 2308 d 9 h kalibera /trunk/src/main/ Simplify memory protection.  
74734 2993 d 10 h kalibera /trunk/src/main/ Use R_xlen_t when iterating large matrices to prevent integer overflow
(related to PR#17423).
 
73750 3172 d 23 h luke /trunk/src/ Added STRING_PTR_RO and use to replace STRING_PTR when possible.  
73728 3177 d 13 h luke /trunk/src/main/ Use read only pointers from _RO accessors when possible.  
70352 3783 d 10 h murdoch /trunk/ Fix spacing when printing complex array.  
69366 3971 d 12 h ripley /trunk/src/main/ update comments  
68947 4005 d 7 h ripley /trunk/src/ use https  
66734 4310 d 2 h maechler /trunk/ print()ing of array/matrix with dim(.) = (.., 0); fixing PR#16012  
66087 4402 d 12 h ripley /trunk/ allow multi-byte OutDec  
64656 4586 d 6 h ripley /trunk/src/ correct/standardize copyright dates  
63181 4771 d 2 h ripley /trunk/src/ micro-manage R_alloc stack  
63155 4772 d 23 h luke /trunk/src/main/ Add vmaxget/set in printMatrix and printArray.  
63096 4776 d 10 h murdoch /trunk/ Deparse raw vectors in syntactically correct way (PR#15369)  
61776 4927 d 8 h ripley /trunk/src/ more hiding  
60801 5053 d 13 h ripley /trunk/src/ translations tweaks  
60241 5096 d 12 h ripley /trunk/src/ more support for long vectors  
59177 5206 d 13 h ripley /trunk/src/ more types and casts  
59035 5216 d 13 h ripley /trunk/src/ introduce xlength for long vectors
update some copyright dates
use preferred 'R Core Team'
 
58733 5248 d 8 h maechler /trunk/ print(x, max= *) -- notably for "Date" x;
use "[ .... ]" for the "reached .. max.print" message
 
58298 5283 d 10 h maechler /trunk/ C level print*Matrix() protection bug fix  
45667 6651 d 9 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6670 d 9 h ripley /trunk/src/main/ whitespace cleanup  
44027 6766 d 10 h ripley /trunk/src/ move towards outputting UTF-8 on Rgui console (disabled pending further tests).  
42307 6942 d 12 h ripley /trunk/src/ change reference to GPL  
42077 6970 d 9 h ripley /trunk/src/ take various entry points static  
41937 6984 d 12 h ripley /trunk/ change arguments of getMatrixDimnames  
41831 6991 d 22 h rgentlem /trunk/ yet another set of CHARSXP patches - hopefully almost the last of these  
41807 6993 d 6 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 12 h ripley /trunk/src/ more 'const char *'  
40705 7104 d 14 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
39079 7267 d 4 h ripley /trunk/src/main/ config.h should be *first*, and order matters on Solaris