aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/date/test_date_base.rb: don't use no message skip().kosaki2011-05-042-22/+26
* * benchmark/bm_io_select2.rb: reduce number of using filekosaki2011-05-042-1/+6
* * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki2011-05-043-0/+41
* * thread.c (rb_wait_for_single_fd): Fix wrong return value.kosaki2011-05-043-9/+41
* * 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