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-ObjC
/
src
/
include
/
Rinternals.h
– Rev 43097
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
43097
6869 d 22 h
urbaneks
/branches/R-ObjC/
turn R objects into ObjC objects; basic class hierarchy
43096
6869 d 22 h
urbaneks
/branches/R-ObjC/
experimental branch of R where all R objects are also ObjC objects
43074
6872 d 4 h
ripley
/trunk/src/
add mkCharLen for strings with known length and pssobly embedded nuls
42452
6927 d 6 h
ripley
/trunk/src/include/
move some macro versions used with USE_RINTERNALS from Defn.h to Rinternals.h
42402
6933 d 12 h
ripley
/trunk/
start reducing the set of C headers which get included
42325
6942 d 4 h
bates
/trunk/
add alloc3DArray utility
42308
6942 d 9 h
ripley
/trunk/src/include/
change reference to GPL
42110
6964 d 11 h
maechler
/trunk/src/
+ R_getClassDef() C function
41974
6980 d 11 h
ripley
/trunk/src/
R_StringHash is not in the API
41973
6980 d 12 h
ripley
/trunk/src/
various internal defines have been put in Rinternals.h
41937
6984 d 10 h
ripley
/trunk/
change arguments of getMatrixDimnames
41881
6990 d 4 h
ripley
/trunk/src/
use 'const char' not 'char const' for consistency
41862
6990 d 11 h
ripley
/trunk/src/include/
cosmetics, remove unused entries
41831
6991 d 19 h
rgentlem
/trunk/
yet another set of CHARSXP patches - hopefully almost the last of these
41807
6993 d 3 h
rgentlem
/trunk/
patches from Seth F for the CHARSXP hashing changes
Seth says:
const char fixes
CHAR() internal macro now returns (const char *)
Add CHAR_RW: writable CHARSXP access for internal R use only
const char fixes for methods package
Add NEWS item and some doc to R-ext for CHARSXP changes
41784
6995 d 9 h
ripley
/trunk/src/
more 'const char *'
41781
6995 d 22 h
ripley
/trunk/src/
start introducing const char *
41771
6996 d 12 h
ripley
/trunk/src/
sort out some more of the problems with r41767
41767
6996 d 20 h
rgentlem
/trunk/src/
more patches from Seth F, for the CHARSXP hashing
Seth says:
This patch series teaches R_StringHash how to handle the encoding
information stored in the general purpose bits of CHARSXPs. A new
interface for CHARSXP creation is added, mkCharEnc that allows for
specifying the encoding.
The patch series also captures more CHARSXPs in the global cache. In
particular, character.c:mkChar2 and gram.y:mkChar2 both use the cache
now.
The string hashing in scan.c has been removed as it no longer is
needed.
The CallocCharBuf macro gets a small fix (extra parens)
And last, but not least:
CHAR() from package code now returns (const char *)
Since CHARSXPs should no longer be modified in place, we can make
CHAR() return (const char *) so that compilers can warn or error about
improper modification. Thanks to Herve Pages for the suggestions.
41670
7006 d 0 h
rgentlem
/trunk/src/
a collection of changes to support [[ doing exact matching
←Prev
1
2
Next→
Show All