aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/date/date_{parse,strptime}.c: introduced some macros.tadf2011-05-081-0/+4
* revert r31474. we cann't call xmalloc under FGLOCK.kosaki2011-05-081-7/+0
* * test/date/*.rb: use skip /w messages.tadf2011-05-081-0/+4
* * ext/date/lib/date/format.rb (_httpdate): omitted to call zone_to_diff.tadf2011-05-081-0/+4
* * ext/date/date_core.c (date_s_test_*): use macros.tadf2011-05-081-0/+4
* fix a typokazu2011-05-081-1/+1
* * thread_pthread.c (add_signal_thread_list): use xmalloc insteadkosaki2011-05-081-0/+7
* * thread_pthread.c: cleanup signal_thread_list related ifdef.kosaki2011-05-081-0/+6
* * test/io/wait/test_io_wait.rb: Linux socketpair(2) only supportkosaki2011-05-071-0/+6
* * test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.kosaki2011-05-071-3/+3
* * test/io/wait/test_io_wait.rb: skip tests if the platform iskosaki2011-05-071-0/+5
* * thread.c (rb_fd_zero): remove redundant zero fill.kosaki2011-05-071-0/+4
* * thread.c (rb_fd_init): remove volatile qualifier.kosaki2011-05-071-0/+4
* * thread.c (rb_fd_init_copy): new internal api. It provide efficientkosaki2011-05-071-0/+6
* r31460 is wrong fix. fix it again.kosaki2011-05-071-6/+5
* fix typoskazu2011-05-071-2/+2
* * thread_pthread.c (USE_MONOTONIC_COND): check the availabilitynobu2011-05-071-0/+7
* fix incorrect native_cond_signal call when deadlock was detected.kosaki2011-05-071-0/+6
* fix win32 native_cond_timedwait() makes SIGSEGV.kosaki2011-05-071-0/+15
* fix mutex deadlock test hang-up.kosaki2011-05-071-0/+6
* sleep_cond use monotonic time if possible.kosaki2011-05-061-0/+11
* fix win32 compile error.kosaki2011-05-061-0/+7
* mutex: deadlock check timeout use monotonic time.kosaki2011-05-061-0/+15
* * thread_pthread.c (get_ts): add monotonic clock capability.kosaki2011-05-061-0/+6
* * thread_pthread.h (rb_thread_cond_t): add clockid field. it'skosaki2011-05-061-0/+10
* * thread.c (rb_wait_for_single_fd): use ppoll() instead of poll()kosaki2011-05-061-0/+5
* * configure.in: remove nanosleep check. we no longer use it.kosaki2011-05-061-0/+5
* * ext/syck/rubyext.c (mktime_do): extra digits are not used.nobu2011-05-061-0/+4
* * ext/syck/rubyext.c (mktime_do): remove unused variable offset.naruse2011-05-061-0/+6
* * ext/date/date_core.c (DAY_IN_NANOSECONDS): refix: 31438.naruse2011-05-061-0/+6
* * ext/syck/rubyext.c (mktime_do): avoid buffer overrun, byshyouhei2011-05-061-0/+14
* ChangeLog for itshyouhei2011-05-061-0/+5
* * test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki2011-05-051-0/+5
* * thread_pthread.c (native_mutex_reinitialize_atfork): removedkosaki2011-05-051-0/+6
* * ext/date/date_core.c (DAY_IN_NANOSECONDS): long long int is notnobu2011-05-051-0/+5
* * eval.c (frame_func_id): store result of method_entry_of_iseq() tonagachika2011-05-051-0/+5
* * eval.c (frame_func_id): __method__ return different name fromnagachika2011-05-051-0/+9
* * benchmark/bm_vm4_pipe.rb: Reduced iterations. Too slow benchmarkkosaki2011-05-041-0/+6
* * test/date/test_date_base.rb: don't use no message skip().kosaki2011-05-041-0/+4
* * benchmark/bm_io_select2.rb: reduce number of using filekosaki2011-05-041-0/+5
* * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki2011-05-041-0/+6
* * thread.c (rb_wait_for_single_fd): Fix wrong return value.kosaki2011-05-041-0/+6
* * ext/-test-/wait_for_single_fd: New. for testingkosaki2011-05-041-0/+8
* fix a typokazu2011-05-041-1/+1
* * thread.c (rb_wait_for_single_fd): Added POLLNVAL check.kosaki2011-05-041-0/+5
* * io.c (rb_f_select): remove useless ifdef.kosaki2011-05-041-0/+4
* * ext/socket/init.c (wait_connectable): fix error handling code.kosaki2011-05-041-0/+5
* * ext/readline/readline.c (readline_event): use rb_wait_for_single_fd().kosaki2011-05-041-0/+5
* * ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().kosaki2011-05-041-0/+8
* * ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().kosaki2011-05-041-0/+5