| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 46659 |
6501 d 3 h |
murdoch |
/branches/djm-parseRd/ |
Create temporary branch for Rd parsing code. |
|
| 45667 |
6651 d 5 h |
ripley |
/trunk/src/main/ |
remove old comments on i18n if no longer relevant |
|
| 45446 |
6670 d 5 h |
ripley |
/trunk/src/main/ |
whitespace cleanup |
|
| 42307 |
6942 d 8 h |
ripley |
/trunk/src/ |
change reference to GPL |
|
| 41784 |
6995 d 8 h |
ripley |
/trunk/src/ |
more 'const char *' |
|
| 40705 |
7104 d 9 h |
ripley |
/trunk/ |
bugfix in duplicate on CHARSXPs
more use of translateChar |
|
| 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. |
|
| 37001 |
7506 d 23 h |
ripley |
/trunk/ |
more visibility attributes |
|
| 36820 |
7524 d 0 h |
ripley |
/trunk/ |
update FSF address |
|
| 32774 |
7856 d 20 h |
ripley |
/trunk/src/ |
remove non-unused ungetc for parser |
|
| 32380 |
7880 d 1 h |
ripley |
/trunk/src/ |
add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences |
|
| 12256 |
9324 d 2 h |
pd |
/trunk/ |
branch update |
|
| 10172 |
9484 d 19 h |
luke |
/trunk/ |
Merged with R-GenGC branch |
|
| 7701 |
9684 d 0 h |
hornik |
/trunk/ |
Renamed `Rconfig.h' to `config.h' in `src/include'. |
|
| 5458 |
9848 d 7 h |
ripley |
/trunk/ |
change FSF address in copyrights
add some copyrights in src/gnome and elsewhere |
|
| 5187 |
9874 d 0 h |
hornik |
/trunk/src/main/ |
Always include Rconfig.h first. |
|
| 1895 |
10209 d 17 h |
ihaka |
/trunk/src/main/ |
Final brushup and bug fixes for new list stuff. |
|
| 1839 |
10217 d 10 h |
ihaka |
/trunk/src/ |
Changes to support new list (generic vector) structure. |
|
| 1016 |
10342 d 23 h |
maechler |
/trunk/src/ |
Lots (not all) of -Wall fixes |
|
| 655 |
10405 d 14 h |
rgentlem |
/trunk/src/main/ |
changed IOSupport.h to IOStuff.h |
|