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
/
ALTREP
/
src
/
main
/
printarray.c
@ 77458
– Rev 74928
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
74928
2957 d 21 h
luke
/branches/ALTREP/
Merged changes from trunk through 74924.
73761
3171 d 19 h
luke
/branches/ALTREP/
Merged changes from trunk through 73760.
71308
3599 d 14 h
luke
/branches/ALTREP/
Create ALTREP branch.
70352
3785 d 0 h
murdoch
/trunk/
Fix spacing when printing complex array.
69366
3973 d 2 h
ripley
/trunk/src/main/
update comments
68947
4006 d 20 h
ripley
/trunk/src/
use https
66734
4311 d 15 h
maechler
/trunk/
print()ing of array/matrix with dim(.) = (.., 0); fixing PR#16012
66087
4404 d 2 h
ripley
/trunk/
allow multi-byte OutDec
64656
4587 d 20 h
ripley
/trunk/src/
correct/standardize copyright dates
63181
4772 d 16 h
ripley
/trunk/src/
micro-manage R_alloc stack
63155
4774 d 13 h
luke
/trunk/src/main/
Add vmaxget/set in printMatrix and printArray.
63096
4777 d 23 h
murdoch
/trunk/
Deparse raw vectors in syntactically correct way (PR#15369)
61776
4928 d 22 h
ripley
/trunk/src/
more hiding
60801
5055 d 3 h
ripley
/trunk/src/
translations tweaks
60241
5098 d 2 h
ripley
/trunk/src/
more support for long vectors
59177
5208 d 2 h
ripley
/trunk/src/
more types and casts
59035
5218 d 3 h
ripley
/trunk/src/
introduce xlength for long vectors
update some copyright dates
use preferred 'R Core Team'
58733
5249 d 22 h
maechler
/trunk/
print(x, max= *) -- notably for "Date" x;
use "[ .... ]" for the "reached .. max.print" message
58298
5285 d 0 h
maechler
/trunk/
C level print*Matrix() protection bug fix
45667
6652 d 23 h
ripley
/trunk/src/main/
remove old comments on i18n if no longer relevant
45446
6671 d 23 h
ripley
/trunk/src/main/
whitespace cleanup
44027
6768 d 0 h
ripley
/trunk/src/
move towards outputting UTF-8 on Rgui console (disabled pending further tests).
42307
6944 d 2 h
ripley
/trunk/src/
change reference to GPL
42077
6971 d 22 h
ripley
/trunk/src/
take various entry points static
41937
6986 d 2 h
ripley
/trunk/
change arguments of getMatrixDimnames
41831
6993 d 12 h
rgentlem
/trunk/
yet another set of CHARSXP patches - hopefully almost the last of these
41807
6994 d 19 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
6997 d 2 h
ripley
/trunk/src/
more 'const char *'
40705
7106 d 4 h
ripley
/trunk/
bugfix in duplicate on CHARSXPs
more use of translateChar
39079
7268 d 18 h
ripley
/trunk/src/main/
config.h should be *first*, and order matters on Solaris
39078
7268 d 18 h
ripley
/trunk/src/main/
must not assume ENABLE_NLS
38980
7278 d 1 h
maechler
/trunk/
options(max.print) for arrays; print.default(*, max)
38961
7279 d 21 h
maechler
/trunk/
fix options("max.print") case for matrix; first cut for array
38954
7280 d 19 h
maechler
/trunk/src/main/
- factor out comunalities (into macros)
- add comments
('max.print' still not yet!)
38920
7284 d 22 h
ripley
/trunk/src/main/
avoid integer overflow
38915
7285 d 21 h
maechler
/trunk/
options(max.print) activated for printMatrix()
36820
7525 d 18 h
ripley
/trunk/
update FSF address
34547
7726 d 20 h
ripley
/trunk/src/main/
add UNIMPLEMENTED_TYPE to switch statement#
34538
7727 d 1 h
ripley
/trunk/
implement printing of raw arrays/matrices
34294
7748 d 18 h
ripley
/trunk/
add experimental options("OutDec")