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 5808 d 5 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
51275 5980 d 7 h ripley /trunk/src/main/ standardize names in copyright statements  
45667 6652 d 9 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6671 d 9 h ripley /trunk/src/main/ whitespace cleanup  
42307 6943 d 12 h ripley /trunk/src/ change reference to GPL  
41784 6996 d 12 h ripley /trunk/src/ more 'const char *'  
40705 7105 d 14 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
39866 7197 d 8 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.
 
37001 7508 d 4 h ripley /trunk/ more visibility attributes  
36820 7525 d 5 h ripley /trunk/ update FSF address  
32774 7858 d 0 h ripley /trunk/src/ remove non-unused ungetc for parser  
32380 7881 d 5 h ripley /trunk/src/ add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
 
12256 9325 d 7 h pd /trunk/ branch update  
10172 9485 d 23 h luke /trunk/ Merged with R-GenGC branch  
7701 9685 d 5 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.  
5458 9849 d 12 h ripley /trunk/ change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
 
5187 9875 d 5 h hornik /trunk/src/main/ Always include Rconfig.h first.  
1895 10210 d 22 h ihaka /trunk/src/main/ Final brushup and bug fixes for new list stuff.  
1839 10218 d 14 h ihaka /trunk/src/ Changes to support new list (generic vector) structure.  
1016 10344 d 4 h maechler /trunk/src/ Lots (not all) of -Wall fixes  

Show All