aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-132-3/+3
* * common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu2007-11-131-1/+3
* rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.akr2007-10-231-4/+4
* * ext/socket/socket.c (s_accept_nonblock): make accepted fdakr2007-10-141-0/+19
* * ext/win32ole/win32ole.c (foletype_s_ole_classes, suke2007-10-131-68/+15
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-082-0/+13
* * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.matz2007-10-031-2/+2
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-1/+1
* * ext/fiber/fiber.c: modify prototype declaration.ko12007-09-271-1/+1
* * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]ko12007-09-261-1/+1
* * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu2007-09-241-3/+1
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-231-1/+1
* * ext/stringio/stringio.c (strio_init): separate from strio_initializenobu2007-09-211-4/+13
* * parse.y (ripper): rename event: arglist_* -> args_*.aamine2007-09-171-5/+4
* * ext/win32ole/win32ole.c (fev_unadvise): no needs to resetsuke2007-09-141-5/+3
* * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz2007-09-062-3/+4
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-1/+1
* * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke2007-09-041-5/+60
* * ext/win32ole/win32ole.c (ole_event_free): IConnectionPoint should besuke2007-09-011-27/+30
* forgot to modify akr2007-08-292-9/+9
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-294-9/+9