| Age | Commit 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 result | matz |
| 2009-06-11 | * ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced | matz |
| 2009-06-01 | * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid | matz |
| 2009-05-31 | * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if | matz |
| 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 recursing | matz |
| 2009-05-18 | * ext/thread/thread.c (unlock_mutex_inner): should adjust join | nobu |
| 2009-05-15 | * eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjusts | nobu |
| 2009-04-26 | * ext/tk/sample/tkcombobox.rb: fix conflict with autoload definition | nagai |
| 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_cmd | nobu |
| 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 method | knu |
| 2009-03-20 | * ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStr | akr |
| 2009-03-19 | * ext/openssl/ossl_ssl.c: revert incomplete read_nonblock | akr |
| 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 and | nobu |
| 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 and | nobu |
| 2009-03-01 | * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out. | nobu |
| 2009-02-26 | * ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verify | shugo |
| 2009-02-25 | * ext/socket/socket.c (unix_recv_io): prevent FD leak when 2 fd is | akr |
| 2009-02-24 | * common.mk (main): split from exts and makes main program after | nobu |
| 2009-02-17 | * ext/etc/etc.c (sGroup): getgrent may not be available. | nobu |
| 2009-02-10 | Fix grammos regarding the verb "refer". | knu |
| 2009-02-08 | * ext/socket/socket.c (unix_recv_io): relax msg_controllen error | akr |
| 2009-02-05 | merged revision 21628: | nobu |
| 2009-02-03 | * ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not lock | nobu |
| 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 if | nobu |
| 2009-01-12 | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short | akr |
| 2009-01-04 | * ext/extmk.rb (extmake): does not use both of makefile.rb and | nobu |
| 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 bug | matz |
| 2008-11-10 | * ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning | knu |
| 2008-11-08 | * ext/stringio/stringio.c (strio_ungetc): should allow ungetc at | matz |
| 2008-11-07 | * ext/nkf/nkf-utf8/nkf.c (h_conv): can't guess UTF-8 input in | naruse |
| 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 Goodeve | matz |
| 2008-09-18 | * ext/socket/socket.c (Init_socket): add new constants. a patch from | matz |
| 2008-08-31 | * ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): fix for | nobu |
| 2008-08-30 | * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix for | nobu |