summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2007-12-17* ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo
2007-12-17* common.mk (encs): new target to compile external encodings.nobu
2007-12-17* ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo
2007-12-14* common.mk (ruby.imp): fix for circular dependency. a patch fromnobu
2007-12-14* ext/readline/extconf.rb: should use have_func for functions insteadnobu
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-07* ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:gotoyuzo
2007-12-05* ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv.naruse
2007-12-04* ext/iconv/iconv.c (iconv_convert): should not set encoding unlessnobu
2007-12-04* ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8):naruse
2007-12-04* lib/json.rb, lib/json/*: moved to ext/json/lib.naruse
2007-12-04* ext/iconv/iconv.c (iconv_create): achieve target encoding.nobu
2007-12-03 * ext/Win32API/*: removed or moved to ext/dl/win32.usa
2007-11-30* ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.matz
2007-11-28* ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse
2007-11-28* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu
2007-11-19* parse.y (parser_yylex): should clear parser->tokp as well.matz
2007-11-17ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke
2007-11-16* ext/iconv/iconv.c (iconv_iconv): also instance method needs to benobu