summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-08-05* complex.c (nucomp_marshal_load): should check the argument.nobu
2010-08-05* marshal.c (w_float): should not append a dot if no fractal partnobu
2010-08-05* parse.y (void_expr_gen): add 'possibly' to warning message.matz
2010-08-05* dir.c (glob_make_pattern): fold continuous PLAINs to get rid ofnobu
2010-08-05* string.c (rb_str_set_len): should fail to modify shared string.nobu
2010-08-05* ruby.c (ruby_init_loadpath_safe): ensure sopath to be modifiablenobu
2010-08-05* string.c (str_make_independent_expand): fix buffer overflownobu
2010-08-04* file.c (realpath_rec): call rb_str_modify before rb_str_set_len.akr
2010-08-04 * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu
2010-08-04* string.c (rb_str_set_len): rb_str_modify cannot work before thenobu
2010-08-04* string.c (rb_str_resize): should copy the content properly. anobu
2010-08-04* lib/mkmf.rb (create_makefile): no need to create the directoryusa
2010-08-03* ext/pathname/pathname.c (path_atime): Pathname#atime translated fromakr
2010-08-03* random.c (Init_Random): add Random::DEFAULT.nobu
2010-08-03* hash.c (rb_check_hash_type): added.nobu
2010-08-03* bignum.c (rb_big_eq): never equal to infinity.nobu
2010-08-03* ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.naruse
2010-08-03* lib/rdoc/ri/driver.rb (setup_pager): no need to check the existenceusa
2010-08-03* tool/runruby.rb: no purelib.shyouhei
2010-08-02* ext/purelib.rb: no longer used since the default load path ofnobu
2010-08-02* insns.def, vm_core.h: fixed typo. reported by Rocky Bernsteinnobu
2010-08-02* ruby.c (ruby_init_loadpath_safe): rb_str_set_len modifies ptrnobu
2010-08-02* ext/win32ole/win32ole.c: NONAMELESSUNION defined only if gccsuke
2010-08-02* thread_win32.c (native_thread_join): need to wait thread, of course.usa
2010-08-02* file.c (file_expand_path): wrong condition. [ruby-core:31591]usa
2010-08-01* ext/pathname/pathname.c (path_realdirpath): Pathname#realdirpathakr
2010-08-01* lib/pp.rb: describe superclasses explicitly.akr
2010-08-01* string.c (rb_str_modify_expand, rb_str_resize): get rid ofnobu
2010-08-01* ChangeLog: forget to write annotation for redmine.mrkn
2010-08-01* ext/bigdecimal/bigdecimal.c (BigDecimal_hash): use rb_memhash and take care...mrkn
2010-08-01* ext/pathname/pathname.c (path_realpath): Pathname#realpath translatedakr
2010-08-01* win32/Makefile.sub: needs stddef.h for size_t. a patch fromnobu
2010-08-01* ext/pathname/pathname.c (path_sub_ext): Pathname#sub_ext translatedakr
2010-08-01* lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debugmame
2010-08-01* bignum.c (big_op): comparison of bignum and infinity has returned 1mame
2010-08-01add ML ref.akr
2010-08-01* class.c (rb_include_module): don't clear the method cache if theakr
2010-08-01* ext/pathname/pathname.c (path_sub): Pathname#sub translatedakr
2010-08-01* include/ruby/win32.h: latest x86_64 mingw defines stati64.nobu
2010-07-31* ext/win32ole/win32ole.c: fix typo. [ruby-core:31564][Bug #3636]suke
2010-07-31* ext/pathname/pathname.c (path_inspect): Pathname#inspect translatedakr
2010-07-31* ext/pathname/pathname.c (Init_pathname): The alias,akr
2010-07-31* ext/pathname/pathname.c (path_to_s): Pathname#to_s translatedakr
2010-07-30 * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert):nahi
2010-07-30* ext/pathname/pathname.c (path_hash): Pathname#hash translatedakr
2010-07-30* lib/net/imap.rb (example): use IO#noecho to read password ifnobu
2010-07-30* lib/net/imap.rb (example): support starttls option.nobu
2010-07-29* file.c (file_expand_path): home directory must be absolute.nobu
2010-07-29* file.c (file_expand_path): should check if could find user.nobu
2010-07-29* util.c (ruby_add_suffix): fixed a bug returning uninitializednobu