aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix typoskazu2011-05-071-2/+2
* * thread_pthread.c (USE_MONOTONIC_COND): check the availabilitynobu2011-05-073-3/+15
* remove debugging codekosaki2011-05-071-1/+0
* fix incorrect native_cond_signal call when deadlock was detected.kosaki2011-05-072-2/+8
* fix win32 native_cond_timedwait() makes SIGSEGV.kosaki2011-05-073-17/+48
* fix mutex deadlock test hang-up.kosaki2011-05-072-1/+7
* sleep_cond use monotonic time if possible.kosaki2011-05-063-36/+75
* update doc.akr2011-05-061-1/+1
* fix win32 compile error.kosaki2011-05-063-1/+11
* mutex: deadlock check timeout use monotonic time.kosaki2011-05-064-62/+92
* * thread_pthread.c (get_ts): add monotonic clock capability.kosaki2011-05-062-3/+28
* * 2011-05-07svn2011-05-061-2/+2
* * thread_pthread.h (rb_thread_cond_t): add clockid field. it'skosaki2011-05-066-37/+79
* * thread.c (rb_wait_for_single_fd): use ppoll() instead of poll()kosaki2011-05-063-10/+57
* * configure.in: remove nanosleep check. we no longer use it.kosaki2011-05-062-7/+6
* set properties.nobu2011-05-060-0/+0
* * ext/syck/rubyext.c (mktime_do): extra digits are not used.nobu2011-05-063-9/+37
* * ext/syck/rubyext.c (mktime_do): remove unused variable offset.naruse2011-05-063-2/+7
* * ext/date/date_core.c (DAY_IN_NANOSECONDS): refix: 31438.naruse2011-05-062-2/+8
* * 2011-05-06svn2011-05-061-2/+2
* * ext/syck/rubyext.c (mktime_do): avoid buffer overrun, byshyouhei2011-05-062-6/+14
* ChangeLog for itshyouhei2011-05-061-0/+5
* YAML.load time correctly parse usecs smaller than 1 fixes #4571shyouhei2011-05-061-10/+17
* * test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki2011-05-052-19/+44
* * thread_pthread.c (native_mutex_reinitialize_atfork): removedkosaki2011-05-053-7/+6
* * ext/date/date_core.c (DAY_IN_NANOSECONDS): long long int is notnobu2011-05-052-2/+13
* * eval.c (frame_func_id): store result of method_entry_of_iseq() tonagachika2011-05-052-0/+6
* * eval.c (frame_func_id): __method__ return different name fromnagachika2011-05-053-2/+56
* * 2011-05-05svn2011-05-041-2/+2
* fix capture to avoid doing a sub on the useconds when parsing datestenderlove2011-05-041-2/+2
* * benchmark/bm_vm4_pipe.rb: Reduced iterations. Too slow benchmarkkosaki2011-05-043-2/+8
* * test/date/test_date_base.rb: don't use no message skip().kosaki2011-05-042-22/+26
* * benchmark/bm_io_select2.rb: reduce number of using filekosaki2011-05-042-1/+6
* * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki2011-05-043-0/+41
* * thread.c (rb_wait_for_single_fd): Fix wrong return value.kosaki2011-05-043-9/+41
* * ext/-test-/wait_for_single_fd: New. for testingkosaki2011-05-045-0/+73
* fix a typokazu2011-05-041-1/+1
* * thread.c (rb_wait_for_single_fd): Added POLLNVAL check.kosaki2011-05-042-1/+9
* * io.c (rb_f_select): remove useless ifdef.kosaki2011-05-042-8/+4
* * ext/socket/init.c (wait_connectable): fix error handling code.kosaki2011-05-042-9/+34
* * ext/readline/readline.c (readline_event): use rb_wait_for_single_fd().kosaki2011-05-042-5/+6
* * ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().kosaki2011-05-042-60/+20
* * ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().kosaki2011-05-042-29/+10
* * thread.c (rb_wait_for_single_fd): new. poll(2) based backend for rb_wait_fo...kosaki2011-05-044-4/+77
* * thread.c (rb_wait_for_single_fd): new.kosaki2011-05-044-52/+101
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove2011-05-035-3/+14
* * 2011-05-04svn2011-05-031-2/+2
* * thread.c (rb_fd_copy): fix wrong argument.This issue was pointedkosaki2011-05-032-1/+6
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode):kosaki2011-05-032-4/+17
* * test/date/test_date.rb (TestDate#test_coerce):yugui2011-05-032-0/+26