aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/-test-/wait_for_single_fd: New. for testingkosaki2011-05-045-0/+73
* fix a typokazu2011-05-041-1/+1
* * thread.c (rb_wait_for_single_fd): Added POLLNVAL check.kosaki2011-05-042-1/+9
* * io.c (rb_f_select): remove useless ifdef.kosaki2011-05-042-8/+4
* * ext/socket/init.c (wait_connectable): fix error handling code.kosaki2011-05-042-9/+34
* * ext/readline/readline.c (readline_event): use rb_wait_for_single_fd().kosaki2011-05-042-5/+6
* * ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().kosaki2011-05-042-60/+20
* * ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().kosaki2011-05-042-29/+10
* * thread.c (rb_wait_for_single_fd): new. poll(2) based backend for rb_wait_fo...kosaki2011-05-044-4/+77
* * thread.c (rb_wait_for_single_fd): new.kosaki2011-05-044-52/+101
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove2011-05-035-3/+14
* * 2011-05-04svn2011-05-031-2/+2
* * thread.c (rb_fd_copy): fix wrong argument.This issue was pointedkosaki2011-05-032-1/+6
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode):kosaki2011-05-032-4/+17
* * test/date/test_date.rb (TestDate#test_coerce):yugui2011-05-032-0/+26
* fix typos and remove some whitespaceskazu2011-05-031-6/+5
* * thread.c (rb_thread_select): preserve errno if no errornobu2011-05-022-1/+6
* * win32/win32.c (rb_w32_fdcopy): suppress a warning.nobu2011-05-021-1/+1
* * win32/win32.c: remove trailing spaces and no-cuddle "else".nobu2011-05-021-26/+27
* * 2011-05-03svn2011-05-021-2/+2
* * include/ruby/intern.h (rb_w32_fdcopy): add prototype. fixesnobu2011-05-022-0/+6
* * lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.kosaki2011-05-014-2/+149
* * 2011-05-02svn2011-05-011-2/+2
* * ext/socket/init.c (rsock_connect): add to care EINTR. basedkosaki2011-05-012-0/+11
* * thread.c (rb_thread_select): release GVL while waiting select().kosaki2011-04-302-1/+15
* * 2011-05-01svn2011-04-301-3/+3
* fix commit mistake of r31389.kosaki2011-04-301-0/+64
* * win32/win32.c (rb_w32_fdcopy): New. This can copy even thoughkosaki2011-04-303-1/+19
* * thread.c (do_select): Change arugment type to rb_fdset_t.kosaki2011-04-302-27/+48
* * thread.c (rb_fd_copy): Change function argument. Nowkosaki2011-04-303-6/+14
* * include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki2011-04-306-12/+23
* * thread.c (do_select): remove useless ifdef. time calculationkosaki2011-04-302-5/+7
* * benchmark/bm_io_select3.rb: New.kosaki2011-04-303-1/+22
* * io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()kosaki2011-04-302-1/+7
* * benchmark/bm_io_select.rb, benchmark/bm_io_select2.rb: New.kosaki2011-04-303-0/+32
* * test/io/wait/test_io_wait.rb: New. for testing ext/io/wait.kosaki2011-04-291-0/+5
* fix eol-stylekosaki2011-04-290-0/+0
* spell fixkosaki2011-04-291-1/+1
* * include/ruby/win32.h: remove redundunt declaration ofkosaki2011-04-292-1/+5
* * 2011-04-30svn2011-04-291-2/+2
* * thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.kosaki2011-04-292-1/+6
* * thread_win32.c, include/ruby/win32.h: add prototypes.nobu2011-04-292-0/+5
* * thread_win32.c (native_cond_timedwait): New. r31373 causedkosaki2011-04-294-20/+60
* fix indentationkosaki2011-04-291-13/+13
* set svn:eol-style propertykosaki2011-04-290-0/+0
* * benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVLkosaki2011-04-293-0/+38
* * vm_method.c (rb_clear_cache_by_class): Revert r29673. It madekosaki2011-04-292-3/+5
* * io.c (make_writeconv): do not add textmode newline decorator if anynobu2011-04-292-1/+7
* ChangeLog change.kosaki2011-04-291-1/+1
* * thread.c (lock_func): small cleanup.kosaki2011-04-292-1/+10