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 19 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
47460 6414 d 1 h ripley /trunk/src/main/ code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
 
45667 6651 d 22 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6670 d 22 h ripley /trunk/src/main/ whitespace cleanup  
42307 6943 d 1 h ripley /trunk/src/ change reference to GPL  
41807 6993 d 19 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
 
39507 7246 d 2 h ripley /trunk/src/ add checks of return values  
38705 7305 d 4 h ripley /trunk/src/ remove some unused entry points, take others static.
add prefixes to graphapp and some graphics entry points
improve the use of / <--> \ conversions under Windows
 
37088 7498 d 23 h ripley /trunk/src/ more inlining  
37001 7507 d 17 h ripley /trunk/ more visibility attributes  
36820 7524 d 18 h ripley /trunk/ update FSF address  
34549 7725 d 18 h tlumley /trunk/ as.function.default no longer asks for a bug report when the body is
invalid
 
32867 7852 d 3 h ripley /trunk/ update message info  
32380 7880 d 18 h ripley /trunk/src/ add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
 
29902 8074 d 23 h ripley /trunk/ add rawtype  
29607 8095 d 16 h rgentlem /trunk/src/main/ one more change for environments  
28357 8194 d 1 h ripley /trunk/ start the process of having vector lengths as longs and hence > 2^31-1 on 64-bit platforms  
24527 8460 d 18 h luke /trunk/src/main/ Added byte code support.  
22926 8578 d 23 h ripley /trunk/ remove remapping of append and remove it from Rinternals.h to Defn.h
It is not used in the R source nor in any package on CRAN.
 
18952 8888 d 22 h ripley /trunk/src/main/ update dates  
18940 8889 d 16 h ripley /trunk/src/main/ "NA" is no longer coerced to NA_STRING in mkChar  
16254 9059 d 19 h luke /trunk/src/main/ Renamed static ddVal routine to isDDName to avoid confusion (for humen
readers) with the static ddVal in envir.c, which computes the
adtual index from the symbol name.
 
12976 9282 d 0 h pd /trunk/ branch update  
10740 9432 d 20 h luke /trunk/src/main/ Removed unused mkPROMISE definition.  
10538 9457 d 7 h rgentlem /trunk/ changes to formulae to take advantage of the environment
changed (almost) all sys.frame(sys.parent()) to parent.frame()
 
10172 9485 d 12 h luke /trunk/ Merged with R-GenGC branch  
7701 9684 d 18 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.  
6994 9725 d 14 h pd /trunk/ branch update  
6676 9745 d 12 h pd /trunk/src/main/ ddVal had unnecessary 128-byte buffer on stack, which could easily overflow  
5458 9849 d 1 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5187 9874 d 18 h hornik /trunk/src/main/ Always include Rconfig.h first.  
5103 9882 d 1 h ihaka /trunk/src/main/ Updates for environments - dead code pruned.  
4855 9903 d 22 h ihaka /trunk/src/main/ Code for .Call added.  
1916 10207 d 12 h rgentlem /trunk/src/ added ..x support for match.call  
1895 10210 d 11 h ihaka /trunk/src/main/ Final brushup and bug fixes for new list stuff.  
1781 10233 d 8 h ihaka /trunk/src/main/ Changes to support new-style lists. Prsently #ifdef-ed on NEWLIST.  
1026 10339 d 2 h ihaka /trunk/ Exchanged our internal dataframe code for Chambers' interpreted code
(with his permission). This is a BIG change.
 
2 10540 d 6 h r /trunk/ Initial revision