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
48068 6351 d 21 h ripley /trunk/src/main/ return value missing in r48062 caused segfaults.
comment out/remove unused code/variables
 
48063 6352 d 10 h jmc /trunk/src/main/ possible glitch in usemethod  
48062 6352 d 12 h jmc /trunk/ S4 objects converted for S3 methods; class nonStructure  
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
 
46128 6574 d 20 h jmc /trunk/ changes to allow S4 classes to extend S3 classes  
45667 6651 d 22 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6670 d 21 h ripley /trunk/src/main/ whitespace cleanup  
44195 6756 d 13 h ripley /trunk/src/ some uses of (void) where possible  
42675 6908 d 22 h ripley /trunk/src/main/ tidy up, add comment  
42307 6943 d 0 h ripley /trunk/src/ change reference to GPL  
42292 6944 d 5 h ripley /trunk/src/ We do need to promiseArgs before calling closures from R_possible_dispatch
(a failure to duplicate was seen in the wild).

Change log() to mimic former interpreted wrapper and an treat missing 'base'
as not supplied.

Change round() and digits() to treat missing 'digits' as not supplied.
 
42110 6965 d 2 h maechler /trunk/src/ + R_getClassDef() C function  
41901 6988 d 1 h ripley /trunk/src/ use void* for generic memory pointers
add back-compatibility to R_AllocStringBuffer, with a warning
 
41856 6991 d 15 h ripley /trunk/src/ remove non-existent/commented-out functions  
41825 6992 d 18 h ripley /trunk/src/main/ wrap .Internal and primitive calls in setting vmax to avoid leaks.  
41784 6996 d 1 h ripley /trunk/src/ more 'const char *'  
41771 6997 d 3 h ripley /trunk/src/ sort out some more of the problems with r41767  
41713 7003 d 18 h ripley /trunk/src/main/ improvements to error messages  
41686 7005 d 21 h ripley /trunk/ more improvements to warning/error messages  
41631 7010 d 4 h ripley /trunk/src/ work on inlining
- allow C99 model
- use static inlining in units where function is used a lot
export isS4, asS4 (don't use them internally, rather macros)
work around an optimization bug in currnt gcc pre-4.3.0
 

Show All