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
69386 3967 d 23 h luke /branches/R-NEWSTR/src/ Copied over current state from my git repo.  
69385 3968 d 0 h luke /branches/R-NEWSTR/ Create branch for experimenting with alternate STRSXP implementations.  
69366 3971 d 10 h ripley /trunk/src/main/ update comments  
68947 4005 d 5 h ripley /trunk/src/ use https  
66734 4310 d 0 h maechler /trunk/ print()ing of array/matrix with dim(.) = (.., 0); fixing PR#16012  
66087 4402 d 10 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 8 h murdoch /trunk/ Deparse raw vectors in syntactically correct way (PR#15369)  
61776 4927 d 7 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 11 h ripley /trunk/src/ more types and casts  
59035 5216 d 11 h ripley /trunk/src/ introduce xlength for long vectors
update some copyright dates
use preferred 'R Core Team'
 
58733 5248 d 6 h maechler /trunk/ print(x, max= *) -- notably for "Date" x;
use "[ .... ]" for the "reached .. max.print" message
 
58298 5283 d 8 h maechler /trunk/ C level print*Matrix() protection bug fix  
45667 6651 d 7 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6670 d 7 h ripley /trunk/src/main/ whitespace cleanup  
44027 6766 d 8 h ripley /trunk/src/ move towards outputting UTF-8 on Rgui console (disabled pending further tests).  
42307 6942 d 10 h ripley /trunk/src/ change reference to GPL  
42077 6970 d 7 h ripley /trunk/src/ take various entry points static  
41937 6984 d 11 h ripley /trunk/ change arguments of getMatrixDimnames  
41831 6991 d 20 h rgentlem /trunk/ yet another set of CHARSXP patches - hopefully almost the last of these  
41807 6993 d 4 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 10 h ripley /trunk/src/ more 'const char *'  
40705 7104 d 12 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
39079 7267 d 2 h ripley /trunk/src/main/ config.h should be *first*, and order matters on Solaris  
39078 7267 d 2 h ripley /trunk/src/main/ must not assume ENABLE_NLS  
38980 7276 d 9 h maechler /trunk/ options(max.print) for arrays; print.default(*, max)  
38961 7278 d 6 h maechler /trunk/ fix options("max.print") case for matrix; first cut for array  
38954 7279 d 3 h maechler /trunk/src/main/ - factor out comunalities (into macros)
- add comments

('max.print' still not yet!)
 
38920 7283 d 6 h ripley /trunk/src/main/ avoid integer overflow  
38915 7284 d 5 h maechler /trunk/ options(max.print) activated for printMatrix()  
36820 7524 d 3 h ripley /trunk/ update FSF address  
34547 7725 d 4 h ripley /trunk/src/main/ add UNIMPLEMENTED_TYPE to switch statement#  
34538 7725 d 9 h ripley /trunk/ implement printing of raw arrays/matrices  
34294 7747 d 2 h ripley /trunk/ add experimental options("OutDec")  
34099 7759 d 13 h ripley /trunk/ printing was not allowing for double-width characters  
34073 7760 d 23 h ripley /trunk/ partial fix for PR#7803