aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern),nobu2008-07-092-8/+18
* * ext/nkf/nkf-utf8/nkf.c (options): use input_endian.naruse2008-07-092-2/+6
* * string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu2008-07-083-8/+24
* * 2008-07-09svn2008-07-081-3/+3
* * thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame2008-07-086-42/+94
* * ext/win32ole/win32ole.c (find_default_source): bug fix whensuke2008-07-083-103/+143
* * thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame2008-07-084-9/+43
* * lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko12008-07-084-9/+9
* * vm.c (rb_vm_mark): mark the last element of special_exceptions.mame2008-07-082-1/+5
* * ext/win32ole/win32ole.c (find_default_source): try tosuke2008-07-083-3/+99
* * lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko12008-07-081-0/+6
* * compile.h: fix to skip inserting a trace insn.ko12008-07-082-2/+9
* * dir.c: shoudn't use ruby object in globbing, because glob serviceusa2008-07-083-53/+81
* * dir.c (Next): use rb_enc_mbclen. [ruby-dev:35390]naruse2008-07-082-1/+5
* * dir.c (Next): use rb_enc_precise_mbclen.naruse2008-07-072-16/+28
* * dir.c: preserve encoding of strings in glob and fnmatch.naruse2008-07-074-158/+104
* * string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu2008-07-073-3/+16
* * ext/win32ole/win32ole.c(Init_win32ole): addsuke2008-07-073-15/+143
* * test/ruby/test_dir.rb (test_chroot_nodir): add Errno::EPERM.naruse2008-07-072-1/+6
* * lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError innobu2008-07-072-1/+7
* * file.c (rb_file_s_extname): fix for file name with spaces.nobu2008-07-062-1/+6