aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_throw): fix "return" process from "lambda".ko12008-06-194-16/+57
* * test/etc/test_etc.rb: avoid infinite loop. [ruby-dev:35158]mame2008-06-183-6/+14
* * gc.c (rb_newobj): prohibit call of rb_newobj() during gc.shyouhei2008-06-182-0/+8
* * ruby.c (verbose_setter, opt_W_getter): fixed prototypes.nobu2008-06-182-4/+10
* fix typokazu2008-06-181-1/+1
* * test/ruby/test_rubyoptions.rb: use character class instead of alternationkazu2008-06-181-2/+2
* * test/ruby/test_unicode_escape.rb (test_basic): windows' echo support.usa2008-06-181-3/+3
* * fix ChangeLog.naruse2008-06-181-0/+1092
* * test/ruby/test_shebang.rb (test_shebang): on windows path separetor is '\'.usa2008-06-181-4/+4
* * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameterusa2008-06-182-1/+7
* * test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.usa2008-06-181-1/+2
* * win32/win32.c (errmap): add some pipe errors.usa2008-06-182-2/+21
* * win32/win32.c (poll_child_status): set EINVAL to errno whenusa2008-06-182-5/+14
* * test/ruby/test_argf.rb: support NO_SAFE_RENAME platforms.usa2008-06-181-11/+25
* * io.c (rb_open_file): fs_encoding and fname_encoding isnaruse2008-06-182-1094/+8
* * test/ruby/test_argf.rb (test_binmode): wrong test. fixed.usa2008-06-181-3/+8
* * io.c (rb_open_file): not rb_enc_get_index but rb_enc_get.naruse2008-06-182-1/+5
* * include/ruby/win32.h (pipe): now pipe is textmode. although thisusa2008-06-182-1/+7
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-06-184-14/+22
* * ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch fromnobu2008-06-182-2/+7
* svn:eol-style LFnobu2008-06-180-0/+0
* Fix RubyGems for 1.9, r1780drbrain2008-06-1710-81/+77
* Update RubyGems to 1.1.1 r1778 (almost 1.2)drbrain2008-06-1771-1083/+3721
* * KNOWNBUGS.rb, bootstraptest/pending.rb: move pending bug.ko12008-06-173-15/+19
* * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko12008-06-175-23/+125
* * ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method.nagai2008-06-172-3/+9
* * dir.c (Init_Dir): dir_foreach() takes variable argument.usa2008-06-173-6/+10
* * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes tojeg22008-06-172-2/+7
* * ruby.c (opt_W_getter): made a hooked variable.nobu2008-06-172-5/+11
* * enc/euc_jp.c (property_name_to_ctype): core dumped when sizeof(int)mame2008-06-174-6/+16
* * thread_pthread.c (native_thread_init_stack): suppress warnings.nobu2008-06-171-2/+4
* * common.mk (miniruby$(EXEEXT)): $(PREP) isn't always same asnobu2008-06-172-13/+19
* Fixed dependencies on minirubyryan2008-06-172-39/+43
* * include/ruby/win32.h (pipe): expand pipe buffer size.usa2008-06-172-1/+5
* * win32/win32.c (CreateChild): no need to inherit handles here becauseusa2008-06-172-1/+6
* * dir.c (dir_data): add intenc and extenc.naruse2008-06-162-16/+111
* * io.c (io_set_encoding): defined.naruse2008-06-162-20/+97
* * encoding.c (rb_filesystem_encoding): defined.naruse2008-06-163-0/+23
* * ext/syck/rubyext.c: add encoding header.naruse2008-06-163-3/+8
* * ext/tk/sample/demos-jp/toolber.rb, ext/tk/sample/demos-en/toolber.rb:nagai2008-06-162-2/+2
* * ext/tk/tcltklib.c: SEGV when exit.nagai2008-06-164-9/+31
* * thread.c (thread_start_func_2): use PRIxVALUE to format a VALUE.nobu2008-06-161-2/+2
* * ext/stringio/stringio.c (strio_each, strio_readlines): IO#each andnobu2008-06-162-2/+5
* * lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer hasnobu2008-06-162-1/+6
* * lib/e2mmap.rb (E2MM.def_e2message): typo.nobu2008-06-162-1/+5
* * enumerator.c (enumerator_with_object, Init_Enumerator):knu2008-06-163-7/+13
* * ext/stringio/stringio.c (strio_readline, strio_each)nobu2008-06-152-1/+8
* * eval.c (rb_f_block_given_p): fix to skip class frame.ko12008-06-154-28/+44
* * vm_dump.c (vm_stack_dump_raw): disable verbose debug output.ko12008-06-152-1/+5
* * vm_core.h, thread.c: rename global_interpreter_lock toko12008-06-154-11/+16