aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * thread_win32.c (native_cond_timedwait): New. r31373 causedkosaki2011-04-291-0/+12
* * benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVLkosaki2011-04-291-0/+6
* * vm_method.c (rb_clear_cache_by_class): Revert r29673. It madekosaki2011-04-291-0/+5
* * io.c (make_writeconv): do not add textmode newline decorator if anynobu2011-04-291-0/+5
* ChangeLog change.kosaki2011-04-291-1/+1
* * thread.c (lock_func): small cleanup.kosaki2011-04-291-0/+4
* * thread.c (rb_mutex_lock, lock_func): Avoid busy loop andkosaki2011-04-291-0/+8
* * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.usa2011-04-281-0/+13
* * test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa2011-04-281-0/+5
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-1/+4
* * lib/csv.rb (CSV.read): no mode is needed.nobu2011-04-271-0/+4
* * io.c (rb_io_extract_modeenc, rb_f_backquote): set default textnobu2011-04-271-0/+7
* * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't havenaruse2011-04-271-0/+7
* * configure.in (STRIP): use proper toolchain. based on a patchnobu2011-04-261-0/+5