summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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 thattenderlove
2011-05-03* thread.c (rb_fd_copy): fix wrong argument.This issue was pointedkosaki
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-03fix typos and remove some whitespaceskazu
2011-05-02* thread.c (rb_thread_select): preserve errno if no errornobu
2011-05-02* include/ruby/intern.h (rb_w32_fdcopy): add prototype. fixesnobu
2011-05-01* lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.kosaki
2011-05-01* ext/socket/init.c (rsock_connect): add to care EINTR. basedkosaki
2011-04-30* thread.c (rb_thread_select): release GVL while waiting select().kosaki
2011-04-30* win32/win32.c (rb_w32_fdcopy): New. This can copy even thoughkosaki
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. Nowkosaki
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 calculationkosaki
2011-04-30* benchmark/bm_io_select3.rb: New.kosaki
2011-04-30* io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()kosaki
2011-04-30* benchmark/bm_io_select.rb, benchmark/bm_io_select2.rb: New.kosaki
2011-04-29* test/io/wait/test_io_wait.rb: New. for testing ext/io/wait.kosaki
2011-04-29spell fixkosaki
2011-04-29* include/ruby/win32.h: remove redundunt declaration ofkosaki
2011-04-29* thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.kosaki
2011-04-29* thread_win32.c (native_cond_timedwait): New. r31373 causedkosaki
2011-04-29* benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVLkosaki
2011-04-29* vm_method.c (rb_clear_cache_by_class): Revert r29673. It madekosaki
2011-04-29* io.c (make_writeconv): do not add textmode newline decorator if anynobu
2011-04-29ChangeLog change.kosaki
2011-04-29* thread.c (lock_func): small cleanup.kosaki
2011-04-29* thread.c (rb_mutex_lock, lock_func): Avoid busy loop andkosaki
2011-04-28* win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.usa
2011-04-28* test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa
2011-04-27* lib/csv.rb (CSV::open): suppress universal newline decorator.nobu
2011-04-27* lib/csv.rb (CSV.read): no mode is needed.nobu
2011-04-27* io.c (rb_io_extract_modeenc, rb_f_backquote): set default textnobu
2011-04-27* enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't havenaruse
2011-04-26* configure.in (STRIP): use proper toolchain. based on a patchnobu
2011-04-26 * ext/date/date_core.c (date_zone_to_diff): renamed.tadf
2011-04-26* encoding.c (enc_find): accept Encoding objects.nobu
2011-04-26 * ext/date/date_core.c: modified validation methods.tadf
2011-04-26* transcode.c (econv_opts): add newline option.nobu
2011-04-26* io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu
2011-04-26* include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add.nobu