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
47757 6391 d 8 h jmc /branches/R-classInheritance/ create branch for class inheritance  
47460 6414 d 22 h ripley /trunk/src/main/ code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
 
47040 6446 d 20 h maechler /trunk/src/main/ comments only  
46977 6461 d 1 h rgentlem /trunk/src/main/ a minor fix for a boundary case for subscripting  
45667 6652 d 19 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6671 d 19 h ripley /trunk/src/main/ whitespace cleanup  
43389 6837 d 23 h ripley /trunk/ fix bug that [[""]] worked  
42414 6934 d 1 h ripley /trunk/src/main/ layout issues  
42307 6943 d 22 h ripley /trunk/src/ change reference to GPL  
42123 6964 d 8 h ihaka /trunk/src/main/ Changed the behaviour of out-of-bounds negative
subscripts to match that of S. Such values are
now ignored rather than tripping an error.
 
41784 6996 d 22 h ripley /trunk/src/ more 'const char *'  
41686 7006 d 18 h ripley /trunk/ more improvements to warning/error messages  
41680 7006 d 22 h ripley /trunk/ improvements to the handling of warning/error messages  
41674 7007 d 10 h ripley /trunk/src/ improve error message (we do need the call to hand as [[ has no context set)  
41670 7007 d 13 h rgentlem /trunk/src/ a collection of changes to support [[ doing exact matching  
41516 7019 d 22 h ripley /trunk/src/main/ report incorrect type on subscripts  
40705 7106 d 0 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
39595 7235 d 5 h murdoch /trunk/ Overflow in check whether to hash string subscripts. (PR#9280)  
38952 7280 d 22 h ripley /trunk/ more on the object bit  
38676 7313 d 10 h ripley /trunk/src/ packages arules and cba use arraySubscript  
38662 7313 d 21 h ripley /trunk/src/ more tidying up of what is exported  
38655 7314 d 10 h ripley /trunk/src/main/ use LCONS for consistency  
38545 7323 d 14 h ripley /trunk/src/main/ use LOGICAL correctly  
38417 7337 d 19 h ripley /trunk/src/main/ update copyright date  
37644 7420 d 21 h ripley /trunk/src/main/ if test should have been inside for() loop  
37001 7508 d 14 h ripley /trunk/ more visibility attributes  
36990 7509 d 10 h ripley /trunk/ reduce the number of visible symbols in libR.so from 1806 to 1136  
36820 7525 d 15 h ripley /trunk/ update FSF address  
35796 7599 d 13 h ripley /trunk/ <NA> in character indexing was matching "NA"  
34194 7753 d 20 h ripley /trunk/ fix PR#7824, inconsistencies in matrix indexing  
33387 7821 d 0 h ripley /trunk/src/ improve messages  
32874 7852 d 20 h ripley /trunk/ mark messages  
32380 7881 d 15 h ripley /trunk/src/ add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
 
29363 8114 d 21 h ripley /trunk/ add hashing to character indexing of (long) vectors  
28766 8164 d 21 h ripley /trunk/ disallow NA in negative indices  
28762 8164 d 22 h pd /trunk/ negative index bug + doc gzfile fix in NEWS  
27383 8271 d 9 h rgentlem /trunk/src/main/ repaired a bug ...  
27365 8271 d 17 h rgentlem /trunk/src/ modified the API for vector subscript computations to allow for
a more general interface for external matrix/vector representations
 
24735 8445 d 18 h ripley /trunk/src/ remove #ifdef-ed old code  
22883 8583 d 13 h ripley /trunk/ allow subscripts to recurse into lists (PR#1558)