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
52864 5807 d 16 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52207 5897 d 22 h maechler /trunk/ print(x), str(x) for named empty list x  
51267 5980 d 1 h ripley /trunk/ check arity and args of one-argument primitives  
49804 6151 d 7 h murdoch /trunk/ Fix bug reported by Saptarshi Guha.  
48863 6238 d 15 h falcon /trunk/ Avoid printing attributes for CHARSXPs in PrintValueRec

CHARSXP attributes are used to manage the CHARSXP cache, attempting to
print them via printAttributes can segfault.
 
48706 6263 d 11 h maechler /trunk/ fix printing(NA_complex_)  
48366 6306 d 17 h maechler /trunk/ print.function() and auto-print fixes: a bit more modularization in print.c  
48346 6309 d 18 h maechler /trunk/src/ rationalization in install("<sym>") definitions  
45667 6651 d 20 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45639 6655 d 19 h maechler /trunk/ format(<environment>) via new EncodeEnvironment()  
45613 6658 d 15 h ripley /trunk/ dispatch to show() when printing S4 attributes  
45446 6670 d 20 h ripley /trunk/src/main/ whitespace cleanup  
44027 6766 d 21 h ripley /trunk/src/ move towards outputting UTF-8 on Rgui console (disabled pending further tests).  
43498 6825 d 16 h ripley /trunk/ fix from PR#10437  
42307 6942 d 23 h ripley /trunk/src/ change reference to GPL  
41937 6984 d 23 h ripley /trunk/ change arguments of getMatrixDimnames  
41894 6989 d 18 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41861 6991 d 2 h ripley /trunk/src/ more use of 'const char *', especially in output routines  
41831 6992 d 9 h rgentlem /trunk/ yet another set of CHARSXP patches - hopefully almost the last of these  
41807 6993 d 16 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
 

Show All