Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 3804 (100.0%) | 271.7 |
ext/zlib/ | 9 (64.3%) | 2862 (75.2%) | 318.0 |
ext/zlib/doc/ | 1 (7.1%) | 911 (23.9%) | 911.0 |
/ | 4 (28.6%) | 31 (0.8%) | 7.7 |
* ext/zlib/zlib.c: GzipReader#ungetc caused crc error.
24 lines of code changed in:
* ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias of Zlib::GzipReader#each.
6 lines of code changed in:
* ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishing reading a gzip header.
6 lines of code changed in:
added changelogs about zlib
17 lines of code changed in:
This is a null commit to correct the previous log.
(zstream_run): In a particular situation, deflate/inflate will return Z_BUF_ERROR, even though another call is required by the zlib library.
0 lines of code changed in:
*** empty log message ***
5 lines of code changed in:
* zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsigned.
1 lines of code changed in:
Import Ruby/zlib from rough.
3745 lines of code changed in: