aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str.naruse2008-01-141-1/+1
* * ext/nkf/nkf.c: rdoc update.naruse2008-01-121-6/+0
* * ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.naruse2008-01-111-0/+2
* * ext/nkf/nkf-utf8/nkf.c: update to r1.163.naruse2008-01-113-20/+13
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-0630-30/+0
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): useakr2008-01-041-1/+1
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-021-2/+2
* * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.naruse2008-01-014-864/+788
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-3/+0
* use EWOULDBLOCK as an example in document.akr2007-12-291-6/+6
* * ext/strscan/strscan.c (str_new): new function for allocate an stringakr2007-12-281-4/+12
* * encoding.c (rb_locale_encoding): should check return value fromusa2007-12-281-16/+1
* * ext/readline/readline.c (readline_readline, readline_s_set_input):usa2007-12-281-3/+3
* * ext/readline/readline.c (readline_readline): set encoding to result.usa2007-12-281-1/+18
* * ext/socket/socket.c: a patch to support IRIX from Andrewmatz2007-12-271-0/+4
* * ext/json/ext/generator/generator.c (Init_generator): requiresnobu2007-12-251-0/+1
* * ext/openssl/ossl_ssl.c: Only show a warning if the default technorama2007-12-252-1/+23
* * ext/dl/depend: add dependencies. [ruby-dev:32760]usa2007-12-251-4/+4
* * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko12007-12-251-8/+8
* * enum.c (enum_yield): when multiple values yielded from #eachmatz2007-12-251-1/+1
* * ext/nkf/nkf.c (rb_nkf_enc_get): use rb_define_dummy_encoding.naruse2007-12-234-85/+94
* ext/nkf/nkf.c follow previous rb_ascii_encoding renaming. akr2007-12-231-2/+2
* * ext/syck/rubyext.c (syck_genericresolver_node_import): shouldmatz2007-12-221-2/+2