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
45433 6670 d 7 h ripley /branches/R-2-7-branch/src/ port r44967 from trunk  
44968 6695 d 1 h ripley /branches/R-2-7-branch/src/include/ typo  
44870 6698 d 4 h pd /branches/R-2-7-branch/ Create R-2-7-branch  
44841 6700 d 2 h ripley /trunk/src/ put R_atof in public R_exts/Utils.h  
44828 6702 d 8 h ripley /trunk/ use our own strtod/atof to mitigate effects of setting LC_NUMERIC  
44637 6723 d 11 h ripley /trunk/src/ tidy up deparse changes  
44488 6736 d 23 h urbaneks /trunk/src/ adjust charset detection to work better on Darwin  
44300 6750 d 8 h ripley /trunk/src/ make *_SUSPEND_INTERRUPTS and mbcslocale available to packages.
make devNull a test of this.
 
44262 6752 d 8 h ripley /trunk/src/ start phasing out use of Rdevice.h (old devices interface)  
44201 6755 d 10 h ripley /trunk/src/ include Rdynload.h only where needed
use (void) in declarations
 
44197 6755 d 18 h ripley /trunk/src/include/ use of void, add comments  
44195 6755 d 20 h ripley /trunk/src/ some uses of (void) where possible  
44182 6756 d 5 h ripley /trunk/ make translateCharUTF8 a public entry point  
44178 6757 d 6 h ripley /trunk/src/ mbcsToLatin1 is no longer used (assumed Unicode wchar_t)
use MB_CUR_MAX to size buffers
 
44094 6761 d 2 h ripley /trunk/ tidy up (move ASCII checks to mkCharEnc, renanme utf8strIsASCII).
document recent UTF-8 changes.
 
44091 6761 d 4 h ripley /trunk/src/ Use UTF-8 in collation, basename, dirname, Tcl/Tk strings
(not yet checked on Linux)
 
44059 6763 d 1 h ripley /trunk/ more on preserving UTF-8  
44054 6763 d 9 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 6765 d 20 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 6765 d 20 h ripley /trunk/src/ move wcstoutf8 to util.c/Defn.h  

Show All