index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-05-06
* ext/date/date_core.c (DAY_IN_NANOSECONDS): refix: 31438.
naruse
2011-05-06
* 2011-05-06
svn
2011-05-06
* ext/syck/rubyext.c (mktime_do): avoid buffer overrun, by
shyouhei
2011-05-06
ChangeLog for it
shyouhei
2011-05-06
YAML.load time correctly parse usecs smaller than 1 fixes #4571
shyouhei
2011-05-05
* test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positive
kosaki
2011-05-05
* thread_pthread.c (native_mutex_reinitialize_atfork): removed
kosaki
2011-05-05
* ext/date/date_core.c (DAY_IN_NANOSECONDS): long long int is not
nobu
2011-05-05
* eval.c (frame_func_id): store result of method_entry_of_iseq() to
nagachika
2011-05-05
* eval.c (frame_func_id): __method__ return different name from
nagachika
2011-05-04
* 2011-05-05
svn
2011-05-04
fix capture to avoid doing a sub on the useconds when parsing dates
tenderlove
2011-05-04
* benchmark/bm_vm4_pipe.rb: Reduced iterations. Too slow benchmark
kosaki
2011-05-04
* test/date/test_date_base.rb: don't use no message skip().
kosaki
2011-05-04
* benchmark/bm_io_select2.rb: reduce number of using file
kosaki
2011-05-04
* io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...
kosaki
2011-05-04
* thread.c (rb_wait_for_single_fd): Fix wrong return value.
kosaki
2011-05-04
* ext/-test-/wait_for_single_fd: New. for testing
kosaki
2011-05-04
fix a typo
kazu
2011-05-04
* thread.c (rb_wait_for_single_fd): Added POLLNVAL check.
kosaki
2011-05-04
* io.c (rb_f_select): remove useless ifdef.
kosaki
2011-05-04
* ext/socket/init.c (wait_connectable): fix error handling code.
kosaki
2011-05-04
* ext/readline/readline.c (readline_event): use rb_wait_for_single_fd().
kosaki
2011-05-04
* ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().
kosaki
2011-05-04
* ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().
kosaki
2011-05-04
* thread.c (rb_wait_for_single_fd): new. poll(2) based backend for rb_wait_fo...
kosaki
2011-05-04
* thread.c (rb_wait_for_single_fd): new.
kosaki
2011-05-03
* ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so that
tenderlove
2011-05-03
* 2011-05-04
svn
2011-05-03
* thread.c (rb_fd_copy): fix wrong argument.This issue was pointed
kosaki
2011-05-03
* test/fileutils/test_fileutils.rb (TestFileUtils#test_chmod_symbol_mode):
kosaki
2011-05-03
* test/date/test_date.rb (TestDate#test_coerce):
yugui
2011-05-03
fix typos and remove some whitespaces
kazu
2011-05-02
* thread.c (rb_thread_select): preserve errno if no error
nobu
2011-05-02
* win32/win32.c (rb_w32_fdcopy): suppress a warning.
nobu
2011-05-02
* win32/win32.c: remove trailing spaces and no-cuddle "else".
nobu
2011-05-02
* 2011-05-03
svn
2011-05-02
* include/ruby/intern.h (rb_w32_fdcopy): add prototype. fixes
nobu
2011-05-01
* lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.
kosaki
2011-05-01
* 2011-05-02
svn
2011-05-01
* ext/socket/init.c (rsock_connect): add to care EINTR. based
kosaki
2011-04-30
* thread.c (rb_thread_select): release GVL while waiting select().
kosaki
2011-04-30
* 2011-05-01
svn
2011-04-30
fix commit mistake of r31389.
kosaki
2011-04-30
* win32/win32.c (rb_w32_fdcopy): New. This can copy even though
kosaki
2011-04-30
* thread.c (do_select): Change arugment type to rb_fdset_t.
kosaki
2011-04-30
* thread.c (rb_fd_copy): Change function argument. Now
kosaki
2011-04-30
* include/ruby/intern.h (rb_thread_select): mark as deprecated.
kosaki
2011-04-30
* thread.c (do_select): remove useless ifdef. time calculation
kosaki
2011-04-30
* benchmark/bm_io_select3.rb: New.
kosaki
[next]