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 313 d 3 h kalibera /trunk/src/main/ Fix right-alignment of default column label when printing a matrix (PR#18943).  
87891 509 d 23 h ripley /trunk/src/ add 2025 BLAS sources  
87770 522 d 21 h maechler /trunk/ print(<array>, max = <small>) should typically show *some*, compatibly w/ <matrix>  
87761 523 d 8 h maechler /trunk/ better print(<array>, max = <small>) incl "omitted" messages  
87474 577 d 2 h maechler /trunk/ using deprecated options(OutDec = "<not-1-char>") now warns in print() etc  
87167 678 d 8 h maechler /trunk/ fix msg to 'max' / getOption("max.print")  
86902 742 d 22 h maechler /trunk/ `max.print` for printing matrices now also affects columns  
85535 985 d 23 h kalibera /trunk/src/main/ Fix printf arguments to match format strings and vice-versa (PR#18578).  
84211 1205 d 8 h ripley /trunk/src/main/ use <Defn.h> consistently  
78127 2309 d 5 h kalibera /trunk/src/main/ Simplify memory protection.  
74734 2994 d 7 h kalibera /trunk/src/main/ Use R_xlen_t when iterating large matrices to prevent integer overflow
(related to PR#17423).
 
73750 3173 d 19 h luke /trunk/src/ Added STRING_PTR_RO and use to replace STRING_PTR when possible.  
73728 3178 d 10 h luke /trunk/src/main/ Use read only pointers from _RO accessors when possible.  
70352 3784 d 7 h murdoch /trunk/ Fix spacing when printing complex array.  
69366 3972 d 9 h ripley /trunk/src/main/ update comments  
68947 4006 d 3 h ripley /trunk/src/ use https  
66734 4310 d 22 h maechler /trunk/ print()ing of array/matrix with dim(.) = (.., 0); fixing PR#16012  
66087 4403 d 9 h ripley /trunk/ allow multi-byte OutDec  
64656 4587 d 3 h ripley /trunk/src/ correct/standardize copyright dates  
63181 4771 d 23 h ripley /trunk/src/ micro-manage R_alloc stack  
63155 4773 d 20 h luke /trunk/src/main/ Add vmaxget/set in printMatrix and printArray.  
63096 4777 d 6 h murdoch /trunk/ Deparse raw vectors in syntactically correct way (PR#15369)  
61776 4928 d 5 h ripley /trunk/src/ more hiding  
60801 5054 d 10 h ripley /trunk/src/ translations tweaks  
60241 5097 d 9 h ripley /trunk/src/ more support for long vectors  
59177 5207 d 9 h ripley /trunk/src/ more types and casts  
59035 5217 d 9 h ripley /trunk/src/ introduce xlength for long vectors
update some copyright dates
use preferred 'R Core Team'
 
58733 5249 d 4 h maechler /trunk/ print(x, max= *) -- notably for "Date" x;
use "[ .... ]" for the "reached .. max.print" message
 
58298 5284 d 7 h maechler /trunk/ C level print*Matrix() protection bug fix  
45667 6652 d 6 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  
44027 6767 d 6 h ripley /trunk/src/ move towards outputting UTF-8 on Rgui console (disabled pending further tests).  
42307 6943 d 8 h ripley /trunk/src/ change reference to GPL  
42077 6971 d 5 h ripley /trunk/src/ take various entry points static  
41937 6985 d 9 h ripley /trunk/ change arguments of getMatrixDimnames  
41831 6992 d 19 h rgentlem /trunk/ yet another set of CHARSXP patches - hopefully almost the last of these  
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 9 h ripley /trunk/src/ more 'const char *'  
40705 7105 d 10 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
39079 7268 d 0 h ripley /trunk/src/main/ config.h should be *first*, and order matters on Solaris