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-classInheritance
/
src
/
extra
/
bzip2
/
bzlib.c
– Rev 47757
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
47757
6389 d 21 h
jmc
/branches/R-classInheritance/
create branch for class inheritance
44849
6699 d 11 h
ripley
/trunk/
update bzip2 to 1.0.5
42484
6923 d 15 h
ripley
/trunk/src/extra/bzip2/
suppress Solaris cc warning
41626
7010 d 4 h
ripley
/trunk/src/extra/bzip2/
take inline static for simplicity
41623
7010 d 6 h
ripley
/trunk/
changes for gcc 4.2.0
41464
7021 d 8 h
ripley
/trunk/
update bzip2 and pcre
39854
7196 d 14 h
duncan
/trunk/src/extra/bzip2/
Remove the R_INLINE if in C++ since the routine is referenced in a
macro in bzlib_private.h and so in decompress.c. gcc handles this,
but g++ does not and that is sensible. If we really want this to be
inlined, then we should put it in the bzlib_private.h file
39834
7199 d 19 h
duncan
/trunk/src/extra/bzip2/
Added explicit casting to keep the C++ compiler happy. I am in the process of getting R to compile with g++ for various reasons!
36605
7540 d 5 h
ripley
/trunk/
check most functions are declared, not just exist
36512
7547 d 13 h
ripley
/trunk/src/
more care with HAVE_DECL_* declarartions
36478
7549 d 3 h
ripley
/trunk/
add a bit more checking of declarations
35123
7663 d 12 h
ripley
/trunk/
update bzip2 to 1.0.3
29462
8105 d 12 h
ripley
/trunk/
add check for inlining, use it in src/extra/bzip2
27647
8258 d 21 h
ripley
/trunk/src/extra/bzip2/
suppress a warning on over-long strings
22115
8641 d 6 h
ripley
/trunk/
add bzip2 and pcre sources as needed