summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2007-03-20* ext/thread/thread.c (remove_one): Preserve List invariants;knu
2007-03-17fixed the problem reported in [ruby-dev:30531].ttate
2007-03-16* ext/dl/dl.c (rb_ary2cary): Fix a bug in type validation;knu
2007-03-16* ext/etc/etc.c (etc_getgrgid): Fix a bug in Etc::getgrgid()knu
2007-03-16* ext/thread/thread.c (unlock_mutex_inner): Make sure that theknu
2007-03-16* ext/thread/thread.c (wait_condvar, lock_mutex): Fix a problem inknu
2007-03-14* ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz
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/lib/dl/import.rb (DL::Importable::Internal::import,knu
2007-03-11* ext/dl/mkcallback.rb (mkfunc): Make sure that a callbackknu
2007-03-06* ext/digest/lib/md5.rb (MD5::new, MD5::md5): Do not modifyknu
2007-03-06* ext/digest/lib/md5.rb (MD5::md5): Catch up with Digest's APIknu
2007-03-06* ext/tk/sample/irbtkw.rbw: fails to exit process.nagai
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-28* ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa
2007-02-27* regex.c (calculate_must_string, slow_search, re_search): Silenceknu
2007-02-26* ext/thread/thread.c (wait_list_cleanup, rb_mutex_try_lock):knu
2007-02-26Oops, apply some more hunks to complete the previous change.knu
2007-02-26* ext/thread/thread.c (set_critical): Merge inknu
2007-02-26* ext/thread/thread.c: Consistently use 0 and 1 forknu
2007-02-26* ext/thread/thread.c: Use xmalloc()/xfree() instead ofknu
2007-02-24* ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ...aamine
2007-02-19* configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu
2007-02-19revert error check-in in r11777matz
2007-02-19* ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz
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