aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/win32.c (rb_w32_fdcopy): New. This can copy even thoughkosaki2011-04-303-1/+19
* * thread.c (do_select): Change arugment type to rb_fdset_t.kosaki2011-04-302-27/+48
* * thread.c (rb_fd_copy): Change function argument. Nowkosaki2011-04-303-6/+14
* * include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki2011-04-306-12/+23
* * thread.c (do_select): remove useless ifdef. time calculationkosaki2011-04-302-5/+7
* * benchmark/bm_io_select3.rb: New.kosaki2011-04-303-1/+22
* * io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()kosaki2011-04-302-1/+7
* * benchmark/bm_io_select.rb, benchmark/bm_io_select2.rb: New.kosaki2011-04-303-0/+32
* * test/io/wait/test_io_wait.rb: New. for testing ext/io/wait.kosaki2011-04-291-0/+5
* fix eol-stylekosaki2011-04-290-0/+0
* spell fixkosaki2011-04-291-1/+1
* * include/ruby/win32.h: remove redundunt declaration ofkosaki2011-04-292-1/+5
* * 2011-04-30svn2011-04-291-2/+2
* * thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.kosaki2011-04-292-1/+6
* * thread_win32.c, include/ruby/win32.h: add prototypes.nobu2011-04-292-0/+5
* * thread_win32.c (native_cond_timedwait): New. r31373 causedkosaki2011-04-294-20/+60
* fix indentationkosaki2011-04-291-13/+13
* set svn:eol-style propertykosaki2011-04-290-0/+0
* * benchmark/bm_vm4_pipe.rb: Add two new benchmark for GVLkosaki2011-04-293-0/+38
* * vm_method.c (rb_clear_cache_by_class): Revert r29673. It madekosaki2011-04-292-3/+5
* * io.c (make_writeconv): do not add textmode newline decorator if anynobu2011-04-292-1/+7
* ChangeLog change.kosaki2011-04-291-1/+1
* * thread.c (lock_func): small cleanup.kosaki2011-04-292-1/+10
* * 2011-04-29svn2011-04-291-2/+2
* * thread.c (rb_mutex_lock, lock_func): Avoid busy loop andkosaki2011-04-292-17/+51
* * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.usa2011-04-284-30/+68
* * test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa2011-04-282-1/+6
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-273-5/+31
* * lib/csv.rb (CSV.read): no mode is needed.nobu2011-04-272-5/+6
* * 2011-04-28svn2011-04-271-2/+2
* * io.c (rb_io_extract_modeenc, rb_f_backquote): set default textnobu2011-04-272-2/+12
* * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't havenaruse2011-04-272-2/+7
* * configure.in (STRIP): use proper toolchain. based on a patchnobu2011-04-262-4/+8
* * test/ruby/test_encoding.rb (test_encoding): tests for r31362.nobu2011-04-261-0/+1
* * ext/date/date_core.c (date_zone_to_diff): renamed.tadf2011-04-264-13/+20
* * encoding.c (enc_find): accept Encoding objects.nobu2011-04-262-1/+5
* * include/ruby/win32.h (frexp, modf): fix suppressing warnings onnobu2011-04-261-6/+8
* use skiptadf2011-04-262-3/+3
* use skiptadf2011-04-261-3/+1
* * ext/date/date_core.c: modified validation methods.tadf2011-04-266-189/+280