Age | Commit message (Expand) | Author |
2007-08-22 | * ext/extmk.rb (extmake): save all CONFIG values. | shyouhei |
2007-08-22 | * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid | shyouhei |
2007-08-22 | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | shyouhei |
2007-08-22 | * ext/openssl/ossl_config.c (ossl_config_set_section): do not | shyouhei |
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 queue | shyouhei |
2007-05-25 | * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo. | nagai |
2007-05-22 | merge -r 12332:12336 | shyouhei |
2007-05-22 | merge -c 12272 | shyouhei |
2007-05-22 | merge -c 12137 | shyouhei |
2007-05-22 | merge -c 12113 | shyouhei |
2007-03-19 | * merge -c 12080 | shyouhei |
2007-03-16 | * merge -c 12071 | shyouhei |
2007-03-16 | * merge -r 12066:12069 | shyouhei |
2007-03-16 | * merge -c 12065 | shyouhei |
2007-03-12 | * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know about | knu |
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 callback | knu |
2007-03-06 | Merge 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 inheriting | knu |
2007-02-28 | Merge changes between r11913 and r11943 from ruby_1_8. | knu |
2007-02-27 | Merge changes between r11871 and r11907 from ruby_1_8. | knu |
2007-02-24 | * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless | knu |
2007-02-19 | * ext/socket/socket.c (unix_peeraddr): wrong syscall name in error | knu |
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): Drop | knu |
2007-02-10 | * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add a | knu |
2007-02-10 | * ext/Setup: Add thread except for platforms without threads | knu |
2007-02-10 | * ext/thread/lib/thread.rb: Add a replacement of thread.rb that | knu |
2007-02-10 | * ext/thread/thread.c (rb_thread_exclusive): Implement | knu |
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 error | suke |
2007-02-09 | * ext/win32ole/win32ole.c (ole_variant2val): fix the bug when | suke |
2007-02-09 | * ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, | nagai |
2007-02-09 | * ext/thread: Make style fixes (mostly de-K&R'ism) to match the | knu |
2007-02-09 | Oops, this is the original form. I committed the wrong file. | knu |
2007-02-09 | * ext/thread: Import the "fastthread" implementation by MenTaLguY | knu |
2007-02-09 | * ext/bigdecimal: Synchronize with trunk. Better function | knu |
2007-02-06 | Tue Feb 06 22:06:45 2007 NARUSE, Yui <naruse@ruby-lang.org> | naruse |
2007-01-31 | * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226] | nagai |
2007-01-29 | * ext/tk/sample/tktextio.rb: 'hist_size' option causes error. | nagai |
2007-01-26 | * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): | nagai |
2007-01-23 | * ext/socket/socket.c: fix errors in socket sample code. | matz |
2007-01-13 | remove including header file | suke |
2007-01-13 | fix memory leak of win32ole. | suke |