| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 65795 |
4442 d 0 h |
luke |
/branches/R-3-1-branch/ |
Merged r65792, r65793, r65794 (avoid double eval in auto-print) from trunk. |
|
| 65747 |
4445 d 8 h |
ripley |
/branches/R-3-1-branch/ |
catch up with trunk |
|
| 65173 |
4519 d 17 h |
pd |
/branches/R-3-1-branch/ |
Create R-3-1-branch |
|
| 65111 |
4529 d 2 h |
maechler |
/trunk/src/ |
long vectors for any_duplicated[3]() |
|
| 65110 |
4529 d 2 h |
maechler |
/trunk/src/ |
code reuse: do the "should probably merge" part |
|
| 64669 |
4585 d 5 h |
ripley |
/trunk/src/ |
avoid exp10, as at least on glibc it is not accurate enough |
|
| 64106 |
4659 d 3 h |
murdoch |
/trunk/ |
Add waitevent() to GraphApp, and R_WaitEvent to R, to block until the next event that R needs to handle. (Windows only for now.)
Use this to fix the 100% CPU problem in getGraphicsEvent. (PR#15500)
Fix the getGraphicsEvent example; Windows now sends mouse move messages whenever the plot is refreshed, even if the mouse doesn't move. |
|
| 63591 |
4728 d 20 h |
luke |
/trunk/src/ |
Moved logical constants definitions out of compiler code and use in
ScalarLogical. |
|
| 63470 |
4743 d 14 h |
luke |
/trunk/src/ |
Merged in pqR's 03-fast-spec, with some modifications; this speeds up
lookup for select base functions. |
|
| 63469 |
4743 d 15 h |
luke |
/trunk/src/ |
Added write barrier testing support for fast-base changes. |
|
| 63468 |
4743 d 17 h |
luke |
/trunk/src/ |
Merged in pqR's 03-fast-base, with minor modifications. This provided
a shortcut for finding the value of base variables when these are in
the global cache. |
|
| 63436 |
4747 d 1 h |
luke |
/trunk/src/ |
Made Rf_protect and friends inline functions. |
|
| 63426 |
4747 d 18 h |
luke |
/trunk/src/ |
Added macro version of R_CheckStack and moved head room adjustment to
main.c to avoid floating point multiply/comparison on every call. |
|
| 63423 |
4748 d 3 h |
luke |
/trunk/src/ |
Avoid calling install() for replacement function symbols on each use. |
|
| 63419 |
4748 d 18 h |
luke |
/trunk/src/ |
Avoid installing the assignment symbol on every complex assignment. |
|
| 63400 |
4751 d 4 h |
murdoch |
/trunk/ |
Debugging improvements: add s, f and help commands; clean up the browser behaviour following PR#14985. |
|
| 63223 |
4766 d 23 h |
ripley |
/trunk/src/ |
more efficient way to do install(translateChar()) |
|
| 63166 |
4772 d 0 h |
luke |
/trunk/src/ |
vectorIndex now duplicates when needed for [[<- (PR15374). |
|
| 63096 |
4776 d 4 h |
murdoch |
/trunk/ |
Deparse raw vectors in syntactically correct way (PR#15369) |
|
| 62883 |
4798 d 23 h |
murdoch |
/trunk/ |
Encode names in error messages, so printing control chars in names doesn't mess up the message. |
|