aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t,naruse2008-03-141-14/+0
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2008-02-286-27/+42
* * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai2008-02-2787-463/+821
* * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu2008-02-261-19/+24
* * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama2008-02-266-33/+17
* * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb:technorama2008-02-252-124/+43
* * ext/win32ole/win32ole.c (ole_init_cp): should return value.usa2008-02-231-0/+1
* * ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCIIsuke2008-02-231-1/+0
* * ext/readline/extconf.rb (rl_event_hook): workaround for nativeusa2008-02-201-1/+2
* * ext/readline/readline.c (readline_event): prevent polling. based onnobu2008-02-191-2/+14
* * ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu2008-02-181-1/+1
* * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke2008-02-151-1/+85
* * ext/iconv/iconv.c (iconv_convert): check upper bound. a patch fromnobu2008-02-151-1/+4
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-124-5/+7
* * numeric.c (rb_num_coerce_bin): add ID argument to specifymatz2008-02-121-8/+21
* * ext/bigdecimal/extconf.rb: simplified the condition.nobu2008-02-091-3/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu2008-02-092-27/+42
* * ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for bytenobu2008-02-081-1/+1
* * ext/iconv/iconv.c (iconv_convert): added toidx argument to setnobu2008-02-081-22/+20
* * ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does notmatz2008-02-071-0/+2
* * common.mk, ext/extmkf.rb: always make encdb.h.naruse2008-01-291-0/+1
* * ext/win32ole/win32ole.c (ole_cp2encoding): new function.usa2008-01-281-12/+72
* * ext/nkf/nkf-utf8/nkf.h: set properties.nobu2008-01-271-174/+174
* * ext/nkf/nkf.c: raise error when no output encoding is given.naruse2008-01-273-14/+27
* * ruby-trunk.naruse2008-01-271-0/+1
* * ext/nkf/nkt-utf8: update nkf.naruse2008-01-275-3399/+3494
* * ext/win32ole/win32ole.c (ole_set_safe_array): should not usesuke2008-01-191-15/+14
* * ext/stringio/stringio.c (strio_init): use default external encodingnobu2008-01-171-1/+1