summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2008-06-04* ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo.mame
2008-06-04* ext/iconv/iconv.c (iconv_iconv): fix for length argument and nownobu
2008-06-03* ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fixmame
2008-06-03* ext/strscan/strscan.c (strscan_exist_p): fix document.mame
2008-05-29* ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand):knu
2008-05-29* ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand),knu
2008-05-29* ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6nobu
2008-05-28* ext/purelib.rb: get rid of recent feature. [ruby-dev:34864]nobu
2008-05-27* ext/stringio/stringio.c (strio_each_char, Init_stringio): Addknu
2008-05-27* ext/stringio/stringio.c (strio_each_byte): Return self insteadknu
2008-05-21* ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added.naruse
2008-05-21* ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index):naruse
2008-05-20* ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom):naruse
2008-05-20* ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.cnobu
2008-05-19* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the typeknu
2008-05-15* ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted tomatz
2008-05-12* re.c (rb_reg_prepare_re): made non static with small refactoring.matz
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu
2008-05-08* configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu
2008-05-06* ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.matz
2008-04-22* ext/nkf/nkf-utf8/nkf.c (score_table_A0, score_table_F0):naruse
2008-04-22* ext/nkf/nkf-utf8/nkf.c (z_conv): characters must be nkf_char.naruse
2008-04-22 * ext/win32ole/win32ole.c: avoid warnings.usa
2008-04-21 * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):knu
2008-04-20* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama
2008-04-17* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-30revert git backfire in r15860; sorrymatz
2008-03-30* proc.c (proc_dup): should copy is_lambda attribute as well.matz
2008-03-29* ext/tk/sample/ttk_wrapper.rb: minor bug fix.nagai
2008-03-29* ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai
2008-03-21* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu
2008-03-21* lib/ipaddr.rb: Say that I am the current maintainer.knu
2008-03-14* include/ruby/ruby.h (inttypes.h): includes always if available.nobu
2008-03-14* ext/digest/defs.h: inttypes.h is still needed.nobu
2008-03-14* configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t,naruse
2008-02-28* ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai
2008-02-27* ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai
2008-02-26* ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu
2008-02-26* ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama
2008-02-25* ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb:technorama
2008-02-23 * ext/win32ole/win32ole.c (ole_init_cp): should return value.usa
2008-02-23* ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCIIsuke
2008-02-20 * ext/readline/extconf.rb (rl_event_hook): workaround for nativeusa
2008-02-19* ext/readline/readline.c (readline_event): prevent polling. based onnobu
2008-02-18* ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu
2008-02-15* ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke
2008-02-15* ext/iconv/iconv.c (iconv_convert): check upper bound. a patch fromnobu
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse