summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-07-13* ext/win32ole/win32ole.c (EVENTSINK_Invoke): using hashsuke
2008-07-12* ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu
2008-07-12 * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.usa
2008-07-12 * win32/Makefile.sub (LIBRUBY_DLDFLAGS): import library which createdusa
2008-07-12* ext/socket/socket.c: use PRIuSIZE.akr
2008-07-12* include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo.nobu
2008-07-12* include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so thatnobu
2008-07-12* configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu
2008-07-12* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requiresnobu
2008-07-12* test/win32ole/test_win32ole_event.rb: add testsuke
2008-07-11 * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle tousa
2008-07-11* test/zlib/test_zlib.rb: add a test for Zlib::Deflate#params.mame
2008-07-11* ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams.mame
2008-07-11 * win32/setup.rb, win32/Makefile.sub (PLATFORM): use $(PLATFORM)usa
2008-07-11* io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu
2008-07-11 * win32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair):usa
2008-07-11 * win32/win32.c (CreateChild): the measures for Vista is no longerusa
2008-07-10* common.mk (process.o): depends on util.h.nobu
2008-07-10 * include/ruby/win32.h (pipe): prohibit inheritance.usa
2008-07-10* thread.c (thread_create_core): fix GC problem.ko1
2008-07-10* lib/pstore.rb (PStore#transaction): return the result from thenobu
2008-07-10* test/win32ole/test_win32ole_typelib.rb: add some illegal argument test.suke
2008-07-10* test/ruby/envutil.rb (assert_normal_exit): r17993 revert.wanabe
2008-07-10* test/ruby/envutil.rb (assert_normal_exit): finish writing scriptwanabe
2008-07-10 * win32/win32.c (insert): follow recent changes of globbing.usa
2008-07-10* ext/coverage/coverage.c (rb_coverage_start): return nil.nobu
2008-07-10* thread.c (rb_thread_wait_for): fixed variable name.nobu
2008-07-10* vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu
2008-07-10* thread.c (rb_thread_wait_for): wait until timed out only whennobu
2008-07-09* ChangeLog: wrong function name.nobu
2008-07-09* thread.c (sleep_forever): wait until timed out. [ruby-core:17270]nobu
2008-07-09* array.c (rb_ary_fill): don't raise even if length is negative.akr
2008-07-09* thread_{pthread,win32}.c (native_sleep): wait until timed out.nobu
2008-07-09* thread_{pthread,win32}.c (native_sleep): wait until timed out.nobu
2008-07-09* configure.in (rb_cv_va_args_macro): check for __VA_ARGS__.nobu
2008-07-09* thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs morenobu
2008-07-09* lib/profiler.rb (Profiler__#print_profile): sort in the descendingnobu
2008-07-09* dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern),nobu
2008-07-09* ext/nkf/nkf-utf8/nkf.c (options): use input_endian.naruse
2008-07-08* string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu
2008-07-08* thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame
2008-07-08* ext/win32ole/win32ole.c (find_default_source): bug fix whensuke
2008-07-08* thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame
2008-07-08* lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko1
2008-07-08* vm.c (rb_vm_mark): mark the last element of special_exceptions.mame
2008-07-08* ext/win32ole/win32ole.c (find_default_source): try tosuke
2008-07-08* lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko1
2008-07-08* compile.h: fix to skip inserting a trace insn.ko1
2008-07-08 * dir.c: shoudn't use ruby object in globbing, because glob serviceusa
2008-07-08* dir.c (Next): use rb_enc_mbclen. [ruby-dev:35390]naruse