summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/pty/pty.c (establishShell): handshaking before close slaveshyouhei2007-08-221-1/+4
* * ext/extmk.rb (extmake): save all CONFIG values.shyouhei2007-08-221-18/+52
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidshyouhei2007-08-221-2/+4
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei2007-08-226-16/+19
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notshyouhei2007-08-221-1/+4
* * ext/digest/digest.c (rb_digest_instance_update,shyouhei2007-08-226-8/+16
* * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.shyouhei2007-08-211-1/+1
* * intern.h, ext/thread/thread.c: moved prototype of rb_thread_status()nobu2007-06-181-0/+2
* * eval.c, intern.h, ext/thread/thread.c: should not free queueshyouhei2007-06-071-32/+66
* * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai2007-05-254-3/+12
* merge -r 12332:12336shyouhei2007-05-222-0/+7
* merge -c 12272shyouhei2007-05-221-1/+1
* merge -c 12137shyouhei2007-05-221-2/+2
* merge -c 12113shyouhei2007-05-221-2/+7
* * merge -c 12080shyouhei2007-03-191-1/+1
* * merge -c 12071shyouhei2007-03-161-1/+1
* * merge -r 12066:12069shyouhei2007-03-161-12/+12
* * merge -c 12065shyouhei2007-03-161-1/+1
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-1211-0/+47
* * ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers.knu2007-03-113-4/+4
* * ext/dl/mkcallback.rb (mkfunc): Make sure that a callbackknu2007-03-111-0/+3
* Merge changes from ruby_1_8:knu2007-03-063-9/+32
* * ext/thread/thread.c (push_list): Use ALLOC().knu2007-03-031-4/+4
* * ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu2007-02-281-4/+8
* Merge changes between r11913 and r11943 from ruby_1_8.knu2007-02-281-2/+0
* Merge changes between r11871 and r11907 from ruby_1_8.knu2007-02-276-47/+32
* * ext/racc/cparse/cparse.c (cparse_params_mark): remove uselessknu2007-02-241-4/+0
* * ext/socket/socket.c (unix_peeraddr): wrong syscall name in errorknu2007-02-191-1/+1
* * configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu2007-02-191-7/+4
* * ext/thread/thread.c: Handle interrupted waits correctly.knu2007-02-151-19/+58
* * ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu2007-02-141-8/+10
* * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add aknu2007-02-101-0/+2
* * ext/Setup: Add thread except for platforms without threadsknu2007-02-106-0/+6
* * ext/thread/lib/thread.rb: Add a replacement of thread.rb thatknu2007-02-101-0/+5
* * ext/thread/thread.c (rb_thread_exclusive): Implementknu2007-02-101-0/+34
* * ext/thread/thread.c: Get rid of use of a dummy function.knu2007-02-101-11/+2
* * ext/thread/thread.c (Init_thread): Define missing aliases:knu2007-02-101-0/+2
* * ext/win32ole/win32ole.c (ole_variant2val): fix compile errorsuke2007-02-101-1/+2
* * ext/win32ole/win32ole.c (ole_variant2val): fix the bug whensuke2007-02-091-1/+5
* * ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai2007-02-091-2/+2
* * ext/thread: Make style fixes (mostly de-K&R'ism) to match theknu2007-02-092-696/+507
* Oops, this is the original form. I committed the wrong file.knu2007-02-091-5/+21
* * ext/thread: Import the "fastthread" implementation by MenTaLguYknu2007-02-092-0/+1304
* * ext/bigdecimal: Synchronize with trunk. Better functionknu2007-02-094-42/+30
* Tue Feb 06 22:06:45 2007 NARUSE, Yui <naruse@ruby-lang.org>naruse2007-02-062-348/+755
* * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]nagai2007-01-311-37/+12
* * ext/tk/sample/tktextio.rb: 'hist_size' option causes error.nagai2007-01-291-1/+1
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-2610-17/+32
* * ext/socket/socket.c: fix errors in socket sample code.matz2007-01-231-3/+3
* remove including header filesuke2007-01-131-2/+0