The R Project SVN R

Rev

Rev 31619 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31619 Rev 32494
Line 1... Line 1...
1
There are a very few to the source code of zlib-1.2.1 used here.
1
There are a very few to the source code of zlib-1.2.2 used here.
2
 
2
 
3
- a bug fix in deflate.c (picked up by the use of valgrind).
-
 
4
- zconf.h includes R's config.h
3
- zconf.h includes R's config.h
5
- gzio.c has been amended to allow LFS using fseeko/ftello where these
4
- gzio.c has been amended to allow LFS using fseeko/ftello where these
6
  are supported, and fseek64o/ftell64o on Windows.
5
  are supported, and fseek64o/ftell64o on Windows.
7
 
6
 
8
Makefile.in is ours, not zlib's, and allows us to use PIC flags so this
7
Makefile.in is ours, not zlib's, and allows us to use PIC flags so this