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
42208 6955 d 6 h murdoch /branches/djm-source/ Recreate branch from trunk  
41980 6980 d 0 h ripley /trunk/src/ more attribute_hidden  
41894 6989 d 5 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41883 6990 d 1 h ripley /trunk/src/ remove non-longer-needed casts
don't use variable as format in error.
 
41807 6993 d 3 h rgentlem /trunk/ patches from Seth F for the CHARSXP hashing changes
Seth says:
const char fixes

CHAR() internal macro now returns (const char *)

Add CHAR_RW: writable CHARSXP access for internal R use only

const char fixes for methods package

Add NEWS item and some doc to R-ext for CHARSXP changes
 
41686 7005 d 6 h ripley /trunk/ more improvements to warning/error messages  
41495 7019 d 22 h rgentlem /trunk/src/ a large number of changes to alter the behavior of CHARSXPs so that
they are unique and hashed. This will have some effect on run time, but
for any application which uses a lot of names (like big arrays with
row or column names) the savings are often impressive
 
41231 7040 d 4 h ripley /trunk/src/main/ clarify message  
40705 7104 d 12 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
40672 7108 d 11 h ripley /trunk/ start marking encoding of CHARSXPs  
40621 7117 d 23 h ripley /trunk/ implement terminal command on R CMD BATCH via .Last.sys  
40531 7129 d 9 h ripley /trunk/ add check for Hurd's incomplete (and according to the POSIX man page, broken)
version of sigaction.
 
40255 7160 d 6 h ripley /trunk/src/ allow R_LIBS_SITE to set .Library.site  
40248 7160 d 12 h ripley /trunk/ enhancements to .libPaths  
40244 7160 d 22 h ripley /trunk/ add more randomness to tempfile() on some platforms  
40068 7179 d 9 h ripley /trunk/src/ make R_Visible Rboolean, and do not export it  
39866 7196 d 5 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.
 
39791 7205 d 2 h jmc /trunk/ fix non-caching of namespaces  
39406 7251 d 7 h ripley /trunk/ fix for bug part of PR#9063: wishlist part seems undesirable  
39182 7262 d 23 h ripley /trunk/src/main/ -Wall  

Show All