aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/win32ole/test_win32ole_event.rb (teardown): fix typo.suke2008-07-142-2/+6
* * transcode.c (transcode_loop): constified.nobu2008-07-144-57/+27
* * test/ruby/test_time.rb (TestTime#test_time_interval): add timeoutkazu2008-07-142-1/+11
* * transcode.c (get_replacement_character): temporary function,naruse2008-07-142-5/+91
* * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test ...kazu2008-07-142-0/+14
* * ext/socket/extconf.rb: initialize winsock on win32 to avoid errorusa2008-07-142-0/+10
* * 2008-07-14svn2008-07-131-3/+3
* * lib/optparse.rb (OptionParser#environment): requires shellwords.nobu2008-07-132-0/+6
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): using hashsuke2008-07-133-6/+167
* * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu2008-07-122-3/+9
* * 2008-07-13svn2008-07-121-3/+3
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.usa2008-07-124-2/+19
* * win32/Makefile.sub (LIBRUBY_DLDFLAGS): import library which createdusa2008-07-122-1/+8
* * ext/socket/socket.c: use PRIuSIZE.akr2008-07-122-4/+8
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo.nobu2008-07-122-6/+10
* * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so thatnobu2008-07-125-5/+32
* * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu2008-07-127-29/+65
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requiresnobu2008-07-122-0/+6
* * test/win32ole/test_win32ole_event.rb: add testsuke2008-07-122-0/+32
* * 2008-07-12svn2008-07-111-3/+3
* * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle tousa2008-07-112-0/+9
* * test/zlib/test_zlib.rb: add a test for Zlib::Deflate#params.mame2008-07-112-0/+12
* * ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams.mame2008-07-112-0/+6
* * win32/setup.rb, win32/Makefile.sub (PLATFORM): use $(PLATFORM)usa2008-07-113-17/+22
* * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu2008-07-115-16/+53
* * win32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair):usa2008-07-112-4/+11
* * win32/win32.c (CreateChild): the measures for Vista is no longerusa2008-07-112-1/+6
* * common.mk (process.o): depends on util.h.nobu2008-07-102-1/+5
* * include/ruby/win32.h (pipe): prohibit inheritance.usa2008-07-102-1/+6
* * thread.c (thread_create_core): fix GC problem.ko12008-07-103-5/+10
* add ML ref.akr2008-07-101-1/+1
* * lib/pstore.rb (PStore#transaction): return the result from thenobu2008-07-102-1/+6
* * test/win32ole/test_win32ole_typelib.rb: add some illegal argument test.suke2008-07-106-0/+40
* * test/ruby/envutil.rb (assert_normal_exit): r17993 revert.wanabe2008-07-102-2/+5
* * test/ruby/envutil.rb (assert_normal_exit): finish writing scriptwanabe2008-07-102-2/+6
* * win32/win32.c (insert): follow recent changes of globbing.usa2008-07-102-1/+5
* * ext/coverage/coverage.c (rb_coverage_start): return nil.nobu2008-07-102-0/+5
* * thread.c (rb_thread_wait_for): fixed variable name.nobu2008-07-102-6/+10
* * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu2008-07-106-15/+23
* * thread.c (rb_thread_wait_for): wait until timed out only whennobu2008-07-102-24/+29
* * 2008-07-10svn2008-07-091-3/+3
* add a test for [ruby-dev:35414].akr2008-07-091-0/+5
* * ChangeLog: wrong function name.nobu2008-07-091-1/+1
* * thread.c (sleep_forever): wait until timed out. [ruby-core:17270]nobu2008-07-094-42/+48
* * array.c (rb_ary_fill): don't raise even if length is negative.akr2008-07-092-1/+8
* * thread_{pthread,win32}.c (native_sleep): wait until timed out.nobu2008-07-091-1/+2
* * thread_{pthread,win32}.c (native_sleep): wait until timed out.nobu2008-07-093-5/+40
* * configure.in (rb_cv_va_args_macro): check for __VA_ARGS__.nobu2008-07-093-5/+31
* * thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs morenobu2008-07-094-3/+10
* * lib/profiler.rb (Profiler__#print_profile): sort in the descendingnobu2008-07-092-1/+6