| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ext/coverage/coverage.c (rb_coverage_start): return nil. | nobu | 2008-07-10 | 2 | -0/+5 |
* | * thread.c (rb_thread_wait_for): fixed variable name. | nobu | 2008-07-10 | 2 | -6/+10 |
* | * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c | nobu | 2008-07-10 | 6 | -15/+23 |
* | * thread.c (rb_thread_wait_for): wait until timed out only when | nobu | 2008-07-10 | 2 | -24/+29 |
* | * 2008-07-10 | svn | 2008-07-09 | 1 | -3/+3 |
* | add a test for [ruby-dev:35414]. | akr | 2008-07-09 | 1 | -0/+5 |
* | * ChangeLog: wrong function name. | nobu | 2008-07-09 | 1 | -1/+1 |
* | * thread.c (sleep_forever): wait until timed out. [ruby-core:17270] | nobu | 2008-07-09 | 4 | -42/+48 |
* | * array.c (rb_ary_fill): don't raise even if length is negative. | akr | 2008-07-09 | 2 | -1/+8 |
* | * thread_{pthread,win32}.c (native_sleep): wait until timed out. | nobu | 2008-07-09 | 1 | -1/+2 |
* | * thread_{pthread,win32}.c (native_sleep): wait until timed out. | nobu | 2008-07-09 | 3 | -5/+40 |
* | * configure.in (rb_cv_va_args_macro): check for __VA_ARGS__. | nobu | 2008-07-09 | 3 | -5/+31 |
* | * thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs more | nobu | 2008-07-09 | 4 | -3/+10 |
* | * lib/profiler.rb (Profiler__#print_profile): sort in the descending | nobu | 2008-07-09 | 2 | -1/+6 |
* | * dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern), | nobu | 2008-07-09 | 2 | -8/+18 |
* | * ext/nkf/nkf-utf8/nkf.c (options): use input_endian. | naruse | 2008-07-09 | 2 | -2/+6 |
* | * string.c (rb_str_succ): alphabets or numerics mutually enclosing | nobu | 2008-07-08 | 3 | -8/+24 |
* | * 2008-07-09 | svn | 2008-07-08 | 1 | -3/+3 |
* | * thread.c (rb_set_coverages, rb_reset_coverages): enable and disable | mame | 2008-07-08 | 6 | -42/+94 |
* | * ext/win32ole/win32ole.c (find_default_source): bug fix when | suke | 2008-07-08 | 3 | -103/+143 |
* | * thread.c (rb_enable_coverages): hide coverage array by setting 0 to | mame | 2008-07-08 | 4 | -9/+43 |
* | * lib/debug.rb, lib/profile.rb: fix to use RubyVM. | ko1 | 2008-07-08 | 4 | -9/+9 |
* | * vm.c (rb_vm_mark): mark the last element of special_exceptions. | mame | 2008-07-08 | 2 | -1/+5 |
* | * ext/win32ole/win32ole.c (find_default_source): try to | suke | 2008-07-08 | 3 | -3/+99 |
* | * lib/debug.rb, lib/profile.rb: fix to use RubyVM. | ko1 | 2008-07-08 | 1 | -0/+6 |
* | * compile.h: fix to skip inserting a trace insn. | ko1 | 2008-07-08 | 2 | -2/+9 |
* | * dir.c: shoudn't use ruby object in globbing, because glob service | usa | 2008-07-08 | 3 | -53/+81 |
* | * dir.c (Next): use rb_enc_mbclen. [ruby-dev:35390] | naruse | 2008-07-08 | 2 | -1/+5 |
* | * dir.c (Next): use rb_enc_precise_mbclen. | naruse | 2008-07-07 | 2 | -16/+28 |
* | * dir.c: preserve encoding of strings in glob and fnmatch. | naruse | 2008-07-07 | 4 | -158/+104 |
* | * string.c (rb_str_succ): limit carrying in an alphanumeric region if | nobu | 2008-07-07 | 3 | -3/+16 |
* | * ext/win32ole/win32ole.c(Init_win32ole): add | suke | 2008-07-07 | 3 | -15/+143 |
* | * test/ruby/test_dir.rb (test_chroot_nodir): add Errno::EPERM. | naruse | 2008-07-07 | 2 | -1/+6 |
* | * lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError in | nobu | 2008-07-07 | 2 | -1/+7 |
* | * file.c (rb_file_s_extname): fix for file name with spaces. | nobu | 2008-07-06 | 2 | -1/+6 |
* | 2008-07-07 | svn | 2008-07-06 | 1 | -3/+3 |
* | * thread_pthread.c (ruby_init_stack): prior STACK_END_ADDRESS if | nobu | 2008-07-06 | 2 | -0/+13 |
* | * ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept), | nobu | 2008-07-06 | 1 | -150/+213 |
* | * ext/socket/socket.c (bsock_send, s_recvfrom, ruby_connect, s_accept), | nobu | 2008-07-06 | 1 | -0/+5 |
* | * test/win32ole/test_win32ole_type.rb (test_initialize): add | suke | 2008-07-06 | 2 | -1/+21 |
* | * lib/test/unit/collector/objectspace.rb | kou | 2008-07-06 | 2 | -1/+6 |
* | 2008-07-06 | svn | 2008-07-05 | 1 | -3/+3 |
* | * ext/socket/socket.c (host_str): fix type mismatch in rb_raise | akr | 2008-07-05 | 2 | -6/+16 |
* | * include/ruby/ruby.h (NUM2INT): cast to int. | akr | 2008-07-05 | 2 | -4/+11 |
* | forgot to commit. | akr | 2008-07-05 | 1 | -3/+7 |
* | rename rb_pipe_internal to rb_pipe. | akr | 2008-07-05 | 3 | -8/+9 |
* | * io.c (rb_pipe_internal): new function for handling EMFILE and ENFILE | akr | 2008-07-05 | 2 | -17/+32 |
* | * thread.c (thread_initialize): NUM2INT() returns int. | nobu | 2008-07-05 | 4 | -10/+16 |
* | test_str_slice! refactored. | akr | 2008-07-05 | 1 | -3/+5 |
* | update spawn rdoc a bit. | akr | 2008-07-05 | 1 | -0/+4 |