| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/win32ole/win32ole.c (date2time_str): fix the overflow in | suke | 2008-06-28 | 1 | -4/+2 |
* | * ext/win32ole/win32ole.c : check String encoding when | suke | 2008-06-27 | 1 | -17/+67 |
* | * ext/win32ole/win32ole.c(ole_invoke): fix memory leak. | suke | 2008-06-24 | 1 | -4/+20 |
* | * ext/io/wait/extconf.rb: check sys/socket.h for cygwin. | usa | 2008-06-24 | 1 | -1/+1 |
* | * ext/socket/socket.c (init_sock): socket is binmode on platforms | usa | 2008-06-24 | 1 | -0/+3 |
* | * ext/readline/extconf.rb (have_readline_func): readline on Mac OS X | nobu | 2008-06-22 | 1 | -9/+13 |
* | * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi): | matz | 2008-06-20 | 1 | -1/+1 |
* | * ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSON | mame | 2008-06-19 | 2 | -79/+81 |
* | * ext/extmk.rb (extmake): check if compile before showing message. | nobu | 2008-06-19 | 1 | -10/+5 |
* | * ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwd | matz | 2008-06-19 | 1 | -6/+4 |
* | * ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags. | nagai | 2008-06-19 | 1 | -9/+10 |
* | * ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch from | nobu | 2008-06-18 | 1 | -2/+2 |
* | * ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method. | nagai | 2008-06-17 | 1 | -3/+4 |
* | * ext/syck/rubyext.c: add encoding header. | naruse | 2008-06-16 | 1 | -0/+1 |
* | * ext/tk/sample/demos-jp/toolber.rb, ext/tk/sample/demos-en/toolber.rb: | nagai | 2008-06-16 | 2 | -2/+2 |
* | * ext/tk/tcltklib.c: SEGV when exit. | nagai | 2008-06-16 | 3 | -9/+23 |
* | * ext/stringio/stringio.c (strio_each, strio_readlines): IO#each and | nobu | 2008-06-16 | 1 | -2/+0 |
* | * ext/stringio/stringio.c (strio_readline, strio_each) | nobu | 2008-06-15 | 1 | -1/+3 |
* | * ext/syck/rubyext.c (yaml_org_handler): associate encoding. | naruse | 2008-06-15 | 1 | -0/+2 |
* | * ext/stringio/stringio.c (strio_sysread): should not raise at empty | nobu | 2008-06-14 | 1 | -1/+1 |
* | * ext/tk/tcltklib.c: [trial patch] On some environments, it gives | nagai | 2008-06-12 | 3 | -6/+12 |
* | * ext/stringio/stringio.c (strio_init): rewind when reopened. | mame | 2008-06-11 | 1 | -0/+2 |
* | * ext/tk: check proper conditions. [ruby-dev:35047] | nobu | 2008-06-11 | 5 | -283/+104 |
* | * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled. | nagai | 2008-06-10 | 219 | -1265/+6983 |
* | * ext/extmk.rb: negate default of --without-ext if --with-ext is | nobu | 2008-06-10 | 1 | -2/+6 |
* | * ext/extmk.rb: negate default of --without-ext. | nobu | 2008-06-10 | 1 | -1/+3 |
* | * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings. | nobu | 2008-06-10 | 1 | -1/+1 |
* | * ext/socket/socket.c: constified. | nobu | 2008-06-09 | 1 | -6/+6 |
* | * 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 | 12 | -18/+18 |
* | * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix up | knu | 2008-06-07 | 1 | -3/+5 |
* | * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h. | usa | 2008-06-06 | 1 | -0/+5 |
* | * ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnil | nobu | 2008-06-06 | 1 | -1/+0 |
* | * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize): | knu | 2008-06-05 | 2 | -1/+4 |
* | * ext/iconv/iconv.c (iconv_create): find encoding without options. | nobu | 2008-06-05 | 1 | -1/+7 |
* | * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo. | mame | 2008-06-04 | 1 | -1/+1 |
* | * ext/iconv/iconv.c (iconv_iconv): fix for length argument and now | nobu | 2008-06-04 | 1 | -20/+28 |
* | * ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fix | mame | 2008-06-03 | 1 | -4/+4 |
* | * ext/strscan/strscan.c (strscan_exist_p): fix document. | mame | 2008-06-03 | 1 | -1/+1 |
* | * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand): | knu | 2008-05-29 | 1 | -2/+2 |
* | * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand), | knu | 2008-05-29 | 5 | -12/+16 |
* | * ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6 | nobu | 2008-05-29 | 1 | -2/+2 |
* | * ext/purelib.rb: get rid of recent feature. [ruby-dev:34864] | nobu | 2008-05-28 | 1 | -1/+8 |
* | * ext/stringio/stringio.c (strio_each_char, Init_stringio): Add | knu | 2008-05-27 | 1 | -2/+23 |
* | * ext/stringio/stringio.c (strio_each_byte): Return self instead | knu | 2008-05-27 | 1 | -1/+1 |
* | * ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added. | naruse | 2008-05-21 | 1 | -17/+15 |
* | * ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index): | naruse | 2008-05-21 | 1 | -1/+1 |
* | * ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom): | naruse | 2008-05-20 | 2 | -2371/+2516 |
* | * ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.c | nobu | 2008-05-20 | 2 | -5/+19 |
* | * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the type | knu | 2008-05-19 | 1 | -1/+1 |