aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread.c: try to remove false positive of deadlock detection (secondmame2008-06-192-2/+9
* * lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]matz2008-06-192-1/+5
* * string.c (str_gsub): should preserve last successful matchmatz2008-06-193-19/+22
* * KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.ko12008-06-193-8/+11
* * proc.c (proc_new): fix to return Proc object if block is alreadyko12008-06-193-0/+28
* * thread_win32.c (native_sleep): fix to decrement sleeper count.ko12008-06-193-4/+8
* * test/net/http/test_http.rb: compare encodings of two strings beforemame2008-06-192-0/+6
* * ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSONmame2008-06-193-79/+86
* * thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame2008-06-194-25/+84
* add a test.akr2008-06-191-0/+8
* * ext/extmk.rb (extmake): check if compile before showing message.nobu2008-06-191-10/+5
* * ext/extmk.rb (extmake): check if compile before showing message.nobu2008-06-191-0/+4
* * tool/make-snapshot: supported multiple snapshots.nobu2008-06-192-22/+88
* * lib/net/pop.rb (Net::POP3#set_all_uids): speedkazu2008-06-192-4/+8
* * ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwdmatz2008-06-192-6/+9
* * string.c (str_alloc): specify 'inline' modifier.matz2008-06-192-7/+12
* * string.c (rb_str_scan): String#scan should preserve lastmatz2008-06-192-4/+12
* * missing/acosh.c (atanh): should set ERANGE to errno if parameterusa2008-06-192-0/+14
* * ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags.nagai2008-06-192-9/+14
* * test/ruby/test_enumerator.rb: fix to skip "with_memo" test.ko12008-06-192-0/+5
* * 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