aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * node.h (rb_notimplement_body_p): declared.akr2009-04-168-157/+193
* * lib/cgi/core.rb (read_multipart): When path is not defined,mame2009-04-162-1/+13
* * 2009-04-17svn2009-04-161-2/+2
* * dir.c (bracket): fix escape handling for range character in bracketmame2009-04-162-1/+6
* * 2009-04-16svn2009-04-161-2/+2
* * class.c (rb_define_method_id): use rb_define_notimplement_method_idakr2009-04-169-14/+141
* * array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame2009-04-153-1/+19
* * dir.c (fnmatch_helper): use rb_enc_precise_mbclen andnaruse2009-04-153-3/+10
* * dir.c (bracket): if same in bytes, path is matching.nobu2009-04-143-4/+12
* * sprintf.c (rb_str_format): scan coderange incrementally.nobu2009-04-132-0/+20
* * sprintf.c (rb_str_format): optimize previous commit.naruse2009-04-132-1/+7
* * sprintf.c (rb_str_format): check encoding compatibility only onnaruse2009-04-133-3/+8
* * dir.c (bracket, fnmatch_helper): compare bytewise first, to getnobu2009-04-123-33/+49
* * ChangeLog: typo.nobu2009-04-111-1/+1
* * configure.in (Makefile): phoeny ruby target needs empty command.nobu2009-04-103-3/+7
* * common.mk (up): updates timestamp file.nobu2009-04-102-1/+5
* * configure.in (Makefile): info-program needs common.mk.nobu2009-04-092-2/+7
* * configure.in (RUBY_INSTALL_NAME): use --program-transform-name.nobu2009-04-092-3/+7
* * instruby.rb, mkconfig.rb: deal with --program-transform-namenobu2009-04-094-9/+59
* * 2009-04-09svn2009-04-091-2/+2
* * configure.in: don't override the rule for ruby.akr2009-04-092-1/+5
* * string.c (rb_str_dump): buffer length plus one byte for nullmame2009-04-083-1/+11
* * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu2009-04-083-1/+9
* * test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu2009-04-081-0/+5
* * string.c (rb_str_chop_bang): reset coderange. [ruby-core:23155]naruse2009-04-082-1/+5
* * lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu2009-04-082-26/+55
* * lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu2009-04-082-3/+3
* * lib/mkmf.rb (what_type?): fixed typo.nobu2009-04-082-1/+5
* * configure.in (LIBRUBY_SO): removed redundant additional versionnobu2009-04-083-5/+10
* * common.mk (info): shows configured names.nobu2009-04-074-4/+19
* * configure.in (LIBRUBY_DLDFLAGS): compatibility version isnobu2009-04-072-2/+5
* * configure.in (RUBY_REPLACE_TYPE): defines type modifier prefixnobu2009-04-072-0/+7
* * configure.in (RUBY_DEFINT): use AC_INCLUDES_DEFAULT.nobu2009-04-061-2/+2
* * configure.in (RUBY_DEFINT): should pass includes tonobu2009-04-062-5/+9
* * configure.in (CFLAGS, CXXFLAGS): need ARCH_FLAG for universalnobu2009-04-062-4/+9
* * numeric.c (flo_to_s): reduce fragments if no precision lost.nobu2009-04-063-5/+13
* * configure.in (CFLAGS, CXXFLAGS): override with $cflags andnobu2009-04-062-8/+9
* * configure.in (CFLAGS, CXXFLAGS): use orignal values if given.nobu2009-04-062-9/+26
* * file.c (utime_failed): refined the error message for EINVAL onnobu2009-04-062-13/+65
* * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext),nobu2009-04-063-15/+20
* * numeric.c (int_chr): checsk overflow.nobu2009-04-062-1/+13
* * test/stringio/test_stringio.rb (test_path): StringIO#path is nonobu2009-04-061-4/+0
* * ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254]nobu2009-04-063-9/+9
* * include/ruby/intern.h (rb_fd_resize): does nothing on Win32.nobu2009-04-052-0/+5
* * include/ruby/intern.h (Init_stack): moved.nobu2009-04-052-3/+3
* * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro tonobu2009-04-042-0/+6
* * mkconfig.rb (sitearch): default to arch.nobu2009-04-033-11/+20
* * lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu2009-04-034-13/+22
* * ext/extmk.rb: quotes arguments with spaces always.nobu2009-04-033-3/+7
* * lib/getoptlong.rb: remove unused udoc/usage from example.matz2009-04-022-1/+5