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
75453 2839 d 0 h luke /branches/R-conflicts/ Create branch for experimenting with search path conflict resolution.  
68947 4005 d 2 h ripley /trunk/src/ use https  
66120 4400 d 9 h ripley /trunk/src/ more use of headers  
59039 5216 d 6 h ripley /trunk/ use preferred form of 'R Core Team'  
51274 5979 d 5 h ripley /trunk/src/main/ update copyright dates  
45667 6651 d 5 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
42307 6942 d 7 h ripley /trunk/src/ change reference to GPL  
39866 7196 d 3 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.
 
36820 7524 d 0 h ripley /trunk/ update FSF address  
35903 7589 d 23 h ripley /trunk/ more on C stack checking  
32380 7880 d 1 h ripley /trunk/src/ add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
 
31741 7936 d 22 h ripley /trunk/ tidy up Rmain.c  
31662 7941 d 3 h ripley /trunk/src/main/ simplify, correct  
30189 8055 d 0 h iacus /trunk/src/ changes to load the RGUI cocoa bundle  
29589 8097 d 2 h ripley /trunk/src/ revert back to building in src/main