| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 41929 |
6986 d 18 h |
luke |
/branches/R-2-5-branch/src/main/ |
ported 41928 (fix for vsignalError) from trunk. |
|
| 41706 |
7005 d 3 h |
ripley |
/branches/R-2-5-branch/ |
give some context on C-level warning calls |
|
| 40912 |
7063 d 20 h |
ripley |
/branches/R-2-5-branch/src/ |
port r40209 from trunk |
|
| 40900 |
7064 d 14 h |
pd |
/branches/R-2-5-branch/ |
Create R-2-5-branch |
|
| 40804 |
7093 d 18 h |
luke |
/trunk/ |
Revised try() to use tryCatch(). |
|
| 40801 |
7094 d 4 h |
ripley |
/trunk/src/ |
tidy up visibility |
|
| 40799 |
7094 d 10 h |
luke |
/trunk/src/ |
Added .Internal(printDeferredWarnings()). |
|
| 40798 |
7094 d 18 h |
luke |
/trunk/src/ |
Added .Internal(seterrmessage()). |
|
| 40705 |
7106 d 5 h |
ripley |
/trunk/ |
bugfix in duplicate on CHARSXPs
more use of translateChar |
|
| 40508 |
7133 d 8 h |
ripley |
/trunk/ |
more on deparsing |
|
| 40450 |
7138 d 1 h |
ripley |
/trunk/ |
sort out truncation of warning messages |
|
| 40093 |
7179 d 17 h |
ripley |
/trunk/ |
tidy up |
|
| 40091 |
7179 d 19 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 19 h |
ripley |
/trunk/ |
kill -USR1 no longer stops at restarts |
|
| 39091 |
7268 d 0 h |
ripley |
/trunk/ |
make warning(immedate.=TRUE) apply even to warn <= 0.
new interface warningcall_immediate. |
|
| 38666 |
7313 d 23 h |
ripley |
/trunk/ |
more tweaks to what is exported (especially addDLL).
fix bug in freeing of registered symbols: was missing .External symbols. |
|