summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-05-10 * lib/webrick: Add Documentationdrbrain
2011-05-09 * lib/webrick/log.rb: Hide copyright info from ridrbrain
2011-05-09 * test/ruby/test_{complex,rational}.rb: added tests.tadf
2011-05-09 * complex.c (string_to_c_internal): a refactoring.tadf
2011-05-09* string.c: Improve documentation for String#start_with? andnaruse
2011-05-09* complex.c (string_to_c_internal): support scientific notation.mrkn
2011-05-09* numeric.c (int_ord): remove K&R style.naruse
2011-05-08 * test/ruby/test_{complex2,complexrational}.rb: use skip.tadf
2011-05-08never skiptadf
2011-05-08 * test/date/*.rb: NEVER SKIP.tadf
2011-05-08 * test/date/*.rb: reverted 31432.tadf
2011-05-08 * test/date/*.rb: reverted 31483.tadf
2011-05-08Revert r31478.naruse
2011-05-08* thread_pthread.c (native_cond_timedwait): add to care EINTR.kosaki
2011-05-08 * lib/time.rb (xmlschema): avoid passing any negative numbers.tadf
2011-05-08 * ext/date/date_{parse,strptime}.c: introduced some macros.tadf
2011-05-08revert r31474. we cann't call xmalloc under FGLOCK.kosaki
2011-05-08 * test/date/*.rb: use skip /w messages.tadf
2011-05-08 * ext/date/lib/date/format.rb (_httpdate): omitted to call zone_to_diff.tadf
2011-05-08 * ext/date/date_core.c (date_s_test_*): use macros.tadf
2011-05-08fix a typokazu
2011-05-08* thread_pthread.c (add_signal_thread_list): use xmalloc insteadkosaki
2011-05-08* thread_pthread.c: cleanup signal_thread_list related ifdef.kosaki
2011-05-07* test/io/wait/test_io_wait.rb: Linux socketpair(2) only supportkosaki
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* 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-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-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* 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-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* ext/syck/rubyext.c (mktime_do): avoid buffer overrun, byshyouhei
2011-05-06ChangeLog for itshyouhei
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