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
/
R-Win-CMD
/
src
/
main
/
identical.c
@ 28362
– Rev 28254
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
28254
20661 d 19 h
/branches/R-Win-CMD/
This commit was manufactured by cvs2svn to create branch 'R-Win-CMD'.
26040
8363 d 4 h
luke
/trunk/src/
Added bodyCode .Internal.
24615
8454 d 0 h
luke
/trunk/src/main/
branch update
24599
8454 d 9 h
ripley
/trunk/
type2str needs CHAR cast
don't give error messages about `type 14'
isVectorizable didn't do what it said it did (and still doesn't quite)
24526
8460 d 2 h
luke
/trunk/src/main/
Added byte code support.
20763
8757 d 9 h
ripley
/trunk/src/main/
tidy up quite a lot
20734
8759 d 2 h
ripley
/trunk/
memcmp/cpy are ISO C, so don't test ... revert last change
20731
8759 d 2 h
ripley
/trunk/src/main/
never use memcmp for doubles, for cross-platform consistency
(Not actually used as yet)
20728
8759 d 9 h
ripley
/trunk/
identical(as.double(NA), NaN) should be false
18930
8889 d 5 h
ripley
/trunk/src/main/
differentiate NA_STRING from other NAs
18398
8920 d 8 h
ripley
/trunk/src/main/
update copyright date
18396
8920 d 10 h
ripley
/trunk/src/main/
was using HAVE_MEMCPY but not including config.h
18124
8937 d 23 h
jmc
/trunk/src/main/
Check the object bit & require it to be the same.
Objects that do/don't have the bit set are treated differently w.r. to
method dispatch (both S3 and S4 methods). OTOH, it's usually a bad
thing if two objects agree up to but not including the object bit.
15928
9090 d 2 h
luke
/trunk/
Added weak reference support.
15926
9090 d 7 h
luke
/trunk/src/main/
Added case for EXTPTRSXP to compute_identical; made SYMSXP case use
pointer equality (now all three reference types use pointer equality).
15753
9099 d 21 h
jmc
/trunk/
C versions of new class functions, and of as.environment
15187
9126 d 11 h
ripley
/trunk/
Document identical in NEWS
remove C++ comments
15167
9127 d 0 h
pd
/trunk/src/
better luck this time...