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-exp-R5
/
src
/
extra
/
zlib
/
gzio.c
@ 77458
– Rev 52864
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
52864
5807 d 14 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
52455
5867 d 15 h
ripley
/trunk/
revert to zlib 1.2.3
42672
6908 d 21 h
ripley
/trunk/
fix for PR#9883
42427
6931 d 19 h
ripley
/trunk/src/
tweaks for glibc systems under -ansi and -std=c99
39855
7196 d 23 h
duncan
/trunk/src/extra/zlib/
For the most part, these are simple updates to use modern parameter
declarations rather than K&R. The goal of all of the changes is to
facilitate compiling R with C++ so that we can do more detailed
diagnostic code analysis via the GCC translation unit dumps and also
so that we can experiment with making R extensible by implementing it
via C++.
36869
7518 d 16 h
ripley
/trunk/
make use of AC_SYS_LARGEFILE
36607
7540 d 13 h
ripley
/trunk/src/
tweaks to declarations
36512
7547 d 23 h
ripley
/trunk/src/
more care with HAVE_DECL_* declarartions
36490
7548 d 18 h
ripley
/trunk/src/extra/zlib/
comment out unused use of snprintf
36478
7549 d 12 h
ripley
/trunk/
add a bit more checking of declarations
35131
7663 d 18 h
ripley
/trunk/
--enable-linux-lfs was broken by use of CFLAGS_KEEP
35125
7663 d 21 h
ripley
/trunk/src/extra/zlib/
add back R modifications
35115
7664 d 13 h
ripley
/trunk/
update zlib to 1.2.3.
32456
7875 d 9 h
ripley
/trunk/src/extra/zlib/
update to zlib 1.2.2
31619
7943 d 12 h
ripley
/trunk/src/
add seek() support for > 2Gb files via mingw-runtime 3.5.
31154
7986 d 9 h
ripley
/trunk/src/extra/zlib/
tweaks to allow large file support on 32-bit OSes
28631
8169 d 21 h
ripley
/trunk/
update to zlib 1.2.1
18679
8903 d 9 h
ripley
/trunk/src/extra/zlib/
zlib security update
17798
8959 d 15 h
ripley
/trunk/
add (enough of) the zlib sources