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
43097 6871 d 15 h urbaneks /branches/R-ObjC/ turn R objects into ObjC objects; basic class hierarchy  
43096 6871 d 16 h urbaneks /branches/R-ObjC/ experimental branch of R where all R objects are also ObjC objects  
43052 6874 d 16 h luke /trunk/src/main/ Added missing semicolon in envir.c and better version of HAS_GENUINE
ATTRIB in memory.c -- the original was not tracing some cases where it
should.
 
43050 6874 d 18 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.
 
43046 6874 d 22 h luke /trunk/src/main/ Changed from using function 'length' to macro LENGTH in CHARSXP hash table
collection code.
 
43012 6879 d 0 h ripley /trunk/src/ experimental switch to turn off char hashing  
42947 6884 d 0 h ripley /trunk/src/ clarifications:
better error message from allocVector
state explicitly that return(list()) replaces multi-arg returns
as.name, as.pairlist (and as.expression) dispatch on as.vector.
say exactly what as.name does.
 
42724 6905 d 20 h ripley /trunk/ gettext has defined _GNU_SOURCE in config.h on systems which need it,
so we now only need declaration where config.h is not included.
 
42648 6912 d 4 h ripley /trunk/src/main/ suppress warning  
42582 6917 d 2 h ripley /trunk/src/ work around warnings about converting to and from function pointers  
42574 6917 d 20 h ripley /trunk/src/main/ move redefines below header files  
42554 6919 d 21 h ripley /trunk/src/ more tweaks to visibility  
42361 6938 d 15 h luke /trunk/src/main/ Added PRIMFUN and SET_PRIMFUN functions.  
42347 6940 d 21 h luke /trunk/src/main/ Added PRIMVAL function for parallem math experiments.  
42307 6944 d 3 h ripley /trunk/src/ change reference to GPL  
41939 6985 d 23 h ripley /trunk/src/main/ revert +1 for now  
41926 6986 d 20 h ripley /trunk/ revert R_alloc to char * since C++ seems to care.
remove surplus +1 in R_alloc as it is masking array overruns.
tidy up messages.
 
41916 6987 d 6 h ripley /trunk/src/main/ use void*  
41914 6987 d 7 h ripley /trunk/ use void *R_alloc(size_t, int) for 64-bit OSes with 32-bit longs  
41901 6989 d 4 h ripley /trunk/src/ use void* for generic memory pointers
add back-compatibility to R_AllocStringBuffer, with a warning
 

Show All