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
40799 7094 d 9 h luke /trunk/src/ Added .Internal(printDeferredWarnings()).  
40798 7094 d 18 h luke /trunk/src/ Added .Internal(seterrmessage()).  
40705 7106 d 4 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
40508 7133 d 7 h ripley /trunk/ more on deparsing  
40450 7138 d 0 h ripley /trunk/ sort out truncation of warning messages  
40093 7179 d 16 h ripley /trunk/ tidy up  
40091 7179 d 18 h ripley /trunk/src/main/ more R_Visible tweaks  
40090 7179 d 19 h ripley /trunk/ port trace() fix from R-2-4-branch
more R_Visibility fixes (not yet complete)
 
40066 7181 d 4 h ripley /trunk/src/main/ more tidying up of visibility issues  
39996 7185 d 18 h murdoch /trunk/ Merge from djm-source branch:
- attach source references to parsed output
- enable verbose parse error messages.
 
39866 7197 d 22 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.
 
39460 7250 d 18 h ripley /trunk/ kill -USR1 no longer stops at restarts  
39091 7267 d 23 h ripley /trunk/ make warning(immedate.=TRUE) apply even to warn <= 0.
new interface warningcall_immediate.
 
38666 7313 d 22 h ripley /trunk/ more tweaks to what is exported (especially addDLL).
fix bug in freeing of registered symbols: was missing .External symbols.
 
38616 7319 d 3 h ripley /trunk/ tweaks to traceback() and warnings()  
38545 7323 d 18 h ripley /trunk/src/main/ use LOGICAL correctly  
38540 7323 d 21 h ripley /trunk/src/main/ don't use SET_VECTOR_ELT on STRSXP  
38316 7355 d 6 h ripley /trunk/src/ eliminate some unused or duplicate code  
37376 7467 d 3 h ripley /trunk/ tidy up declarations and add error/warningcall, R_FlushConsole, R_ProcessEvents  
37317 7474 d 2 h ripley /trunk/src/main/ update dates  

Show All