summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2007-02-09* ext/win32ole/win32ole.c (ole_variant2val): fix the bug whensuke
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 theknu
2007-02-09Oops, this is the original form. I committed the wrong file.knu
2007-02-09* ext/thread: Import the "fastthread" implementation by MenTaLguYknu
2007-02-09* ext/bigdecimal: Synchronize with trunk. Better functionknu
2007-02-06Tue 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-13remove including header filesuke
2007-01-13fix memory leak of win32ole.suke
2007-01-12* ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctlyknu
2007-01-10* ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine
2007-01-03Revert r11453matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2006-12-31Merge 11443, 11444 and 11445 from trunk.drbrain
2006-12-14* ext/readline/readline.c: NetBSD editline does not havematz
2006-12-11This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-12-11* ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu
2006-12-01* ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo