aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/date/date_core.c (date_zone_to_diff): renamed.tadf2011-04-261-0/+6
* * encoding.c (enc_find): accept Encoding objects.nobu2011-04-261-0/+4
* * ext/date/date_core.c: modified validation methods.tadf2011-04-261-0/+5
* * transcode.c (econv_opts): add newline option.nobu2011-04-261-1/+3
* * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu2011-04-261-1/+7
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add.nobu2011-04-261-0/+4
* * file.c (rb_file_truncate): fix function.nobu2011-04-261-1/+3
* * include/ruby/win32.h (ftruncate, truncate, ftello, fseeko): non-64nobu2011-04-261-0/+5
* * ext/date/date_core.c (dt_lite_set_tmx): should get df value.tadf2011-04-261-0/+4
* * ext/date/lib/date/format.rb (_iso8601): allowed day only civiltadf2011-04-261-0/+5
* * ext/openssl/extconf.rb: Should check SSLv2_*method.iwamatsu2011-04-251-0/+7