aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz2008-06-201-1/+1
* * ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSONmame2008-06-192-79/+81
* * ext/extmk.rb (extmake): check if compile before showing message.nobu2008-06-191-10/+5
* * ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwdmatz2008-06-191-6/+4
* * ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags.nagai2008-06-191-9/+10
* * ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch fromnobu2008-06-181-2/+2
* * ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method.nagai2008-06-171-3/+4
* * ext/syck/rubyext.c: add encoding header.naruse2008-06-161-0/+1
* * ext/tk/sample/demos-jp/toolber.rb, ext/tk/sample/demos-en/toolber.rb:nagai2008-06-162-2/+2
* * ext/tk/tcltklib.c: SEGV when exit.nagai2008-06-163-9/+23
* * ext/stringio/stringio.c (strio_each, strio_readlines): IO#each andnobu2008-06-161-2/+0
* * ext/stringio/stringio.c (strio_readline, strio_each)nobu2008-06-151-1/+3
* * ext/syck/rubyext.c (yaml_org_handler): associate encoding.naruse2008-06-151-0/+2
* * ext/stringio/stringio.c (strio_sysread): should not raise at emptynobu2008-06-141-1/+1
* * ext/tk/tcltklib.c: [trial patch] On some environments, it givesnagai2008-06-123-6/+12
* * 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