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
47757 6390 d 21 h jmc /branches/R-classInheritance/ create branch for class inheritance  
47460 6414 d 12 h ripley /trunk/src/main/ code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
 
45446 6671 d 9 h ripley /trunk/src/main/ whitespace cleanup  
44091 6762 d 8 h ripley /trunk/src/ Use UTF-8 in collation, basename, dirname, Tcl/Tk strings
(not yet checked on Linux)
 
42307 6943 d 12 h ripley /trunk/src/ change reference to GPL  
41686 7006 d 8 h ripley /trunk/ more improvements to warning/error messages  
40705 7105 d 13 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
40602 7121 d 9 h ripley /trunk/ update messages  
40176 7166 d 7 h ripley /trunk/ make names, names<-, levels<- primitive for efficiency.
rename .Internal(substrgets to substr<- for consistency (and error messages).
check arity of internal generics before dispatch.
change several specials to builtins where all args are evaluated immediately.
add checking of primitive generics to checkS3methods.
improve documentation of primitives and internal generics.
 
40093 7179 d 2 h ripley /trunk/ tidy up  
40091 7179 d 3 h ripley /trunk/src/main/ more R_Visible tweaks  
40090 7179 d 4 h ripley /trunk/ port trace() fix from R-2-4-branch
more R_Visibility fixes (not yet complete)
 
39866 7197 d 7 h duncan /trunk/src/ The following are half the files changed to compile R with C++.
These are the simple, safe changes that keep the stricter compiler happy.

Change variable new to _new, class to klass, this to This or _this, template to Template, not to Not.
Remove some duplicate routine declarations.
Modernize some K&R routine parameter definitions.
Make explicit the signature for some routine pointer types.
Declare mode in creating connection as a const char * const.
Correct some routine declarations.
Add a throw to some routine definitions if in C++ to match built-in definitions.
Made the Clinkage explicit for rwarnc, rexitc. Use enum labels/constants where necessary.

The goals of using g++ are
a) to use a stricter compiler to discover anomolies in our code,
b) be able to use g++ -fdump-translation-unit so that we can more readily
do code analysis on the routines, variables, expressions and at the very
least allow me to identify the use of global variables automatically
and propose refactoring strategies,
c) to explore the pros and cons of using an Object Oriented programming
language C++ as the base language to get extensibility at the system level
and take advantage of some higher-level language features such as exceptions.
 
39840 7200 d 5 h ripley /trunk/ fix PR#9349  
38639 7315 d 1 h ripley /trunk/ quick test for all-factor tree.
first pass at rapply
 
38631 7316 d 0 h ripley /trunk/ another attempt at a faster lapply  
38567 7321 d 14 h ripley /trunk/ back out r38560 as it seems to break survey  
38560 7322 d 6 h ripley /trunk/ entirely internal version of lapply  
38559 7322 d 7 h ripley /trunk/src/ remove unused internal apply
+typo
 
36990 7509 d 0 h ripley /trunk/ reduce the number of visible symbols in libR.so from 1806 to 1136  

Show All