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
47757 6391 d 8 h jmc /branches/R-classInheritance/ create branch for class inheritance  
47481 6413 d 12 h murdoch /trunk/src/ Fix off-by-one problem in syntax error reporting
Report the column of the bad token
checkRd gives full filename
Make first_column value consistent in gram.y and gramRd.y
 
46470 6540 d 15 h ripley /trunk/ add xtfrm, use it in order() etc
make is.unsorted work on classed objects
 
46438 6546 d 10 h ripley /trunk/src/include/ revert for now  
46436 6546 d 13 h ripley /trunk/src/include/ random deletion?  
46422 6547 d 0 h ripley /trunk/src/ better error message, document that MAXIDSIZE is in bytes (not chars)  
45684 6650 d 0 h ripley /trunk/ increase console line limit to 4095 bytes  
45510 6667 d 18 h ripley /trunk/ compare CHARSXPs in the cache by address  
45435 6671 d 21 h ripley /trunk/ remove code for non-cached CHARSXPs
disallow nuls in CHARSXPs and document
 
45409 6672 d 21 h ripley /trunk/ remove allocString.
start towards taking allocVector(CHARSXP) private.
 
45074 6689 d 20 h ripley /trunk/ add set[Session]TimeLimit  
44967 6696 d 16 h ripley /trunk/src/ tidy up encoding auxilliaries  
44841 6701 d 17 h ripley /trunk/src/ put R_atof in public R_exts/Utils.h  
44828 6703 d 23 h ripley /trunk/ use our own strtod/atof to mitigate effects of setting LC_NUMERIC  
44637 6725 d 2 h ripley /trunk/src/ tidy up deparse changes  
44488 6738 d 14 h urbaneks /trunk/src/ adjust charset detection to work better on Darwin  
44300 6751 d 23 h ripley /trunk/src/ make *_SUSPEND_INTERRUPTS and mbcslocale available to packages.
make devNull a test of this.
 
44262 6753 d 23 h ripley /trunk/src/ start phasing out use of Rdevice.h (old devices interface)  
44201 6757 d 1 h ripley /trunk/src/ include Rdynload.h only where needed
use (void) in declarations
 
44197 6757 d 9 h ripley /trunk/src/include/ use of void, add comments  
44195 6757 d 11 h ripley /trunk/src/ some uses of (void) where possible  
44182 6757 d 20 h ripley /trunk/ make translateCharUTF8 a public entry point  
44178 6758 d 21 h ripley /trunk/src/ mbcsToLatin1 is no longer used (assumed Unicode wchar_t)
use MB_CUR_MAX to size buffers
 
44094 6762 d 17 h ripley /trunk/ tidy up (move ASCII checks to mkCharEnc, renanme utf8strIsASCII).
document recent UTF-8 changes.
 
44091 6762 d 19 h ripley /trunk/src/ Use UTF-8 in collation, basename, dirname, Tcl/Tk strings
(not yet checked on Linux)
 
44059 6764 d 16 h ripley /trunk/ more on preserving UTF-8  
44054 6765 d 1 h ripley /trunk/ Give informative warnings for regex compilation messages

Allow postscript() and pdf() to handle UTF-8 text directly

Use direct handling of UTF-8 encoded text in substr, substr<-,
chartr, tolower/toupper and fixed/perl options in grep and [g]sub.
 
44034 6767 d 11 h ripley /trunk/src/ centralize filenameToWchar.
convert UTF-8 chars to <U+xxxx> rather than bytes if they do not exist in native charset
 
44033 6767 d 11 h ripley /trunk/src/ move wcstoutf8 to util.c/Defn.h  
44027 6767 d 20 h ripley /trunk/src/ move towards outputting UTF-8 on Rgui console (disabled pending further tests).  
43953 6772 d 15 h ripley /trunk/src/ add some more general charset conversions, move them out of gram.[cy]  
43767 6792 d 16 h ripley /trunk/ use const char * in embedding interfaces where appropriate  
43760 6793 d 22 h ripley /trunk/src/ more use of const char *  
43717 6798 d 0 h ripley /trunk/src/ introduce ENC_KNOWN to simplify code  
43053 6874 d 12 h luke /trunk/src/include/ Enabled linking CHARSXP hash chains through ATTRIB fields.  
43050 6874 d 13 h luke /trunk/src/ Added support, not yet enabled, for maintaining the chains in the
CHARSXP hash table through the ATTRIB fields of the CHARSXPs.
 
43042 6875 d 8 h ripley /trunk/src/ change markKnown to avoid in-place conversion of encoding bits  
43012 6878 d 20 h ripley /trunk/src/ experimental switch to turn off char hashing  
42452 6928 d 19 h ripley /trunk/src/include/ move some macro versions used with USE_RINTERNALS from Defn.h to Rinternals.h  
42398 6935 d 12 h ripley /trunk/src/ move some headers to individual files