aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_set_len): should fail to modify shared string.nobu2010-08-056-0/+71
* * ruby.c (ruby_init_loadpath_safe): ensure sopath to be modifiablenobu2010-08-052-1/+5
* * string.c (str_make_independent_expand): fix buffer overflownobu2010-08-052-1/+7
* * file.c (realpath_rec): call rb_str_modify before rb_str_set_len.akr2010-08-042-0/+5
* * 2010-08-05svn2010-08-041-2/+2
* * string.c (rb_str_resize):: fix r28857 that failed to revert r28851.mame2010-08-041-1/+1
* * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu2010-08-045-35/+1
* * string.c (rb_str_set_len): rb_str_modify cannot work before thenobu2010-08-042-1/+6
* * string.c (rb_str_resize): should copy the content properly. anobu2010-08-045-1/+35
* * lib/mkmf.rb (create_makefile): no need to create the directoryusa2010-08-042-2/+7
* * 2010-08-04svn2010-08-031-2/+2
* * ext/pathname/pathname.c (path_atime): Pathname#atime translated fromakr2010-08-033-3/+15
* add tests.akr2010-08-031-0/+602
* * random.c (Init_Random): add Random::DEFAULT.nobu2010-08-033-1/+24
* * hash.c (rb_check_hash_type): added.nobu2010-08-033-1/+12
* * bignum.c (rb_big_eq): never equal to infinity.nobu2010-08-034-1/+26
* * ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.naruse2010-08-034-3/+9
* * lib/rdoc/ri/driver.rb (setup_pager): no need to check the existenceusa2010-08-032-1/+7
* * tool/runruby.rb: no purelib.shyouhei2010-08-032-6/+6
* * ext/purelib.rb: no longer used since the default load path ofnobu2010-08-025-20/+7
* * ext/-test-/add_suffix/bug.c: for the prototype.nobu2010-08-021-0/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_hash): fix type warnings.nobu2010-08-021-2/+2
* * insns.def, vm_core.h: fixed typo. reported by Rocky Bernsteinnobu2010-08-024-6/+11
* * ruby.c (ruby_init_loadpath_safe): rb_str_set_len modifies ptrnobu2010-08-022-2/+9
* * ext/win32ole/win32ole.c: NONAMELESSUNION defined only if gccsuke2010-08-023-4/+16
* * thread_win32.c (native_thread_join): need to wait thread, of course.usa2010-08-022-1/+6
* * file.c (file_expand_path): wrong condition. [ruby-core:31591]usa2010-08-023-1/+6
* * 2010-08-02svn2010-08-011-2/+2
* * ext/pathname/pathname.c (path_realdirpath): Pathname#realdirpathakr2010-08-013-10/+21
* * lib/pp.rb: describe superclasses explicitly.akr2010-08-012-6/+10
* * string.c (rb_str_modify_expand, rb_str_resize): get rid ofnobu2010-08-012-19/+43
* * ChangeLog: forget to write annotation for redmine.mrkn2010-08-011-0/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_hash): use rb_memhash and take care...mrkn2010-08-012-6/+8
* * ext/pathname/pathname.c (path_realpath): Pathname#realpath translatedakr2010-08-013-11/+23
* * win32/Makefile.sub: needs stddef.h for size_t. a patch fromnobu2010-08-012-0/+6
* * ext/pathname/pathname.c (path_sub_ext): Pathname#sub_ext translatedakr2010-08-013-9/+37
* * lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debugmame2010-08-012-0/+7
* * bignum.c (big_op): comparison of bignum and infinity has returned 1mame2010-08-013-2/+10
* add ML ref.akr2010-08-011-0/+1
* * class.c (rb_include_module): don't clear the method cache if theakr2010-08-012-1/+7
* * ext/pathname/pathname.c (path_sub): Pathname#sub translatedakr2010-08-013-19/+23
* * include/ruby/win32.h: latest x86_64 mingw defines stati64.nobu2010-08-012-0/+7
* * 2010-08-01svn2010-07-311-3/+3
* * ext/win32ole/win32ole.c: fix typo. [ruby-core:31564][Bug #3636]suke2010-07-312-2/+6
* * ext/pathname/pathname.c (path_inspect): Pathname#inspect translatedakr2010-07-313-4/+15
* * ext/pathname/pathname.c (Init_pathname): The alias,akr2010-07-313-3/+12
* * util.c (ruby_add_suffix): suppress a warning.nobu2010-07-311-1/+1
* * ext/pathname/pathname.c (path_to_s): Pathname#to_s translatedakr2010-07-313-5/+15
* * 2010-07-31svn2010-07-301-2/+2
* * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert):nahi2010-07-302-2/+8