| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 42208 |
6955 d 5 h |
murdoch |
/branches/djm-source/ |
Recreate branch from trunk |
|
| 41901 |
6987 d 10 h |
ripley |
/trunk/src/ |
use void* for generic memory pointers
add back-compatibility to R_AllocStringBuffer, with a warning |
|
| 41887 |
6989 d 17 h |
murrell |
/trunk/ |
export R_GE_str2col for external graphics devices |
|
| 41875 |
6990 d 6 h |
ripley |
/trunk/src/ |
tidy up the treatment of vfonts (including removing duplicate declarations) |
|
| 41771 |
6996 d 12 h |
ripley |
/trunk/src/ |
sort out some more of the problems with r41767 |
|
| 41686 |
7005 d 5 h |
ripley |
/trunk/ |
more improvements to warning/error messages |
|
| 40705 |
7104 d 11 h |
ripley |
/trunk/ |
bugfix in duplicate on CHARSXPs
more use of translateChar |
|
| 40090 |
7178 d 2 h |
ripley |
/trunk/ |
port trace() fix from R-2-4-branch
more R_Visibility fixes (not yet complete) |
|
| 40081 |
7178 d 8 h |
ripley |
/trunk/src/main/ |
indenting
GText is the real cause of PR#7397, so apply more targeted sticking plaster |
|
| 39866 |
7196 d 4 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. |
|
| 39507 |
7245 d 10 h |
ripley |
/trunk/src/ |
add checks of return values |
|
| 39468 |
7248 d 20 h |
murrell |
/trunk/ |
Three bug fixes: (i) plot(..., font=5) (ii) PROTECT bug fix for GEplayDisplayList() (iii) duplicate() bug fix for L_setviewport() |
|
| 38813 |
7294 d 6 h |
ripley |
/trunk/src/ |
changes prompted by gcc/gfortran pre-4.2.0
in particular, remove illegal tabs in Fortran files |
|
| 38705 |
7304 d 12 h |
ripley |
/trunk/src/ |
remove some unused entry points, take others static.
add prefixes to graphapp and some graphics entry points
improve the use of / <--> \ conversions under Windows |
|
| 38417 |
7336 d 6 h |
ripley |
/trunk/src/main/ |
update copyright date |
|
| 37725 |
7412 d 4 h |
ripley |
/trunk/ |
more making defunct |
|
| 37560 |
7433 d 15 h |
murrell |
/trunk/src/ |
Added 'fontpaths' arg to embedFonts()
Bug fix for grid.arrows() (due to change in arg list for L_lines)
Bug fix for lty="blank" in GERect and GECircle |
|
| 36990 |
7507 d 21 h |
ripley |
/trunk/ |
reduce the number of visible symbols in libR.so from 1806 to 1136 |
|
| 36820 |
7524 d 1 h |
ripley |
/trunk/ |
update FSF address |
|
| 36748 |
7528 d 17 h |
murrell |
/trunk/src/ |
Added 'repEnds' arg to grid.xspline() |
|