summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2009-06-11* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu
2009-06-11* ext/bigdecimal/bigdecimal.c (VpCtoV): big number should resultmatz
2009-06-11* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introducedmatz
2009-06-01* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz
2009-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz
2009-05-29* ext/thread/thread.c (unlock_mutex_inner): fixed wrong variable.nobu
2009-05-20* ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursingmatz
2009-05-18* ext/thread/thread.c (unlock_mutex_inner): should adjust joinnobu
2009-05-15* eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjustsnobu
2009-04-26* ext/tk/sample/tkcombobox.rb: fix conflict with autoload definitionnagai
2009-04-09* ext/nkf/nkf.c: RDoc typo fixed. [ruby-core:23170]matz
2009-04-03* ext/extmk.rb: quotes arguments with spaces always.nobu
2009-04-03* common.mk (main): passes $(MAKE) to mkmain_cmdnobu
2009-03-27* ext/dl/{mkcall,mkcallback,mkcbtable}.rb: no needs of mkmf.nobu
2009-03-27* ext/extmk.rb: MINIRUBY is given via make-flag.nobu
2009-03-23* ext/stringio/stringio.c (StringIO#ungetbyte): New methodknu
2009-03-20* ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStrakr
2009-03-19* ext/openssl/ossl_ssl.c: revert incomplete read_nonblockakr
2009-03-16* ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu
2009-03-03* ext/extmk.rb (extmake): removes object files no longer used andnobu
2009-03-03* ext/extmk.rb (extmake): removes object files no longer used.nobu
2009-03-03* ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu
2009-03-01* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.nobu
2009-02-26* ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verifyshugo
2009-02-25* ext/socket/socket.c (unix_recv_io): prevent FD leak when 2 fd isakr
2009-02-24* common.mk (main): split from exts and makes main program afternobu
2009-02-17* ext/etc/etc.c (sGroup): getgrent may not be available.nobu
2009-02-10Fix grammos regarding the verb "refer".knu
2009-02-08* ext/socket/socket.c (unix_recv_io): relax msg_controllen errorakr
2009-02-05merged revision 21628:nobu
2009-02-03* ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not locknobu
2009-01-25* ext/openssl/ossl_ssl.c: Server Name Indication support.technorama
2009-01-14* ext/socket/extconf.rb (gai_strerror): checks if available and ifnobu
2009-01-12* ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too shortakr
2009-01-04* ext/extmk.rb (extmake): does not use both of makefile.rb andnobu
2008-12-04* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz
2008-12-03* ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat nagai
2008-11-26* ext/gdbm/gdbm.c: do not set members of RSTRING(str) directly.kazu
2008-11-24* ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: nagai
2008-11-22* ext/tk/lib/tkextlib/version.rb, ext/tk/ChangeLog.tkextlib: update.nagai
2008-11-22* ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: nagai
2008-11-12* ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz
2008-11-10* ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warningknu
2008-11-08* ext/stringio/stringio.c (strio_ungetc): should allow ungetc atmatz
2008-11-07* ext/nkf/nkf-utf8/nkf.c (h_conv): can't guess UTF-8 input innaruse
2008-09-26* ext/socket/socket.c (host_str): numeric address should be unsigned.nobu
2008-09-19* dln.c: newer BeOS support. a patch from Pete Goodevematz
2008-09-18* ext/socket/socket.c (Init_socket): add new constants. a patch frommatz
2008-08-31* ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): fix fornobu
2008-08-30* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix fornobu