summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2008-02-12* numeric.c (rb_num_coerce_bin): add ID argument to specifymatz
2008-02-09* ext/bigdecimal/extconf.rb: simplified the condition.nobu
2008-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu
2008-02-08* ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for bytenobu
2008-02-08* ext/iconv/iconv.c (iconv_convert): added toidx argument to setnobu
2008-02-07* ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does notmatz
2008-01-29* common.mk, ext/extmkf.rb: always make encdb.h.naruse
2008-01-28 * ext/win32ole/win32ole.c (ole_cp2encoding): new function.usa
2008-01-27* ext/nkf/nkf-utf8/nkf.h: set properties.nobu
2008-01-27* ext/nkf/nkf.c: raise error when no output encoding is given.naruse
2008-01-27* ruby-trunk.naruse
2008-01-27* ext/nkf/nkt-utf8: update nkf.naruse
2008-01-19* ext/win32ole/win32ole.c (ole_set_safe_array): should not usesuke
2008-01-17* ext/stringio/stringio.c (strio_init): use default external encodingnobu
2008-01-14* ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str.naruse
2008-01-12* ext/nkf/nkf.c: rdoc update.naruse
2008-01-11* ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.naruse
2008-01-11* ext/nkf/nkf-utf8/nkf.c: update to r1.163.naruse
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-04* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): useakr
2008-01-02* util.c (ruby_strtoul): locale independent strtoul is implemented toakr
2008-01-01* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.naruse
2008-01-01* include/ruby/encoding.h (rb_isascii): defined.akr
2007-12-29use EWOULDBLOCK as an example in document.akr
2007-12-28* ext/strscan/strscan.c (str_new): new function for allocate an stringakr
2007-12-28 * encoding.c (rb_locale_encoding): should check return value fromusa
2007-12-28 * ext/readline/readline.c (readline_readline, readline_s_set_input):usa
2007-12-28 * ext/readline/readline.c (readline_readline): set encoding to result.usa
2007-12-27* ext/socket/socket.c: a patch to support IRIX from Andrewmatz
2007-12-25* ext/json/ext/generator/generator.c (Init_generator): requiresnobu
2007-12-25* ext/openssl/ossl_ssl.c: Only show a warning if the default technorama
2007-12-25 * ext/dl/depend: add dependencies. [ruby-dev:32760]usa
2007-12-25* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko1
2007-12-25* enum.c (enum_yield): when multiple values yielded from #eachmatz
2007-12-23* ext/nkf/nkf.c (rb_nkf_enc_get): use rb_define_dummy_encoding.naruse
2007-12-23ext/nkf/nkf.c follow previous rb_ascii_encoding renaming. akr
2007-12-22* ext/syck/rubyext.c (syck_genericresolver_node_import): shouldmatz
2007-12-22* ext/probeprofiler/: removed.ko1
2007-12-22* ext/nkf/nkf.c (Init_nkf): use rb_ascii_encoding() fornaruse
2007-12-22* ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157.naruse
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-21 * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.usa