aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * thread.c (rb_wait_for_single_fd): new. poll(2) based backend for rb_wait_fo...kosaki2011-05-041-0/+7
* * thread.c (rb_wait_for_single_fd): new.kosaki2011-05-041-0/+17
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove2011-05-031-0/+5
* * thread.c (rb_fd_copy): fix wrong argument.This issue was pointedkosaki2011-05-031-0/+5
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode):kosaki2011-05-031-0/+6
* * test/date/test_date.rb (TestDate#test_coerce):yugui2011-05-031-0/+5
* fix typos and remove some whitespaceskazu2011-05-031-6/+5
* * thread.c (rb_thread_select): preserve errno if no errornobu2011-05-021-0/+5
* * include/ruby/intern.h (rb_w32_fdcopy): add prototype. fixesnobu2011-05-021-0/+5
* * lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.kosaki2011-05-011-0/+14
* * ext/socket/init.c (rsock_connect): add to care EINTR. basedkosaki2011-05-011-0/+5
* * thread.c (rb_thread_select): release GVL while waiting select().kosaki2011-04-301-0/+4
* * win32/win32.c (rb_w32_fdcopy): New. This can copy even thoughkosaki2011-04-301-0/+6
* * thread.c (do_select): Change arugment type to rb_fdset_t.kosaki2011-04-301-0/+11
* * thread.c (rb_fd_copy): Change function argument. Nowkosaki2011-04-301-0/+6
* * include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki2011-04-301-0/+11
* * thread.c (do_select): remove useless ifdef. time calculationkosaki2011-04-301-0/+5
* * benchmark/bm_io_select3.rb: New.kosaki2011-04-301-0/+4
* * io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()kosaki2011-04-301-0/+6
* * benchmark/bm_io_select.rb, benchmark/bm_io_select2.rb: New.kosaki2011-04-301-0/+5
* * test/io/wait/test_io_wait.rb: New. for testing ext/io/wait.kosaki2011-04-291-0/+5
* spell fixkosaki2011-04-291-1/+1
* * include/ruby/win32.h: remove redundunt declaration ofkosaki2011-04-291-0/+5
* * thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.kosaki2011-04-291-0/+5