summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-08-08* ext/pathname/pathname.c (path_ftype): Pathname#ftype translatedakr
2010-08-08* parse.y (parser_tokadd_escape): no similar messages twice.nobu
2010-08-08* strftime.c (rb_strftime_with_timespec): suppress warnings.akr
2010-08-07* common.mk (RUBY_H_INCLUDES): add subst.h.nobu
2010-08-07commit miss.nobu
2010-08-07* include/ruby/missing.h, include/ruby/ruby.h (namespace ruby):nobu
2010-08-07* lib/rbconfig/obsolete.rb: show the location which use Config.akr
2010-08-07* ext/pathname/pathname.c (path_fnmatch): Pathname#fnmatch andakr
2010-08-07* include/ruby/subst.h (snprintf): redefinition moved from ruby.h.akr
2010-08-07* include/ruby/subst.h: new file for substitute standard functions..akr
2010-08-07* test/ruby/envutil.rb (EnvUtil.invoke_ruby): merge stdout and stderrakr
2010-08-07* missing/close.c: undef the macros "getpeername", "getsockname" andakr
2010-08-07* missing/close.c: undef the macro "close" to prevent infiniteakr
2010-08-07* ext/pathname/pathname.c (path_lchown): Pathname#lchown translatedakr
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* 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* 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* 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 * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu