summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2008-06-13merge revision(s) 15415:shyouhei
2008-06-07merge revision(s) 14222:14225:shyouhei
2008-06-07merge revision(s) 13951:shyouhei
2008-06-07merge revision(s) 13936:13938:shyouhei
2008-06-07merge revision(s) 13699:shyouhei
2008-06-07merge revision(s) 13657:shyouhei
2007-09-24 * lib/net/http.rb: an SSL verification (the server hostname shouldshyouhei
2007-09-23 * eval.c, intern.h, ext/thread/thread.c: should not free queue whileshyouhei
2007-09-22 * ext/stringio/stringio.c (strio_init): separate from strio_initializeshyouhei
2007-09-16 * ext/thread/thread.c (lock_mutex): should take care of threadsshyouhei
2007-09-07 * ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, shyouhei
2007-09-07 * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().shyouhei
2007-08-22 * ext/pty/pty.c (establishShell): handshaking before close slaveshyouhei
2007-08-22 * ext/extmk.rb (extmake): save all CONFIG values.shyouhei
2007-08-22 * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidshyouhei
2007-08-22 * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei
2007-08-22 * ext/openssl/ossl_config.c (ossl_config_set_section): do notshyouhei
2007-08-22 * ext/digest/digest.c (rb_digest_instance_update,shyouhei
2007-08-21 * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.shyouhei
2007-06-18* intern.h, ext/thread/thread.c: moved prototype of rb_thread_status()nobu
2007-06-07* eval.c, intern.h, ext/thread/thread.c: should not free queueshyouhei
2007-05-25* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai
2007-05-22merge -r 12332:12336shyouhei
2007-05-22merge -c 12272shyouhei
2007-05-22merge -c 12137shyouhei
2007-05-22merge -c 12113shyouhei
2007-03-19* merge -c 12080shyouhei
2007-03-16* merge -c 12071shyouhei
2007-03-16* merge -r 12066:12069shyouhei
2007-03-16* merge -c 12065shyouhei
2007-03-12* ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu
2007-03-11* ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers.knu
2007-03-11* ext/dl/mkcallback.rb (mkfunc): Make sure that a callbackknu
2007-03-06Merge changes from ruby_1_8:knu
2007-03-03* ext/thread/thread.c (push_list): Use ALLOC().knu
2007-02-28* ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu
2007-02-28Merge changes between r11913 and r11943 from ruby_1_8.knu
2007-02-27Merge changes between r11871 and r11907 from ruby_1_8.knu
2007-02-24* ext/racc/cparse/cparse.c (cparse_params_mark): remove uselessknu
2007-02-19* ext/socket/socket.c (unix_peeraddr): wrong syscall name in errorknu
2007-02-19* configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu
2007-02-15* ext/thread/thread.c: Handle interrupted waits correctly.knu
2007-02-14* ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu
2007-02-10* configure.in, ext/thread/extconf.rb, lib/thread.rb: Add aknu
2007-02-10* ext/Setup: Add thread except for platforms without threadsknu
2007-02-10* ext/thread/lib/thread.rb: Add a replacement of thread.rb thatknu
2007-02-10* ext/thread/thread.c (rb_thread_exclusive): Implementknu
2007-02-10* ext/thread/thread.c: Get rid of use of a dummy function.knu
2007-02-10* ext/thread/thread.c (Init_thread): Define missing aliases:knu
2007-02-10* ext/win32ole/win32ole.c (ole_variant2val): fix compile errorsuke