| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 42208 |
6955 d 4 h |
murdoch |
/branches/djm-source/ |
Recreate branch from trunk |
|
| 41680 |
7005 d 8 h |
ripley |
/trunk/ |
improvements to the handling of warning/error messages |
|
| 40705 |
7104 d 9 h |
ripley |
/trunk/ |
bugfix in duplicate on CHARSXPs
more use of translateChar |
|
| 40508 |
7131 d 13 h |
ripley |
/trunk/ |
more on deparsing |
|
| 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. |
|
| 38417 |
7336 d 5 h |
ripley |
/trunk/src/main/ |
update copyright date |
|
| 38334 |
7349 d 23 h |
ripley |
/trunk/src/ |
POSIX (but not C99) allows for error from strcoll |
|
| 36990 |
7507 d 20 h |
ripley |
/trunk/ |
reduce the number of visible symbols in libR.so from 1806 to 1136 |
|
| 36820 |
7524 d 0 h |
ripley |
/trunk/ |
update FSF address |
|
| 33297 |
7825 d 0 h |
ripley |
/trunk/src/ |
tweak error messages |
|
| 33125 |
7837 d 8 h |
ripley |
/trunk/ |
for consistency, prefer `invalid' to `illegal' |
|
| 32871 |
7851 d 7 h |
ripley |
/trunk/ |
mark messages |
|
| 32787 |
7856 d 2 h |
ripley |
/trunk/src/ |
tidy up use of strcoll, including using wide variant in Win32 UTF8 mode |
|
| 32676 |
7862 d 1 h |
ripley |
/trunk/src/ |
add comments |
|
| 32380 |
7880 d 1 h |
ripley |
/trunk/src/ |
add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences |
|
| 30225 |
8053 d 3 h |
murdoch |
/trunk/ |
Change deparsing to use control argument |
|
| 29902 |
8074 d 6 h |
ripley |
/trunk/ |
add rawtype |
|
| 29580 |
8098 d 0 h |
murdoch |
/trunk/ |
forDisplay and useSource additions to deparsing |
|
| 29340 |
8116 d 0 h |
murdoch |
/trunk/ |
Improvements to deparsing |
|
| 29331 |
8116 d 11 h |
ripley |
/trunk/ |
rationalize comparisons involving lists |
|