summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-07* include/ruby/missing.h: moved BROKEN_CLOSE replacements fromnobu
2010-08-07* mkconfig.rb, lib/rbconfig/obsolete.rb: warn obsolete andnobu
2010-08-07* ext/extmk.rb (extract_makefile): follow the change ofnobu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-08-07* lib/mkmf.rb: change instance variable to global.naruse
2010-08-07* ext/pathname/pathname.c (path_sub_ext): don't clobber shared string.nobu
2010-08-07* vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu
2010-08-07* ext/win32ole/win32ole.c: fix checking version of GCC.suke
2010-08-07* ext/pathname/pathname.c (Init_pathname): fix number of arguments forakr
2010-08-07* test/ruby/envutil.rb (assert_normal_exit): use assert. fixakr
2010-08-06* ext/pathname/pathname.c (path_chown): Pathname#chown translatedakr
2010-08-06* 2010-08-07svn
2010-08-06* ext/pathname/pathname.c (path_lchmod): Pathname#lchmod translatedakr
2010-08-06* ext/pathname/pathname.c (path_chmod): Pathname#chmod translated fromakr
2010-08-06* rational.c (nurat_div): divided by infinity should be zero.nobu
2010-08-06* rational.c (nurat_div): divided by float zero should benobu
2010-08-06* file.c (realpath_rec): rb_str_modify depends on the length, sonobu
2010-08-06* Makefile.in (clean-ext): fixed directories to be removed.nobu
2010-08-06* enc/depend: add space at the begginig of @ignore_error.naruse
2010-08-06* common.mk (clean): add prelude.c, config.log, and rbconfig.rb.naruse
2010-08-06* Makefile.in: ignore error from RMDIRS.naruse
2010-08-05* 2010-08-06svn
2010-08-05* ext/pathname/pathname.c (path_mtime): Pathname#mtime translated fromakr
2010-08-05* ext/pathname/pathname.c (path_ctime): Pathname#ctime translated fromakr
2010-08-05* compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): drop unused ARGSCATmame
2010-08-05* compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): revert r28870 and r28873mame
2010-08-05* compile.c (iseq_compile_each): to_a method should be called.nobu
2010-08-05* README.EXT, README.EXT.ja (String functions): mentionnobu
2010-08-05* string.c (rb_str_set_len): bail out when buffer overflowednobu
2010-08-05* compile.c (iseq_compile_each): drop unused ARGSCAT results.nobu
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* 2010-08-05svn
2010-08-04* string.c (rb_str_resize):: fix r28857 that failed to revert r28851.mame
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* 2010-08-04svn
2010-08-03* ext/pathname/pathname.c (path_atime): Pathname#atime translated fromakr
2010-08-03add tests.akr
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