aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_push): bypass rb_ary_store().matz2009-04-202-1/+12
* * bignum.c (bigsub_int): subtraction without making internalmatz2009-04-202-6/+147
* * symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change...azav2009-04-201-0/+4
* * symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change...azav2009-04-201-0/+2
* * 2009-04-21svn2009-04-201-2/+2
* * string.c (rb_str_split_m): faster processing on 7bit strings.matz2009-04-202-9/+59
* * eval.c (ruby_cleanup): the order of local variables on stack isnobu2009-04-197-15/+26
* * gem_prelude.rb (Gem::QuickLoader#push_gem_version_on_load_path):nobu2009-04-192-9/+17
* * process.c (proc_seteuid_m): defined to use rb_f_notimplement if notakr2009-04-182-2/+20
* * 2009-04-19svn2009-04-181-2/+2
* * process.c (proc_setuid): use rb_f_notimplement if not implemented.akr2009-04-182-4/+13
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-1813-208/+227
* * ext/curses/curses.c: use rb_f_notimplement for methods notakr2009-04-182-47/+52
* * 2009-04-18svn2009-04-181-2/+2
* update rdoc.akr2009-04-181-0/+1
* updated.akr2009-04-161-2/+2
* * 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