summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-07* test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.kosaki
2011-05-07* test/io/wait/test_io_wait.rb: skip tests if the platform iskosaki
2011-05-07* test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu
2011-05-07* thread.c (rb_fd_zero): remove redundant zero fill.kosaki
2011-05-07* thread.c (rb_fd_init): remove volatile qualifier.kosaki
2011-05-07* thread.c (rb_fd_init_copy): new internal api. It provide efficientkosaki
2011-05-07r31460 is wrong fix. fix it again.kosaki
2011-05-07fix typoskazu
2011-05-07* thread_pthread.c (USE_MONOTONIC_COND): check the availabilitynobu
2011-05-07remove debugging codekosaki
2011-05-07fix incorrect native_cond_signal call when deadlock was detected.kosaki
2011-05-07fix win32 native_cond_timedwait() makes SIGSEGV.kosaki
2011-05-07fix mutex deadlock test hang-up.kosaki
2011-05-06sleep_cond use monotonic time if possible.kosaki
2011-05-06update doc.akr
2011-05-06 fix win32 compile error.kosaki
2011-05-06 mutex: deadlock check timeout use monotonic time.kosaki
2011-05-06* thread_pthread.c (get_ts): add monotonic clock capability.kosaki
2011-05-06* 2011-05-07svn
2011-05-06* thread_pthread.h (rb_thread_cond_t): add clockid field. it'skosaki
2011-05-06* thread.c (rb_wait_for_single_fd): use ppoll() instead of poll()kosaki
2011-05-06* configure.in: remove nanosleep check. we no longer use it.kosaki
2011-05-06set properties.nobu
2011-05-06* ext/syck/rubyext.c (mktime_do): extra digits are not used.nobu
2011-05-06* ext/syck/rubyext.c (mktime_do): remove unused variable offset.naruse
2011-05-06* ext/date/date_core.c (DAY_IN_NANOSECONDS): refix: 31438.naruse
2011-05-06* 2011-05-06svn
2011-05-06* ext/syck/rubyext.c (mktime_do): avoid buffer overrun, byshyouhei
2011-05-06ChangeLog for itshyouhei
2011-05-06YAML.load time correctly parse usecs smaller than 1 fixes #4571shyouhei
2011-05-05* test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki
2011-05-05* thread_pthread.c (native_mutex_reinitialize_atfork): removedkosaki
2011-05-05* ext/date/date_core.c (DAY_IN_NANOSECONDS): long long int is notnobu
2011-05-05 * eval.c (frame_func_id): store result of method_entry_of_iseq() tonagachika
2011-05-05 * eval.c (frame_func_id): __method__ return different name fromnagachika
2011-05-04* 2011-05-05svn
2011-05-04fix capture to avoid doing a sub on the useconds when parsing datestenderlove
2011-05-04* benchmark/bm_vm4_pipe.rb: Reduced iterations. Too slow benchmarkkosaki
2011-05-04* test/date/test_date_base.rb: don't use no message skip().kosaki
2011-05-04* benchmark/bm_io_select2.rb: reduce number of using filekosaki
2011-05-04* io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki
2011-05-04* thread.c (rb_wait_for_single_fd): Fix wrong return value.kosaki
2011-05-04* ext/-test-/wait_for_single_fd: New. for testingkosaki
2011-05-04fix a typokazu
2011-05-04* thread.c (rb_wait_for_single_fd): Added POLLNVAL check.kosaki
2011-05-04* io.c (rb_f_select): remove useless ifdef.kosaki
2011-05-04* ext/socket/init.c (wait_connectable): fix error handling code.kosaki
2011-05-04* ext/readline/readline.c (readline_event): use rb_wait_for_single_fd().kosaki
2011-05-04* ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().kosaki
2011-05-04* ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().kosaki