aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu2009-10-161-4/+2
* * test/ruby/test_object.rb (test_respond_to_missing):nobu2009-10-161-1/+1
* * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse2009-10-162-1/+8
* * test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu2009-10-161-0/+20
* * 2009-10-16svn2009-10-151-2/+2
* * lib/csv.rb (CSV#read_to_char): set encoding and verify datanaruse2009-10-152-9/+29
* * parse.y (rb_intern3): check symbol table overflow before generatenobu2009-10-152-4/+4
* * parse.y (rb_intern3): check symbol table overflow.nobu2009-10-153-17/+17
* * io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu2009-10-153-26/+27
* * io.c (io_reopen): unread current buffer before telling thenobu2009-10-153-7/+21
* * ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu2009-10-155-8/+23
* * test/iconv/test_option.rb: removed particular implementationnobu2009-10-151-1/+1
* * ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCKusa2009-10-152-0/+11
* * tool/enc-unicode.rb,naruse2009-10-146-15739/+8266
* * 2009-10-15svn2009-10-141-2/+2
* * ext/socket/init.c (rsock_init_sock): validate file descriptor.akr2009-10-142-0/+10
* * vm_eval.c (eval_string): rdoc fix [ruby-core:26086]marcandre2009-10-141-5/+4
* * string.c (rb_check_string_type): rdoc fix [ruby-core:26084]marcandre2009-10-141-1/+1
* * ruby.c (process_options): script name should not be shown in annobu2009-10-143-2/+16
* * eval.c (rb_threadptr_errinfo): removed.nobu2009-10-141-6/+0
* * eval.c (ruby_run_node): need to call ruby_cleaup() always evennobu2009-10-142-1/+9
* * object.c (rb_mod_const_defined): rdoc fixmarcandre2009-10-131-3/+3
* * 2009-10-14svn2009-10-131-2/+2
* * proc.c (mnew): Method#new checks for respond_to_missing? with private set t...marcandre2009-10-132-1/+7
* Add derived core and binary property and aliases.naruse2009-10-136-1282/+36576
* add comment.akr2009-10-131-1/+2
* * ext/tk/variable.rb: bug fix. additional trace definition changes thenagai2009-10-132-2/+7
* * parse.y (token_info_push, token_info_pop): reduced ifdefs.nobu2009-10-132-34/+21
* * parse.y (parser_magic_comment): fixed normalization.nobu2009-10-132-1/+5
* * ChangeLog: add commit logmarcandre2009-10-131-0/+7
* * thread.c: Revert changes to Thread#raise made in r25278 [ruby-core:25367]marcandre2009-10-123-13/+2
* * 2009-10-13svn2009-10-121-2/+2
* fix rdoc.akr2009-10-121-2/+2
* * lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo2009-10-122-17/+6
* * lib/net/ftp.rb (retrlines): added a new block parameter.shugo2009-10-122-10/+13
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu2009-10-121-1/+1
* * eval.c (ruby_run_node): if an exception occurred in ruby_option,nobu2009-10-122-9/+24
* * marshal.c (r_object0): suppressed a warning.nobu2009-10-121-2/+2
* * thread.c: Doc fix for Thread#raisemarcandre2009-10-111-1/+3
* * regparse.c (fetch_token): warn invalid back referencenaruse2009-10-112-4/+13
* * 2009-10-12svn2009-10-111-2/+2
* * marshal.c (has_encoding): added for check the regexpnaruse2009-10-113-15/+51
* rdoc update.akr2009-10-111-3/+3
* rdoc update.akr2009-10-111-3/+4
* * ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu2009-10-112-2/+7
* * test/rake/test_application.rb: not executable.nobu2009-10-111-0/+0
* * test/rake/test_namespace.rb: not executable.nobu2009-10-111-0/+0
* * lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu2009-10-113-3/+9
* * regparse.c (fetch_token_in_cc): warn when \p is notnaruse2009-10-112-0/+13
* * regerror.c (onig_vsnprintf_with_pattern): added.naruse2009-10-113-20/+37