aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_init): rewind when reopened.mame2008-06-111-0/+2
* * ext/tk: check proper conditions. [ruby-dev:35047]nobu2008-06-115-283/+104
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-10219-1265/+6983
* * ext/extmk.rb: negate default of --without-ext if --with-ext isnobu2008-06-101-2/+6
* * ext/extmk.rb: negate default of --without-ext.nobu2008-06-101-1/+3
* * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.nobu2008-06-101-1/+1
* * ext/socket/socket.c: constified.nobu2008-06-091-6/+6
* * ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.knu2008-06-081-0/+3
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-0812-18/+18
* * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix upknu2008-06-071-3/+5
* * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.usa2008-06-061-0/+5
* * ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnilnobu2008-06-061-1/+0
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu2008-06-052-1/+4
* * ext/iconv/iconv.c (iconv_create): find encoding without options.nobu2008-06-051-1/+7
* * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo.mame2008-06-041-1/+1
* * ext/iconv/iconv.c (iconv_iconv): fix for length argument and nownobu2008-06-041-20/+28
* * ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fixmame2008-06-031-4/+4
* * ext/strscan/strscan.c (strscan_exist_p): fix document.mame2008-06-031-1/+1
* * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand):knu2008-05-291-2/+2
* * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand),knu2008-05-295-12/+16
* * ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6nobu2008-05-291-2/+2
* * ext/purelib.rb: get rid of recent feature. [ruby-dev:34864]nobu2008-05-281-1/+8
* * ext/stringio/stringio.c (strio_each_char, Init_stringio): Addknu2008-05-271-2/+23
* * ext/stringio/stringio.c (strio_each_byte): Return self insteadknu2008-05-271-1/+1
* * ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added.naruse2008-05-211-17/+15
* * ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index):naruse2008-05-211-1/+1
* * ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom):naruse2008-05-202-2371/+2516
* * ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.cnobu2008-05-202-5/+19
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the typeknu2008-05-191-1/+1
* * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted tomatz2008-05-153-14/+62
* * re.c (rb_reg_prepare_re): made non static with small refactoring.matz2008-05-121-2/+5
* * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu2008-05-081-1/+2
* * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu2008-05-081-2/+1
* * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu2008-05-082-2/+2
* * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.matz2008-05-061-0/+2
* * ext/nkf/nkf-utf8/nkf.c (score_table_A0, score_table_F0):naruse2008-04-222-5/+5
* * ext/nkf/nkf-utf8/nkf.c (z_conv): characters must be nkf_char.naruse2008-04-221-1/+1
* * ext/win32ole/win32ole.c: avoid warnings.usa2008-04-221-5/+5
* * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu2008-04-218-0/+39
* * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama2008-04-203-13/+26
* * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame2008-04-172-7/+0
* * lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu2008-03-312-6/+11
* revert git backfire in r15860; sorrymatz2008-03-304-8/+98
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-304-98/+8
* * ext/tk/sample/ttk_wrapper.rb: minor bug fix.nagai2008-03-291-1/+1
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-29120-2194/+7771
* * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu2008-03-212-2/+2
* * lib/ipaddr.rb: Say that I am the current maintainer.knu2008-03-211-1/+4
* * include/ruby/ruby.h (inttypes.h): includes always if available.nobu2008-03-141-4/+0
* * ext/digest/defs.h: inttypes.h is still needed.nobu2008-03-141-0/+4