aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/probeprofiler/: removed.ko12007-12-224-86/+0
* * ext/nkf/nkf.c (Init_nkf): use rb_ascii_encoding() fornaruse2007-12-221-1/+1
* * ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157.naruse2007-12-223-165/+140
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-22/+20
* * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.usa2007-12-211-1/+1
* * ext/tk/sample/tkextlib/vu/canvSticker2.rb,usa2007-12-213-14/+14
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-2145-325/+1185
* * ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):naruse2007-12-211-0/+3
* * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz2007-12-211-2/+8
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-214-5/+5
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):gotoyuzo2007-12-201-0/+3
* * ext/nkf/nkf-utf8/nkf.c: Updated.naruse2007-12-193-85/+44
* * ext/nkf/nkf.c (NKF::_ENCODING): removed.naruse2007-12-192-1040/+1226
* fix typo in last commit.gotoyuzo2007-12-181-1/+1
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown): gotoyuzo2007-12-181-0/+4
* * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64usa2007-12-181-4/+3
* * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo2007-12-172-46/+104
* * common.mk (encs): new target to compile external encodings.nobu2007-12-171-9/+0
* * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo2007-12-171-1/+4
* * common.mk (ruby.imp): fix for circular dependency. a patch fromnobu2007-12-141-1/+1
* * ext/readline/extconf.rb: should use have_func for functions insteadnobu2007-12-141-4/+3
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-081-1/+0
* * ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:gotoyuzo2007-12-072-304/+0
* * ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv.naruse2007-12-052-0/+19
* * ext/iconv/iconv.c (iconv_convert): should not set encoding unlessnobu2007-12-041-4/+7
* * ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8):naruse2007-12-041-4/+4
* * lib/json.rb, lib/json/*: moved to ext/json/lib.naruse2007-12-0420-0/+4684
* * ext/iconv/iconv.c (iconv_create): achieve target encoding.nobu2007-12-042-26/+44
* * ext/Win32API/*: removed or moved to ext/dl/win32.usa2007-12-0311-248/+31
* * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.matz2007-11-301-2/+6
* * ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse2007-11-283-94/+151
* * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu2007-11-281-1/+1
* * parse.y (parser_yylex): should clear parser->tokp as well.matz2007-11-191-1/+1
* ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke2007-11-171-2/+2
* * ext/iconv/iconv.c (iconv_iconv): also instance method needs to benobu2007-11-161-1/+1
* * ext/iconv/iconv.c (Document-class): moved the simplest example tonobu2007-11-161-8/+8
* * ext/syck/rubyext.c: Node#value defined twice.why2007-11-151-1/+0
* * ext/curses/extconf.rb: check macro if cannot find func.usa2007-11-151-1/+2