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 4 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52207 5897 d 10 h maechler /trunk/ print(x), str(x) for named empty list x  
51267 5979 d 14 h ripley /trunk/ check arity and args of one-argument primitives  
49804 6150 d 19 h murdoch /trunk/ Fix bug reported by Saptarshi Guha.  
48863 6238 d 3 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 6262 d 23 h maechler /trunk/ fix printing(NA_complex_)  
48366 6306 d 5 h maechler /trunk/ print.function() and auto-print fixes: a bit more modularization in print.c  
48346 6309 d 6 h maechler /trunk/src/ rationalization in install("<sym>") definitions  
45667 6651 d 8 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45639 6655 d 7 h maechler /trunk/ format(<environment>) via new EncodeEnvironment()  
45613 6658 d 3 h ripley /trunk/ dispatch to show() when printing S4 attributes  
45446 6670 d 8 h ripley /trunk/src/main/ whitespace cleanup  
44027 6766 d 9 h ripley /trunk/src/ move towards outputting UTF-8 on Rgui console (disabled pending further tests).  
43498 6825 d 4 h ripley /trunk/ fix from PR#10437  
42307 6942 d 11 h ripley /trunk/src/ change reference to GPL  
41937 6984 d 11 h ripley /trunk/ change arguments of getMatrixDimnames  
41894 6989 d 6 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41861 6990 d 14 h ripley /trunk/src/ more use of 'const char *', especially in output routines  
41831 6991 d 21 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
 

Show All