summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2007-12-21 * ext/tk/sample/tkextlib/vu/canvSticker2.rb,usa
2007-12-21Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai
2007-12-21* ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):naruse
2007-12-21* ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-20* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):gotoyuzo
2007-12-19* ext/nkf/nkf-utf8/nkf.c: Updated.naruse
2007-12-19* ext/nkf/nkf.c (NKF::_ENCODING): removed.naruse
2007-12-18fix typo in last commit.gotoyuzo
2007-12-18* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown): gotoyuzo
2007-12-18 * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64usa