The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
73597 3199 d 9 h luke /branches/ALTREP/ Merged changes from trunk through 73596.  
73190 3251 d 6 h luke /branches/ALTREP/ Merged changes from trunk through 73186.  
72834 3323 d 3 h luke /branches/ALTREP/ Merged changes from trunk through 72350.  
72049 3467 d 4 h gmbecker /branches/ALTREP/ merged changes from trunk up to 72048  
71308 3599 d 2 h luke /branches/ALTREP/ Create ALTREP branch.  
70868 3673 d 0 h luke /trunk/src/ Some improvements to constant corruption diagnostics; from Tomas Kalibera.  
70845 3682 d 10 h luke /trunk/src/main/ Updates to constant checking code from Tomas Kalibibera.  
70827 3687 d 2 h luke /trunk/src/ Added code from Tomas Kalibera for detecting modifications to values
in byte code constant pools.
 
69108 3998 d 1 h luke /trunk/src/ Reverted DUPLICATE_ATTRIB to do a deep copy and added
SHALLOW_DUPLICATE_ATTRIB for use instead in core sources.
 
68947 4006 d 8 h ripley /trunk/src/ use https  
67098 4255 d 2 h luke /trunk/src/main/ Fixed protect imbalance in do_dotcode, from Tomas Kalibera.  
66568 4338 d 8 h luke /trunk/src/ Refactored some code to make available for yte code interpreter.  
66552 4340 d 7 h ripley /trunk/src/ clean up removing DUP = FALSE  
66547 4340 d 17 h ripley /trunk/ disable DUP = FALSE  
66468 4355 d 9 h maechler /trunk/src/main/ pure cosmetic (white space; comment)  
66131 4398 d 9 h luke /trunk/src/main/ Speed up native symbol resolution by avoiding install() and inherits() call.  
65019 4544 d 3 h luke /trunk/src/ Replaced some uses of NAMED(x) or NAMED(x) != 0 with MAYBE_REFERENCED(x).  
64656 4587 d 8 h ripley /trunk/src/ correct/standardize copyright dates  
63181 4772 d 4 h ripley /trunk/src/ micro-manage R_alloc stack  
61782 4928 d 7 h ripley /trunk/src/main/ check .External registration fully now  
61698 4937 d 17 h ripley /trunk/src/main/ error except in one case, for now  
61692 4938 d 3 h ripley /trunk/ check no ofargs for .External  
61448 4961 d 16 h ripley /trunk/ remove entirely CConverters stuff  
60874 5045 d 13 h ripley /trunk/ warn on .C() etc with a named argument  
60844 5049 d 2 h ripley /trunk/ tweak messages  
60765 5058 d 13 h ripley /trunk/src/main/ clean up  
60746 5061 d 13 h ripley /trunk/src/main/ wrong name for first arg  
60667 5068 d 11 h ripley /trunk/src/ only use Internals.h where needed  
60607 5072 d 5 h ripley /trunk/ confine .C etc in a package to the registered DLL  
60588 5073 d 3 h ripley /trunk/src/main/ switch some checks on  
60587 5073 d 11 h ripley /trunk/src/main/ small speedups  
60585 5073 d 13 h ripley /trunk/src/main/ faster initialization  
60488 5081 d 3 h ripley /trunk/src/main/ clean up logic  
60484 5081 d 5 h ripley /trunk/src/ names of .C etc  
60478 5081 d 11 h ripley /trunk/src/ clarifications  
60368 5088 d 10 h ripley /trunk/ sanity check on PACKAGE= argument  
60364 5088 d 12 h ripley /trunk/src/ allow packages to require symbols in .C etc  
60350 5089 d 5 h ripley /trunk/ improve namespace detection in .Call etc  
60348 5089 d 9 h ripley /trunk/ PACAKGE = "" is now an error (occurrences in package are clearly mistakes)
Some run-time checking if run-time determination of PACKAGE from
the namespace actually worked.
 
60170 5104 d 10 h ripley /trunk/src/main/ more informative messages