R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
djm-parseRd
/
src
/
main
/
subscript.c
– Rev 46659
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
46659
6501 d 6 h
murdoch
/branches/djm-parseRd/
Create temporary branch for Rd parsing code.
45667
6651 d 7 h
ripley
/trunk/src/main/
remove old comments on i18n if no longer relevant
45446
6670 d 7 h
ripley
/trunk/src/main/
whitespace cleanup
43389
6836 d 11 h
ripley
/trunk/
fix bug that [[""]] worked
42414
6932 d 13 h
ripley
/trunk/src/main/
layout issues
42307
6942 d 10 h
ripley
/trunk/src/
change reference to GPL
42123
6962 d 19 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
6995 d 10 h
ripley
/trunk/src/
more 'const char *'
41686
7005 d 6 h
ripley
/trunk/
more improvements to warning/error messages
41680
7005 d 10 h
ripley
/trunk/
improvements to the handling of warning/error messages
41674
7005 d 21 h
ripley
/trunk/src/
improve error message (we do need the call to hand as [[ has no context set)
41670
7006 d 1 h
rgentlem
/trunk/src/
a collection of changes to support [[ doing exact matching
41516
7018 d 10 h
ripley
/trunk/src/main/
report incorrect type on subscripts
40705
7104 d 12 h
ripley
/trunk/
bugfix in duplicate on CHARSXPs
more use of translateChar
39595
7233 d 17 h
murdoch
/trunk/
Overflow in check whether to hash string subscripts. (PR#9280)
38952
7279 d 10 h
ripley
/trunk/
more on the object bit
38676
7311 d 22 h
ripley
/trunk/src/
packages arules and cba use arraySubscript
38662
7312 d 9 h
ripley
/trunk/src/
more tidying up of what is exported
38655
7312 d 22 h
ripley
/trunk/src/main/
use LCONS for consistency
38545
7322 d 2 h
ripley
/trunk/src/main/
use LOGICAL correctly
38417
7336 d 7 h
ripley
/trunk/src/main/
update copyright date
37644
7419 d 9 h
ripley
/trunk/src/main/
if test should have been inside for() loop
37001
7507 d 2 h
ripley
/trunk/
more visibility attributes
36990
7507 d 22 h
ripley
/trunk/
reduce the number of visible symbols in libR.so from 1806 to 1136
36820
7524 d 3 h
ripley
/trunk/
update FSF address
35796
7598 d 1 h
ripley
/trunk/
<NA> in character indexing was matching "NA"
34194
7752 d 8 h
ripley
/trunk/
fix PR#7824, inconsistencies in matrix indexing
33387
7819 d 12 h
ripley
/trunk/src/
improve messages
32874
7851 d 8 h
ripley
/trunk/
mark messages
32380
7880 d 3 h
ripley
/trunk/src/
add notes about compatibility with UTF-8
clarify on help pages nbytes/nchars differences
29363
8113 d 9 h
ripley
/trunk/
add hashing to character indexing of (long) vectors
28766
8163 d 9 h
ripley
/trunk/
disallow NA in negative indices
28762
8163 d 10 h
pd
/trunk/
negative index bug + doc gzfile fix in NEWS
27383
8269 d 21 h
rgentlem
/trunk/src/main/
repaired a bug ...
27365
8270 d 5 h
rgentlem
/trunk/src/
modified the API for vector subscript computations to allow for
a more general interface for external matrix/vector representations
24735
8444 d 6 h
ripley
/trunk/src/
remove #ifdef-ed old code
22883
8582 d 0 h
ripley
/trunk/
allow subscripts to recurse into lists (PR#1558)
15390
9117 d 9 h
ripley
/trunk/src/main/
zap -Wall warnings
15317
9120 d 7 h
rgentlem
/trunk/
exposed vectorSubscript
14913
9152 d 5 h
rgentlem
/trunk/src/
changes to allow packages to more easily implement the subset paradigm