summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-09add a test for [ruby-dev:35414].akr
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* 2008-07-09svn
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
2008-07-07* dir.c (Next): use rb_enc_precise_mbclen.naruse
2008-07-07* dir.c: preserve encoding of strings in glob and fnmatch.naruse
2008-07-07* string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu
2008-07-07* ext/win32ole/win32ole.c(Init_win32ole): addsuke
2008-07-07* test/ruby/test_dir.rb (test_chroot_nodir): add Errno::EPERM.naruse
2008-07-07* lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError innobu
2008-07-06* file.c (rb_file_s_extname): fix for file name with spaces.nobu
2008-07-062008-07-07svn
2008-07-06* thread_pthread.c (ruby_init_stack): prior STACK_END_ADDRESS ifnobu
2008-07-06* ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu
2008-07-06* ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept),nobu
2008-07-06* test/win32ole/test_win32ole_type.rb (test_initialize): add suke
2008-07-06* lib/test/unit/collector/objectspace.rbkou
2008-07-052008-07-06svn
2008-07-05* ext/socket/socket.c (host_str): fix type mismatch in rb_raiseakr
2008-07-05* include/ruby/ruby.h (NUM2INT): cast to int.akr
2008-07-05forgot to commit.akr
2008-07-05rename rb_pipe_internal to rb_pipe.akr
2008-07-05* io.c (rb_pipe_internal): new function for handling EMFILE and ENFILEakr
2008-07-05* thread.c (thread_initialize): NUM2INT() returns int.nobu
2008-07-05test_str_slice! refactored.akr
2008-07-05update spawn rdoc a bit.akr
2008-07-05* test/win32ole/test_word.rb: check word installed.suke
2008-07-05 * gc.c: revert. before lazy sweep.nari
2008-07-05* ext/win32ole/win32ole.c: add WIN32OLE#ole_respond_to?suke
2008-07-04* re.c (unescape_nonascii): add has_property argument not toakr
2008-07-042008-07-05svn