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
52865 5808 d 18 h urbaneks /branches/R-exp-R5/src/ add support for function argument types  
52864 5808 d 19 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52432 5870 d 18 h ripley /trunk/src/include/ fix up declarations  
52431 5870 d 21 h maechler /trunk/ match() and hence %in% now deal with "POSIXlt" consistently with e.g. "POSIXct"  
51839 5936 d 20 h ripley /trunk/ tweaks to headers  
51836 5937 d 5 h ripley /trunk/ for unavoidable headers, use C++ equivalents  
51659 5954 d 17 h maechler /trunk/ new lang5() / Rf_lang5() {& lang6()} utility  
49911 6145 d 5 h ripley /trunk/src/include/ missing declaration caught by SunStudio  
49769 6155 d 16 h maechler /trunk/src/ add any_duplicated3?() to Rinternals.h  
49476 6179 d 1 h maechler /trunk/ identical() gains flags num.eq, single.NA & attrib.as.set  
49020 6209 d 2 h maechler /trunk/src/ change "R_make_named" into "[Rf_]mkNamed", with remapping  
48998 6212 d 13 h rgentlem /trunk/src/ I changed the macros DEBUG, STEP and TRACE to have an R prefix.
There are too many places where other variants of DEBUG have appeared,
so this makes it easier to find ours, and less likely that there will be
collisions with other definitions
 
48982 6214 d 17 h maechler /trunk/src/ R_make_named() [3]  
48980 6214 d 18 h maechler /trunk/src/include/ add R_make_named() utility  
48822 6245 d 20 h maechler /trunk/src/ cosmetic (comments; line wrapping, TABS, ...)  
48724 6261 d 14 h jmc /trunk/src/ make conversion of S4 objects in primitive methods conditional on isBasicClass, as done for useMethod in 48694  
48600 6275 d 14 h rgentlem /trunk/src/ one more set of updates - still issues with counting the browser depth  
48598 6275 d 16 h rgentlem /trunk/src/ updating the debugger - trying to remove the R_BrowseLevel global
variable
 
48372 6306 d 21 h maechler /trunk/src/ provide R_compute_identical() as public (not yet "API") entry point  
48349 6310 d 19 h maechler /trunk/src/ [2nd part of r48346]: install("quote") ..  
48346 6310 d 21 h maechler /trunk/src/ rationalization in install("<sym>") definitions  
48290 6323 d 20 h rgentlem /trunk/src/include/ fixed a typo  
48288 6324 d 15 h rgentlem /trunk/src/ changes to support one time debugging  
48062 6353 d 13 h jmc /trunk/ S4 objects converted for S3 methods; class nonStructure  
47032 6448 d 6 h rgentlem /trunk/ modifications to support for loops over factors
added a small helper function to coerce factors to characters
 
46582 6510 d 21 h urbaneks /trunk/ make sure PROTECT etc. all work with R_NO_REMAP  
46408 6550 d 18 h maechler /trunk/ is.unsorted(., strictly) ; isoreg(x,y) with ties in x  
45574 6663 d 0 h ripley /trunk/ revert r45509 now RCurl_0.9-0 is out  
45509 6667 d 23 h ripley /trunk/ get RCurl working pro tem  
45412 6672 d 22 h ripley /trunk/ revert r45390 --take another tack later  
45409 6673 d 1 h ripley /trunk/ remove allocString.
start towards taking allocVector(CHARSXP) private.
 
45390 6674 d 17 h ripley /trunk/ more on embedded nuls  
45201 6684 d 17 h ripley /trunk/ re-commit Unix part of r45199  
45200 6684 d 18 h ripley /trunk/ and back out for now  
45199 6684 d 18 h ripley /trunk/ Put CHARSXPs with embedded nuls in the cache, and clean up.
Allow the parser and scan() to include nuls in strings, including
by the escape \0 where appropriate.
 
44986 6695 d 16 h ripley /trunk/ new interface for marked encodings  
44768 6709 d 17 h maechler /trunk/src/include/ add R_has_slot() header  
44195 6757 d 15 h ripley /trunk/src/ some uses of (void) where possible  
44182 6757 d 23 h ripley /trunk/ make translateCharUTF8 a public entry point  
43932 6774 d 0 h ripley /trunk/src/ move re-encoding of graphics text to engine/vfonts level.
This allows Hershey Latin-1 to work in other 8-bit locales.