| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget | matz | 2008-10-21 | 1 | -1/+4 |
* | * ext/stringio/stringio.c (strio_write): should convert writing | matz | 2008-10-21 | 1 | -1/+2 |
* | * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done | matz | 2008-10-21 | 1 | -3/+8 |
* | * ext/zlib/zlib.c: remove obsolete prototype macros. | matz | 2008-10-21 | 1 | -176/+309 |
* | * ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc. | matz | 2008-10-20 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_file_open_str): declared. | akr | 2008-09-04 | 1 | -1/+1 |
* | * ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams. | mame | 2008-07-11 | 1 | -0/+1 |
* | * ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well. | knu | 2008-06-08 | 1 | -0/+3 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -3/+3 |
* | * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix up | knu | 2008-06-07 | 1 | -3/+5 |
* | * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo. | mame | 2008-06-04 | 1 | -1/+1 |
* | * ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6 | nobu | 2008-05-29 | 1 | -2/+2 |
* | * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop. | matz | 2008-05-06 | 1 | -0/+2 |
* | * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair): | knu | 2008-04-21 | 1 | -0/+8 |
* | * ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to support | akr | 2007-06-08 | 1 | -1/+1 |
* | Fix to compile on yarv, ruby_errinfo -> rb_errinfo() | drbrain | 2007-01-02 | 1 | -1/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -1/+1 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -76/+76 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo. | usa | 2006-06-21 | 1 | -1/+1 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -4/+5 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -358/+142 |
* | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 1 | -6/+1 |
* | * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323] | ocean | 2006-02-14 | 1 | -8/+29 |
* | * parse.y (parser_parse_string): mention "regexp" in a error | matz | 2006-02-13 | 1 | -57/+57 |
* | * ext/zlib/zlib.c: should not access ruby objects in finalizer. | ocean | 2006-02-07 | 1 | -55/+45 |
* | * ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed by | ocean | 2006-01-09 | 1 | -1/+1 |
* | * ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call on | akr | 2005-12-14 | 1 | -0/+1 |
* | * ext/zlib/zlib.c (zstream_run): fixed SEGV. [ruby-core:4712] | ocean | 2005-04-18 | 1 | -0/+5 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -3/+3 |
* | * ext/zlib/zlib.c (zstream_end): should return value. | usa | 2005-01-06 | 1 | -1/+1 |
* | * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensure | nobu | 2004-12-28 | 1 | -26/+45 |
* | * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): | nobu | 2004-12-18 | 1 | -4/+5 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -4/+0 |
* | * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception, | matz | 2004-10-29 | 1 | -1/+7 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -6/+25 |
* | * ext/zlib/zlib.c (zstream_append_input): clear klass for z->input | matz | 2004-10-23 | 1 | -3/+11 |
* | * ext/zlib/zlib.c (zstream_run): always use zstream_append_input() | matz | 2004-10-22 | 1 | -9/+3 |
* | * ext/zlib/zlib.c (zstream_shift_buffer): should restore class | matz | 2004-10-21 | 1 | -1/+4 |
* | * array.c (rb_ary_times): Array#* should return an instance of | matz | 2004-10-19 | 1 | -0/+1 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -1/+2 |
* | * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first. | akr | 2004-09-19 | 1 | -8/+114 |
* | * ext/zlib/zlib.c: GzipReader#ungetc caused crc error. | katsu | 2004-08-20 | 1 | -17/+20 |
* | * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil. | akr | 2004-08-06 | 1 | -1/+4 |
* | * ext/zlib/zlib.c: 0xff should not shift 24 bits on 64 bit | matz | 2004-06-23 | 1 | -1/+1 |
* | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz | 2004-04-07 | 1 | -3/+11 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -0/+2 |
* | fix typo. | akr | 2004-03-28 | 2 | -2/+2 |
* | * ext/zlib/zlib.c: documented, but needs more effort. | gsinclair | 2004-02-21 | 1 | -7/+696 |
* | * ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn't | akr | 2003-12-28 | 1 | -1/+1 |