aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread_pthread.c (native_cond_timedwait): add to care EINTR.kosaki2011-05-082-3/+20
* * lib/time.rb (xmlschema): avoid passing any negative numbers.tadf2011-05-082-1/+5
* * ext/date/date_{parse,strptime}.c: introduced some macros.tadf2011-05-083-10/+17
* revert r31474. we cann't call xmalloc under FGLOCK.kosaki2011-05-082-9/+2
* * test/date/*.rb: use skip /w messages.tadf2011-05-085-26/+30
* * ext/date/lib/date/format.rb (_httpdate): omitted to call zone_to_diff.tadf2011-05-082-2/+6
* * ext/date/date_core.c (date_s_test_*): use macros.tadf2011-05-082-24/+22
* fix a typokazu2011-05-081-1/+1
* * thread_pthread.c (add_signal_thread_list): use xmalloc insteadkosaki2011-05-082-2/+9
* * thread_pthread.c: cleanup signal_thread_list related ifdef.kosaki2011-05-082-42/+52
* * test/io/wait/test_io_wait.rb: Linux socketpair(2) only supportkosaki2011-05-072-1/+11
* * 2011-05-08svn2011-05-071-2/+2
* * test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.kosaki2011-05-072-11/+5
* * test/io/wait/test_io_wait.rb: skip tests if the platform iskosaki2011-05-072-0/+12
* * test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu2011-05-071-2/+2
* * thread.c (rb_fd_zero): remove redundant zero fill.kosaki2011-05-072-3/+5
* * thread.c (rb_fd_init): remove volatile qualifier.kosaki2011-05-073-4/+8
* * thread.c (rb_fd_init_copy): new internal api. It provide efficientkosaki2011-05-073-12/+32
* r31460 is wrong fix. fix it again.kosaki2011-05-072-8/+8
* 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