| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 52864 |
5807 d 16 h |
urbaneks |
/branches/R-exp-R5/ |
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system |
|
| 51841 |
5935 d 16 h |
ripley |
/trunk/src/ |
more tweaks to headers |
|
| 51648 |
5954 d 1 h |
ripley |
/trunk/ |
improvements to passing logical to .C/.Fortran |
|
| 51638 |
5954 d 17 h |
ripley |
/trunk/src/ |
clarify how logicals are passed |
|
| 51291 |
5978 d 0 h |
ripley |
/trunk/src/main/ |
check names on first arg of call, .C, switch, small code cleanups |
|
| 51272 |
5979 d 21 h |
ripley |
/trunk/src/ |
split .Call.graphics to a separate internal help page |
|
| 50745 |
6068 d 19 h |
ripley |
/trunk/ |
store vmax in const void *, consistently |
|
| 49076 |
6200 d 0 h |
ripley |
/trunk/src/ |
replace R_MSG_IA etc by more informative messages |
|
| 49001 |
6209 d 23 h |
ripley |
/trunk/src/main/ |
some missed TRACE and SET_TRACE calls |
|
| 48904 |
6230 d 20 h |
ripley |
/trunk/src/ |
remove conditionalization on HAVE_ICONV |
|
| 48346 |
6309 d 18 h |
maechler |
/trunk/src/ |
rationalization in install("<sym>") definitions |
|
| 47460 |
6413 d 23 h |
ripley |
/trunk/src/main/ |
code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c |
|
| 47366 |
6420 d 17 h |
ripley |
/trunk/ |
patch for .Call with class "NativeSymbolInfo" call |
|
| 46988 |
6459 d 10 h |
murrell |
/trunk/src/ |
fixed bug in downViewport() so that unsuccessful downViewport()s are NOT recorded on the graphics engine display list |
|
| 46214 |
6568 d 16 h |
ripley |
/trunk/src/main/ |
very small sppedup (PR#10409) |
|
| 45446 |
6670 d 20 h |
ripley |
/trunk/src/main/ |
whitespace cleanup |
|
| 45209 |
6683 d 0 h |
ripley |
/trunk/src/main/ |
streamline code after last fix |
|
| 44311 |
6749 d 20 h |
ripley |
/trunk/src/ |
do non-recorded graphics calls by .Call |
|
| 44285 |
6752 d 12 h |
ripley |
/trunk/ |
use pGEDevDesc as pointer type.
remove unused do_replay.
don't set dd->open on devices (unused) nor newDevStruct.
tidy up duplication in header files. |
|
| 44201 |
6756 d 2 h |
ripley |
/trunk/src/ |
include Rdynload.h only where needed
use (void) in declarations |
|
| 42582 |
6915 d 22 h |
ripley |
/trunk/src/ |
work around warnings about converting to and from function pointers |
|
| 42398 |
6934 d 13 h |
ripley |
/trunk/src/ |
move some headers to individual files |
|
| 42307 |
6942 d 23 h |
ripley |
/trunk/src/ |
change reference to GPL |
|
| 42005 |
6977 d 0 h |
ripley |
/trunk/src/main/ |
make use of Rbyte |
|
| 41935 |
6985 d 0 h |
ripley |
/trunk/src/main/ |
up buffer size |
|
| 41910 |
6987 d 2 h |
ripley |
/trunk/src/main/ |
tidy up headers needed |
|
| 41901 |
6988 d 0 h |
ripley |
/trunk/src/ |
use void* for generic memory pointers
add back-compatibility to R_AllocStringBuffer, with a warning |
|
| 41894 |
6989 d 18 h |
ripley |
/trunk/ |
deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code |
|
| 41807 |
6993 d 16 h |
rgentlem |
/trunk/ |
patches from Seth F for the CHARSXP hashing changes
Seth says:
const char fixes
CHAR() internal macro now returns (const char *)
Add CHAR_RW: writable CHARSXP access for internal R use only
const char fixes for methods package
Add NEWS item and some doc to R-ext for CHARSXP changes |
|
| 41784 |
6995 d 23 h |
ripley |
/trunk/src/ |
more 'const char *' |
|
| 41713 |
7003 d 16 h |
ripley |
/trunk/src/main/ |
improvements to error messages |
|
| 41686 |
7005 d 19 h |
ripley |
/trunk/ |
more improvements to warning/error messages |
|
| 41495 |
7020 d 11 h |
rgentlem |
/trunk/src/ |
a large number of changes to alter the behavior of CHARSXPs so that
they are unique and hashed. This will have some effect on run time, but
for any application which uses a lot of names (like big arrays with
row or column names) the savings are often impressive |
|
| 41002 |
7057 d 13 h |
jmc |
/trunk/ |
use DUPLICATE_ATTRIB instead of SET_ATTRIB to copy object, S4 bits correctly |
|
| 40711 |
7104 d 17 h |
ripley |
/trunk/src/ |
ENCODING arg to .C/.Fortran has been there since 2.1.0, but never documented. |
|
| 40705 |
7105 d 0 h |
ripley |
/trunk/ |
bugfix in duplicate on CHARSXPs
more use of translateChar |
|
| 40034 |
7182 d 0 h |
ripley |
/trunk/src/main/ |
workaround a gcc -pedantic warning |
|
| 39866 |
7196 d 18 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. |
|
| 38705 |
7305 d 1 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 |
|
| 38581 |
7320 d 21 h |
ripley |
/trunk/ |
eliminate dangerous use of VECTOR_PTR (that would break the write barrier) |
|